mod_auth_internal_hashed: Record time of account disable / re-enable
|
Kim Alvefur |
Sun, 12 Mar 2023 01:24:59 +0100 |
util.ip: Add ip.truncate() to return a new IP with only the prefix of another
|
Matthew Wild |
Tue, 14 Mar 2023 18:24:58 +0000 |
util.ip: Add is_ip() helper method to detect if an object is an ip object
|
Matthew Wild |
Tue, 14 Mar 2023 18:23:33 +0000 |
doap: Add RFC 7628 introduced in ab1164eda011
|
Kim Alvefur |
Sun, 12 Mar 2023 13:05:50 +0100 |
util.jwt: Import definition of key from util.crypto
|
Kim Alvefur |
Fri, 10 Mar 2023 13:58:43 +0100 |
util.jwt: Fixup argument and type order
|
Kim Alvefur |
Fri, 10 Mar 2023 13:58:14 +0100 |
mod_admin_shell: Limit module dependency listings to loaded on current host
|
Kim Alvefur |
Fri, 10 Mar 2023 12:33:02 +0100 |
util.jwt: Document interface as Teal definition file
|
Kim Alvefur |
Fri, 10 Mar 2023 10:55:50 +0100 |
mod_authz_internal: Fix wrong role name field in user_can_assume_role()
|
Kim Alvefur |
Thu, 09 Mar 2023 16:02:55 +0100 |
Merge 0.12->trunk
|
Kim Alvefur |
Sun, 05 Mar 2023 15:45:44 +0100 |
mod_http: Unhook CORS handlers only if active (fixes #1801)
0.12
|
Kim Alvefur |
Sun, 05 Mar 2023 15:45:01 +0100 |
mod_admin_shell: Show reverse dependencies in module:info()
|
Kim Alvefur |
Sun, 05 Mar 2023 14:08:26 +0100 |
core.moduleapi: Record reverse dependencies
|
Kim Alvefur |
Sun, 05 Mar 2023 14:07:08 +0100 |
authz: Add method for retrieving all roles
|
Kim Alvefur |
Sat, 04 Mar 2023 18:40:43 +0100 |
mod_tokenauth: Fix misplaced closing parenthesis
|
Kim Alvefur |
Thu, 02 Mar 2023 22:34:29 +0100 |
util.sasl.oauthbearer: Fix traceback on authz in unexpected format
|
Kim Alvefur |
Thu, 02 Mar 2023 14:37:46 +0100 |
mod_tokenauth: Gracefully handle missing tokens
|
Matthew Wild |
Wed, 01 Mar 2023 18:43:54 +0000 |
mod_auth_internal_hashed: Add oauthbearer handler to our SASL profile
|
Matthew Wild |
Wed, 01 Mar 2023 13:05:17 +0000 |
mod_tokenauth: Add SASL handler backend that can accept and verify tokens
|
Matthew Wild |
Wed, 01 Mar 2023 13:04:36 +0000 |
mod_tokenauth: Add some sanity checking of the new optional parameters
|
Matthew Wild |
Wed, 01 Mar 2023 13:02:51 +0000 |
mod_tokenauth: Add 'purpose' constraint
|
Matthew Wild |
Wed, 01 Mar 2023 13:01:21 +0000 |
mod_saslauth: Support for SASL handlers forcing a specific resource
|
Matthew Wild |
Wed, 01 Mar 2023 12:56:08 +0000 |
util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628)
|
Matthew Wild |
Wed, 01 Mar 2023 12:55:00 +0000 |
mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users
|
Kim Alvefur |
Thu, 23 Feb 2023 18:39:02 +0100 |
CHANGES: Mention new ability to disable and enable user accounts
|
Kim Alvefur |
Thu, 23 Feb 2023 18:11:15 +0100 |
mod_admin_shell: Add commands to disable and enable accounts
|
Kim Alvefur |
Thu, 23 Feb 2023 18:10:06 +0100 |
mod_c2s: Disconnect accounts when they are disabled
|
Kim Alvefur |
Thu, 23 Feb 2023 16:28:57 +0100 |
core.usermanager: Fire events when enabling and disabling users
|
Kim Alvefur |
Thu, 23 Feb 2023 16:25:31 +0100 |
core.usermanager: Add methods for enabling and disabling users
|
Kim Alvefur |
Thu, 23 Feb 2023 16:24:41 +0100 |
core.usermanager: Add Teal description file
|
Kim Alvefur |
Thu, 23 Feb 2023 16:04:02 +0100 |