Guillaume Ayoub
2738d10830
Support SSL for IMAP authentication
...
Based on Nikita Koshikov's commit:
https://github.com/interlegis/Radicale/commit/000fc2a
2013-04-26 00:56:56 +02:00
Guillaume Ayoub
16c6f55ebd
Initial *untested* support for database storage
2013-04-20 12:51:32 +02:00
Vincent Untz
74590cfd0c
Add proxy_base_prefix option to help run in a subdir behind a proxy
...
I have a setup where Radicale is running as the normal process, and
nginx is acting as proxy for Radicale for requests under /radicale/.
This means that all requests to nginx that go to /radicale/ are sent to
a radicale server that expects requests coming at /.
Obviously, all the href need to have the /radicale/ prefix to have
things work. So a new option proxy_base_prefix is added to allow having
such a setup.
All href that are sent in the replies will have the proxy_base_prefix
prepended.
2013-03-18 18:20:06 +01:00
Vincent Untz
0dbf71f57f
Fix issues with base_prefix option
2013-03-18 18:13:28 +01:00
Fabrice Bellet
54bda5594c
Handle use in a subdir. Patch from Clint Adams <clint@softwarefreedom.org> adapted from http://redmine.kozea.fr/issues/996
2013-03-18 18:10:13 +01:00
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
Matthias Jordan
58748e748b
Fixed comments in config
2012-08-11 01:04:02 +02:00
Matthias Jordan
e3bc6afdd3
Added file-based rights management
2012-08-11 00:56:45 +02:00
Guillaume Ayoub
237f42909a
Add owner_write rights manager
2012-08-09 17:32:03 +02:00
Guillaume Ayoub
45afac5353
Code cleaned and modules renamed
...
*Radicale is probably broken now*
2012-08-08 18:29:09 +02:00
Guillaume Ayoub
3bfd6352b2
Merge pull request #3 from koppor/master
...
Added support for custom filters at LDAP
2012-03-13 02:42:37 -07:00
Guillaume Ayoub
344f87d8fb
Add a config key to ignore reverse DNS ( fixes #779 )
2012-03-13 09:35:01 +01:00
Oliver Kopp
0c2bbb8ae1
LDAP: custom filters supported
2012-03-10 21:59:06 +01:00
Guillaume Ayoub
c84a250476
Remove a useless line in the configuration file
2012-02-03 16:11:52 +01:00
Guillaume Ayoub
4299348776
Change "calendar" into "collection" when needed.
...
WARNING: the default folders storing calendars/addressbooks have been changed
2012-01-25 14:53:46 +01:00
Guillaume Ayoub
b1414c152d
Split the storage filesystem backend into another file
2012-01-12 02:18:06 +01:00
Guillaume Ayoub
bfe527dd41
Add the LDAP scope in the default configuration file
2011-11-29 13:02:20 +01:00
Guillaume Ayoub
a2dd92d2da
Clean the config file
2011-10-03 00:31:15 +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
Henry-Nicolas Tourneur
ea118dd0c7
Added Courier-Authdaemon module details in config
2011-08-14 20:50:35 +02:00
Henry-Nicolas Tourneur
c6000aa6d3
Configuration for the PAM ACL module
2011-08-14 20:14:53 +02:00
Guillaume Ayoub
f9836ab093
Clean support of public calendars, add support of private calendars
2011-06-13 22:15:52 +02:00
Guillaume Ayoub
ca9c148705
Set calendars always personal with authentication activated
2011-05-17 00:10:36 +02:00
Guillaume Ayoub
06f1987975
Add an option to store PID in daemon mode
2011-05-13 22:50:55 +02:00
Lukasz Langa
6ba69f22a4
Pretty formatting and filtering of environment variables.
2011-05-11 17:09:44 +02:00
Guillaume Ayoub
2830afd71d
Allow authentication before LDAP searches (patch from Łukasz)
2011-05-10 14:45:54 +02:00
Guillaume Ayoub
53562961b0
Set personal calendars by default
2011-05-09 00:09:01 +02:00
Guillaume Ayoub
899379d073
Add a default logging configuration file, and small typo fixes
2011-05-07 12:52:54 +02:00
Guillaume Ayoub
12a8e01492
Clean LDAP support
2011-04-25 16:47:42 +02:00
Corentin Le Bail
643c074dcb
Merge...
2011-04-10 19:21:44 +02:00
Corentin Le Bail
96bded2bbc
Merge branch 'master' of git://gitorious.org/radicale/radicale
...
Conflicts:
config
radicale/__init__.py
radicale/config.py
radicale/log.py
2011-04-10 18:55:49 +02:00
Guillaume Ayoub
d9ea784e31
Add logs ( fixes #162 )
2011-04-10 18:17:06 +02:00
Corentin Le Bail
f8137315c0
Merge branch 'master' of git://gitorious.org/radicale/radicale
...
Conflicts:
radicale/__init__.py
2011-04-10 09:35:01 +02:00
Guillaume Ayoub
48be062d38
Disable IPv6 in default configuration
2011-04-02 21:49:48 +02:00
Guillaume Ayoub
9bab3cde5d
Clean IPv6 support
2011-04-02 21:45:45 +02:00
System User
a4024f8183
Logging to stdout, syslog or file
2011-02-22 15:46:42 +01:00
Corentin Le Bail
284063a270
Merge branch 'master' of git://gitorious.org/~clebail/radicale/ares-radicale
...
Conflicts:
config
radicale/acl/authLdap.py
radicale/config.py
radicale/log.py
2011-02-16 14:17:28 +01:00
Corentin Le Bail
50919133ac
Logging
2011-02-16 13:53:27 +01:00
René 'Necoro' Neumann
723b2ffc29
Update config to reflect the change
2011-02-08 19:29:30 +01:00
System User
8ad91b74b6
cn => dn
...
Default configuration
2010-12-02 17:58:56 +01:00
Guillaume Ayoub
67b9df3276
Add the `personal
` option in the config file
2010-08-07 14:23:26 +02:00
Guillaume Ayoub
342e6072c2
Minor typo fixes
2010-08-04 01:27:40 +02:00
René 'Necoro' Neumann
6bcb868351
Add a default config.
...
The content of the default config is taken from the documentation.
Do not forget to modify it to reflect the current state.
2010-08-04 00:08:08 +02:00