Commit Graph

588 Commits

Author SHA1 Message Date
Sergey Fursov
1362976400 fixed default config 2013-12-29 18:30:53 +04:00
Sergey Fursov
1d0418594d Allow attach custom rights backend, small fix in default config file 2013-12-29 15:13:35 +04:00
Sergey Fursov
017df0ddcf Simplified tests structure 2013-12-28 14:40:29 +04:00
Sergey Fursov
3b0328ca1e Allow attach custom storage backend 2013-12-28 14:15:35 +04:00
Sergey Fursov
a91a7790c5 Allow attach custom auth handler 2013-12-28 13:31:32 +04:00
Sergey Fursov
dca10fa14e Different rights management backends
Initially only one backend - regular expressions based
2013-12-25 03:44:24 +04:00
Guillaume Ayoub
3ee47dd242 Update NEWS 2013-12-24 12:14:25 +01:00
Guillaume Ayoub
0e566e4c97 Merge branch 'apple' 2013-12-24 11:22:57 +01:00
Guillaume Ayoub
a7be59b9f7 Merge pull request #92 from cristen/master
Fix wrong syntax in config file and fix #58
2013-12-24 02:21:43 -08:00
Jean-Marc Martins
7ac971e022 Fix wrong syntax in config file and fix #58 2013-12-23 16:45:15 +01:00
Guillaume Ayoub
17dc3beadd Merge branch 'master' of github.com:Kozea/Radicale 2013-12-17 14:42:52 +01:00
Guillaume Ayoub
fae2b30ec4 Merge branch 'master' of git://github.com/cristen/Radicale into cristen-master
Conflicts:
	radicale/storage/database.py
	schema.sql
2013-12-17 14:42:20 +01:00
Jean-Marc Martins
56581a998a Fix database Fix bug #77 HELL YEAH ! 2013-12-17 14:35:55 +01:00
Guillaume Ayoub
8969dae12f Merge pull request #90 from cristen/master
Refs #87 Add ssl options
2013-12-13 06:22:16 -08:00
Jean-Marc Martins
f377bd1356 Fix ssl protocol 2013-12-13 15:17:30 +01:00
Guillaume Ayoub
f133b8a588 Add an example for multiple IP addresses in the configuration file 2013-12-13 14:56:03 +01:00
Jean-Marc Martins
d765544edd Add ssl protocol and ciphers in config 2013-12-13 14:31:09 +01:00
Guillaume Ayoub
a957ebf397 Fix schema again 2013-10-31 16:32:19 +01:00
Guillaume Ayoub
30e8d12001 Fix sql schema 2013-10-31 16:09:28 +01:00
Guillaume Ayoub
0c2c9c3a7e Store collection's parent in database (bug #77) 2013-10-31 16:07:37 +01:00
Guillaume Ayoub
a920518a26 Return an int for __hash__ 2013-10-31 14:05:15 +01:00
Guillaume Ayoub
ce8e86af63 Allow read-only access to .well-known/ca(l|rd)av (related to #32) 2013-10-31 13:57:37 +01:00
Guillaume Ayoub
92b3cf41bc Simple try/except import trick 2013-10-29 14:09:46 +01:00
Guillaume Ayoub
830774824e Merge pull request #75 from davidaurelio/master
Fix python 3 problems with default rights
2013-10-29 03:16:09 -07:00
Guillaume Ayoub
94a29992b7 Update NEWS 2013-10-29 10:56:10 +01:00
Guillaume Ayoub
9c59c089ef Remove useless comment 2013-10-29 10:41:23 +01:00
Guillaume Ayoub
337d2719be Cosmetics 2013-10-29 09:30:51 +01:00
Guillaume Ayoub
e5b578d219 Merge pull request #76 from 9m66p93w/hashing
Replace built-in hash function with hashlib.
2013-10-29 01:28:38 -07:00
9m66p93w
6bc745fe45 Replace built-in hash function with hashlib.
The built-in hash function returns inconsistent values in Python 3.
2013-10-27 22:55:01 -04:00
David Aurelio
fb784c28c4 Fix python 3 problem: 'str' does not support the buffer interface 2013-10-27 22:36:56 +01:00
Guillaume Ayoub
fe1cd1d44d Use collection URL instead of main folder as user's main URL (see #32) 2013-10-24 15:31:49 +02:00
Guillaume Ayoub
a617c4db26 Fix authentication with Python 3 (see #70) 2013-10-18 14:06:57 +02:00
Guillaume Ayoub
f253b23a67 Update NEWS 2013-10-01 13:05:39 +02:00
Guillaume Ayoub
659757f173 Style fixes 2013-10-01 13:04:24 +02:00
Guillaume Ayoub
7ce8caa913 Merge pull request #68 from shenek/master
PAM fixes
2013-10-01 04:02:36 -07:00
Štěpán Henek
7c03089601 Bugfix: auth PAM check for membership in primary and supplementary groups 2013-09-27 21:14:27 +02:00
Štěpán Henek
ee687bea18 Bugfix: auth PAM doesn't throw an exception when authenticating without username and password 2013-09-27 20:44:41 +02:00
Guillaume Ayoub
72d40d45e5 Fix tests for python2.6 2013-09-25 14:39:46 +02:00
Guillaume Ayoub
64e886d4c4 Fix unicode strings in tests for python 2 2013-09-25 14:02:45 +02:00
Guillaume Ayoub
aa524bd613 Remove nbsp characters in comments, remove "u" in front of strings 2013-09-25 13:48:24 +02:00
Guillaume Ayoub
6c9976f46a Import storage modules after configuration in tests 2013-09-25 13:44:08 +02:00
Guillaume Ayoub
07f7e46b3e Small fixes 2013-09-25 13:04:14 +02:00
Guillaume Ayoub
35840dcc51 Add new deps in tox, remove 3.1 support 2013-09-24 18:44:32 +02:00
Guillaume Ayoub
e61a6e1fcd Fix default rights configuration 2013-09-19 16:28:54 +02:00
Guillaume Ayoub
8e2e75b450 Merge branch 'master' of github.com:Kozea/Radicale 2013-09-19 16:25:36 +02:00
Guillaume Ayoub
556afd2ad6 Merge pull request #65 from cristen/git
Adds python3 support for git and the committer name in the config
2013-09-19 07:25:18 -07:00
Jean-Marc Martins
a631c8c761 Fix compatibility between python2 and 3 2013-09-19 14:40:03 +02:00
Jean-Marc Martins
6c40f5e24a Merge branch 'authentication' of github.com:cristen/Radicale into authentication 2013-09-13 17:41:21 +02:00
Jean-Marc Martins
cb408e9475 Merge branch 'git' of github.com:cristen/Radicale into git
Conflicts:
	config
2013-09-13 17:27:32 +02:00
Jean-Marc Martins
fe28b040bd Adds the committer in the config + python3 support 2013-09-13 17:26:03 +02:00