log

age author description
19 months ago Kim Alvefur mod_http_oauth2: Document client registration requirements
19 months ago Kim Alvefur mod_http_debug: Handle any path under /debug/* as well
19 months ago Kim Alvefur mod_http_debug: Log some extended info about requests
19 months ago Kim Alvefur mod_http_debug: Handle more HTTP methods
19 months ago Kim Alvefur mod_http_debug: Add a brief README
19 months ago Kim Alvefur mod_rest/example: Include 'application_type' in registration
19 months ago Kim Alvefur mod_s2sout_override: Add support for Direct TLS
19 months ago Kim Alvefur mod_s2sout_override: New module for overriding s2s connections
19 months ago Matthew Wild mod_pubsub_alertmanager: Support for per-path config overrides
20 months ago Kim Alvefur mod_muc_moderation: Point to new Conversations issue tracker
20 months ago Matthew Wild mod_invites_adhoc: Fall back to generic allow_user_invites for role-less users
20 months ago Kim Alvefur mod_invites{,_adhoc,_register}: Recommend using version included with prosody
20 months ago Kim Alvefur mod_welcome_page: Remove dependency on mod_invites (included with Prosody)
20 months ago Kim Alvefur mod_http_oauth2: Allow CORS for browser clients
20 months ago Kim Alvefur mod_http_oauth2: Disable Referrer via header
20 months ago Kim Alvefur mod_http_oauth2: Always render errors as HTML for OOB redirect URI
20 months ago Kim Alvefur mod_http_oauth2: Use validated redirect URI when returning errors to client
20 months ago Kim Alvefur mod_http_oauth2: Return OAuth error for authz code store error
20 months ago Kim Alvefur mod_http_oauth2: Validate redirect_uri before using it for error redirects
20 months ago Kim Alvefur mod_http_oauth2: Don't return redirects or HTML from token endpoint
20 months ago Kim Alvefur mod_http_oauth2: Tweak formatting of log message
20 months ago Kim Alvefur mod_http_oauth2: Always show early errors to user
20 months ago Kim Alvefur mod_http_oauth2: Clarify some error messages
20 months ago Kim Alvefur mod_http_oauth2: Use error status code when rendering error page
20 months ago Kim Alvefur mod_http_oauth2: Add human-readable error messages
20 months ago Kim Alvefur mod_http_oauth2: Fix returning errors from response handlers
20 months ago Kim Alvefur mod_http_oauth2: Add a special "xmpp" scope that grants the users' default role
20 months ago Kim Alvefur mod_http_oauth2: Add support for the OpenID 'login_hint' parameter
20 months ago Kim Alvefur mod_http_oauth2: Note about partial OpenID Discovery implementation
20 months ago Kim Alvefur mod_http_oauth2: Split long list line in README
20 months ago Kim Alvefur mod_http_oauth2: Proper OAuth error for invalid redirect URI in implicit flow too
20 months ago Kim Alvefur mod_http_oauth2: Return proper OAuth error for invalid redirect URI
20 months ago Kim Alvefur mod_http_oauth2: Fix use of arbitrary ports in loopback redirect URIs
20 months ago Kim Alvefur mod_http_oauth2: Add FIXME about loopback redirect URIs
20 months ago Kim Alvefur mod_http_oauth2: Rename variables to improve clarity
20 months ago Kim Alvefur mod_http_oauth2: Do minimal validation of private-use URI schemes
20 months ago Kim Alvefur mod_http_oauth2: Reject relative redirect URIs
20 months ago Kim Alvefur mod_http_oauth2: Reject duplicate list items in client registration
20 months ago Kim Alvefur mod_http_oauth2: Require non-empty arrays in client registration
20 months ago Kim Alvefur mod_http_oauth2: Reject duplicate redirect URIs in registration
20 months ago Kim Alvefur mod_http_oauth2: Fix schema to enforce at least one redirect URI
20 months ago Kim Alvefur mod_http_oauth2: Show only roles the user can use in consent dialog
20 months ago Kim Alvefur mod_http_oauth2: Reference grant by id instead of value
20 months ago Kim Alvefur mod_http_oauth2: Scope FIXMEs
20 months ago Kim Alvefur mod_http_oauth2: Describe type signatures of scope handling functions
20 months ago Kim Alvefur mod_http_oauth2: Allow requesting a subset of scopes on token refresh
20 months ago Kim Alvefur mod_http_oauth2: Enforce client scope restrictions in authorization
20 months ago Kim Alvefur mod_http_oauth2: Fix inclusion of role in refreshed access tokens
20 months ago Kim Alvefur mod_http_oauth2: Fix unintentional persistence
20 months ago Kim Alvefur mod_auth_oauth_external: Update compatibility section with unknowns
20 months ago Kim Alvefur mod_auth_oauth_external: Also do XEP-0106 escaping in SASL OAUTHBEARER
20 months ago Kim Alvefur mod_auth_oauth_external: Stub not implemented auth module methods
20 months ago Kim Alvefur mod_auth_oauth_external: Add Mastodon to README
20 months ago Kim Alvefur mod_auth_oauth_external: Allow different username in PLAIN vs final JID
20 months ago Kim Alvefur mod_auth_oauth_external: Remove untested JID mapping
20 months ago Kim Alvefur mod_auth_oauth_external: Remove untested role mapping
20 months ago Kim Alvefur mod_auth_oauth_external: Expect XEP-0106 escaped username in PLAIN
20 months ago Kim Alvefur mod_auth_oauth_external: Make 'scope' configurable in password grant request
20 months ago Kim Alvefur mod_auth_oauth_external: Add setting for client_secret
20 months ago Kim Alvefur mod_auth_oauth_external: Work without token validation endpoint