core/usermanager.lua
Thu, 10 Feb 2022 19:54:14 +0000 Matthew Wild usermanager, mod_saslauth: Default to internal_hashed if no auth module specified
Mon, 06 Dec 2021 22:38:27 +0100 Kim Alvefur core.usermanager: Implement noop role writes on global authz provider
Fri, 12 Nov 2021 13:25:09 +0000 Matthew Wild usermanager: Fire user-roles-changed event when updating roles of a local user
Thu, 26 Aug 2021 16:35:43 +0100 Matthew Wild usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role
Mon, 22 Mar 2021 21:24:57 +0100 Jonas Schäfer usermanager: expose set_roles through API
Thu, 19 Mar 2020 14:12:40 +0000 Matthew Wild usermanager: Fix traceback when checking admin status of host-only JIDs (fixes #1508)
Sun, 23 Feb 2020 12:38:43 +0000 Matthew Wild usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into the latter
Wed, 05 Feb 2020 17:41:14 +0000 Matthew Wild usermanager: Add get_roles() function
Mon, 27 Jan 2020 22:28:52 +0000 Matthew Wild mod_authz_internal, usermanager: Rename to mod_authz_config
Mon, 27 Jan 2020 22:09:19 +0000 Matthew Wild usermanager: Load authz providers on components also
Mon, 27 Jan 2020 21:54:59 +0000 Matthew Wild usermanager, mod_authz_internal: Move admin-checking functionality into a module. Fixes #517 (ish).
Thu, 29 Mar 2018 16:58:06 +0200 Kim Alvefur core: Use prosody.hosts instead of _G.hosts for consistency
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Fri, 28 Jul 2017 13:15:29 +0200 Kim Alvefur core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
Sun, 21 Feb 2016 19:30:45 +0100 Kim Alvefur usermanager: Shortcircuit user existence check if they have existing sessions
Sun, 06 Dec 2015 23:47:47 +0100 Kim Alvefur core.usermanager: Return as soon as possible once admin status is known
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Wed, 06 May 2015 19:20:07 +0100 Matthew Wild portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
Sat, 25 Apr 2015 14:22:59 +0200 Kim Alvefur usermanager: Capitalize log message
Tue, 13 Aug 2013 19:38:05 +0100 Matthew Wild usermanager: Remove unused import of pairs()
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 23 Mar 2013 02:33:15 +0100 Kim Alvefur core.*: Complete removal of all traces of the "core" section and section-related code.
Fri, 21 Sep 2012 17:26:25 +0200 Kim Alvefur usermanager: Add support for iterating over accounts
Sun, 16 Sep 2012 02:18:07 +0200 Kim Alvefur storagemanager: Add purge() for purging user data from all backends in use
Sat, 25 Aug 2012 01:20:13 +0200 Kim Alvefur core.usermanager: Don't close sessions ourselves when deleting users. Instead, fire an event that modules can hook.
Sat, 28 Jul 2012 21:55:05 +0200 Kim Alvefur usermanager: Add method for deleting a user
Sat, 07 Jul 2012 02:32:39 +0100 Matthew Wild usermanager: Pass session on to auth provider (missing half of commit 0545a574667b) (thanks Zash)
Sat, 28 Apr 2012 14:35:52 +0100 Matthew Wild usermanager: Add log error for use of COMPAT config option 'anonymous_login'. To be removed in next version.
Wed, 14 Dec 2011 07:19:58 +0500 Waqas Hussain usermanager: Prep admin JIDs (fixes issue#276).
Tue, 05 Apr 2011 13:26:19 +0100 Matthew Wild usermanager: Check host exists before trying to look up admins for it
Tue, 04 Jan 2011 17:11:51 +0000 Matthew Wild usermanager: Add delete_user method
Tue, 04 Jan 2011 17:11:37 +0000 Matthew Wild usermanager: Have methods not implemented in the active provider fall back to the null provider (later we can add support for chains of providers)
Tue, 04 Jan 2011 17:10:56 +0000 Matthew Wild usermanager: Change dummy provider method to return an error string also (method not implemented)
Mon, 27 Dec 2010 20:46:01 +0500 Waqas Hussain usermanager: Assume authentication="anonymous" when anonymous_login=true.
Fri, 17 Dec 2010 22:54:34 +0500 Waqas Hussain usermanager: Fixed a possible traceback when is_admin() was used on a component.
Fri, 10 Dec 2010 00:07:28 +0500 Waqas Hussain usermanager: Removed redundant import of util.datamanager and util.hashes.
Thu, 11 Nov 2010 08:36:31 +0500 Waqas Hussain usermanager: Don't load auth modules for components.
Wed, 10 Nov 2010 22:27:09 +0500 Waqas Hussain modulemanager, usermanager: Removed hooks for the 'component-activated' event (components now fire 'host-activated').
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Mon, 23 Aug 2010 16:33:49 +0500 Waqas Hussain usermanager: Get rid unused Cyrus SASL related code.
Sat, 31 Jul 2010 11:30:16 +0100 Matthew Wild usermanager: Fix two nil global accesses
Wed, 21 Jul 2010 21:01:36 +0100 Matthew Wild usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password
Wed, 14 Jul 2010 19:49:43 +0500 Waqas Hussain usermanager: Return a non-nil SASL handler from the null auth provider (fixes a traceback).
Thu, 08 Jul 2010 21:08:46 +0100 Matthew Wild mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and update usermanager to still use it as the default
Tue, 29 Jun 2010 19:11:18 +0100 Matthew Wild usermanager: Expose host_handler() as initialize_host()
Tue, 22 Jun 2010 19:00:01 +0100 Matthew Wild usermanager: is_admin: Resume the old role of determining precisely whether a user is an admin for a given host (or a global admin) - auth providers checked for JIDs not listed in the config if they support it
Wed, 09 Jun 2010 21:24:20 +0100 Matthew Wild usermanager: Handle checking for global admins on behalf of providers
Mon, 07 Jun 2010 02:32:13 +0500 Waqas Hussain usermanager: Changed get_supported_methods to get_sasl_handler.
Fri, 04 Jun 2010 14:33:36 +0100 Matthew Wild Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> mod_auth_internal_hashed, and the providers to internal and internal_hashed respectively. Also no longer auto-load defaultauth, but instead auto-load the plugin selected for each host at startup based on the provider name.
Fri, 04 Jun 2010 13:54:15 +0100 Matthew Wild usermanager: Rename the fallback provider from 'dummyauth' to 'null'
Fri, 04 Jun 2010 13:53:07 +0100 Matthew Wild usermanager: Add hunk that got missed in a merge
Fri, 28 May 2010 14:47:32 -0400 Jeff Mitchell Correct out of order logic in mod_hashpassauth
Thu, 27 May 2010 10:54:11 -0400 Jeff Mitchell Add mechanism for upgrading to hashed passwords from default. Remove some extra debug.
Wed, 26 May 2010 18:16:58 -0400 Jeff Mitchell Check in mod_hashpassauth -- works!
Thu, 20 May 2010 18:06:21 -0400 Jeff Mitchell Working defaultauth
Thu, 20 May 2010 14:18:12 -0400 Jeff Mitchell Update usermanager to not crash, etc.
Thu, 20 May 2010 11:51:24 -0400 Jeff Mitchell First bit of work
Fri, 04 Jun 2010 11:59:27 +0100 Matthew Wild Merge backout
Fri, 04 Jun 2010 11:54:17 +0100 Matthew Wild Backed out changeset 8bd3857a75ee
Sun, 23 May 2010 23:11:00 +0100 Matthew Wild Merge 0.7->trunk
less more (0) -60 tip