Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Releases: sabre-io/katana

0.4.2

11 Dec 17:26
Compare
Choose a tag to compare
  • Identical functionality, new build. The sabre/katana package is now less
    than 7 MB instead of 80.

0.4.1

21 Oct 18:12
Compare
Choose a tag to compare
  • Previous build was broken. This is a new build.

0.4.0

21 Oct 00:39
Compare
Choose a tag to compare
  • Updated all dependencies to their latest versions.
  • Removed a lot of unneeded code (removed katana:// protocol code, custom
    exception handlers).
  • Version information is now in Sabre\Katana\Version class.
  • Moved vendor directory to root.
  • Removed Sabre\Katana\Database (a plain PDO object is now used).
  • This version bundles sabre/dav version 3.0.5

0.3.2

12 Jun 09:56
Compare
Choose a tag to compare
  • #276 Remove home collections, not the home/ directory (@Hywan).
  • #275 Ensure a better compatibility across Linux distributions (@Hywan).

0.3.1

12 Jun 08:38
Compare
Choose a tag to compare
  • #272 Prevent query parameters to be corrupted (@Hywan).
  • #270 Fix bug 319607 of Debian with find (@Hywan).
  • #269 Fix a conflict between data/home/ and .gitignore (@Hywan).
  • #265 Fix path to server.json in the Settings panel (@Hywan).

0.3.0

09 Jun 15:29
Compare
Choose a tag to compare
  • #259 Print an error message if prior versions of IE9 (@Hywan).
  • #258 Better database error feedbacks while installing (@Hywan).
  • #257 No longer redirect when trying to re-install (@Hywan).
  • #256 New architecture: data/ is the only writable directory (@Hywan).
  • #254 Use sabre/dav 3.0 (@Hywan).
  • #249 Add the Settings panel (@Hywan).
  • #248 Better compatibility with PHP7 (@Hywan).
  • #244 Add CalDAV scheduling support (iMIP) (@Hywan).
  • #243 Add CalDAV scheduling support (iTIP) (@Hywan).
  • #242 Serve files with appropriated MIME type (@Hywan).
  • #239 Each principal has a public/ directory in their home (@Hywan).
  • #233 Collection synchronization (@Hywan).

0.2.0

18 May 13:39
Compare
Choose a tag to compare
  • #226 Remove Apache and nginx configuration templates (@Hywan).
  • #221 Passwords schema updated for MySQL (@Hywan).
  • #216 Better password and email error detection when installing (@Hywan).
  • #213 New system plugin (@Hywan).
  • #211 WebDAV support (@Hywan).
  • #208 Show instructions for DAV clients (@Hywan).
  • #205 Address books can be created, edited, deleted and exported (@Hywan).
  • #198 Task lists can be created, edited, deleted and exported (@Hywan).
  • #197 Fix node.children in the WebDAV adapter on Safari (@Hywan).
  • #195 Calendars can be edited (@Hywan).
  • #194 Calendars can be deleted (@Hywan).
  • #186 Calendars can be created (@Hywan).
  • #185 Calendars can be exported (@Hywan).
  • #182 When password is empty, no error is shown when creating a new user (@Hywan).
  • #184 List calendars of a user (in addition to a new interface) (@Hywan).
  • #180 Prompt the URL to the administration interface in the CLI installation (@Hywan).
  • #176 Reduce the archive weight (@Hywan).
  • #175 Automate build with a Makefile (@Hywan).

katana v0.1.1

27 Apr 13:35
Compare
Choose a tag to compare

katana v0.1.0

23 Apr 14:53
Compare
Choose a tag to compare

First version!