| Commit message (Expand) | Author | Age | Files | Lines |
* | plugins: Use get_option_array for some list shaped options | Kim Alvefur | 2023-07-21 | 1 | -1/+1 |
* | core, plugins: Split prosody:user role into prosody:{guest,registered,member} | Matthew Wild | 2023-06-29 | 1 | -8/+24 |
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -7/+7 |
* | mod_authz_internal: Fix wrong role name field in user_can_assume_role() | Kim Alvefur | 2023-03-09 | 1 | -1/+1 |
* | authz: Add method for retrieving all roles | Kim Alvefur | 2023-03-04 | 1 | -0/+4 |
* | mod_authz_internal: Fix warning due to global use | Kim Alvefur | 2022-10-04 | 1 | -1/+1 |
* | mod_authz_internal: Allow specifying default role for public (remote) users | Matthew Wild | 2022-09-29 | 1 | -0/+3 |
* | mod_authz_internal: Allow configuring role of local-server/parent-host users | Matthew Wild | 2022-09-29 | 1 | -1/+17 |
* | mod_authz_internal: Expose convenience method to test if user can assume role | Matthew Wild | 2022-08-18 | 1 | -0/+12 |
* | mod_authz_internal, and more: New iteration of role API | Matthew Wild | 2022-08-17 | 1 | -36/+130 |
* | mod_authz_internal: Use util.roles, some API changes and config support | Matthew Wild | 2022-07-19 | 1 | -63/+96 |
* | Switch to a new role-based authorization framework, removing is_admin() | Matthew Wild | 2022-06-15 | 1 | -16/+129 |
* | 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 |
* | 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 mod... | Matthew Wild | 2020-01-27 | 1 | -0/+16 |