Commit Graph

  • a631c8c761 Fix compatibility between python2 and 3 Jean-Marc Martins 2013-09-19 14:40:03 +02:00
  • 6c40f5e24a Merge branch 'authentication' of github.com:cristen/Radicale into authentication Jean-Marc Martins 2013-09-13 17:41:21 +02:00
  • cb408e9475 Merge branch 'git' of github.com:cristen/Radicale into git Jean-Marc Martins 2013-09-13 17:27:32 +02:00
  • fe28b040bd Adds the committer in the config + python3 support Jean-Marc Martins 2013-09-13 17:21:50 +02:00
  • 369477b9e5 Adds the committer in the config + python3 support Jean-Marc Martins 2013-09-13 17:21:50 +02:00
  • e2512b12fb Fixed partially anonymous authentication Jean-Marc Martins 2013-09-13 15:05:02 +02:00
  • 58faf725b0 Fixed authentication for anonymous users Jean-Marc Martins 2013-09-12 17:39:20 +02:00
  • 43785e48a9 Get configuration keys at runtime, not when module is imported (fixes #64) Guillaume Ayoub 2013-09-12 13:48:49 +02:00
  • f5f31ca978 Merge pull request #63 from cristen/tests Guillaume Ayoub 2013-09-09 08:25:48 -07:00
  • d8f686a497 Fixed stupid redundancy in tests Jean-Marc Martins 2013-09-09 17:00:04 +02:00
  • 33f09016fd Fixes tests to use the default project root config Jean-Marc Martins 2013-09-09 15:36:30 +02:00
  • 15d8a8eb84 Remove useless primary key from line table Guillaume Ayoub 2013-09-07 09:50:13 +02:00
  • 0e5ef007f1 Use table attribute instead of string in database order by (probably fixes #59) Guillaume Ayoub 2013-09-06 22:09:16 +02:00
  • 7266c8018f Merge pull request #61 from cristen/tests Guillaume Ayoub 2013-09-06 07:13:17 -07:00
  • ff535b62b0 Remove useless config keys Guillaume Ayoub 2013-09-06 16:00:12 +02:00
  • 87ec798f37 Fixed tests and added tests for authentication Jean-Marc Martins 2013-09-06 15:51:59 +02:00
  • d0da9edc14 Adds base tests for storage configs Jean-Marc Martins 2013-09-05 15:36:41 +02:00
  • ce59d9ea87 Added functionnal tests Jean-Marc Martins 2013-09-05 15:13:31 +02:00
  • a725031bd6 Big changes: next version is 0.9 Guillaume Ayoub 2013-09-02 12:01:28 +02:00
  • 3f67ea1e9d Update news Guillaume Ayoub 2013-08-30 19:03:10 +02:00
  • dbb866a750 Don't create the repository for each change Guillaume Ayoub 2013-08-30 19:00:10 +02:00
  • 97a19405c4 Adds git support to Radicale (Fix #30) Jean-Marc Martins 2013-08-30 17:23:04 +02:00
  • 6e98b1b3e8 Adds multifilesystem storage backend (See #30) Jean-Marc Martins 2013-08-29 16:55:36 +02:00
  • 484933d4b6 Merge branch 'master' of github.com:Kozea/Radicale Jean-Marc Martins 2013-08-28 10:48:15 +02:00
  • 2aba438c34 Merge pull request #54 from osalmi/master Guillaume Ayoub 2013-08-27 22:43:06 -07:00
  • 8c3cf6bccd Fix built-in owner_only right Ossi Salmi 2013-08-28 00:56:45 +03:00
  • 2a2b80e5fb Update news Guillaume Ayoub 2013-08-27 17:08:10 +02:00
  • 423feaec2a Get a random color for calendars with no color Guillaume Ayoub 2013-08-27 17:06:16 +02:00
  • 00b498677d Merge pull request #48 from jspricke/color Guillaume Ayoub 2013-08-27 08:02:38 -07:00
  • 056dec5819 Decode urls in XML (fix #26) Jean-Marc Martins 2013-08-27 16:43:36 +02:00
  • f09b070e40 Fix stupid bug in logs Guillaume Ayoub 2013-08-27 15:19:15 +02:00
  • c0c652b3f8 Add documentation and example for rights management Guillaume Ayoub 2013-08-27 11:05:54 +02:00
  • a884169487 Don't be so optimistic about collection detection. Guillaume Ayoub 2013-08-25 09:35:22 +02:00
  • 205600c2d1 Fix the test used to guess if a path is a collection Guillaume Ayoub 2013-08-24 01:26:06 +02:00
  • 4ad1fb4982 Update news for 0.8.1 Guillaume Ayoub 2013-08-23 15:58:13 +02:00
  • 2cd90c6a4a Use a simpler code to detect not-created-yet addressbooks Guillaume Ayoub 2013-08-23 13:40:17 +02:00
  • 61eedc2b7c Match stupid naming conventions used by Apple's clients for collections Guillaume Ayoub 2013-08-23 13:33:35 +02:00
  • 07a9ce8296 Fix owner_* rights with python2 (fix #49) Guillaume Ayoub 2013-08-21 06:58:30 +02:00
  • 5f2245c35f Add color support Jochen Sprickerhof 2013-08-17 12:08:40 +02:00
  • f7f26afd6b Fix rights type "None" Guillaume Ayoub 2013-08-14 11:58:08 +02:00
  • 15ef75301f Fix setup.py Guillaume Ayoub 2013-08-14 11:38:46 +02:00
  • d1379e349a Don't check the file twice for rights Guillaume Ayoub 2013-08-14 10:52:50 +02:00
  • 586773148e Use a more simple rights manager Guillaume Ayoub 2013-08-14 10:50:59 +02:00
  • 3cf2952cf8 Update README Guillaume Ayoub 2013-08-12 18:36:55 +02:00
  • 2a578b95c1 Add pypy in tox Guillaume Ayoub 2013-08-08 15:23:15 +02:00
  • 3e3f07a6de Assume that the collection is an addressbook when "carddav" is in URL Guillaume Ayoub 2013-07-26 17:47:51 +02:00
  • faa331ccc3 Change a couple of things in regex-based rights manager Guillaume Ayoub 2013-07-23 18:05:22 +02:00
  • 5592b9e76a Merge pull request #43 from Sweil/regex-rights-management Guillaume Ayoub 2013-07-23 06:52:41 -07:00
  • eed0f74fad New rights management method: regex user and collection are matched against regular expression to determine read/write access mail@sweil.de 2013-07-19 15:16:36 +02:00
  • b8848de15e Preparing next version Guillaume Ayoub 2013-07-12 18:40:12 +02:00
  • 2df8f92f87 Version 0.8 Guillaume Ayoub 2013-07-12 17:45:30 +02:00
  • 05dbd71eca Fix logging Guillaume Ayoub 2013-07-12 17:45:09 +02:00
  • b60b759a36 Use extra parameter instead of formatted line in logger Guillaume Ayoub 2013-07-12 16:28:58 +02:00
  • 84f85adc2e Don't rely on python3-ldap Guillaume Ayoub 2013-07-12 16:25:57 +02:00
  • 44778579ea Add deps in tox Guillaume Ayoub 2013-07-12 16:24:40 +02:00
  • c4f2587fd9 Pylint Guillaume Ayoub 2013-07-12 15:25:57 +02:00
  • 18f5c334f1 Clean log module Guillaume Ayoub 2013-07-12 15:12:07 +02:00
  • af30483f69 Fix docstring again Guillaume Ayoub 2013-07-09 18:33:35 +02:00
  • 7a6efedcff Fix docstring Guillaume Ayoub 2013-07-09 18:32:34 +02:00
  • a96def23ea Add CalDavZAP and CardDavMATE support in NEWS Guillaume Ayoub 2013-07-09 16:06:02 +02:00
  • 891aa9dcb6 Merge branch 'master' of github.com:Kozea/Radicale Guillaume Ayoub 2013-07-09 13:08:30 +02:00
  • 00703b6df1 Update NEWS and TODO Guillaume Ayoub 2013-07-09 13:08:15 +02:00
  • 785bc7db5f Merge pull request #40 from fjl/fix-logging-config Guillaume Ayoub 2013-07-09 01:20:01 -07:00
  • b737d17172 Print a debug message when the logging config file doesn't exist Felix Lange 2013-07-07 15:48:14 +02:00
  • ada23997a9 Resolve logging configuration file when logging is started Felix Lange 2013-07-07 15:07:21 +02:00
  • b19716e96c Add the default SQL schema into the MANIFEST Guillaume Ayoub 2013-06-28 16:48:11 +02:00
  • de1e57081b Put the realm in the configuration file (fix #37) Guillaume Ayoub 2013-06-28 16:39:09 +02:00
  • a819e4b2c8 Officially support python 3.3 Guillaume Ayoub 2013-06-28 16:21:56 +02:00
  • 70f8ee94d9 Fix supported-calendar-component-set for collection's components Guillaume Ayoub 2013-06-17 11:30:26 +02:00
  • d38c4d1c1d Fix config files management Guillaume Ayoub 2013-06-04 16:59:21 +02:00
  • 8adb096de2 Fix the warning if the configuration file is not found Guillaume Ayoub 2013-06-04 15:12:06 +02:00
  • 61d063c610 Print a warning if the configuration file is not found Guillaume Ayoub 2013-06-04 16:00:46 +03:00
  • 847235f6e7 Read the configuration file for rights each time Guillaume Ayoub 2013-05-22 18:49:30 +02:00
  • 1b098058bd Update the documentation about leading slash in right management file's sections Guillaume Ayoub 2013-05-15 22:49:48 +02:00
  • ca0a1ecfde Log if the file used for rights management is not found Guillaume Ayoub 2013-05-15 22:49:02 +02:00
  • fce91e7060 Allow ~ in rights filename Guillaume Ayoub 2013-05-15 22:41:51 +02:00
  • 45e844cda2 Fix a read/write mismatch in from_file rights manager Guillaume Ayoub 2013-05-15 22:29:40 +02:00
  • dd7f886fcc Add content type for collection items Guillaume Ayoub 2013-05-14 13:18:12 +02:00
  • b7aa5c8d14 Fix collection properties set by proppatch or mk* requests Guillaume Ayoub 2013-05-13 23:19:22 +02:00
  • fab7796ca0 Allow additional HTTP headers in configuration file Guillaume Ayoub 2013-05-13 18:15:08 +02:00
  • 040d3b87a8 Revert a strange commit (let's say I was tired) Guillaume Ayoub 2013-05-13 18:14:42 +02:00
  • 69e2eb0908 Store the supported-calendar-component-set property in the calendar properties Guillaume Ayoub 2013-05-10 14:56:17 +02:00
  • e9e811d375 Allow requests with no maching items (ie. requests at "/") Guillaume Ayoub 2013-05-01 20:36:41 +02:00
  • 45c1647a92 Don't try TLS with SSL connections Guillaume Ayoub 2013-05-01 20:24:41 +02:00
  • 0f0bddedc9 Fix types of IMAP config parameters Guillaume Ayoub 2013-05-01 20:24:05 +02:00
  • 9a49be1e10 Don't try to login with IMAP and courier when user or password is empty Guillaume Ayoub 2013-05-01 20:23:03 +02:00
  • e4af425893 Fix some corner-cases for requests at root path Guillaume Ayoub 2013-05-01 20:13:51 +02:00
  • f73b44a311 Useless typo Guillaume Ayoub 2013-05-01 20:12:24 +02:00
  • bf8e874e4d Merge *base_prefix config keys into base_prefix (fixes #996) Guillaume Ayoub 2013-04-30 14:02:17 +02:00
  • eaa969a05c Merge pull request #24 from vuntz/radicale-in-subdir Guillaume Ayoub 2013-04-26 08:33:12 -07:00
  • 81d668a576 Add SQL schema Guillaume Ayoub 2013-04-26 13:43:44 +02:00
  • 5c4fb8529d Fix modification time for not-created-yet collections Guillaume Ayoub 2013-04-26 13:29:24 +02:00
  • 406bb6e8cc Update copyright years Guillaume Ayoub 2013-04-26 01:28:03 +02:00
  • 22077aa7a1 Clean the http-based auth module Guillaume Ayoub 2013-04-26 01:14:33 +02:00
  • 494ffbd762 Merge pull request #15 from MelianLabs/http Guillaume Ayoub 2013-04-25 16:07:49 -07:00
  • 2738d10830 Support SSL for IMAP authentication Guillaume Ayoub 2013-04-26 00:56:56 +02:00
  • a01e4d18e1 Clean database storage code Guillaume Ayoub 2013-04-20 12:59:44 +02:00
  • 16c6f55ebd Initial *untested* support for database storage Guillaume Ayoub 2013-04-20 12:51:32 +02:00
  • 36feabb680 Merge pull request #25 from jon-d/fix_sync-command_property Guillaume Ayoub 2013-04-09 00:05:11 -07:00
  • 7a96578ca4 Typo: missing comma Jonathan Dupart 2013-04-09 00:42:25 +02:00