usermanager: Shortcircuit user existence check if they have existing sessions
|
Kim Alvefur |
2016-02-21 |
core.usermanager: Return as soon as possible once admin status is known
|
Kim Alvefur |
2015-12-06 |
core.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
|
Matthew Wild |
2015-05-06 |
usermanager: Capitalize log message
|
Kim Alvefur |
2015-04-25 |
usermanager: Remove unused import of pairs()
|
Matthew Wild |
2013-08-13 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
core.*: Complete removal of all traces of the "core" section and section-related code.
|
Kim Alvefur |
2013-03-23 |
usermanager: Add support for iterating over accounts
|
Kim Alvefur |
2012-09-21 |
storagemanager: Add purge() for purging user data from all backends in use
|
Kim Alvefur |
2012-09-16 |
core.usermanager: Don't close sessions ourselves when deleting users. Instead, fire an event that modules can hook.
|
Kim Alvefur |
2012-08-24 |
usermanager: Add method for deleting a user
|
Kim Alvefur |
2012-07-28 |
usermanager: Pass session on to auth provider (missing half of commit 0545a574667b) (thanks Zash)
|
Matthew Wild |
2012-07-07 |
usermanager: Add log error for use of COMPAT config option 'anonymous_login'. To be removed in next version.
|
Matthew Wild |
2012-04-28 |
usermanager: Prep admin JIDs (fixes issue#276).
|
Waqas Hussain |
2011-12-14 |
usermanager: Check host exists before trying to look up admins for it
|
Matthew Wild |
2011-04-05 |
usermanager: Add delete_user method
|
Matthew Wild |
2011-01-04 |
usermanager: Have methods not implemented in the active provider fall back to the null provider (later we can add support for chains of providers)
|
Matthew Wild |
2011-01-04 |
usermanager: Change dummy provider method to return an error string also (method not implemented)
|
Matthew Wild |
2011-01-04 |
usermanager: Assume authentication="anonymous" when anonymous_login=true.
|
Waqas Hussain |
2010-12-27 |
usermanager: Fixed a possible traceback when is_admin() was used on a component.
|
Waqas Hussain |
2010-12-17 |
usermanager: Removed redundant import of util.datamanager and util.hashes.
|
Waqas Hussain |
2010-12-09 |
usermanager: Don't load auth modules for components.
|
Waqas Hussain |
2010-11-11 |
modulemanager, usermanager: Removed hooks for the 'component-activated' event (components now fire 'host-activated').
|
Waqas Hussain |
2010-11-10 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
usermanager: Get rid unused Cyrus SASL related code.
|
Waqas Hussain |
2010-08-23 |
usermanager: Fix two nil global accesses
|
Matthew Wild |
2010-07-31 |
usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password
|
Matthew Wild |
2010-07-21 |
usermanager: Return a non-nil SASL handler from the null auth provider (fixes a traceback).
|
Waqas Hussain |
2010-07-14 |
mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and update usermanager to still use it as the default
|
Matthew Wild |
2010-07-08 |