aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_authz_internal.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | the latter
* mod_authz_internal, usermanager: Rename to mod_authz_configMatthew Wild2020-01-271-16/+0
|
* usermanager, mod_authz_internal: Move admin-checking functionality into a ↵Matthew Wild2020-01-271-0/+16
module. Fixes #517 (ish). Note: Removes the ability for mod_auth_* providers to determine user admin status. Such modules will need to have their is_admin methods ported to be a mod_authz_* provider.