mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Remove duplicate
This commit is contained in:
parent
196f72c179
commit
011bf1e5a7
1 changed files with 2 additions and 4 deletions
6
NEWS.rst
6
NEWS.rst
|
@ -30,8 +30,6 @@ This release is compatible with version 2.0.0.
|
||||||
configuration option gets introduced
|
configuration option gets introduced
|
||||||
* The permissions of the lock file are not changed anymore
|
* The permissions of the lock file are not changed anymore
|
||||||
* Support for sync-token
|
* Support for sync-token
|
||||||
* Support for external authentication managed by the WSGI server or reverse
|
|
||||||
proxy
|
|
||||||
* Support for client-side SSL certificates
|
* Support for client-side SSL certificates
|
||||||
* Rights plugins can decide if access to an item is granted explicitly
|
* Rights plugins can decide if access to an item is granted explicitly
|
||||||
|
|
||||||
|
@ -41,9 +39,9 @@ This release is compatible with version 2.0.0.
|
||||||
* Authentication plugins can provide login and password from environment
|
* Authentication plugins can provide login and password from environment
|
||||||
|
|
||||||
* new ``remote_user`` plugin, that gets login from the ``REMOTE_USER``
|
* new ``remote_user`` plugin, that gets login from the ``REMOTE_USER``
|
||||||
environment variable
|
environment variable (for WSGI server)
|
||||||
* new ``http_x_remote_user`` plugin, that gets login from the
|
* new ``http_x_remote_user`` plugin, that gets login from the
|
||||||
``X-Remote-User`` HTTP header
|
``X-Remote-User`` HTTP header (for reverse proxies)
|
||||||
|
|
||||||
|
|
||||||
2.0.0 - Little Big Radish
|
2.0.0 - Little Big Radish
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue