Commit Graph

4639 Commits (3180f48bc582fe8d48c8e5000e34c1934f6a7995)

Author SHA1 Message Date
Kim Alvefur 3180f48bc5 mod_http_errors: Add some silly variations for the '/' page 5 years ago
Kim Alvefur 0a5ac437b9 mod_http_file_share: Fix traceback on missing file-type 5 years ago
Kim Alvefur 40252c2cc7 mod_csi_simple: Add command to test importance algorithm on stream of stanzas 5 years ago
Kim Alvefur 4ed5700a19 mod_http: Improve message for missing 'route' 5 years ago
Kim Alvefur 19eb907613 mod_http: Warn if app is missing 'route' 5 years ago
Kim Alvefur b01915e81c mod_http_file_share: Allow credentials via CORS (needed for auth token) 5 years ago
Kim Alvefur d65d38846d mod_http: Allow modifying CORS header list via :provides API 6 years ago
Kim Alvefur 5d4446cd13 mod_http: Allow setting the CORS credentials flag via :provides API 6 years ago
Kim Alvefur 24974dc1c6 mod_http_errors: Style tweak 5 years ago
Kim Alvefur 900fe6a1cb mod_http_file_share: Return a message from the base URL 5 years ago
Kim Alvefur 49d6a7a91f mod_websocket: Use mod_http_errors html template #1172 5 years ago
Kim Alvefur d18348b578 mod_bosh: Include warning if endpoint accessed insecurely (#1172) 5 years ago
Kim Alvefur 5860017b9f mod_bosh: Use message template from mod_http_error 5 years ago
Kim Alvefur ba8610666a mod_http_errors: Add a highlighted warning to template 5 years ago
Kim Alvefur 6d29fa653c mod_http_errors: Add way to reuse the error page template 5 years ago
Kim Alvefur 699e27da56 mod_http_errors: Minify CSS 5 years ago
Kim Alvefur e52a77ff84 mod_http: Fix trusted proxies check (thanks buildbot) 5 years ago
Kim Alvefur 80116bf0e3 mod_http: Skip IP resolution in non-proxied case 5 years ago
Kim Alvefur 0e6a6fff96 mod_http: Optimize proxy IP check 5 years ago
Kim Alvefur 231e87ab05 mod_websocket: Inherit security status from http request 5 years ago
Kim Alvefur 362c228c47 mod_http: Consider x-forwarded-proto from trusted proxies 5 years ago
Kim Alvefur 51b055809a mod_csi_simple: Fire event when flushing queue 5 years ago
Kim Alvefur dcab373f45 mod_csi_simple: Set session state to 'flushing' while doing so 5 years ago
Kim Alvefur f01247ec56 mod_pep: Advertise base pubsub feature (fixes #1632) 5 years ago
Kim Alvefur 3151984042 mod_http_file_share: Prevent attempt to upload again after completion 5 years ago
Kim Alvefur 9501c7b976 mod_http_file_share: Support sending 100 Continue 5 years ago
Kim Alvefur db3c36c69d mod_s2s: Fix copypaste mistake in b3ae48362f78 5 years ago
Matthew Wild 4bceaa2443 MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (thanks damencho) 5 years ago
Kim Alvefur f4c821cc4a mod_s2s: Prevent whitespace keepalives the stream has been opened 5 years ago
Kim Alvefur 15b64ea4ff mod_saslauth: Only advertise channel binding if a finished message is available 5 years ago
Kim Alvefur b62216fab3 mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542) 5 years ago
Kim Alvefur 63f44f3640 mod_pubsub: Fix notification stanza type setting (fixes #1605) 5 years ago
Kim Alvefur ce3e3808f5 mod_pubsub: Lower priority of default <body> generator 5 years ago
Kim Alvefur cd1aadb52e mod_s2s: Clarify comment about unused TLS settings 5 years ago
Kim Alvefur 196c9f070e mod_admin_shell: Add help section with (top level) MUC commands 5 years ago
Kim Alvefur ca39262991 mod_admin_shell: Pretty-print HTTP endpoints in a human table 5 years ago
Kim Alvefur bdb5e39f5c mod_admin_shell: Remove previous print() call 5 years ago
Kim Alvefur d8d5ad3bea mod_admin_shell: List modules providing each HTTP endpoint 5 years ago
Kim Alvefur a64ae4e8d5 mod_admin_shell: List global HTTP endpoints by default 5 years ago
Kim Alvefur 2845337d4b mod_c2s: Reflect stream 'from' attribute back if set (fix #1625) 5 years ago
Kim Alvefur cdbb77ccbf mod_http_file_share: Collect cache hit/miss statistics for downloads 5 years ago
Kim Alvefur e45dee37bd mod_http_file_share: Measure how long it takes to prune expired files 5 years ago
Kim Alvefur da5cd9c963 mod_http_file_share: Collect statistics of files uploaded 5 years ago
Kim Alvefur 0f0d32d335 mod_storage_sql: Implement map-like API for archives 5 years ago
Kim Alvefur 8711e2bedc adhoc.lib: Tweak to allow using util.error objects 5 years ago
Kim Alvefur 5d9802727b mod_http_file_share: Reorder arguments 5 years ago
Kim Alvefur f5baa83714 mod_http_file_share: Update cached value while it is reasonably fresh 5 years ago
Kim Alvefur 864708efb7 mod_http_file_share: Cache quotas to avoid hitting storage 5 years ago
Kim Alvefur 855542e2ca mod_http_file_share: Split out some variables for later reuse 5 years ago
Kim Alvefur 4d3ffbf0f7 mod_http_file_share: Add support for daily upload quotas. 5 years ago