This repository has been archived by the owner on Aug 12, 2019. It is now read-only.
Releases: sabre-io/katana
Releases · sabre-io/katana
0.4.2
0.4.1
0.4.0
- 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
0.3.1
0.3.0
- #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
- #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
katana v0.1.0
First version!