aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prosody.loader: Allow loading modules under 'prosody' namespace (#1223)Kim Alvefur2023-03-173-2/+19
* mod_auth_internal_hashed: Shorten call pathKim Alvefur2023-03-181-3/+2
* util.sasl.{scram,plain}: Pass authzid to SASL profile callbackKim Alvefur2023-03-162-5/+4
* util.jsonschema: Disable some further new failing testsKim Alvefur2023-03-111-1/+4
* util.jsonschema: Ignore some new tests in test suiteKim Alvefur2023-03-111-1/+4
* util.table: Expand table.move() tests (thanks mutation testing)Matthew Wild2023-03-171-0/+31
* util.sasl.scram: Fix off-by-one indentationKim Alvefur2023-03-161-2/+2
* util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzidKim Alvefur2023-03-162-4/+5
* doap: Sort by XEP numberKim Alvefur2023-03-161-6/+6
* util.sasl.oauthbearer: Return username from callback instead using authzid (BC)Kim Alvefur2023-03-162-38/+10
* util.sasl.oauthbearer: Fix syntax error in b796e08e6376Matthew Wild2023-03-151-1/+1
* util.sasl.oauthbearer: Attach token_info to sasl handlerMatthew Wild2023-03-151-0/+2
* util.ip: Add Teal interface descriptionKim Alvefur2023-03-141-0/+20
* util.ip: Tests for truncate()Matthew Wild2023-03-141-0/+22
* mod_auth_internal_hashed: Record time of account disable / re-enableKim Alvefur2023-03-121-0/+2
* util.ip: Add ip.truncate() to return a new IP with only the prefix of anotherMatthew Wild2023-03-141-0/+12
* util.ip: Add is_ip() helper method to detect if an object is an ip objectMatthew Wild2023-03-141-0/+5
* doap: Add RFC 7628 introduced in ab1164eda011Kim Alvefur2023-03-121-0/+1
* util.jwt: Import definition of key from util.cryptoKim Alvefur2023-03-101-4/+2
* util.jwt: Fixup argument and type orderKim Alvefur2023-03-101-1/+1
* mod_admin_shell: Limit module dependency listings to loaded on current hostKim Alvefur2023-03-101-2/+9
* util.jwt: Document interface as Teal definition fileKim Alvefur2023-03-101-0/+40
* mod_authz_internal: Fix wrong role name field in user_can_assume_role()Kim Alvefur2023-03-091-1/+1
* Merge 0.12->trunkKim Alvefur2023-03-051-3/+7
|\
| * mod_http: Unhook CORS handlers only if active (fixes #1801)Kim Alvefur2023-03-051-3/+7
* | mod_admin_shell: Show reverse dependencies in module:info()Kim Alvefur2023-03-051-0/+6
* | core.moduleapi: Record reverse dependenciesKim Alvefur2023-03-051-0/+4
* | authz: Add method for retrieving all rolesKim Alvefur2023-03-042-0/+11
* | mod_tokenauth: Fix misplaced closing parenthesisKim Alvefur2023-03-021-1/+1
* | util.sasl.oauthbearer: Fix traceback on authz in unexpected formatKim Alvefur2023-03-021-0/+4
* | mod_tokenauth: Gracefully handle missing tokensMatthew Wild2023-03-011-0/+1
* | mod_auth_internal_hashed: Add oauthbearer handler to our SASL profileMatthew Wild2023-03-011-1/+4
* | mod_tokenauth: Add SASL handler backend that can accept and verify tokensMatthew Wild2023-03-011-0/+18
* | mod_tokenauth: Add some sanity checking of the new optional parametersMatthew Wild2023-03-011-0/+4
* | mod_tokenauth: Add 'purpose' constraintMatthew Wild2023-03-011-1/+2
* | mod_saslauth: Support for SASL handlers forcing a specific resourceMatthew Wild2023-03-011-2/+4
* | util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628)Matthew Wild2023-03-012-4/+88
* | mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable usersKim Alvefur2023-02-231-0/+66
* | CHANGES: Mention new ability to disable and enable user accountsKim Alvefur2023-02-231-0/+1
* | mod_admin_shell: Add commands to disable and enable accountsKim Alvefur2023-02-231-0/+32
* | mod_c2s: Disconnect accounts when they are disabledKim Alvefur2023-02-231-0/+1
* | core.usermanager: Fire events when enabling and disabling usersKim Alvefur2023-02-231-2/+10
* | core.usermanager: Add methods for enabling and disabling usersKim Alvefur2023-02-232-0/+35
* | core.usermanager: Add Teal description fileKim Alvefur2023-02-231-0/+43
* | mod_auth_internal_hashed: Implement methods to enable and disable usersKim Alvefur2023-02-231-4/+9
* | mod_auth_internal_hashed: Implement is_enabled() methodKim Alvefur2023-02-231-3/+5
* | mod_auth_internal_hashed: Add stub methods for enabling and disabling usersKim Alvefur2023-02-221-0/+8
* | mod_auth_internal_hashed: Refactor to prepare for disabling usersKim Alvefur2023-02-221-2/+7
* | Merge 0.12->trunkKim Alvefur2023-02-221-2/+2
|\|
| * util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS set...Kim Alvefur2023-02-221-2/+2