Mercurial > prosody-modules
graph
-
mod_http_oauth2: Focus username field automatically2023-03-23, by Kim Alvefur
-
mod_http_oauth2: Allow user to decide which requested scopes to grant2023-03-23, by Kim Alvefur
-
mod_http_oauth2: Use <fieldset> in templates because it looks nice2023-03-23, by Kim Alvefur
-
mod_rest: Update prosody_oauth.py example to non-legacy OAuth22023-03-23, by Kim Alvefur
-
mod_http_oauth2: Remove another reference to obsolete function2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Relax payload content type checking in revocation2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Remove now unused code2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Allow revoking a token without OAuth client credentials2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Correctly verify OAuth client credentials on revocation2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Group metadata section into OAuth and OpenID2023-03-21, by Kim Alvefur
-
mod_http_oauth2: Rename oauth client credential related functions2023-03-21, by Kim Alvefur
-
mod_sasl2: Pull user-agent info into sasl_handler for later reference2023-03-21, by Matthew Wild
-
mod_adhoc_oauth2_client: Update to call into mod_http_oauth22023-03-19, by Kim Alvefur
-
mod_http_oauth2: Refactor to allow reuse of OAuth client creation2023-03-19, by Kim Alvefur
-
mod_http_oauth2: Fix userinfo status code off-by-one2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Implement and return ID Token in authorization code flow2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Reject non-local hosts in more code paths2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Add support for the "openid" scope2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Prepare to handle multiple e.g. non-role scopes2023-03-16, by Kim Alvefur
-
mod_adhoc_oauth2_client: Make note in README about current broken state2023-03-16, by Kim Alvefur
-
mod_http_oauth2: Fix attempt to index a boolean value2023-03-15, by Kim Alvefur
-
mod_audit: Allow disabling IP logging, or limiting it to a prefix2023-03-14, by Matthew Wild
-
mod_audit: Include client id in audit log entries (if known)2023-03-14, by Matthew Wild
-
mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth2023-03-14, by Matthew Wild
-
mod_http_oauth2: Record details of OAuth client a token is issued to2023-03-14, by Kim Alvefur
-
mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect2023-03-12, by Kim Alvefur
-
mod_http_oauth2: Validate all URIs against client_uri in client registration2023-03-12, by Kim Alvefur
-
mod_http_oauth2: Organize HTTP routes with comments2023-03-12, by Kim Alvefur
-
mod_http_oauth2: Fix validation of informative URIs2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Use more compact IDs2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Validate that informative URLs match the redirect URIs2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Reject insecure redirect URIs2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Validate that redirect URIs are absolute2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Validate basic URI syntax of redirect URIs2023-03-11, by Kim Alvefur
-
mod_spam_report_forwarder: Forward spam/abuse reports to one or more JIDs2023-03-11, by Matthew Wild
-
mod_http_oauth2: Require URL to client informational page in registration2023-03-11, by Kim Alvefur
-
mod_http_oauth2: Reorder client metadata validation schema2023-03-11, by Kim Alvefur
-
mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID2023-03-11, by Matthew Wild
-
mod_firewall: README: Clarify docs about some of the stanza processing actions2023-03-11, by Matthew Wild
-
mod_firewall: Warn about invalid pubsubitemid list specification2023-03-11, by Matthew Wild
-
mod_firewall: Fix parsing of pubsubitemid list specification2023-03-11, by Matthew Wild
-
mod_http_oauth2: Fix to disable disabled response handlers correctly2023-03-10, by Kim Alvefur
-
mod_http_oauth2: Log flows enabled and disabled2023-03-10, by Kim Alvefur
-
mod_http_oauth2: Fix appending of query parts in error redirects2023-03-10, by Kim Alvefur
-
mod_http_oauth2: Implement the OpenID userinfo endpoint2023-03-09, by Kim Alvefur
-
mod_http_oauth2: Close site header tags2023-03-09, by Kim Alvefur
-
mod_http_oauth2: Fix contrast of links on consent page2023-03-07, by Kim Alvefur
-
mod_http_oauth2: token endpoint: handle missing credentials2023-03-07, by Matthew Wild
-
mod_http_oauth2: Fail early when no authorization header present2023-03-07, by Matthew Wild
-
mod_http_oauth2: Support HTTP Basic auth on token endpoint2023-03-07, by Matthew Wild
-
mod_http_oauth2: Separate extracting credentials from requests and verifying2023-03-07, by Matthew Wild
-
mod_http_oauth2: Reflect ALL attributes of the client registration2023-03-07, by Matthew Wild
-
mod_rest: Point URLs to mod_http_oauth2 in demo mode2023-03-07, by Kim Alvefur
-
mod_http_oauth2: Improve handling of redirect_uri matching and fallback2023-03-07, by Matthew Wild
-
mod_http_oauth2: Correct field name for HTTP response status code2023-03-07, by Kim Alvefur
-
mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck)2023-03-07, by Matthew Wild
-
mod_cloud_notify: Add note about Lua version requirements to README2023-03-07, by Matthew Wild
-
mod_cloud_notify: Log warning when used on Lua 5.12023-03-07, by Matthew Wild
-
mod_http_oauth2: Remove authorization codes after use2023-03-06, by Kim Alvefur
-
mod_http_oauth2: Fix authorization code logic2023-03-06, by Kim Alvefur