Adapted fork of radicale
Go to file
Guillaume Ayoub a884169487 Don't be so optimistic about collection detection.
For clients that can't create collections with MK* requests and that don't
use GET requests, is_leaf gives False for empty collections only reached
through a PROPFIND request. As Radicale can't create a collection for
each type of request, we have to strip the last part of path for paths ending
with .ics and .vcf, as they can be represent items and not collections.
2013-08-25 09:35:22 +02:00
bin Update copyright years 2013-04-26 01:28:03 +02:00
radicale Don't be so optimistic about collection detection. 2013-08-25 09:35:22 +02:00
tests Update copyright years 2013-04-26 01:28:03 +02: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 Use a more simple rights manager 2013-08-14 10:50:59 +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 Add the default SQL schema into the MANIFEST 2013-06-28 16:48:11 +02:00
NEWS.rst Update news for 0.8.1 2013-08-23 15:58:13 +02:00
radicale.fcgi Update copyright years 2013-04-26 01:28:03 +02: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
schema.sql Add SQL schema 2013-04-26 13:43:44 +02:00
setup.py Fix setup.py 2013-08-14 11:38:46 +02:00
TODO.rst Update NEWS and TODO 2013-07-09 13:08:15 +02:00
tox.ini Add pypy in tox 2013-08-08 15:23:15 +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).