Adapted fork of radicale
Go to file
Ehsanul Hoque dbc622e8d7 Added HTTP-based authentication
The purpose of this is in order to tie CalDAV accounts to an external web
application. This application must provide a URL end point to which a POST
request can be made, with the username/password sent as the payload. A 200 or
201 response is considered successful authentication. Any other response is
a failure.
2012-09-28 09:52:17 +06:00
bin Merge branch 'carddav', and update copyright dates 2012-01-23 16:21:30 +01:00
radicale Added HTTP-based authentication 2012-09-28 09:52:17 +06:00
tests Add tests structure 2012-09-15 10:00:13 +02:00
.gitignore Update .gitignore 2012-09-15 09:59:43 +02:00
.pylintrc Un-revert some lost commits 2012-08-08 16:37:18 +02:00
config Added HTTP-based authentication 2012-09-28 09:52:17 +06: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 Insert radicale.py in the sdist archive 2011-11-03 23:05:48 +01:00
NEWS.rst Version 0.7.1 2012-08-03 14:37:02 +02:00
radicale.fcgi Merge branch 'carddav', and update copyright dates 2012-01-23 16:21:30 +01:00
radicale.py Merge branch 'carddav', and update copyright dates 2012-01-23 16:21:30 +01:00
radicale.wsgi Merge branch 'carddav', and update copyright dates 2012-01-23 16:21:30 +01:00
README 0.6.1 version 2011-08-27 13:29:38 +02:00
README.rst Change the titles in the *.rst files 2011-08-17 00:34:32 +02:00
setup.py Clean rights from file and remove tests 2012-09-15 09:08:01 +02:00
TODO.rst Version 0.7 2012-03-20 18:36:34 +01:00

The Radicale Project is a free and open-source CalDAV calendar server.

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