Log

description author age
mod_welcome_page: Remove dependency on mod_invites (included with Prosody) Kim Alvefur 20 months ago
mod_http_oauth2: Allow CORS for browser clients Kim Alvefur 20 months ago
mod_http_oauth2: Disable Referrer via header Kim Alvefur 20 months ago
mod_http_oauth2: Always render errors as HTML for OOB redirect URI Kim Alvefur 20 months ago
mod_http_oauth2: Use validated redirect URI when returning errors to client Kim Alvefur 20 months ago
mod_http_oauth2: Return OAuth error for authz code store error Kim Alvefur 20 months ago
mod_http_oauth2: Validate redirect_uri before using it for error redirects Kim Alvefur 20 months ago
mod_http_oauth2: Don't return redirects or HTML from token endpoint Kim Alvefur 20 months ago
mod_http_oauth2: Tweak formatting of log message Kim Alvefur 20 months ago
mod_http_oauth2: Always show early errors to user Kim Alvefur 20 months ago
mod_http_oauth2: Clarify some error messages Kim Alvefur 20 months ago
mod_http_oauth2: Use error status code when rendering error page Kim Alvefur 20 months ago
mod_http_oauth2: Add human-readable error messages Kim Alvefur 20 months ago
mod_http_oauth2: Fix returning errors from response handlers Kim Alvefur 20 months ago
mod_http_oauth2: Add a special "xmpp" scope that grants the users' default role Kim Alvefur 20 months ago
mod_http_oauth2: Add support for the OpenID 'login_hint' parameter Kim Alvefur 20 months ago
mod_http_oauth2: Note about partial OpenID Discovery implementation Kim Alvefur 20 months ago
mod_http_oauth2: Split long list line in README Kim Alvefur 20 months ago
mod_http_oauth2: Proper OAuth error for invalid redirect URI in implicit flow too Kim Alvefur 20 months ago
mod_http_oauth2: Return proper OAuth error for invalid redirect URI Kim Alvefur 20 months ago
mod_http_oauth2: Fix use of arbitrary ports in loopback redirect URIs Kim Alvefur 20 months ago
mod_http_oauth2: Add FIXME about loopback redirect URIs Kim Alvefur 20 months ago
mod_http_oauth2: Rename variables to improve clarity Kim Alvefur 20 months ago
mod_http_oauth2: Do minimal validation of private-use URI schemes Kim Alvefur 20 months ago
mod_http_oauth2: Reject relative redirect URIs Kim Alvefur 20 months ago
mod_http_oauth2: Reject duplicate list items in client registration Kim Alvefur 20 months ago
mod_http_oauth2: Require non-empty arrays in client registration Kim Alvefur 20 months ago
mod_http_oauth2: Reject duplicate redirect URIs in registration Kim Alvefur 20 months ago
mod_http_oauth2: Fix schema to enforce at least one redirect URI Kim Alvefur 20 months ago
mod_http_oauth2: Show only roles the user can use in consent dialog Kim Alvefur 20 months ago
mod_http_oauth2: Reference grant by id instead of value Kim Alvefur 20 months ago
mod_http_oauth2: Scope FIXMEs Kim Alvefur 20 months ago
mod_http_oauth2: Describe type signatures of scope handling functions Kim Alvefur 20 months ago
mod_http_oauth2: Allow requesting a subset of scopes on token refresh Kim Alvefur 20 months ago
mod_http_oauth2: Enforce client scope restrictions in authorization Kim Alvefur 20 months ago
mod_http_oauth2: Fix inclusion of role in refreshed access tokens Kim Alvefur 20 months ago
mod_http_oauth2: Fix unintentional persistence Kim Alvefur 20 months ago
mod_auth_oauth_external: Update compatibility section with unknowns Kim Alvefur 20 months ago
mod_auth_oauth_external: Also do XEP-0106 escaping in SASL OAUTHBEARER Kim Alvefur 20 months ago
mod_auth_oauth_external: Stub not implemented auth module methods Kim Alvefur 20 months ago
mod_auth_oauth_external: Add Mastodon to README Kim Alvefur 20 months ago
mod_auth_oauth_external: Allow different username in PLAIN vs final JID Kim Alvefur 20 months ago
mod_auth_oauth_external: Remove untested JID mapping Kim Alvefur 20 months ago
mod_auth_oauth_external: Remove untested role mapping Kim Alvefur 20 months ago
mod_auth_oauth_external: Expect XEP-0106 escaped username in PLAIN Kim Alvefur 20 months ago
mod_auth_oauth_external: Make 'scope' configurable in password grant request Kim Alvefur 20 months ago
mod_auth_oauth_external: Add setting for client_secret Kim Alvefur 20 months ago
mod_auth_oauth_external: Work without token validation endpoint Kim Alvefur 20 months ago
mod_auth_oauth_external: Fix missing import of util.jid Kim Alvefur 20 months ago
mod_rest/rest.sh: Trim trailing whitespace Kim Alvefur 20 months ago
mod_rest/rest.sh: Add --logout to revoke token Kim Alvefur 20 months ago
mod_rest/rest.sh: Make scopes to request configurable in restrc Kim Alvefur 20 months ago
mod_http_oauth2: Strip unknown scopes from consent page Kim Alvefur 20 months ago
mod_http_oauth2: Simplify code with the power of first class functions Kim Alvefur 20 months ago
mod_http_oauth2: More functional functions Kim Alvefur 20 months ago
mod_http_oauth2: Add function for filtering roles Kim Alvefur 20 months ago
mod_http_oauth2: Support granting zero role-scopes Kim Alvefur 20 months ago
mod_http_oauth2: Revert role selector, going to try something else Kim Alvefur 20 months ago
mod_http_oauth2: Include all granted roles in scopes Kim Alvefur 20 months ago
mod_block_registrations: Refresh Compatibility section Kim Alvefur 20 months ago
mod_block_registrations: Update description expansion of default list Kim Alvefur 20 months ago
mod_http_oauth2: Bail out of implicit flow on invalid or missing redirect Kim Alvefur 20 months ago
mod_http_oauth2: Fix error if no scopes requested Kim Alvefur 20 months ago
mod_http_oauth2: Add role selector to consent page Kim Alvefur 20 months ago
mod_http_oauth2: Refactor scope handling into smaller functions Kim Alvefur 20 months ago
mod_http_oauth2: Add option for specifying TTL of registered clients Kim Alvefur 20 months ago
mod_strict_https: Add way to disable redirect Kim Alvefur 20 months ago
mod_strict_https: Refresh README Kim Alvefur 20 months ago
mod_prometheus: Wrap pointer to mod_http_openmetrics in a box Kim Alvefur 20 months ago
mod_listusers: Obsolete, suggest prosodyctl shell instead Kim Alvefur 20 months ago
mod_strict_https: Update to use modern APIs instead of monkey patching Kim Alvefur 20 months ago
mod_http_oauth2: Link to RFC 7009: OAuth 2.0 Token Revocation Kim Alvefur 20 months ago
mod_http_oauth2: Add service documentation URL to metadata Kim Alvefur 20 months ago
mod_http_oauth2: Allow configuring links to policy and terms in metadata Kim Alvefur 20 months ago
mod_http_oauth2: Don't issue client_secret when not using authentication Kim Alvefur 20 months ago
mod_http_oauth2: Validate consistency of response and grant types Kim Alvefur 20 months ago
mod_http_oauth2: Enforce response type encoded in client_id Kim Alvefur 20 months ago
mod_http_oauth2: Strip unknown extra fields from client registration Kim Alvefur 20 months ago
mod_http_oauth2: Simplify validation of various URIs Kim Alvefur 20 months ago
mod_http_oauth2: More appropriate error conditions in client validation Kim Alvefur 20 months ago
mod_http_oauth2: Reject loopback URIs as client_uri Kim Alvefur 20 months ago
mod_http_oauth2: Reduce line count of metadata construction Kim Alvefur 20 months ago
mod_http_oauth2: Advertise response modes Kim Alvefur 20 months ago
mod_http_oauth2: Advertise supported grant types Kim Alvefur 20 months ago
mod_http_oauth2: Advertise revocation endpoint in metadata Kim Alvefur 20 months ago
mod_http_oauth2: Return status 405 for GET to endpoints without GET handler Kim Alvefur 20 months ago
mod_inotify_reload: Update to use FD watching method Kim Alvefur 20 months ago
mod_http_oauth2: Allow loopback IP literals in redirect URIs Kim Alvefur 20 months ago
mod_http_oauth2: Add way to retrieve registration schema Kim Alvefur 20 months ago
mod_http_oauth2: Fix missing base64 part of base64url (Thanks KeyCloak) Kim Alvefur 20 months ago
mod_http_oauth2: Fix accidental uppercase in invocation of hash function Kim Alvefur 20 months ago
mod_http_oauth2: Advertise the currently supported id_token signing algorithm Kim Alvefur 20 months ago
mod_http_oauth2: Specify that 'contacts' items are emails in client registration Kim Alvefur 20 months ago
Back out 6f13200c9fc1: Confused request URI with redirect URI Kim Alvefur 20 months ago
mod_rest/rest.sh: Implement RFC 7636 PKCE with the 'plain' method Kim Alvefur 20 months ago
mod_http_oauth2: Advertise required registration of redirect URIs Kim Alvefur 20 months ago
mod_http_oauth2: Advertise supported token endpoint auth methods Kim Alvefur 20 months ago
mod_http_oauth2: Allow configuring PKCE challenge methods Kim Alvefur 20 months ago
mod_http_oauth2: Implement RFC 7628 Proof Key for Code Exchange Kim Alvefur 20 months ago
mod_http_oauth2: Reorder routes into order they happen in OAuth 2.0 Kim Alvefur 20 months ago
mod_firewall: Initialize compiled chunk just once for all handlers Matthew Wild 20 months ago
mod_rest/rest.sh: Set software_id in client registration to something Kim Alvefur 20 months ago
mod_rest/rest.sh: Include .sh suffix in client registration Kim Alvefur 20 months ago
mod_http_oauth2: Record OAuth software id and version attached to tokens Kim Alvefur 20 months ago
mod_http_oauth2: Fix misplaced 'default' on wrong side of } in client registration schema Kim Alvefur 20 months ago
mod_remote_roster: Set id on generated iq stanzas (thanks @agwa) Matthew Wild 20 months ago
mod_http_oauth2: Fix to include "openid" scope in discovery metadata Kim Alvefur 20 months ago
mod_client_management: Show time for recent timestamps in shell command Kim Alvefur 20 months ago
mod_client_management: Fix changed column cell "key" Kim Alvefur 20 months ago
mod_client_management: Fix error when called against host without this module Kim Alvefur 20 months ago
mod_client_management: Move table cell formatting into column specification Kim Alvefur 20 months ago
mod_client_management: Fix type confusion Kim Alvefur 20 months ago
mod_client_management: Fix error when last password change is unknown (or never) Kim Alvefur 20 months ago
mod_rest/rest.sh: Register as native application Kim Alvefur 20 months ago
mod_http_oauth2: Validate redirect URI depending on application type Kim Alvefur 20 months ago
mod_http_oauth2: Fill in some client metadata defaults Kim Alvefur 20 months ago
mod_http_oauth2: Allow only l10n variants of name in client metadata Kim Alvefur 20 months ago
mod_http_oauth2: Normalize whitespace in client metadata schema Kim Alvefur 20 months ago
mod_log_ringbuffer: Fix description and examples of level configuration Matthew Wild 21 months ago
mod_log_ringbuffer: Fix example config Matthew Wild 21 months ago
mod_oidc_userinfo_vcard4: Fix phone number claim Kim Alvefur 21 months ago
mod_oidc_userinfo_vcard4: Unpack <vcard> from PubSub <item> Kim Alvefur 21 months ago
mod_http_oauth2: Use new Lua pattern schema properties Kim Alvefur 21 months ago
mod_http_oauth2: Include additional OpenID scopes in metadata Kim Alvefur 21 months ago
mod_http_oauth2: Validate (unused at this point) localized URIs Kim Alvefur 21 months ago
mod_http_oauth2: Declare https as required of URIs in schema Kim Alvefur 21 months ago
mod_http_oauth2: Enforce https requirement on TOS URI Kim Alvefur 21 months ago
mod_http_oauth2: Use new mod_cron API for periodic cleanup Kim Alvefur 21 months ago
mod_audit_status: Fix error on first start Kim Alvefur 21 months ago
mod_muc_rtbl: Use correct occupant object Matthew Wild 21 months ago
mod_audit: Move underscore to avoid luacheck warning Kim Alvefur 21 months ago
mod_oidc_userinfo_vcard4: Provide profile details in mod_http_oauth2 Kim Alvefur 21 months ago
mod_auth_oauth_external: Add configuration example Kim Alvefur 21 months ago
mod_auth_oauth_external: Linkify password grant Kim Alvefur 21 months ago
mod_auth_oauth_external: Some notes in README Kim Alvefur 21 months ago
mod_auth_oauth_external: Allow setting identity instead of discovery URL Kim Alvefur 22 months ago
mod_auth_oauth_external: Support PLAIN via resource owner password grant Kim Alvefur 22 months ago
mod_auth_oauth_external: Authenticate against an OAuth 2 provider Kim Alvefur 22 months ago
mod_client_management: Fix import of util.error (not errors) Kim Alvefur 21 months ago
mod_rest: Implement use of refresh tokens in rest.sh example Kim Alvefur 21 months ago
mod_http_oauth2: Fix error due to reference loop when using refresh token Kim Alvefur 21 months ago
mod_http_oauth2: Fix table index error when using refresh token Kim Alvefur 21 months ago
mod_muc_http_defaults: Use the new set_subject API. Thanks John Livingston Maxime “pep” Buquet 21 months ago
mod_service_outage_status: XEP-0455: Service Outage Status Kim Alvefur 21 months ago
mod_http_oauth2: Support OpenID UserInfo claims Kim Alvefur 21 months ago
mod_http_oauth2: Add some debug logging for UserInfo endpoint Kim Alvefur 21 months ago
mod_http_oauth2: Correct error code when missing credentials for userinfo Kim Alvefur 21 months ago
mod_rest: Get correct type from config Kim Alvefur 21 months ago
mod_http_debug: Module that echos back HTTP request info for debugging Kim Alvefur 21 months ago
mod_rest: Allow passing configuring a timeout for <iq> responses Kim Alvefur 21 months ago
mod_audit: Add expiration of entries, and handling of full archive stores Matthew Wild 21 months ago
mod_rest/rest.sh: Update 'client_uri' to module page Kim Alvefur 21 months ago
mod_rest/rest.sh: List dependencies in comment Kim Alvefur 21 months ago
mod_http_oauth2/README: Add rest.sh to known implementations Kim Alvefur 21 months ago
mod_audit: Add 'note' column Matthew Wild 21 months ago
mod_audit: Improve filtering options and add documentation to README Matthew Wild 21 months ago
mod_audit: Add some control over output columns via command-line flags Matthew Wild 21 months ago
mod_audit_status: Include shutdown reason in log entry Matthew Wild 21 months ago
mod_audit: Let util.human.io pick a suitable default width Matthew Wild 21 months ago
mod_audit: Use proportional columns in table output Matthew Wild 21 months ago
mod_audit: Fix iteration of custom payloads to use ipairs Matthew Wild 21 months ago
mod_audit_status: New module to log server status to audit log Matthew Wild 21 months ago
mod_audit: Display most recent entries first, rather than showing oldest Matthew Wild 21 months ago
mod_audit: Minor style nit Matthew Wild 21 months ago
mod_audit: Allow caller to specify time of the event Matthew Wild 21 months ago
mod_http_oauth2/README: Link to mod_rest Kim Alvefur 21 months ago
mod_http_oauth2/README: Link to OAuth and OIDC sites Kim Alvefur 21 months ago
mod_client_management: README: Update docs to detail shell and XMPP interfaces Matthew Wild 21 months ago
mod_http_oauth2: README: Updated documentation to reflect module status Matthew Wild 21 months ago
mod_client_management: Add list-clients + manage-clients permissions to users Matthew Wild 21 months ago
mod_client_management: Add support for revoking client access via XMPP Matthew Wild 21 months ago
mod_client_management: Improve representation of authentication methods Matthew Wild 21 months ago
mod_client_management: Improve table output Matthew Wild 21 months ago
mod_client_management: Fix user:clients() shell command to take a JID Matthew Wild 21 months ago
mod_client_management: Use grant id from key Matthew Wild 21 months ago
mod_client_management: Fail to revoke clients that have used passwords Matthew Wild 21 months ago
mod_client_management: Add support for revocation of clients (when possible) Matthew Wild 21 months ago
mod_client_management: Include client type in XML response listing Matthew Wild 21 months ago
mod_sasl2_fast: Add API method to revoke FAST tokens for a given client Matthew Wild 21 months ago
mod_cloud_notify_filters: Fix traceback when invalid JIDs are submitted Matthew Wild 21 months ago
mod_client_management: Add XMPP and shell interfaces to fetch client list Matthew Wild 21 months ago
.luacheckrc: Add module.once Matthew Wild 21 months ago
mod_audit: Add a command to print the audit log on the command-line Matthew Wild 21 months ago
mod_audit: Support for adding location (GeoIP) to audit events Matthew Wild 21 months ago
mod_isolate_host: potentially pedantic optimization Jonas Schäfer 21 months ago
mod_isolate_host: handle server-generated stanzas Jonas Schäfer 21 months ago
mod_authz_delegate: make resistant against startup order issues Jonas Schäfer 21 months ago
mod_client_management: New module for users to view/manage permitted clients Matthew Wild 21 months ago
mod_http_admin_api: Add roles to user schema in openapi Kim Alvefur 21 months ago
mod_http_admin_api: Fix types of numbers in openapi spec Kim Alvefur 21 months ago
Merge accidental extra head Kim Alvefur 21 months ago
mod_vcard_muc: take roles into account for access check Jonas Schäfer 21 months ago
mod_authz_delegate: introduce module to "link" authorization of hosts Jonas Schäfer 21 months ago
mod_authz_delegate: introduce module to "link" authorization of hosts Jonas Schäfer 21 months ago
mod_sasl2_fast: Add an API that allows modules to check if a client has FAST Matthew Wild 21 months ago
mod_sasl2_fast: Add flag to FAST sasl_handler for easier identification Matthew Wild 21 months ago
mod_sasl2_fast: Fix harmless off-by-one error (invalidates existing tokens!) Matthew Wild 21 months ago
mod_http_admin_api: Fix missing import Kim Alvefur 21 months ago
mod_http_admin_api: Tweak token session to please module:may() Kim Alvefur 21 months ago
mod_sasl2_fast: Invalidate tokens issued prior to last password change Matthew Wild 21 months ago
mod_rest: Add an example bash script for using mod_rest Kim Alvefur 21 months ago
mod_http_oauth2: Update to use new API of Prosody mod_tokenauth @ 601d9a375b86 Matthew Wild 21 months ago
mod_http_oauth2: Add support for refresh tokens Matthew Wild 22 months ago
mod_http_oauth2: Declare additional client registration fields as strings Kim Alvefur 21 months ago
mod_http_oauth2: Stricten check of urlencoded form data Kim Alvefur 21 months ago
mod_http_oauth2: Pedantic optimization Kim Alvefur 21 months ago
mod_pubsub_feeds: Fix packaging of support library for installer Kim Alvefur 22 months ago
mod_muc_rtbl: Handle node purge Kim Alvefur 22 months ago
mod_http_oauth2: Fix traceback on missing 'scope' parameter Kim Alvefur 22 months ago
mod_http_oauth2: Focus username field automatically Kim Alvefur 22 months ago
mod_http_oauth2: Allow user to decide which requested scopes to grant Kim Alvefur 22 months ago
mod_http_oauth2: Use <fieldset> in templates because it looks nice Kim Alvefur 22 months ago
mod_rest: Update prosody_oauth.py example to non-legacy OAuth2 Kim Alvefur 22 months ago
mod_http_oauth2: Remove another reference to obsolete function Kim Alvefur 22 months ago
mod_http_oauth2: Relax payload content type checking in revocation Kim Alvefur 22 months ago
mod_http_oauth2: Remove now unused code Kim Alvefur 22 months ago
mod_http_oauth2: Allow revoking a token without OAuth client credentials Kim Alvefur 22 months ago
mod_http_oauth2: Correctly verify OAuth client credentials on revocation Kim Alvefur 22 months ago
mod_http_oauth2: Group metadata section into OAuth and OpenID Kim Alvefur 22 months ago
mod_http_oauth2: Rename oauth client credential related functions Kim Alvefur 22 months ago
mod_sasl2: Pull user-agent info into sasl_handler for later reference Matthew Wild 22 months ago
mod_adhoc_oauth2_client: Update to call into mod_http_oauth2 Kim Alvefur 22 months ago
mod_http_oauth2: Refactor to allow reuse of OAuth client creation Kim Alvefur 22 months ago
mod_http_oauth2: Fix userinfo status code off-by-one Kim Alvefur 22 months ago
mod_http_oauth2: Implement and return ID Token in authorization code flow Kim Alvefur 22 months ago
mod_http_oauth2: Reject non-local hosts in more code paths Kim Alvefur 22 months ago
mod_http_oauth2: Add support for the "openid" scope Kim Alvefur 22 months ago
mod_http_oauth2: Prepare to handle multiple e.g. non-role scopes Kim Alvefur 22 months ago
mod_adhoc_oauth2_client: Make note in README about current broken state Kim Alvefur 22 months ago
mod_http_oauth2: Fix attempt to index a boolean value Kim Alvefur 22 months ago
mod_audit: Allow disabling IP logging, or limiting it to a prefix Matthew Wild 22 months ago
mod_audit: Include client id in audit log entries (if known) Matthew Wild 22 months ago
mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth Matthew Wild 22 months ago
mod_http_oauth2: Record details of OAuth client a token is issued to Kim Alvefur 22 months ago
mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect Kim Alvefur 22 months ago
mod_http_oauth2: Validate all URIs against client_uri in client registration Kim Alvefur 22 months ago
mod_http_oauth2: Organize HTTP routes with comments Kim Alvefur 22 months ago
mod_http_oauth2: Fix validation of informative URIs Kim Alvefur 22 months ago
mod_http_oauth2: Use more compact IDs Kim Alvefur 22 months ago
mod_http_oauth2: Validate that informative URLs match the redirect URIs Kim Alvefur 22 months ago
mod_http_oauth2: Reject insecure redirect URIs Kim Alvefur 22 months ago
mod_http_oauth2: Validate that redirect URIs are absolute Kim Alvefur 22 months ago
mod_http_oauth2: Validate basic URI syntax of redirect URIs Kim Alvefur 22 months ago
mod_spam_report_forwarder: Forward spam/abuse reports to one or more JIDs Matthew Wild 22 months ago
mod_http_oauth2: Require URL to client informational page in registration Kim Alvefur 22 months ago
mod_http_oauth2: Reorder client metadata validation schema Kim Alvefur 22 months ago
mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID Matthew Wild 22 months ago
mod_firewall: README: Clarify docs about some of the stanza processing actions Matthew Wild 22 months ago
mod_firewall: Warn about invalid pubsubitemid list specification Matthew Wild 22 months ago
mod_firewall: Fix parsing of pubsubitemid list specification Matthew Wild 22 months ago
mod_http_oauth2: Fix to disable disabled response handlers correctly Kim Alvefur 22 months ago
mod_http_oauth2: Log flows enabled and disabled Kim Alvefur 22 months ago
mod_http_oauth2: Fix appending of query parts in error redirects Kim Alvefur 22 months ago
mod_http_oauth2: Implement the OpenID userinfo endpoint Kim Alvefur 22 months ago
mod_http_oauth2: Close site header tags Kim Alvefur 22 months ago
mod_http_oauth2: Fix contrast of links on consent page Kim Alvefur 22 months ago
mod_http_oauth2: token endpoint: handle missing credentials Matthew Wild 22 months ago
mod_http_oauth2: Fail early when no authorization header present Matthew Wild 22 months ago
mod_http_oauth2: Support HTTP Basic auth on token endpoint Matthew Wild 22 months ago
mod_http_oauth2: Separate extracting credentials from requests and verifying Matthew Wild 22 months ago
mod_http_oauth2: Reflect ALL attributes of the client registration Matthew Wild 22 months ago
mod_rest: Point URLs to mod_http_oauth2 in demo mode Kim Alvefur 22 months ago
mod_http_oauth2: Improve handling of redirect_uri matching and fallback Matthew Wild 22 months ago
mod_http_oauth2: Correct field name for HTTP response status code Kim Alvefur 22 months ago
mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck) Matthew Wild 22 months ago
mod_cloud_notify: Add note about Lua version requirements to README Matthew Wild 22 months ago
mod_cloud_notify: Log warning when used on Lua 5.1 Matthew Wild 22 months ago
mod_http_oauth2: Remove authorization codes after use Kim Alvefur 22 months ago
mod_http_oauth2: Fix authorization code logic Kim Alvefur 22 months ago
mod_http_oauth2: Include html templates in package for plugin installer Kim Alvefur 22 months ago
mod_conversejs: This one weird trick updates options on reload Kim Alvefur 23 months ago
mod_http_oauth2: Switch to '303 See Other' redirects Matthew Wild 22 months ago
mod_http_oauth2: Allow non-HTTPS on localhost URLs Matthew Wild 22 months ago
mod_http_oauth2: Add authentication, consent and error pages Matthew Wild 22 months ago
mod_http_oauth: Factor out issuer URL calculation to a helper function Matthew Wild 22 months ago
mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ) Kim Alvefur 22 months ago
mod_http_oauth2: Specify host for which to retrieve list of roles Kim Alvefur 22 months ago
mod_http_oauth2: Return list of active roles in discovery Kim Alvefur 22 months ago
mod_http_oauth2: Return actually enabled response types in discovery Kim Alvefur 22 months ago
mod_http_oauth2: Calculate client secret expiry in registration response Kim Alvefur 22 months ago
mod_http_oauth2: Strip trailing '/' from issuer URL Matthew Wild 22 months ago
mod_http_oauth2: Advertise endpoints that are enabled Kim Alvefur 22 months ago
mod_http_oauth2: Separate client_secret verification key from JWT key Kim Alvefur 22 months ago
mod_http_oauth2: Fix response type config Kim Alvefur 22 months ago
mod_http_oauth2/README: Document config options Kim Alvefur 22 months ago
mod_http_oauth2: Remove error message Kim Alvefur 22 months ago
mod_http_oauth2: Mention name of client when giving out OOB authorization code Kim Alvefur 22 months ago
mod_http_oauth2: Comment on mutation by other module Kim Alvefur 22 months ago
mod_http_oauth2: Implement stateless dynamic client registration Kim Alvefur 22 months ago
mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207) Matthew Wild 22 months ago
mod_http_oauth2: Derive scope from correct user details Kim Alvefur 22 months ago
mod_http_oauth2: Fix to actually return OOB response Kim Alvefur 22 months ago
mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash) Matthew Wild 22 months ago
mod_http_oauth2: Implement OOB special redirect URI in code flow Kim Alvefur 22 months ago
mod_http_oauth2: Add settings for allowed grant and response types Kim Alvefur 22 months ago
mod_http_oauth2: Implement the Implicit flow Kim Alvefur 22 months ago
mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow Kim Alvefur 22 months ago
mod_s2s_whitelist/README: Show inclusion in modules_enabled in example Kim Alvefur 22 months ago
mod_s2s_blacklist/README: Show inclusion in modules_enabled in example Kim Alvefur 22 months ago
mod_http_oauth2: Issue tokens for the purpose of 'oauth2' Kim Alvefur 22 months ago
mod_http_oauth2: Fix removal of consumed authorization codes Kim Alvefur 22 months ago
mod_sasl2_bind2: Support for SASL handlers forcing a specific resource Matthew Wild 22 months ago
mod_rest: Remove confusing oauth2 tokens from examples Kim Alvefur 22 months ago
mod_register_apps: Detect 0.12+ when called from prosodyctl Kim Alvefur 23 months ago
mod_muc_rtbl: fix more incorrect more references to "event" Jonas Schäfer 23 months ago
mod_muc_rtbl: ignore blocklist for affiliated users for messages Jonas Schäfer 23 months ago
mod_muc_rtbl: fix traceback because of scoping error Jonas Schäfer 23 months ago
mod_muc_rtbl: move use of "private" attributes to single function Jonas Schäfer 23 months ago
mod_muc_rtbl: also filter messages Jonas Schäfer 23 months ago
New module, mod_muc_reserve_nick_pattern Stephen Paul Weber 23 months ago
Strip images from XHTML-IM as well Stephen Paul Weber 23 months ago
mod_muc_moderation: Derive role from reserved nickname if occupant Kim Alvefur 23 months ago
mod_muc_moderation: Refactor to prepare for new version of XEP-0425 Kim Alvefur 23 months ago
mod_unsubscriber: Revoke roster subscriptions of unreachable hosts Kim Alvefur 23 months ago
mod_jsxc: Correct description of resources setting (thanks ham5urg) Kim Alvefur 23 months ago
mod_jsxc: Words about jQuery Kim Alvefur 23 months ago
mod_jsxc: Add plugin installer metadata Kim Alvefur 23 months ago
mod_jsxc: Document config options Kim Alvefur 23 months ago
mod_bob: Fix traceback when iq has no payload (thanks meaz) Matthew Wild 23 months ago
mod_muc_auto_member: New module to automatically make MUC participants members Matthew Wild 23 months ago
mod_http_status: Report module statuses Kim Alvefur 23 months ago
mod_firewall: Fix 'is_admin' internal dependency rule #1797 (thanks diane) Kim Alvefur 23 months ago
mod_rest/README: Words about bearer tokens Kim Alvefur 23 months ago
mod_inject_ecaps2: Mention and link to XEP-0390 in text Kim Alvefur 24 months ago
mod_unified_push: Update docs to recommend loading on normal hosts Matthew Wild 2023-01-14
mod_unified_push: README: Update docs Matthew Wild 2023-01-14
mod_unified_push: Make unified_push_secret only required for jwt backend Matthew Wild 2023-01-14
mod_unified_push: Improved error handling and reporting Matthew Wild 2023-01-14
mod_unified_push: fix return values for paseto backend Matthew Wild 2023-01-14
mod_unified_push: Fix storage backend error behaviours and return values Matthew Wild 2023-01-14
mod_unified_push: Fix default ACL in component mode Matthew Wild 2023-01-14
mod_unified_push: Fixes for paseto backend initialization Matthew Wild 2023-01-14
mod_unified_push: Add support for multiple token backends, including stoage Matthew Wild 2023-01-14
mod_unified_push: Refactor in anticipation of other registration backends Matthew Wild 2023-01-13
mod_unified_push: Add ACL option to restrict access Matthew Wild 2023-01-13
mod_unified_push: Fix JWT method parameter order (fixes #1791) Matthew Wild 2023-01-13
mod_http_dir_listing: Update Compatibility section Kim Alvefur 2023-01-13
mod_http_dir_listing: Add metadata to fix plugin package build Kim Alvefur 2023-01-13
mod_invites_api: Fix traceback when no query params (thanks Menel) Matthew Wild 2023-01-11
mod_invites_api: Fix traceback on list command with no entries (thanks mirux) Matthew Wild 2023-01-11
Remove reverse dependencies on mod_invites (for plugin installer) Kim Alvefur 2023-01-10
mod_pubsub_summary: Mention HTML to Message Styling conversion Kim Alvefur 2023-01-10
mod_unified_push: Remove dependency on trunk util.jwt (0.12 compat) Matthew Wild 2023-01-10
mod_unified_push: README: Documentation updates (example, etc.) Matthew Wild 2023-01-10
mod_sasl2_fast: Add some comments Matthew Wild 2023-01-10
mod_unified_push: Various fixes, now working with Conversations Matthew Wild 2023-01-10
mod_pubsub_summary: Trim preceding and trailing whitespace from title Kim Alvefur 2023-01-10
mod_pubsub_text_interface: Try to clarify help message wrt node arguments Kim Alvefur 2023-01-08
mod_pubsub_text_interface: Improve error messages Kim Alvefur 2023-01-08
mod_onions: Fix URL and linkify it. Martin Dosch 2023-01-08
mod_pubsub_summary: Render geo:-URI from OASIS emergency broadcasts Kim Alvefur 2023-01-08
mod_ping_muc: Error out if loaded on Components Kim Alvefur 2023-01-07
mod_pubsub_summary: Hide link relation when value is "alternate" Kim Alvefur 2023-01-07
mod_unified_push: Experimenal Unified Push provider Matthew Wild 2023-01-05
mod_muc_moderation/README: Simplify Compatibility section Kim Alvefur 2023-01-03
mod_rest: Fix reference in OpenAPI Kim Alvefur 2022-12-31
mod_rest: Add XEP-0461 to OpenAPI Kim Alvefur 2022-12-31
mod_rest: Add missing message properties to OpenAPI documentation Kim Alvefur 2022-12-31
mod_rest: Add some GET-mapped iq-queries to OpenAPI documentation Kim Alvefur 2022-12-31
mod_rest/README: Fix XML well-formedness in example (thanks drsnuggles) Kim Alvefur 2022-12-31
mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw) Kim Alvefur 2022-12-30
mod_s2s_auth_dane: Update Compatibility chart (doesn't work anymore) Kim Alvefur 2022-12-25
mod_rest: Remove manual reference expansion in schema Kim Alvefur 2022-12-20
Merge Kim Alvefur 2022-12-18
Backed out changeset 85882735fd33 Jonas Schäfer 2022-12-17
mod_http_muc_log: make default presence visibility configurable Jonas Schäfer 2022-12-17
mod_audit: remove event hook Jonas Schäfer 2022-04-28
mod_pubsub_mqtt: Switch to MQTT 3.1.1 Matthew Wild 2022-12-16
mod_pubsub_mqtt: Support atom_title payload type Matthew Wild 2022-12-16
mod_pubsub_mqtt: Fix some inappropriate log levels Matthew Wild 2022-12-16
mod_pubsub_mqtt: Add XEP-0060 <item> wrapper to payloads Matthew Wild 2022-12-16
mod_pubsub_feeds: Include feeds library in plugin package Kim Alvefur 2022-12-09
mod_http_muc_log: Fix syntax error in timestamp adjusting script Kim Alvefur 2022-12-04
mod_http_muc_log: Move language attribute onto body itself Kim Alvefur 2022-12-04
mod_http_muc_log: Tweak style towards the "modern" Kim Alvefur 2022-12-04
mod_http_muc_log: Fix error in js when displaying presence is disabled Kim Alvefur 2022-12-04
mod_http_muc_log: Include static resources (css & js) in plugin package Kim Alvefur 2022-12-04
mod_http_muc_log: Move CSS and JS out of template Kim Alvefur 2022-12-04
mod_s2soutinjection: Use session logger where it makes sense Kim Alvefur 2022-12-02
mod_s2soutinjection: Use module logging API Kim Alvefur 2022-12-02
mod_s2soutinjection: Remove undefined global (thanks Damian) Kim Alvefur 2022-12-02
mod_s2soutinjection: Remove unused variables [luacheck] Kim Alvefur 2022-12-02
mod_compat_roles: Add support for role inheritance (built-in roles only) Matthew Wild 2022-11-29
mod_compat_roles: Fix permission checks/roles to be per-host as intended Matthew Wild 2022-11-29