Adapted fork of radicale
Go to file
Markus Unterwaditzer 4859436ba8 Return user basepath for current-user-principal
Fix #196

The way to do collection discovery described in
http://stackoverflow.com/a/11673483 doesn't work well with Radicale:

1. current-user-principal returns /user/calendar.ics/

2. PROPFINDs asking for calendar-home-set will return the URL that was
   used in the request, which is still /user/calendar.ics/

3. The final PROPFIND with Depth: 1 is supposed to list all collections,
   but because the request is done with a collection URL, Radicale returns
   the items for the "calendar.ics" collection which might or might not
   exist.
2014-08-09 23:01:13 +02:00
bin Update copyright years 2013-04-26 01:28:03 +02:00
radicale Return user basepath for current-user-principal 2014-08-09 23:01:13 +02:00
tests Simplified tests structure 2013-12-28 14:40:29 +04:00
.gitignore Add tox configuration 2012-10-19 12:38:18 +02:00
.pylintrc Un-revert some lost commits 2012-08-08 16:37:18 +02:00
config Add an option allowing requests without base_prefix 2014-08-06 11:51:11 +02:00
COPYING Adding package documentation files 2009-09-01 15:59:18 +02:00
logging Minor typo fix in the logging configuration file 2011-05-13 10:40:25 +02:00
MANIFEST.in fix wrong filename in Manifest 2014-01-10 20:32:22 +01:00
NEWS.rst Update NEWS 2014-08-06 12:14:55 +02:00
radicale.fcgi Use flup or flipflop in fcgi script 2014-02-24 20:05:14 +01:00
radicale.py Update copyright years 2013-04-26 01:28:03 +02:00
radicale.wsgi Update copyright years 2013-04-26 01:28:03 +02:00
README Update README 2013-08-12 18:36:55 +02:00
README.rst Update README 2013-08-12 18:36:55 +02:00
rights Fix wrong syntax in config file and fix #58 2013-12-23 16:45:15 +01:00
schema.sql Fix database Fix bug #77 HELL YEAH ! 2013-12-17 14:35:55 +01:00
setup.py Add python 3.4 in setup.py 2014-04-15 18:24:44 +02:00
TODO.rst Update NEWS and TODO 2013-07-09 13:08:15 +02:00
tox.ini Rely on dulwich <= 0.9.5 for python2.6 tests 2014-05-06 19:00:59 +02:00

Radicale is a free and open-source CalDAV and CardDAV server.

For complete documentation, please visit the Radicale online documentation
(http://www.radicale.org/documentation).