log

age author description
19 months ago Kim Alvefur mod_oidc_userinfo_vcard4: Fix typo
19 months ago Kim Alvefur mod_http_oauth2: Make allowed locales configurable
19 months ago Kim Alvefur mod_http_oauth2: Improve error messages for URI properties
19 months ago Kim Alvefur mod_rest: Describe the error 'by' property in OpenAPI spec
19 months ago Kim Alvefur mod_rest: List all error conditions in OpenAPI spec
19 months ago Kim Alvefur mod_http_oauth2: Make note about handling repeated
19 months ago Kim Alvefur mod_http_oauth2: Add TODO about disabling password grant
19 months ago Kim Alvefur mod_http_oauth2: Disable CORS for authorization endpoint
19 months ago Kim Alvefur mod_http_oauth2: Make CSP configurable
19 months ago Kim Alvefur mod_http_oauth2: Link to RFC 7628 in README
19 months ago Kim Alvefur mod_http_oauth2: Use code spans for some config options in README
19 months ago Kim Alvefur mod_http_oauth2: Remove underscore prefix
19 months ago Kim Alvefur mod_cloud_notify_extensions: Fix Markdown syntax of Compatibility table
19 months ago Matthew Wild mod_firewall: Add console commands to mark/unmark users
19 months ago Matthew Wild mod_firewall: Load marks from storage on demand rather than at login
19 months ago Matthew Wild mod_firewall: Log warning when attempting to mark/unmark remote users
19 months ago Matthew Wild mod_firewall: enable marks by default
19 months ago Matthew Wild mod_firewall: Improve error when mark name contains invalid characters
19 months ago Matthew Wild mod_firewall: marks: Fix marking a user with no previous marks
19 months ago Matthew Wild mod_firewall: Update user marks to store instantly via map store
19 months ago Matthew Wild mod_firewall: Split some long lines [luacheck]
19 months ago Matthew Wild mod_firewall: Fix inverted logic of 'FROM FULL JID?'
19 months ago Matthew Wild mod_firewall: spam-blocking.pfw: Remove requirement for invites to have no body
19 months ago Matthew Wild mod_firewall: scripts: spam-blocklists: Check sender and inviter of MUC invitations against blocklist
19 months ago Matthew Wild mod_firewall: scripts: spam-blocking.pfw: Add special handling for MUC invites
19 months ago Matthew Wild mod_firewall: Add 'FROM FULL JID?' condition
19 months ago Matthew Wild mod_firewall: README: Add some emphasis on the exact behaviour of TO FULL JID
19 months ago Kim Alvefur mod_rest: Merge some common properties between openapi and schema
19 months ago Kim Alvefur mod_rest: Apply normalization to openapi spec
19 months ago Kim Alvefur mod_http_oauth2: Simplify template using if-falsy operator
19 months ago Kim Alvefur mod_http_dir_listing2: Fix wrong name for resource directory
19 months ago Kim Alvefur mod_http_dir_listing2: Include html resources with plugin installer
19 months ago Kim Alvefur mod_http_dir_listing: Strip path to using plugin installer
19 months ago Kim Alvefur mod_firewall: Include scripts with plugin installer (thanks gooya)
19 months ago Kim Alvefur mod_http_oauth2: Add some words about supported flows and defaults
19 months ago Kim Alvefur mod_http_oauth2/README: Expand summary to include OAuth 2.0 role
19 months ago Kim Alvefur mod_http_oauth2: Return Authentication Time per OpenID Core Section 2
19 months ago Kim Alvefur mod_http_oauth2: Validate the OpenID 'prompt' parameter
19 months ago Kim Alvefur mod_http_oauth2: Apply text color to OOB input field
19 months ago Kim Alvefur mod_client_management: Include client software version number in listing
19 months ago Kim Alvefur mod_http_oauth2: Present OOB code in an input field for easier selection
19 months ago Kim Alvefur mod_http_oauth2: Revert strict form check to allow consent of multiple scopes
19 months ago Kim Alvefur mod_http_oauth2: Reject duplicate form-urlencoded parameters
19 months ago Kim Alvefur mod_http_oauth2: Bind refresh tokens to client
19 months ago Kim Alvefur mod_http_oauth2: Record hash of client_id to allow future verification
19 months ago Kim Alvefur mod_http_oauth2: Add client verification wrapper function
19 months ago Kim Alvefur mod_http_oauth2: Add Cache-Control and Pragma headers per by RFC 6749
19 months ago Kim Alvefur mod_http_oauth2: Linkify mod_client_management in README
19 months ago Kim Alvefur mod_http_oauth2: Fix messed up section about redirect_uris requirements
19 months ago Kim Alvefur mod_http_oauth2: Restructure description of client metadata requirements
19 months ago Kim Alvefur mod_http_oauth2: Correct loopback URL example
19 months ago Kim Alvefur mod_groups_oidc: Expose groups to OAuth clients
19 months ago Kim Alvefur mod_oidc_userinfo_vcard4: Advertise OpenID scopes via new mechanism
19 months ago Kim Alvefur mod_http_oauth2: Add provisions for dynamically adding simple scopes
19 months ago Kim Alvefur mod_http_oauth2: Sort imports
19 months ago Kim Alvefur mod_http_oauth2: Fix closing h1 tag
19 months ago Kim Alvefur mod_auth_oauth_external: Correct docs about default scope
19 months ago Kim Alvefur misc/lnav: Add a README with installation instructions
19 months ago Kim Alvefur misc/lnav: Fix delimiting of timestamp in pattern
19 months ago Kim Alvefur misc/lnav: Fix timestamp-format to be an array as per schema