Skip to content

Releases: Kozea/Radicale

1.1.7 - Sixth Law of Nature

19 May 01:08
Compare
Choose a tag to compare

Wild Radish

05 Nov 15:37
Compare
Choose a tag to compare

Wild Radish

16 Aug 06:13
Compare
Choose a tag to compare

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

21 Apr 14:28
Compare
Choose a tag to compare

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 and bcrypt as extras
  • Improve logging messages
  • Windows: Fix crash when item path is a directory

Wild Radish

24 Sep 00:24
Compare
Choose a tag to compare

This release is compatible with version 2.0.0.

  • Flush files before fsync'ing

Wild Radish

19 Sep 17:20
Compare
Choose a tag to compare

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) to BaseAuth
  • Fix names of custom properties in PROPFIND requests with D:propname or D:allprop
  • Return all properties in PROPFIND requests with D:propname or D:allprop
  • Allow D:displayname property on all collections
  • Answer with D:unauthenticated for D:current-user-principal property when not logged in
  • Remove non-existing ICAL:calendar-color and C:calendar-timezone properties from PROPFIND requests with D:propname or D:allprop
  • Add D:owner property to calendar and address book objects
  • Remove D:getetag and D:getlastmodified properties from regular collections

Wild Radish

11 Sep 18:38
Compare
Choose a tag to compare

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

26 Aug 13:41
Compare
Choose a tag to compare

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

04 Aug 13:12
Compare
Choose a tag to compare

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

02 Aug 15:47
Compare
Choose a tag to compare

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