mod_adhoc_oauth2_client: Make note in README about current broken state
|
Kim Alvefur |
2023-03-16 |
mod_http_oauth2: Fix attempt to index a boolean value
|
Kim Alvefur |
2023-03-15 |
mod_audit: Allow disabling IP logging, or limiting it to a prefix
|
Matthew Wild |
2023-03-14 |
mod_audit: Include client id in audit log entries (if known)
|
Matthew Wild |
2023-03-14 |
mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth
|
Matthew Wild |
2023-03-14 |
mod_http_oauth2: Record details of OAuth client a token is issued to
|
Kim Alvefur |
2023-03-14 |
mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect
|
Kim Alvefur |
2023-03-12 |
mod_http_oauth2: Validate all URIs against client_uri in client registration
|
Kim Alvefur |
2023-03-12 |
mod_http_oauth2: Organize HTTP routes with comments
|
Kim Alvefur |
2023-03-12 |
mod_http_oauth2: Fix validation of informative URIs
|
Kim Alvefur |
2023-03-11 |
mod_http_oauth2: Use more compact IDs
|
Kim Alvefur |
2023-03-11 |
mod_http_oauth2: Validate that informative URLs match the redirect URIs
|
Kim Alvefur |
2023-03-11 |
mod_http_oauth2: Reject insecure redirect URIs
|
Kim Alvefur |
2023-03-11 |
mod_http_oauth2: Validate that redirect URIs are absolute
|
Kim Alvefur |
2023-03-11 |
mod_http_oauth2: Validate basic URI syntax of redirect URIs
|
Kim Alvefur |
2023-03-11 |
mod_spam_report_forwarder: Forward spam/abuse reports to one or more JIDs
|
Matthew Wild |
2023-03-11 |
mod_http_oauth2: Require URL to client informational page in registration
|
Kim Alvefur |
2023-03-11 |
mod_http_oauth2: Reorder client metadata validation schema
|
Kim Alvefur |
2023-03-11 |
mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JID
|
Matthew Wild |
2023-03-11 |
mod_firewall: README: Clarify docs about some of the stanza processing actions
|
Matthew Wild |
2023-03-11 |
mod_firewall: Warn about invalid pubsubitemid list specification
|
Matthew Wild |
2023-03-11 |
mod_firewall: Fix parsing of pubsubitemid list specification
|
Matthew Wild |
2023-03-11 |
mod_http_oauth2: Fix to disable disabled response handlers correctly
|
Kim Alvefur |
2023-03-10 |
mod_http_oauth2: Log flows enabled and disabled
|
Kim Alvefur |
2023-03-10 |
mod_http_oauth2: Fix appending of query parts in error redirects
|
Kim Alvefur |
2023-03-10 |
mod_http_oauth2: Implement the OpenID userinfo endpoint
|
Kim Alvefur |
2023-03-09 |
mod_http_oauth2: Close site header tags
|
Kim Alvefur |
2023-03-09 |
mod_http_oauth2: Fix contrast of links on consent page
|
Kim Alvefur |
2023-03-07 |
mod_http_oauth2: token endpoint: handle missing credentials
|
Matthew Wild |
2023-03-07 |
mod_http_oauth2: Fail early when no authorization header present
|
Matthew Wild |
2023-03-07 |