aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_authz_internal.lua
Commit message (Expand)AuthorAgeFilesLines
* plugins: Use get_option_array for some list shaped optionsKim Alvefur2023-07-211-1/+1
* core, plugins: Split prosody:user role into prosody:{guest,registered,member}Matthew Wild2023-06-291-8/+24
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-7/+7
* mod_authz_internal: Fix wrong role name field in user_can_assume_role()Kim Alvefur2023-03-091-1/+1
* authz: Add method for retrieving all rolesKim Alvefur2023-03-041-0/+4
* mod_authz_internal: Fix warning due to global useKim Alvefur2022-10-041-1/+1
* mod_authz_internal: Allow specifying default role for public (remote) usersMatthew Wild2022-09-291-0/+3
* mod_authz_internal: Allow configuring role of local-server/parent-host usersMatthew Wild2022-09-291-1/+17
* mod_authz_internal: Expose convenience method to test if user can assume roleMatthew Wild2022-08-181-0/+12
* mod_authz_internal, and more: New iteration of role APIMatthew Wild2022-08-171-36/+130
* mod_authz_internal: Use util.roles, some API changes and config supportMatthew Wild2022-07-191-63/+96
* Switch to a new role-based authorization framework, removing is_admin()Matthew Wild2022-06-151-16/+129
* usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given roleMatthew Wild2021-08-261-3/+33
* mod_authz_internal: Ignore unused argument for now [luachec]Kim Alvefur2021-03-221-1/+1
* mod_authz_internal: add support for setting roles of a local userJonas Schäfer2021-03-221-1/+8
* usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into ...Matthew Wild2020-02-231-0/+22
* mod_authz_internal, usermanager: Rename to mod_authz_configMatthew Wild2020-01-271-16/+0
* usermanager, mod_authz_internal: Move admin-checking functionality into a mod...Matthew Wild2020-01-271-0/+16