mirror of
https://github.com/Kozea/Radicale.git
synced 2026-05-07 20:12:45 +00:00
doc: spelling fixes
This commit is contained in:
+7
-7
@@ -20,7 +20,7 @@
|
||||
* Cleanup: deprecate config option 'ldap_use_ssl' for good
|
||||
* Cleanup: WebUI is now split into smaller javascript files
|
||||
* Cleanup: WebUI is now fit for strict content security policy
|
||||
* Cleanup: WebUI: Simplfied Caching and Navigation internally
|
||||
* Cleanup: WebUI: Simplified Caching and Navigation internally
|
||||
* Cleanup: WebUI: Unified error handling
|
||||
* Cleanup: Added integration test for verification of end-to-end behavior of WebUI
|
||||
* Performance: improve `path_to_filesystem()`
|
||||
@@ -37,7 +37,7 @@
|
||||
* Improve: add workaround to remove empty lines in item to avoid reject by vobject parser
|
||||
* Improve: check/enforce RECURRENCE-ID MUST have the same value type as DTSTART in the recurring component (RFC 5545 3.8.4.4)
|
||||
* Fix: RECURRENCE-ID comparison on all-day events
|
||||
* Fix: format_ut problem on 32-bit systems (got lost inbetween since fixed in 3.5.8)
|
||||
* Fix: format_ut problem on 32-bit systems (got lost in between since fixed in 3.5.8)
|
||||
* Maintain: Refactor Web UI Javascript into separate files
|
||||
* Maintain: code preparation for upcoming "sharing" extension and optimizations
|
||||
* Improve: check if hook is enabled before constructing hook notification items
|
||||
@@ -61,9 +61,9 @@
|
||||
* Add: logging of broken contact items during PUT
|
||||
* Extend: [auth] imap: add fallback support for LOGIN towards remote IMAP server (replaced in 3.5.0)
|
||||
* Fix: improper detection of HTTP_X_FORWARDED_PORT on MOVE
|
||||
* Extend: [logging] with profiling log per reqest or regular per request method
|
||||
* Extend: [logging] with profiling log per request or regular per request method
|
||||
* Add: [logging] option to log response header on debug loglevel
|
||||
* Adjust: [logging] header/content debug log indended by space to be skipped by logwatch
|
||||
* Adjust: [logging] header/content debug log intended by space to be skipped by logwatch
|
||||
* Improve: remove unnecessary open+read for mtime+size cache
|
||||
* Extend: add selected XML query properties to request result log line for improved timing analysis incl. logwatch support
|
||||
* Add: [server] max_resource_size option
|
||||
@@ -657,7 +657,7 @@ One feature in this release is **not backward compatible**:
|
||||
Now, the first section matching the path and current user in your custom rights
|
||||
file is used. In the previous versions, the most permissive rights of all the
|
||||
matching sections were applied. This new behaviour gives a simple way to make
|
||||
specific rules at the top of the file independant from the generic ones.
|
||||
specific rules at the top of the file independent from the generic ones.
|
||||
|
||||
Many **improvements in this release are related to security**, you should
|
||||
upgrade Radicale as soon as possible:
|
||||
@@ -670,10 +670,10 @@ upgrade Radicale as soon as possible:
|
||||
|
||||
Some bugs have been fixed and little enhancements have been added:
|
||||
|
||||
* Assign new items to corret key (by Unrud)
|
||||
* Assign new items to correct key (by Unrud)
|
||||
* Avoid race condition in PID file creation (by Unrud)
|
||||
* Improve the docker version (by cdpb)
|
||||
* Encode message and commiter for git commits
|
||||
* Encode message and committer for git commits
|
||||
* Test with Python 3.5
|
||||
|
||||
## 1.0.1 - Sunflower Again
|
||||
|
||||
+2
-2
@@ -1226,7 +1226,7 @@ E.g. `member` for groups with objectclass `groupOfNames`.
|
||||
|
||||
Using `ldap_group_members_attribute`, `ldap_group_base` and `ldap_group_filter` is an alternative
|
||||
approach to getting the user's groups. Instead of reading them from `ldap_groups_attribute`
|
||||
in the user's entry, an additional query is performed to seach for those groups beneath `ldap_group_base`,
|
||||
in the user's entry, an additional query is performed to search for those groups beneath `ldap_group_base`,
|
||||
that have the user's DN in their `ldap_group_members_attribute` and additionally fulfil `ldap_group_filter`.
|
||||
|
||||
As with DN-valued `ldap_groups_attribute`, the value of the RDN is used to determine the group names.
|
||||
@@ -2279,7 +2279,7 @@ Add a new calendar on the network. Enter your username and the URL of the
|
||||
Radicale server (e.g. `http://localhost:5232`). After asking for your password,
|
||||
it will list the existing calendars.
|
||||
|
||||
##### Adress books with CardBook add-on
|
||||
##### Address books with CardBook add-on
|
||||
|
||||
Add a new address book on the network with CardDAV. Enter the URL of the
|
||||
Radicale server (e.g. `http://localhost:5232`) and your username and password.
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@ With _3.7.0_ major extension was implemented
|
||||
|
||||
## Sharing Implementation
|
||||
|
||||
Implemenation of sharing collections is done by using a database to lookup the URI and in case entry exists by mapping to target URI and replacing provided data on request and adjust if required data in response.
|
||||
Implementation of sharing collections is done by using a database to lookup the URI and in case entry exists by mapping to target URI and replacing provided data on request and adjust if required data in response.
|
||||
|
||||
Permissions are filtered by provided `Permissions`.
|
||||
|
||||
@@ -198,7 +198,7 @@ Token-based sharing can be accessed after retrieving the token via
|
||||
|
||||
Token-URI: `/.token/<Token>`
|
||||
|
||||
Note: requests to not enabled or not even defined tokens will resul tin _401 Not Authorized_
|
||||
Note: requests to not enabled or not even defined tokens will result in _401 Not Authorized_
|
||||
|
||||
#### Permission Control
|
||||
|
||||
|
||||
Reference in New Issue
Block a user