Commit Graph

  • d1379e349a Don't check the file twice for rights Guillaume Ayoub 2013-08-14 10:52:50 +0200
  • 586773148e Use a more simple rights manager Guillaume Ayoub 2013-08-14 10:50:59 +0200
  • 3cf2952cf8 Update README Guillaume Ayoub 2013-08-12 18:36:55 +0200
  • 2a578b95c1 Add pypy in tox Guillaume Ayoub 2013-08-08 15:23:15 +0200
  • 3e3f07a6de Assume that the collection is an addressbook when "carddav" is in URL Guillaume Ayoub 2013-07-26 17:47:51 +0200
  • faa331ccc3 Change a couple of things in regex-based rights manager Guillaume Ayoub 2013-07-23 18:05:22 +0200
  • 5592b9e76a Merge pull request #43 from Sweil/regex-rights-management Guillaume Ayoub 2013-07-23 06:52:41 -0700
  • 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 +0200
  • b8848de15e Preparing next version Guillaume Ayoub 2013-07-12 18:40:12 +0200
  • 2df8f92f87 Version 0.8 Guillaume Ayoub 2013-07-12 17:45:30 +0200
  • 05dbd71eca Fix logging Guillaume Ayoub 2013-07-12 17:45:09 +0200
  • b60b759a36 Use extra parameter instead of formatted line in logger Guillaume Ayoub 2013-07-12 16:28:58 +0200
  • 84f85adc2e Don't rely on python3-ldap Guillaume Ayoub 2013-07-12 16:25:57 +0200
  • 44778579ea Add deps in tox Guillaume Ayoub 2013-07-12 16:24:40 +0200
  • c4f2587fd9 Pylint Guillaume Ayoub 2013-07-12 15:25:57 +0200
  • 18f5c334f1 Clean log module Guillaume Ayoub 2013-07-12 15:12:07 +0200
  • af30483f69 Fix docstring again Guillaume Ayoub 2013-07-09 18:33:35 +0200
  • 7a6efedcff Fix docstring Guillaume Ayoub 2013-07-09 18:32:34 +0200
  • a96def23ea Add CalDavZAP and CardDavMATE support in NEWS Guillaume Ayoub 2013-07-09 16:06:02 +0200
  • 891aa9dcb6 Merge branch 'master' of github.com:Kozea/Radicale Guillaume Ayoub 2013-07-09 13:08:30 +0200
  • 00703b6df1 Update NEWS and TODO Guillaume Ayoub 2013-07-09 13:08:15 +0200
  • 785bc7db5f Merge pull request #40 from fjl/fix-logging-config Guillaume Ayoub 2013-07-09 01:20:01 -0700
  • b737d17172 Print a debug message when the logging config file doesn't exist Felix Lange 2013-07-07 15:48:14 +0200
  • ada23997a9 Resolve logging configuration file when logging is started Felix Lange 2013-07-07 15:07:21 +0200
  • b19716e96c Add the default SQL schema into the MANIFEST Guillaume Ayoub 2013-06-28 16:48:11 +0200
  • de1e57081b Put the realm in the configuration file (fix #37) Guillaume Ayoub 2013-06-28 16:39:09 +0200
  • a819e4b2c8 Officially support python 3.3 Guillaume Ayoub 2013-06-28 16:21:56 +0200
  • 70f8ee94d9 Fix supported-calendar-component-set for collection's components Guillaume Ayoub 2013-06-17 11:30:26 +0200
  • d38c4d1c1d Fix config files management Guillaume Ayoub 2013-06-04 16:59:21 +0200
  • 8adb096de2 Fix the warning if the configuration file is not found Guillaume Ayoub 2013-06-04 15:12:06 +0200
  • 61d063c610 Print a warning if the configuration file is not found Guillaume Ayoub 2013-06-04 16:00:46 +0300
  • 847235f6e7 Read the configuration file for rights each time Guillaume Ayoub 2013-05-22 18:49:30 +0200
  • 1b098058bd Update the documentation about leading slash in right management file's sections Guillaume Ayoub 2013-05-15 22:49:48 +0200
  • ca0a1ecfde Log if the file used for rights management is not found Guillaume Ayoub 2013-05-15 22:49:02 +0200
  • fce91e7060 Allow ~ in rights filename Guillaume Ayoub 2013-05-15 22:41:51 +0200
  • 45e844cda2 Fix a read/write mismatch in from_file rights manager Guillaume Ayoub 2013-05-15 22:29:40 +0200
  • dd7f886fcc Add content type for collection items Guillaume Ayoub 2013-05-14 13:18:12 +0200
  • b7aa5c8d14 Fix collection properties set by proppatch or mk* requests Guillaume Ayoub 2013-05-13 23:19:22 +0200
  • fab7796ca0 Allow additional HTTP headers in configuration file Guillaume Ayoub 2013-05-13 18:15:08 +0200
  • 040d3b87a8 Revert a strange commit (let's say I was tired) Guillaume Ayoub 2013-05-13 18:14:42 +0200
  • 69e2eb0908 Store the supported-calendar-component-set property in the calendar properties Guillaume Ayoub 2013-05-10 14:56:17 +0200
  • e9e811d375 Allow requests with no maching items (ie. requests at "/") Guillaume Ayoub 2013-05-01 20:36:41 +0200
  • 45c1647a92 Don't try TLS with SSL connections Guillaume Ayoub 2013-05-01 20:24:41 +0200
  • 0f0bddedc9 Fix types of IMAP config parameters Guillaume Ayoub 2013-05-01 20:24:05 +0200
  • 9a49be1e10 Don't try to login with IMAP and courier when user or password is empty Guillaume Ayoub 2013-05-01 20:23:03 +0200
  • e4af425893 Fix some corner-cases for requests at root path Guillaume Ayoub 2013-05-01 20:13:51 +0200
  • f73b44a311 Useless typo Guillaume Ayoub 2013-05-01 20:12:24 +0200
  • bf8e874e4d Merge *base_prefix config keys into base_prefix (fixes #996) Guillaume Ayoub 2013-04-30 14:02:17 +0200
  • eaa969a05c Merge pull request #24 from vuntz/radicale-in-subdir Guillaume Ayoub 2013-04-26 08:33:12 -0700
  • 81d668a576 Add SQL schema Guillaume Ayoub 2013-04-26 13:43:44 +0200
  • 5c4fb8529d Fix modification time for not-created-yet collections Guillaume Ayoub 2013-04-26 13:29:24 +0200
  • 406bb6e8cc Update copyright years Guillaume Ayoub 2013-04-26 01:28:03 +0200
  • 22077aa7a1 Clean the http-based auth module Guillaume Ayoub 2013-04-26 01:14:33 +0200
  • 494ffbd762 Merge pull request #15 from MelianLabs/http Guillaume Ayoub 2013-04-25 16:07:49 -0700
  • 2738d10830 Support SSL for IMAP authentication Guillaume Ayoub 2013-04-26 00:56:56 +0200
  • a01e4d18e1 Clean database storage code Guillaume Ayoub 2013-04-20 12:59:44 +0200
  • 16c6f55ebd Initial *untested* support for database storage Guillaume Ayoub 2013-04-20 12:51:32 +0200
  • 36feabb680 Merge pull request #25 from jon-d/fix_sync-command_property Guillaume Ayoub 2013-04-09 00:05:11 -0700
  • 7a96578ca4 Typo: missing comma Jonathan Dupart 2013-04-09 00:42:25 +0200
  • 74590cfd0c Add proxy_base_prefix option to help run in a subdir behind a proxy Vincent Untz 2013-03-18 18:14:53 +0100
  • 0dbf71f57f Fix issues with base_prefix option Vincent Untz 2013-03-18 18:13:28 +0100
  • 54bda5594c Handle use in a subdir. Patch from Clint Adams <clint@softwarefreedom.org> adapted from http://redmine.kozea.fr/issues/996 Fabrice Bellet 2012-10-22 12:44:42 +0200
  • b6b48b5af7 Typo Guillaume Ayoub 2013-02-27 10:36:54 +0100
  • 56b033bba3 Merge pull request #22 from chripo/propfind-empty-body Guillaume Ayoub 2013-02-27 01:15:54 -0800
  • 9972897d75 accepts PROPFIND whitout request body Christoph Polcin 2013-02-25 20:55:15 +0100
  • dd94660ef0 Use "is None" instead of "== None" Guillaume Ayoub 2013-02-01 00:16:31 +0100
  • 76ba2e8b6c Merge pull request #21 from gdott9/master Guillaume Ayoub 2013-01-31 15:15:01 -0800
  • 85a7b7db50 Prevent exception in from_file when user is None Guillaume DOTT 2013-01-31 17:09:03 +0100
  • bcdf00f85e Allow colon characters in passwords (fixes #1308) Guillaume Ayoub 2013-01-31 17:27:23 +0100
  • 151f82c593 Typo Guillaume Ayoub 2013-01-16 11:16:16 +0100
  • 1e95713b61 Merge pull request #20 from mark-adams/configflag Guillaume Ayoub 2013-01-16 02:10:42 -0800
  • d23cabf8f6 Added -C command line flag for specifying configuration file location. Mark Adams 2013-01-15 13:12:34 -0600
  • 47b0f801fd Merge pull request #18 from gdott9/master Guillaume Ayoub 2012-12-13 18:13:55 -0800
  • 5a3f0e4d97 Handle exceptions when looking for rights in a file Guillaume DOTT 2012-12-11 15:03:29 +0100
  • 33073147bc Add nose-cov as tox dep Guillaume Ayoub 2012-10-19 12:41:26 +0200
  • 3a565e586e Add tox configuration Guillaume Ayoub 2012-10-19 12:38:18 +0200
  • dbc622e8d7 Added HTTP-based authentication Ehsanul Hoque 2012-09-28 09:40:49 +0600
  • 34a28f7611 Add tests structure Guillaume Ayoub 2012-09-15 10:00:13 +0200
  • 4fbd087497 Update .gitignore Guillaume Ayoub 2012-09-15 09:59:43 +0200
  • 4c064bcf35 Clean rights from file and remove tests Guillaume Ayoub 2012-09-15 09:08:01 +0200
  • 7b15832dbf Merge pull request #12 from matthiasjordan/master Guillaume Ayoub 2012-09-14 05:23:24 -0700
  • e06cfa4de0 Handle "If-None-Match: *" HTTP headers for PUT requests Guillaume Ayoub 2012-08-31 17:21:16 +0200
  • e08aa6176c Less aggressive logging Matthias Jordan 2012-08-18 00:36:30 +0200
  • 0c4562c01d Using different HTTP status codes in some cases where auth or rights are violated Matthias Jordan 2012-08-15 23:39:18 +0200
  • db708a0853 Checking rights only once. Also taking care of mistakenly checking ownership of events. xmlutils is now unaware of rights. Matthias Jordan 2012-08-15 22:36:42 +0200
  • 0722db04fb Extract method Matthias Jordan 2012-08-15 15:12:18 +0200
  • a5eef56a91 Added stuff to .gitignore Matthias Jordan 2012-08-15 15:02:20 +0200
  • 58748e748b Fixed comments in config Matthias Jordan 2012-08-11 01:04:02 +0200
  • 89f4e8eefc Automatically executing tests in directory 'test' Matthias Jordan 2012-08-11 00:57:48 +0200
  • bc0b74c555 Using collection's URL for logging instead of its name Matthias Jordan 2012-08-11 00:57:15 +0200
  • e3bc6afdd3 Added file-based rights management Matthias Jordan 2012-08-11 00:56:45 +0200
  • 237f42909a Add owner_write rights manager Guillaume Ayoub 2012-08-09 17:32:03 +0200
  • 98bbe61f67 Use relative imports Guillaume Ayoub 2012-08-09 17:31:36 +0200
  • 9f446cb261 Fix GET requests Guillaume Ayoub 2012-08-09 16:00:31 +0200
  • 17857654b0 Use the same import mechanisms for auth, storage, rights Guillaume Ayoub 2012-08-09 15:39:01 +0200
  • 3ddbb80674 Fix OPTIONS requests Guillaume Ayoub 2012-08-09 14:29:44 +0200
  • 4fa53d15b3 Fix the auth checking algorithm Guillaume Ayoub 2012-08-09 14:15:20 +0200
  • e33ee8ea7c Small fixes Guillaume Ayoub 2012-08-08 18:54:58 +0200
  • e14bed9f95 Add rights section in config module Guillaume Ayoub 2012-08-08 18:45:55 +0200
  • b4a7ada5f2 is_authorized returns True when no auth method is set Guillaume Ayoub 2012-08-08 18:44:25 +0200