Releases: Kozea/Radicale
Releases · Kozea/Radicale
1.1.7 - Sixth Law of Nature
Wild Radish
Wild Radish
This release is compatible with version 2.0.0.
- Update required versions for dependencies
- Get
RADICALE_CONFIG
from WSGI environ - Improve HTTP status codes
- Fix race condition in storage lock creation
- Raise default limits for content length and timeout
- Log output from hook
Wild Radish
This release is compatible with version 2.0.0.
- Specify versions for dependencies
- Move WSGI initialization into module
- Check if
REPORT
method is actually supported - Include
rights
file in source distribution - Specify
md5
andbcrypt
as extras - Improve logging messages
- Windows: Fix crash when item path is a directory
Wild Radish
This release is compatible with version 2.0.0.
- Flush files before fsync'ing
Wild Radish
This release is compatible with version 2.0.0.
- Don't print warning when cache format changes
- Add documentation for
BaseAuth
- Add
is_authenticated2(login, user, password)
toBaseAuth
- Fix names of custom properties in PROPFIND requests with
D:propname
orD:allprop
- Return all properties in PROPFIND requests with
D:propname
orD:allprop
- Allow
D:displayname
property on all collections - Answer with
D:unauthenticated
forD:current-user-principal
property when not logged in - Remove non-existing
ICAL:calendar-color
andC:calendar-timezone
properties from PROPFIND requests withD:propname
orD:allprop
- Add
D:owner
property to calendar and address book objects - Remove
D:getetag
andD:getlastmodified
properties from regular collections
Wild Radish
This release is compatible with version 2.0.0.
- Fix content-type of VLIST
- Specify correct COMPONENT in content-type of VCALENDAR
- Cache COMPONENT of calendar objects (improves speed with some clients)
- Stricter parsing of filters
- Improve support for CardDAV filter
- Fix some smaller bugs in CalDAV filter
- Add X-WR-CALNAME and X-WR-CALDESC to calendars downloaded via HTTP/WebDAV
- Use X-WR-CALNAME and X-WR-CALDESC from calendars published via WebDAV
Wild Radish
This release is compatible with version 2.0.0.
- Add
--verify-storage
command-line argument - Allow comments in the htpasswd file
- Don't strip whitespaces from user names and passwords in the htpasswd file
- Remove cookies from logging output
- Allow uploads of whole collections with many components
- Show warning message if server.timeout is used with Python < 3.5.2
Wild Radish
This release is compatible with version 2.0.0.
- Fix incorrect time range matching and calculation for some edge-cases with rescheduled recurrences
- Fix owner property
Wild Radish
This release is compatible with version 2.0.0.
- Enable timeout for SSL handshakes and move them out of the main thread
- Create cache entries during upload of items
- Stop built-in server on Windows when Ctrl+C is pressed
- Prevent slow down when multiple requests hit a collection during cache warm-up