From 701985f9ad385cc3cec41e1457b8f1caa396af68 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 19 Nov 2019 23:27:56 +0100 Subject: [PATCH] . --- Our Work/Projects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Our Work/Projects b/Our Work/Projects index 6177ace..2704b24 100644 --- a/Our Work/Projects +++ b/Our Work/Projects @@ -42,7 +42,7 @@ The CalDAV server project began in 2017 when [Stefanie Schirmer and Hannes Mehne Currently all basic features of a calendar are implemented, for example "please add this event to the calendar", and "modify the weekly meeting from now on to start half an hour later", and it is tested with a variety of CalDAV clients. -[calendar.robur.coop](https://calendar.robur.coop) is a live test server with the [calDavZAP](https://www.inf-it.com/open-source/clients/caldavzap/) web user interface, try it with any user and any password (first come first serve), it persists to a remote git repository. +[calendar.robur.coop](https://any:any@calendar.robur.coop) is a live test server with the [calDavZAP](https://www.inf-it.com/open-source/clients/caldavzap/) web user interface, try it with any user and any password (first come first serve), it persists to a remote git repository. Our CalDAV server has a very small codebase which provides a number of security benefits and it stores all the data in git so there is a history of changes, it can easily be exported and converted to and from other formats, and if a client behaves badly (by removing entries they cannot deal with), this can be tracked and reverted.