Adapted fork of radicale
Go to file
Guillaume Ayoub 6adc7f5fed Enhance collection discovering
When the request path leads to a non-existing item, try to create the
Collection object according to an existing collection at request path's
parent.

This change means that the requests whose path leads to a collection
that doesn't exist (at least MKCOL, MKCALENDAR and PUT) need to rely on
the request path more than on the Collection path. It was already done
for PUT, it's been fixed for MKCOL and MKCALENDAR.

Fix #378.
2016-04-19 10:39:52 +09:00
bin Remove Python 2 support 2016-03-31 19:57:40 +02:00
radicale Enhance collection discovering 2016-04-19 10:39:52 +09:00
tests Change the Collection API 2016-04-11 20:11:35 +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
.travis.yml Fix the Travis configuration 2016-04-10 11:13:54 +02:00
config Remove extra auth, rights and storage modules 2016-04-07 19:02:52 +02:00
COPYING Adding package documentation files 2009-09-01 15:59:18 +02:00
Dockerfile Add ca-certs to fix problem collecting bcrypt 2016-04-04 21:14:26 +02:00
logging Explain the goal of the sample "rights" file 2016-04-09 15:31:47 +02:00
MANIFEST.in Remove useless SQL file 2016-04-10 02:09:20 +02:00
NEWS.rst Version 1.1.1 2016-01-07 23:31:19 +01:00
radicale.fcgi Remove Python 2 support 2016-03-31 19:57:40 +02:00
radicale.py Remove Python 2 support 2016-03-31 19:57:40 +02:00
radicale.wsgi Remove Python 2 support 2016-03-31 19:57:40 +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 Add a documentation line in rights example file 2016-04-09 22:10:51 +02:00
setup.py Don't import radicale in setup.py 2016-04-10 11:31:52 +02:00
TODO.rst Version 1.0 2015-09-14 11:49:34 +02:00
tox.ini Remove Python 2 support 2016-03-31 19:57:40 +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).