Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role | Matthew Wild | 2021-08-26 | 1 | -3/+33 |
| | |||||
* | mod_authz_internal: Ignore unused argument for now [luachec] | Kim Alvefur | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | mod_authz_internal: add support for setting roles of a local user | Jonas Schäfer | 2021-03-22 | 1 | -1/+8 |
| | |||||
* | usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into ↵ | Matthew Wild | 2020-02-23 | 1 | -0/+22 |
| | | | | the latter | ||||
* | mod_authz_internal, usermanager: Rename to mod_authz_config | Matthew Wild | 2020-01-27 | 1 | -16/+0 |
| | |||||
* | usermanager, mod_authz_internal: Move admin-checking functionality into a ↵ | Matthew Wild | 2020-01-27 | 1 | -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. |