1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-12 21:41:56 +00:00
Radicale/radicale
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
..
auth Allow tilde expansion for htpasswd file 2014-05-14 01:42:19 +02:00
rights Allow requests on root folder for authenticated users 2014-08-07 15:06:48 +02:00
storage Allow attach custom storage backend 2013-12-28 14:15:35 +04:00
__init__.py Add an option allowing requests without base_prefix 2014-08-06 11:51:11 +02:00
__main__.py Fix the PID number stored on filesystem 2014-08-07 12:31:51 +02:00
config.py Add an option allowing requests without base_prefix 2014-08-06 11:51:11 +02:00
ical.py Sort items before serializing to minimize diff 2014-07-09 17:41:57 +02:00
log.py Fix stupid bug in logs 2013-08-27 15:19:15 +02:00
xmlutils.py Return user basepath for current-user-principal 2014-08-09 23:01:13 +02:00