Adapted fork of radicale
Go to file
Jonas Wielicki d9df9a36e1 Fix issues if authentication is done by web server
This patch fixes `user` always being None if the authentication is
offloaded to the webserver, as it is suggested in the documentation.

For normal access, this is not a problem, but it becomes a problem if a
client wants to get the current-user-principal, for which the user name
is required.
2014-01-14 20:46:47 +01:00
bin Update copyright years 2013-04-26 01:28:03 +02:00
radicale Fix issues if authentication is done by web server 2014-01-14 20:46:47 +01:00
tests Simplified tests structure 2013-12-28 14:40:29 +04: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 fixed default config 2013-12-29 18:30:53 +04: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 fix wrong filename in Manifest 2014-01-10 20:32:22 +01:00
NEWS.rst Update NEWS 2013-12-30 13:54:14 +01: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
rights Fix wrong syntax in config file and fix #58 2013-12-23 16:45:15 +01:00
schema.sql Fix database Fix bug #77 HELL YEAH ! 2013-12-17 14:35:55 +01:00
setup.py Different rights management backends 2013-12-25 03:44:24 +04:00
TODO.rst Update NEWS and TODO 2013-07-09 13:08:15 +02:00
tox.ini Add new deps in tox, remove 3.1 support 2013-09-24 18:44:32 +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).