mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Merge pull request #347 from restic/polish-changelogs
Polish changelogs
This commit is contained in:
@@ -6,8 +6,8 @@ a security risk, even though the file only contains hashed passwords.
|
|||||||
|
|
||||||
This has been fixed such that new `.htpasswd` files are no longer world-readabble.
|
This has been fixed such that new `.htpasswd` files are no longer world-readabble.
|
||||||
|
|
||||||
The permissions of existing `.htpasswd` files must be manually changed
|
The permissions of existing `.htpasswd` files must be manually changed if
|
||||||
if relevant in your setup.
|
relevant in your setup.
|
||||||
|
|
||||||
https://github.com/restic/rest-server/issues/318
|
https://github.com/restic/rest-server/issues/318
|
||||||
https://github.com/restic/rest-server/pull/340
|
https://github.com/restic/rest-server/pull/340
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Enhancement: Output status of append only mode on startup
|
Enhancement: Output status of append-only mode on startup
|
||||||
|
|
||||||
Rest-server now displays the status of append-only mode during startup.
|
Rest-server now displays the status of append-only mode during startup.
|
||||||
|
|
||||||
|
|||||||
@@ -2,9 +2,11 @@ Enhancement: Support proxy-based authentication
|
|||||||
|
|
||||||
Rest-server now supports authentication via HTTP proxy headers. This feature can
|
Rest-server now supports authentication via HTTP proxy headers. This feature can
|
||||||
be enabled by specifying the username header using the `--proxy-auth-username`
|
be enabled by specifying the username header using the `--proxy-auth-username`
|
||||||
option (e.g., `--proxy-auth-username=X-Forwarded-User`). When enabled, the server
|
option (e.g., `--proxy-auth-username=X-Forwarded-User`).
|
||||||
authenticates users based on the specified header and disables BasicAuth.
|
|
||||||
Note that proxy authentication is disabled when `--no-auth` is set.
|
When enabled, the server authenticates users based on the specified header and
|
||||||
|
disables Basic Auth. Note that proxy authentication is disabled when `--no-auth`
|
||||||
|
is set.
|
||||||
|
|
||||||
https://github.com/restic/rest-server/issues/174
|
https://github.com/restic/rest-server/issues/174
|
||||||
https://github.com/restic/rest-server/pull/307
|
https://github.com/restic/rest-server/pull/307
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Change: Update dependencies and require Go 1.23 or newer
|
Change: Update dependencies and require Go 1.23 or newer
|
||||||
|
|
||||||
We have updated all dependencies. Rest-server now requires Go 1.23 or newer to build.
|
All dependencies have been updated. Rest-server now requires Go 1.23 or newer
|
||||||
|
to build.
|
||||||
|
|
||||||
This also disables support for TLS versions older than TLS 1.2. On Windows,
|
This also disables support for TLS versions older than TLS 1.2. On Windows,
|
||||||
rest-server now requires at least Windows 10 or Windows Server 2016. On macOS,
|
rest-server now requires at least Windows 10 or Windows Server 2016. On macOS,
|
||||||
|
|||||||
Reference in New Issue
Block a user