Commit Graph

  • dcabf4249e Adding the calendar-home-set property management Guillaume Ayoub 2010-12-29 19:10:56 +0100
  • 9d508efcd4 Update NEWS and TODO files Guillaume Ayoub 2010-12-29 18:58:54 +0100
  • c39ac102e8 Remove a done/rejected TODO Guillaume Ayoub 2010-12-29 16:47:07 +0100
  • 3a9226ca80 Merge branch 'master' of git://gitorious.org/radicale/radicale System User 2010-12-23 10:10:40 +0100
  • 55d67e629d Logging System User 2010-12-23 10:06:37 +0100
  • 091d89889d Fix get requests for whole calendar Guillaume Ayoub 2010-12-20 15:49:48 +0100
  • 72f3af9ab9 Fix bug caused by commit:673da6a9 Guillaume Ayoub 2010-12-17 17:19:39 +0100
  • 8ad91b74b6 cn => dn Default configuration System User 2010-12-02 17:58:56 +0100
  • 766adcda50 os.path.expanduser for logging file name System User 2010-12-02 16:57:02 +0100
  • 77ff57eb72 Add class for logging in log file System User 2010-12-02 16:42:16 +0100
  • 8a86f57304 Adding LDAP authentification System User 2010-12-02 10:01:09 +0100
  • 673da6a90a Merge Nicolas Évrard changes - Content-type added on multi-status responses and depth handled in propfind Guillaume Ayoub 2010-11-30 11:57:37 +0100
  • 2add4ae801 Merge branch 'master' of gitorious.org:radicale/radicale Guillaume Ayoub 2010-11-11 21:48:09 +0100
  • 50e1366e8c Only write calendar file when needed (closes bug #192) Guillaume Ayoub 2010-11-11 21:46:13 +0100
  • 47815347fb Fixed a bug when altering the only event on a calendar Ronan Dunklau 2010-09-30 16:57:23 +0200
  • 076b6b60a4 Fix the PROPFIND request management (list events and todos) Guillaume Ayoub 2010-09-28 16:32:47 +0200
  • 040b125377 Cut long lines Guillaume Ayoub 2010-09-28 16:04:17 +0200
  • 9b153d56cc Add support for supported-report-set PROPFIND tag Guillaume Ayoub 2010-09-14 05:06:46 +0200
  • 71819cdb39 Support displayname and principal-URL tags in PROPFIND requests Guillaume Ayoub 2010-09-12 13:13:21 +0200
  • 873dec1d5d Avoid exception when deleting an item already deleted (fix bug #180) Guillaume Ayoub 2010-09-07 01:42:20 +0200
  • 547c888c63 0.5 git version bump Guillaume Ayoub 2010-08-07 23:37:05 +0200
  • beac38bd0b Add the config file in the MANIFEST Guillaume Ayoub 2010-08-07 23:34:10 +0200
  • 2f641b6a3f Version 0.4 bump Guillaume Ayoub 2010-08-07 14:55:05 +0200
  • 67b9df3276 Add the `personal` option in the config file Guillaume Ayoub 2010-08-07 14:23:26 +0200
  • e091541679 Add a --no-ssl option, closes bug #160 Guillaume Ayoub 2010-08-04 01:29:32 +0200
  • 342e6072c2 Minor typo fixes Guillaume Ayoub 2010-08-04 01:27:40 +0200
  • 6bcb868351 Add a default config. René 'Necoro' Neumann 2010-08-04 00:08:08 +0200
  • 6e08a8da82 Add '--foreground' flag René 'Necoro' Neumann 2010-08-03 23:32:44 +0200
  • eaa737313b Add python 2.7 in the list of supported python versions. Guillaume Ayoub 2010-07-05 13:55:57 +0200
  • a2f0431738 Add personal calendars support in NEWS. Guillaume Ayoub 2010-07-03 16:29:57 +0200
  • bd5b345017 Add support for personal calendars, available only for owner. Guillaume Ayoub 2010-07-03 16:27:48 +0200
  • 666e7034a0 Simplify __import__ call in acl. Guillaume Ayoub 2010-07-03 16:27:29 +0200
  • 0d16c1cdd6 Add the HEAD requests support in NEWS. Guillaume Ayoub 2010-06-27 10:56:44 +0200
  • a1b40e82c6 Add HEAD requests support, set a new _answer variable in request handler. Guillaume Ayoub 2010-06-27 01:45:49 +0200
  • 91e00b3f48 Fix the last-modified date format according to RFC2822. Guillaume Ayoub 2010-06-27 01:33:56 +0200
  • 391037c24c Add Last-Modified HTTP header for GET requests. Guillaume Ayoub 2010-06-24 01:50:21 +0200
  • 97dd530bb6 Remove useless parenthesis. Guillaume Ayoub 2010-06-24 00:36:00 +0200
  • 07f3c13b62 Preparing the tree for the future 0.5 version. Guillaume Ayoub 2010-06-14 19:59:52 +0200
  • 6f1da96d46 Version 0.3 bump. Guillaume Ayoub 2010-06-14 19:05:27 +0200
  • 9b86e6ef27 Replace pylint "disable-msg" by "disable", and disable one more msg in setup. Guillaume Ayoub 2010-06-05 01:18:59 +0200
  • ab0ee2c301 Use Radicale-git.tar.gz as download link for the git archive of Radicale. Guillaume Ayoub 2010-06-05 01:01:35 +0200
  • 90de4184bc Set the version to "git" for all git versions. Guillaume Ayoub 2010-06-05 00:40:56 +0200
  • cf10493fc0 Revert the build_script in setup. Guillaume Ayoub 2010-05-31 01:19:45 +0200
  • 054950be54 Version management, next version is 0.3. Guillaume Ayoub 2010-05-31 00:49:52 +0200
  • dbe614552a Fix small typo and documentation errors in setup. Guillaume Ayoub 2010-05-30 23:52:21 +0200
  • 921cbdd97b Remove useless imports in setup. Guillaume Ayoub 2010-05-30 23:49:06 +0200
  • af808ca3e5 Remove useless commands in setup. Guillaume Ayoub 2010-05-30 19:00:48 +0200
  • 8eb6520931 PUT and GET requests updated, adding Evolution support. Guillaume Ayoub 2010-04-19 16:09:50 +0200
  • 8f1a56ceac 0.5-git version bump. Guillaume Ayoub 2010-04-19 16:07:32 +0200
  • dd6ec898eb Fix ReStructuredText syntax in setup. Guillaume Ayoub 2010-04-13 01:59:13 +0200
  • 0c2c00e691 Add some metadata in setup. Guillaume Ayoub 2010-04-13 01:49:35 +0200
  • bf4b822df2 Update setup to be PyPI-friendly. Guillaume Ayoub 2010-04-13 01:30:47 +0200
  • 58b608c4d0 Disable false errors reported by Pylint. Guillaume Ayoub 2010-04-13 00:41:56 +0200
  • 57eef3c5ab Ignore CTag and remove useless workaround for empty calendars. Guillaume Ayoub 2010-04-13 00:31:00 +0200
  • d4bdc36550 Report item modification to users in various cases. Guillaume Ayoub 2010-04-13 00:25:01 +0200
  • f479b4ba67 Check ETag before modifying or adding items. Guillaume Ayoub 2010-04-12 14:43:40 +0200
  • 71b928d58b Update NEWS. Guillaume Ayoub 2010-04-12 12:52:02 +0200
  • d006ab1b1a Comment and clean setup. Guillaume Ayoub 2010-04-12 12:23:22 +0200
  • 422f9ff449 Fix version in setup.py. Guillaume Ayoub 2010-04-12 03:15:07 +0200
  • a45ca25df9 Set hreferences for calendar items, fixing the PUT and DELETE requests. Guillaume Ayoub 2010-04-11 22:46:57 +0200
  • 9a9342a1bd Remove the useless ElementTree protected namespaces hack. Guillaume Ayoub 2010-04-10 16:26:22 +0200
  • c7820b87e0 Set constant values after defining functions in htpasswd module. Guillaume Ayoub 2010-04-10 00:19:01 +0200
  • 6fd85fe6b6 Remove trailing space. Guillaume Ayoub 2010-04-10 00:18:38 +0200
  • 5d81889a4f The `crypt` module is only present on Unix, import if needed Guillaume Ayoub 2010-04-09 22:05:44 +0200
  • f075224d3d Fix crash if Content-Type is not given in request. Guillaume Ayoub 2010-04-09 21:56:20 +0200
  • efed0b415d Use request._decode instead of request.decode. Guillaume Ayoub 2010-04-09 21:53:00 +0200
  • f38576d999 Use posixpath instead of os.path to normalize request path. Guillaume Ayoub 2010-04-09 21:52:15 +0200
  • 690a76c3b7 Fix the GET request. Guillaume Ayoub 2010-04-09 20:35:20 +0200
  • e1a161edc9 Rename calendar into ical to avoid name collisions. Guillaume Ayoub 2010-02-11 01:41:24 +0100
  • 9a07ec71d3 Merge ical/support/calendar modules. Guillaume Ayoub 2010-02-10 23:52:50 +0100
  • 21a743fcde Code cleaned using Pylint, fixes various minor bugs too. Guillaume Ayoub 2010-02-10 18:57:21 +0100
  • a75bb261ed Use replace instead of lstrip in htpasswd ACL (Thanks Simon!). Guillaume Ayoub 2010-02-02 20:02:27 +0100
  • 4abe4b8784 Pre-0.2 TODO and NEWS updates. Guillaume Ayoub 2010-01-22 21:22:38 +0100
  • 1998dc3b08 Add authentication structure, with fake and htpasswd methods. Guillaume Ayoub 2010-01-21 18:52:53 +0100
  • 06843adca1 Add docstrings and use @property when needed. Guillaume Ayoub 2010-01-19 20:31:21 +0100
  • 86dd1b0ef4 Manage SSL (HTTPS) connections. Guillaume Ayoub 2010-01-19 17:49:32 +0100
  • a8474449e2 Ignore *.pyc in git. Guillaume Ayoub 2010-01-18 10:49:13 +0100
  • 1b8608021f Add command-line options, user configuration and daemon mode. Guillaume Ayoub 2010-01-18 10:48:06 +0100
  • f1c8497f3b Configuration cleanup. Guillaume Ayoub 2010-01-16 13:33:50 +0100
  • 4ee09cf817 Python 3 support and minor fixes. Guillaume Ayoub 2010-01-15 16:04:03 +0100
  • 4a0d3936e8 Update copyright and remove tab intentation indications. Guillaume Ayoub 2010-01-15 00:15:41 +0100
  • ee14787987 Update TODO. Guillaume Ayoub 2010-01-11 12:09:23 +0100
  • 5e5e5e1023 Remove Twisted dependency. Guillaume Ayoub 2010-01-10 18:55:32 +0100
  • 330283ef94 Remove empty collection in propfind resourcetype (Sunbird-1.0b2 ready). Guillaume Ayoub 2009-12-29 20:15:31 +0100
  • 97c1675741 Quote etags. Guillaume Ayoub 2009-12-29 20:05:38 +0100
  • 6545bc8273 Add getetag and getcontenttype support for propfind requests (Sunbird 1.0 ready). Guillaume Ayoub 2009-12-09 12:56:03 +0100
  • 41741ba989 Radicale 0.1 Guillaume Ayoub 2009-09-01 20:00:31 +0200
  • 0883690559 Installer listed in NEWS Guillaume Ayoub 2009-09-01 19:59:29 +0200
  • 07ad79ccd6 Setup fixes, with MANIFEST template Guillaume Ayoub 2009-09-01 19:43:36 +0200
  • 3693bc933d Python distutils setup file Guillaume Ayoub 2009-09-01 19:09:11 +0200
  • a3110a52ad Two more tasks in TODO Guillaume Ayoub 2009-09-01 18:25:25 +0200
  • e231fd3130 Adding package documentation files Guillaume Ayoub 2009-09-01 15:59:18 +0200
  • 81f7201399 Huge code and copyright cleanup. (no author) 2009-07-27 15:04:54 +0000
  • e7a5ef8c5d Factorize code and remove encoding bugs (no author) 2009-07-25 16:18:05 +0000
  • 34d1d30998 Remove duplicates in REPORT request (no author) 2009-07-13 21:15:30 +0000
  • 3593799f97 Fix a unicode/string bug in plain support (no author) 2009-07-13 20:24:29 +0000
  • e87d37703d Out-of-the-box simple configuration (no author) 2008-12-30 19:26:03 +0000
  • 5e1a4d4131 HTTP support (no author) 2008-12-30 17:41:48 +0000
  • f4d9f83739 main.py name change (no author) 2008-12-30 16:38:46 +0000
  • b1591aea6f Files added (no author) 2008-12-30 16:25:42 +0000