Commit Graph

  • 74590cfd0c Add proxy_base_prefix option to help run in a subdir behind a proxy Vincent Untz 2013-03-18 18:14:53 +01:00
  • 0dbf71f57f Fix issues with base_prefix option Vincent Untz 2013-03-18 18:13:28 +01:00
  • 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 +02:00
  • b6b48b5af7 Typo Guillaume Ayoub 2013-02-27 10:36:54 +01:00
  • 56b033bba3 Merge pull request #22 from chripo/propfind-empty-body Guillaume Ayoub 2013-02-27 01:15:54 -08:00
  • 9972897d75 accepts PROPFIND whitout request body Christoph Polcin 2013-02-25 20:55:15 +01:00
  • dd94660ef0 Use "is None" instead of "== None" Guillaume Ayoub 2013-02-01 00:16:31 +01:00
  • 76ba2e8b6c Merge pull request #21 from gdott9/master Guillaume Ayoub 2013-01-31 15:15:01 -08:00
  • 85a7b7db50 Prevent exception in from_file when user is None Guillaume DOTT 2013-01-31 17:09:03 +01:00
  • bcdf00f85e Allow colon characters in passwords (fixes #1308) Guillaume Ayoub 2013-01-31 17:27:23 +01:00
  • 151f82c593 Typo Guillaume Ayoub 2013-01-16 11:16:16 +01:00
  • 1e95713b61 Merge pull request #20 from mark-adams/configflag Guillaume Ayoub 2013-01-16 02:10:42 -08:00
  • d23cabf8f6 Added -C command line flag for specifying configuration file location. Mark Adams 2013-01-15 13:12:34 -06:00
  • 47b0f801fd Merge pull request #18 from gdott9/master Guillaume Ayoub 2012-12-13 18:13:55 -08:00
  • 5a3f0e4d97 Handle exceptions when looking for rights in a file Guillaume DOTT 2012-12-11 15:03:29 +01:00
  • 33073147bc Add nose-cov as tox dep Guillaume Ayoub 2012-10-19 12:41:26 +02:00
  • 3a565e586e Add tox configuration Guillaume Ayoub 2012-10-19 12:38:18 +02:00
  • dbc622e8d7 Added HTTP-based authentication Ehsanul Hoque 2012-09-28 09:40:49 +06:00
  • 34a28f7611 Add tests structure Guillaume Ayoub 2012-09-15 10:00:13 +02:00
  • 4fbd087497 Update .gitignore Guillaume Ayoub 2012-09-15 09:59:43 +02:00
  • 4c064bcf35 Clean rights from file and remove tests Guillaume Ayoub 2012-09-15 09:08:01 +02:00
  • 7b15832dbf Merge pull request #12 from matthiasjordan/master Guillaume Ayoub 2012-09-14 05:23:24 -07:00
  • e06cfa4de0 Handle "If-None-Match: *" HTTP headers for PUT requests Guillaume Ayoub 2012-08-31 17:21:16 +02:00
  • e08aa6176c Less aggressive logging Matthias Jordan 2012-08-18 00:36:30 +02:00
  • 0c4562c01d Using different HTTP status codes in some cases where auth or rights are violated Matthias Jordan 2012-08-15 23:39:18 +02:00
  • 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 +02:00
  • 0722db04fb Extract method Matthias Jordan 2012-08-15 15:12:18 +02:00
  • a5eef56a91 Added stuff to .gitignore Matthias Jordan 2012-08-15 15:02:20 +02:00
  • 58748e748b Fixed comments in config Matthias Jordan 2012-08-11 01:04:02 +02:00
  • 89f4e8eefc Automatically executing tests in directory 'test' Matthias Jordan 2012-08-11 00:57:48 +02:00
  • bc0b74c555 Using collection's URL for logging instead of its name Matthias Jordan 2012-08-11 00:57:15 +02:00
  • e3bc6afdd3 Added file-based rights management Matthias Jordan 2012-08-11 00:56:45 +02:00
  • 237f42909a Add owner_write rights manager Guillaume Ayoub 2012-08-09 17:32:03 +02:00
  • 98bbe61f67 Use relative imports Guillaume Ayoub 2012-08-09 17:31:36 +02:00
  • 9f446cb261 Fix GET requests Guillaume Ayoub 2012-08-09 16:00:31 +02:00
  • 17857654b0 Use the same import mechanisms for auth, storage, rights Guillaume Ayoub 2012-08-09 15:39:01 +02:00
  • 3ddbb80674 Fix OPTIONS requests Guillaume Ayoub 2012-08-09 14:29:44 +02:00
  • 4fa53d15b3 Fix the auth checking algorithm Guillaume Ayoub 2012-08-09 14:15:20 +02:00
  • e33ee8ea7c Small fixes Guillaume Ayoub 2012-08-08 18:54:58 +02:00
  • e14bed9f95 Add rights section in config module Guillaume Ayoub 2012-08-08 18:45:55 +02:00
  • b4a7ada5f2 is_authorized returns True when no auth method is set Guillaume Ayoub 2012-08-08 18:44:25 +02:00
  • 45afac5353 Code cleaned and modules renamed Guillaume Ayoub 2012-08-08 18:29:09 +02:00
  • a17ad1b6a3 Un-revert some lost commits Guillaume Ayoub 2012-08-08 16:37:18 +02:00
  • eee83bb49c Merge pull request #11 from matthiasjordan/master Guillaume Ayoub 2012-08-08 06:49:14 -07:00
  • 55a13d4c39 Merge remote-tracking branch 'upstream/master' Matthias Jordan 2012-08-04 11:27:51 +02:00
  • 7d06d1b4d5 Version set to "git" Guillaume Ayoub 2012-08-03 14:37:40 +02:00
  • 0cf9b92ce7 Version 0.7.1 Guillaume Ayoub 2012-08-03 14:37:02 +02:00
  • 7ae764fd4b Enhance readability according to PEP8 Guillaume Ayoub 2012-08-03 14:08:11 +02:00
  • f593ab0fbd Set the maximuml line length to 79 instead of 80 Guillaume Ayoub 2012-08-03 13:55:52 +02:00
  • e40e68b528 Separation of authentication and authorization. Separation of read and write authorization. Static test strategies for authentication. Barely tested. Use at your own risk! Matthias Jordan 2012-08-03 13:10:20 +02:00
  • a7481a0546 Clean the server's __call__ method, with comments and better variable names Guillaume Ayoub 2012-08-03 11:52:30 +02:00
  • 9d193b6b30 Don't start Radicale when PID file exists (fixes #890) Guillaume Ayoub 2012-08-03 00:29:06 +02:00
  • 83baebd750 PEP8 and cleanup for the new IMAP ACL module Guillaume Ayoub 2012-07-16 19:09:35 +02:00
  • 0daad0b6b2 Merge pull request #8 from zcode/acl/IMAP Guillaume Ayoub 2012-07-16 09:16:51 -07:00
  • e2d9f79dc4 Default config values for IMAP ACL Daniel Aleksandersen 2012-07-05 20:54:33 +02:00
  • 360d4e6411 New IMAP ACL Daniel Aleksandersen 2012-07-05 20:52:10 +02:00
  • 15f28e9acd Merge pull request #7 from zcode/patch-1 Guillaume Ayoub 2012-07-04 09:57:11 -07:00
  • a45b7b7c23 Return the group database entry Daniel Aleksandersen 2012-07-04 15:56:15 +03:00
  • 5a260d33db Merge pull request #6 from antonyc/patch-1 Guillaume Ayoub 2012-07-02 04:43:14 -07:00
  • 03fc5fc526 Fix Courier ACL Benjamin Frank 2012-07-02 13:30:28 +02:00
  • ea94ec919e Use the right namespace for adressbook tags Guillaume Ayoub 2012-06-28 11:28:42 +02:00
  • c0ed505f78 I tried to start a dev installation with htpasswd and found this typo. antonyc 2012-06-23 01:01:45 +04:00
  • cff6c2b43b Return 204 response when an item is modified Guillaume Ayoub 2012-06-22 12:29:49 +02:00
  • e471d15f00 Merge branch 'master' of github.com:Kozea/Radicale Guillaume Ayoub 2012-06-14 16:36:20 +02:00
  • 25c3648d75 Add a dummy filter for item tags Guillaume Ayoub 2012-06-14 16:35:10 +02:00
  • 186c59cd3a Merge pull request #5 from oswjk/displayname Guillaume Ayoub 2012-05-24 22:00:53 -07:00
  • 209b9e4307 Set the D:displayname for collections in PROPFIND response Oskari Timperi 2012-05-24 12:33:40 +03:00
  • b5e94598e9 No etag returned when an added item doesn't have the same name as the one given by the client (closes #799) Guillaume Ayoub 2012-04-27 16:03:14 +02:00
  • ca5c0483b0 Return 200 instead of 204 status for DELETE requests (closes #802) Guillaume Ayoub 2012-04-18 14:00:20 +02:00
  • c3ce8fde38 In PROPFIND responses, add the not-yet-created collection type when it can be guessed Guillaume Ayoub 2012-04-11 19:47:08 +02:00
  • f6ace2b6ec Fix a bug with DELETE requests when deleted item is not found Guillaume Ayoub 2012-03-21 11:26:06 +01:00
  • 085c9f0aca Update the version to "git" Guillaume Ayoub 2012-03-20 18:45:12 +01:00
  • 7faec9abc9 Update the software description Guillaume Ayoub 2012-03-20 18:41:14 +01:00
  • d274044700 Version 0.7 Guillaume Ayoub 2012-03-20 18:36:34 +01:00
  • a9c74ae84d Always allow OPTIONS requests (fixes #780) Guillaume Ayoub 2012-03-20 13:30:54 +01:00
  • 505fd6a644 List the aggregation of privileges instead of only "all" Guillaume Ayoub 2012-03-19 12:35:39 +01:00
  • cc23d9dd8d Small cleanup about LDAP Guillaume Ayoub 2012-03-13 10:47:01 +01:00
  • 3bfd6352b2 Merge pull request #3 from koppor/master Guillaume Ayoub 2012-03-13 02:42:37 -07:00
  • 344f87d8fb Add a config key to ignore reverse DNS (fixes #779) Guillaume Ayoub 2012-03-13 09:35:01 +01:00
  • 0c2bbb8ae1 LDAP: custom filters supported Oliver Kopp 2012-03-10 10:05:23 +01:00
  • 7bfc17a51d Use " instead of ' (you can laugh at me) Guillaume Ayoub 2012-03-01 10:40:15 +01:00
  • 36918232c0 Better detection of vcards Guillaume Ayoub 2012-02-23 16:20:21 +01:00
  • f37c3a0b27 Let GET requests create address books too! Guillaume Ayoub 2012-02-23 16:16:14 +01:00
  • 22e4e3764c Explicitely create collections on GET requests Guillaume Ayoub 2012-02-23 15:28:45 +01:00
  • 128a20714b Use is_leaf and is_node instead of is_item and is_collection Guillaume Ayoub 2012-02-23 15:17:59 +01:00
  • 5e8dec6683 Ignore the .props when giving children Guillaume Ayoub 2012-02-20 17:45:47 +01:00
  • 224d0d47e8 Fix the collection detection Guillaume Ayoub 2012-02-20 17:41:36 +01:00
  • 97f8738465 Return the collections and the items in collections Guillaume Ayoub 2012-02-20 16:32:42 +01:00
  • d256a0551c Fix an indentation bug Guillaume Ayoub 2012-02-20 16:32:32 +01:00
  • f9d041ba6b Use relative imports for acl and storage modules Guillaume Ayoub 2012-02-08 16:56:58 +01:00
  • 8dcc613f0a Don't use the VADDRESSBOOK tag anymore (closes #667) Guillaume Ayoub 2012-02-03 18:01:03 +01:00
  • c84a250476 Remove a useless line in the configuration file Guillaume Ayoub 2012-02-03 16:11:52 +01:00
  • 9ebb143c44 Work around a bug in Evolution (fixes #664) Guillaume Ayoub 2012-02-03 15:58:08 +01:00
  • 4893f94920 Clean the calendar-timezone proppatch setter Guillaume Ayoub 2012-01-25 20:23:37 +01:00
  • cd33a6cc51 Reconnect to the LDAP server when the connexion is lost (fixes #656) Guillaume Ayoub 2012-01-25 19:19:02 +01:00
  • 4299348776 Change "calendar" into "collection" when needed. Guillaume Ayoub 2012-01-25 14:53:46 +01:00
  • d5b1cdcbf2 Add the tag when writing calendars (closes #658) Guillaume Ayoub 2012-01-25 14:43:47 +01:00
  • 54aa8817e7 Add the "set_mimetype" method forgotten during the merge (closes #657) Guillaume Ayoub 2012-01-25 14:40:00 +01:00
  • 42ba9e0dca Update the NEWS for 0.6.4 Guillaume Ayoub 2012-01-05 12:26:35 +01:00
  • 9c4a85ef1f Merge branch 'carddav', and update copyright dates Guillaume Ayoub 2012-01-23 16:21:30 +01:00