Commit Graph

426 Commits

Author SHA1 Message Date
Guillaume Ayoub
74c16e6402 Use a simple getattr to get the LDAP scope 2011-11-29 12:58:28 +01:00
Gerhard Schmidt
5d55b2868f Add the support of the LDAP scope configuration 2011-11-29 12:54:38 +01:00
Guillaume Ayoub
a2128a4787 Pylint cleanups 2011-11-04 22:30:17 +01:00
Guillaume Ayoub
8d8396b07b Update the NEWS 2011-11-04 01:06:50 +01:00
Guillaume Ayoub
563f97cdf3 Insert radicale.py in the sdist archive 2011-11-03 23:05:48 +01:00
Guillaume Ayoub
320190d8bc Update the NEWS and TODO files
Conflicts:

	NEWS.rst
2011-11-03 22:58:09 +01:00
Guillaume Ayoub
756c4aaf7e Put the executable script in the radicale package
Conflicts:

	NEWS.rst
2011-11-03 17:49:00 +01:00
Guillaume Ayoub
14a6cd10b4 Fix a try/catch 2011-10-27 13:26:05 +02:00
Guillaume Ayoub
1af4601276 Update the NEWS 2011-10-24 18:05:07 +02:00
Guillaume Ayoub
12bb8a287a Add default config keys for additional auth modules 2011-10-24 18:02:40 +02:00
Guillaume Ayoub
fe0f3020a4 Stop being stupid for report requests 2011-10-24 13:14:56 +02:00
Guillaume Ayoub
0cdc5b06da Catch the exception instead of (errno, message) 2011-10-04 06:42:08 +02:00
Guillaume Ayoub
fc166da8ba Use the "as" keyword for exception mathing in a try/except block 2011-10-04 06:34:46 +02:00
Guillaume Ayoub
3689944372 Add a logger for answer status 2011-10-03 13:52:56 +02:00
Guillaume Ayoub
7560f26eb7 Fix the MOVE request (related to #587) 2011-10-03 13:52:22 +02:00
Guillaume Ayoub
0b71acabe6 Add an empty line (it's a source of stress for me, I'm sorry) 2011-10-03 00:34:01 +02:00
Guillaume Ayoub
a2dd92d2da Clean the config file 2011-10-03 00:31:15 +02:00
Guillaume Ayoub
96dff3507b Update the NEWS again 2011-09-27 08:13:05 +02:00
Guillaume Ayoub
4623279b05 Update the NEWS
Conflicts:

	NEWS.rst
2011-09-27 07:55:59 +02:00
Guillaume Ayoub
e545df5722 Only set the principal tag for root folders (related to #580) 2011-09-25 21:16:24 +02:00
Guillaume Ayoub
160e296ed1 Turn backslashes into slashes on Windows (fixes #581) 2011-09-25 19:41:24 +02:00
Guillaume Ayoub
add9da7912 Update the NEWS 2011-09-04 23:14:22 +02:00
Guillaume Ayoub
4d97758e34 Support repeating events (fixes #574) 2011-09-04 22:54:13 +02:00
Guillaume Ayoub
f6cd0eee39 Ignore the ldap module in pylint 2011-08-30 18:53:06 +02:00
Guillaume Ayoub
5749f7e651 Update the download link of the package 2011-08-30 18:00:11 +02:00
Guillaume Ayoub
fb9571dfbe Test if the SSL files can be read 2011-08-29 16:07:30 +02:00
Guillaume Ayoub
3041106a1a Update the config file according to the changes in PAM and Courier 2011-08-29 11:55:56 +02:00
Guillaume Ayoub
6ef7e1857a Clean the PAM and Courier acls 2011-08-29 11:54:21 +02:00
Guillaume Ayoub
ae5a68fa6a Merge branch 'master' into auths 2011-08-29 10:02:01 +02:00
Guillaume Ayoub
7180a0948a Set the version to "git", let's add some funky stuff into the 0.7 version! 2011-08-27 13:33:25 +02:00
Guillaume Ayoub
5c66241346 0.6.1 version 2011-08-27 13:29:38 +02:00
Guillaume Ayoub
4b87cb9181 Avoid the redirection loop (fixes #571) 2011-08-25 14:28:37 +02:00
Guillaume Ayoub
5f26c131a9 Redirect authenticated users with no calendar found 2011-08-21 16:30:59 +02:00
Guillaume Ayoub
5137709801 Don't redirect good but unauthorized users (fixes #571) 2011-08-21 14:59:43 +02:00
Guillaume Ayoub
4c85e730b3 Ignore some pylint warnings 2011-08-19 17:49:30 +02:00
Guillaume Ayoub
ab26d7f168 Change the titles in the *.rst files 2011-08-17 00:34:32 +02:00
Guillaume Ayoub
76822e1f54 Rename information files to *.rst, add README.rst in the MANIFEST 2011-08-17 00:31:01 +02:00
Henry-Nicolas Tourneur
8f864f3e96 Removing old header comment 2011-08-14 20:51:41 +02:00
Henry-Nicolas Tourneur
ea118dd0c7 Added Courier-Authdaemon module details in config 2011-08-14 20:50:35 +02:00
Henry-Nicolas Tourneur
7e8838c430 Initial code for the Courier-Authdaemon authentication module 2011-08-14 20:49:10 +02:00
Henry-Nicolas Tourneur
3a134c44c6 Documentation header update 2011-08-14 20:21:38 +02:00
Henry-Nicolas Tourneur
c6000aa6d3 Configuration for the PAM ACL module 2011-08-14 20:14:53 +02:00
Henry-Nicolas Tourneur
82bd62e21c Initial code for PAM ACL module 2011-08-14 19:52:44 +02:00
Guillaume Ayoub
e4523bf862 Clean the "Radicale works!" message, put it in the "get" method 2011-08-09 14:35:34 +02:00
Guillaume Ayoub
50cdbf6efb Fix bug with sha1 passwords (closes #570) 2011-08-09 11:34:10 +02:00
Guillaume Ayoub
41680cc5b6 Merge branch 'master' of gitorious.org:radicale/radicale 2011-08-09 11:34:03 +02:00
Guillaume Ayoub
fc6ef16253 Clean the WSGI and FastCGI files, include them in the source tarball (closes #569) 2011-08-09 10:17:07 +02:00
Fabien LOISON
9179e5562a Display an 'It Works' message when the root URL is requested with the GET method 2011-08-04 18:13:52 +02:00
Guillaume Ayoub
6e454afe1b Preparing next version 2011-07-31 23:20:56 +02:00
Guillaume Ayoub
35a2f51a2e Version 0.6 2011-07-31 23:20:08 +02:00