Adapted fork of radicale
Go to file
Unrud 592537e37c Introduce naming scheme for request handlers
The do_ prefix and upper case name allows easy
distinction between methods that handle requests
and other methods.
Without this distinction an attacker could
call arbitrary methods.
Currently there is no method that matches the
argument count, but that's easy to miss when new
methods are added.
2015-12-24 07:22:55 +01:00
bin Update copyright years 2013-04-26 01:28:03 +02:00
radicale Introduce naming scheme for request handlers 2015-12-24 07:22:55 +01:00
tests Fix many tests and database storage 2015-07-24 16:01: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
.travis.yml Remove Pypy from travis 2015-07-24 16:28:43 +02:00
config Add md5 and bcrypt as available encryptions methods for htpasswd in config file 2015-10-21 02:09:11 +02:00
COPYING Adding package documentation files 2009-09-01 15:59:18 +02:00
Dockerfile Create Dockerfile 2014-10-20 00:10:19 +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 Version 1.0.1 2015-09-21 12:14:51 +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 owner-read-write rule in rights example file (fix #251) 2015-01-12 18:21:05 +01:00
schema.sql Fix database Fix bug #77 HELL YEAH ! 2013-12-17 14:35:55 +01:00
setup.py Update development status 2015-09-14 11:55:49 +02:00
TODO.rst Version 1.0 2015-09-14 11:49:34 +02:00
tox.ini Remove Pypy from tox 2015-07-24 16:25:01 +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).