Log

core/usermanager.lua @ 12539:cfdc8cca64d3

description author age
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified Matthew Wild Thu, 10 Feb 2022 19:54:14 +0000
core.usermanager: Implement noop role writes on global authz provider Kim Alvefur Mon, 06 Dec 2021 22:38:27 +0100
usermanager: Fire user-roles-changed event when updating roles of a local user Matthew Wild Fri, 12 Nov 2021 13:25:09 +0000
usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role Matthew Wild Thu, 26 Aug 2021 16:35:43 +0100
usermanager: expose set_roles through API Jonas Schäfer Mon, 22 Mar 2021 21:24:57 +0100
usermanager: Fix traceback when checking admin status of host-only JIDs (fixes #1508) Matthew Wild Thu, 19 Mar 2020 14:12:40 +0000
usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into the latter Matthew Wild Sun, 23 Feb 2020 12:38:43 +0000
usermanager: Add get_roles() function Matthew Wild Wed, 05 Feb 2020 17:41:14 +0000
mod_authz_internal, usermanager: Rename to mod_authz_config Matthew Wild Mon, 27 Jan 2020 22:28:52 +0000
usermanager: Load authz providers on components also Matthew Wild Mon, 27 Jan 2020 22:09:19 +0000
usermanager, mod_authz_internal: Move admin-checking functionality into a module. Fixes #517 (ish). Matthew Wild Mon, 27 Jan 2020 21:54:59 +0000
core: Use prosody.hosts instead of _G.hosts for consistency Kim Alvefur Thu, 29 Mar 2018 16:58:06 +0200
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) Kim Alvefur Fri, 28 Jul 2017 13:15:29 +0200
usermanager: Shortcircuit user existence check if they have existing sessions Kim Alvefur Sun, 21 Feb 2016 19:30:45 +0100
core.usermanager: Return as soon as possible once admin status is known Kim Alvefur Sun, 06 Dec 2015 23:47:47 +0100
core.*: Remove use of module() function Kim Alvefur Sat, 21 Feb 2015 10:42:19 +0100
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations Matthew Wild Wed, 06 May 2015 19:20:07 +0100
usermanager: Capitalize log message Kim Alvefur Sat, 25 Apr 2015 14:22:59 +0200
usermanager: Remove unused import of pairs() Matthew Wild Tue, 13 Aug 2013 19:38:05 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
core.*: Complete removal of all traces of the "core" section and section-related code. Kim Alvefur Sat, 23 Mar 2013 02:33:15 +0100
usermanager: Add support for iterating over accounts Kim Alvefur Fri, 21 Sep 2012 17:26:25 +0200
storagemanager: Add purge() for purging user data from all backends in use Kim Alvefur Sun, 16 Sep 2012 02:18:07 +0200
core.usermanager: Don't close sessions ourselves when deleting users. Instead, fire an event that modules can hook. Kim Alvefur Sat, 25 Aug 2012 01:20:13 +0200
usermanager: Add method for deleting a user Kim Alvefur Sat, 28 Jul 2012 21:55:05 +0200
usermanager: Pass session on to auth provider (missing half of commit 0545a574667b) (thanks Zash) Matthew Wild Sat, 07 Jul 2012 02:32:39 +0100
usermanager: Add log error for use of COMPAT config option 'anonymous_login'. To be removed in next version. Matthew Wild Sat, 28 Apr 2012 14:35:52 +0100
usermanager: Prep admin JIDs (fixes issue#276). Waqas Hussain Wed, 14 Dec 2011 07:19:58 +0500
usermanager: Check host exists before trying to look up admins for it Matthew Wild Tue, 05 Apr 2011 13:26:19 +0100