Commit Graph

559 Commits

Author SHA1 Message Date
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
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
Jean-Marc Martins
369477b9e5 Adds the committer in the config + python3 support 2013-09-13 17:21:50 +02:00
Jean-Marc Martins
e2512b12fb Fixed partially anonymous authentication 2013-09-13 15:05:02 +02:00
Jean-Marc Martins
58faf725b0 Fixed authentication for anonymous users 2013-09-12 17:39:20 +02:00
Guillaume Ayoub
43785e48a9 Get configuration keys at runtime, not when module is imported (fixes #64) 2013-09-12 13:48:49 +02:00
Guillaume Ayoub
f5f31ca978 Merge pull request #63 from cristen/tests
Fixes tests to use the default project root config
2013-09-09 08:25:48 -07:00
Jean-Marc Martins
d8f686a497 Fixed stupid redundancy in tests 2013-09-09 17:00:04 +02:00
Jean-Marc Martins
33f09016fd Fixes tests to use the default project root config 2013-09-09 15:36:30 +02:00
Guillaume Ayoub
15d8a8eb84 Remove useless primary key from line table 2013-09-07 09:50:13 +02:00
Guillaume Ayoub
0e5ef007f1 Use table attribute instead of string in database order by (probably fixes #59) 2013-09-06 22:09:16 +02:00
Guillaume Ayoub
7266c8018f Merge pull request #61 from cristen/tests
Tests
2013-09-06 07:13:17 -07:00
Guillaume Ayoub
ff535b62b0 Remove useless config keys 2013-09-06 16:00:12 +02:00
Jean-Marc Martins
87ec798f37 Fixed tests and added tests for authentication 2013-09-06 15:51:59 +02:00
Jean-Marc Martins
d0da9edc14 Adds base tests for storage configs 2013-09-05 15:36:41 +02:00
Jean-Marc Martins
ce59d9ea87 Added functionnal tests 2013-09-05 15:13:31 +02:00
Guillaume Ayoub
a725031bd6 Big changes: next version is 0.9 2013-09-02 12:01:28 +02:00
Guillaume Ayoub
3f67ea1e9d Update news 2013-08-30 19:03:10 +02:00
Guillaume Ayoub
dbb866a750 Don't create the repository for each change 2013-08-30 19:00:10 +02:00
Jean-Marc Martins
97a19405c4 Adds git support to Radicale (Fix #30) 2013-08-30 17:23:04 +02:00
Jean-Marc Martins
6e98b1b3e8 Adds multifilesystem storage backend (See #30) 2013-08-29 16:55:36 +02:00
Jean-Marc Martins
484933d4b6 Merge branch 'master' of github.com:Kozea/Radicale 2013-08-28 10:48:15 +02:00
Guillaume Ayoub
2aba438c34 Merge pull request #54 from osalmi/master
Fix built-in owner_only right
2013-08-27 22:43:06 -07:00
Ossi Salmi
8c3cf6bccd Fix built-in owner_only right 2013-08-28 00:56:45 +03:00
Guillaume Ayoub
2a2b80e5fb Update news 2013-08-27 17:08:10 +02:00
Guillaume Ayoub
423feaec2a Get a random color for calendars with no color 2013-08-27 17:06:16 +02:00
Guillaume Ayoub
00b498677d Merge pull request #48 from jspricke/color
Add color support
2013-08-27 08:02:38 -07:00
Jean-Marc Martins
056dec5819 Decode urls in XML (fix #26) 2013-08-27 16:43:36 +02:00
Guillaume Ayoub
f09b070e40 Fix stupid bug in logs 2013-08-27 15:19:15 +02:00
Guillaume Ayoub
c0c652b3f8 Add documentation and example for rights management 2013-08-27 11:05:54 +02:00
Guillaume Ayoub
a884169487 Don't be so optimistic about collection detection.
For clients that can't create collections with MK* requests and that don't
use GET requests, is_leaf gives False for empty collections only reached
through a PROPFIND request. As Radicale can't create a collection for
each type of request, we have to strip the last part of path for paths ending
with .ics and .vcf, as they can be represent items and not collections.
2013-08-25 09:35:22 +02:00