Software / code / prosody
Comparison
CHANGES @ 13259:9097149923ae
mod_http_file_share: Switch to the new authz API (BC)
Behavior change: It becomes up to the authorization module whether to
allow requests. The default, mod_authz_internal, will allow users on the
*parent* host only, breaking use by some components.
Remaining question is whether to deprecate the `http_file_share_access`
setting or leave as a way to complement/bypass access control?
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 16 Sep 2023 14:23:08 +0200 |
| parent | 13211:4d4f9e42bcf8 |
| child | 13282:2a65fc6da156 |
comparison
equal
deleted
inserted
replaced
| 13258:c8c0cfb7f5df | 13259:9097149923ae |
|---|---|
| 49 | 49 |
| 50 - Support sub-second precision timestamps | 50 - Support sub-second precision timestamps |
| 51 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy | 51 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy |
| 52 - Moved all modules into the Lua namespace `prosody.` | 52 - Moved all modules into the Lua namespace `prosody.` |
| 53 - Forwarded header from RFC 7239 supported, disabled by default | 53 - Forwarded header from RFC 7239 supported, disabled by default |
| 54 - mod_http_file_share now uses roles framework, affecting access from e.g. components | |
| 54 | 55 |
| 55 ## Removed | 56 ## Removed |
| 56 | 57 |
| 57 - Lua 5.1 support | 58 - Lua 5.1 support |
| 58 - XEP-0090 support removed from mod_time | 59 - XEP-0090 support removed from mod_time |