1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Commit graph

  • bce2a5fbad Update documentation to add information about the Evolution support. Guillaume Ayoub 2010-04-19 16:43:46 +02:00
  • 28f70f4a21 Adding a news item for the Evolution support. Guillaume Ayoub 2010-04-19 16:25:26 +02:00
  • 8eb6520931 PUT and GET requests updated, adding Evolution support. Guillaume Ayoub 2010-04-19 16:09:50 +02:00
  • 8f1a56ceac 0.5-git version bump. Guillaume Ayoub 2010-04-19 16:07:32 +02:00
  • 88b4930334 Add link to PyPI. Guillaume Ayoub 2010-04-13 17:46:44 +02:00
  • ed0e3659c5 News and download pages updated according to the 0.2 version. Guillaume Ayoub 2010-04-13 02:17:16 +02:00
  • dd6ec898eb Fix ReStructuredText syntax in setup. 0.2 Guillaume Ayoub 2010-04-13 01:59:13 +02:00
  • 0c2c00e691 Add some metadata in setup. Guillaume Ayoub 2010-04-13 01:49:35 +02:00
  • bf4b822df2 Update setup to be PyPI-friendly. Guillaume Ayoub 2010-04-13 01:30:47 +02:00
  • 58b608c4d0 Disable false errors reported by Pylint. Guillaume Ayoub 2010-04-13 00:41:56 +02:00
  • 57eef3c5ab Ignore CTag and remove useless workaround for empty calendars. Guillaume Ayoub 2010-04-13 00:31:00 +02:00
  • d4bdc36550 Report item modification to users in various cases. Guillaume Ayoub 2010-04-13 00:25:01 +02:00
  • f479b4ba67 Check ETag before modifying or adding items. Guillaume Ayoub 2010-04-12 14:43:40 +02:00
  • 71b928d58b Update NEWS. Guillaume Ayoub 2010-04-12 12:52:02 +02:00
  • d006ab1b1a Comment and clean setup. Guillaume Ayoub 2010-04-12 12:23:22 +02:00
  • 422f9ff449 Fix version in setup.py. Guillaume Ayoub 2010-04-12 03:15:07 +02:00
  • a45ca25df9 Set hreferences for calendar items, fixing the PUT and DELETE requests. Guillaume Ayoub 2010-04-11 22:46:57 +02:00
  • 9a9342a1bd Remove the useless ElementTree protected namespaces hack. Guillaume Ayoub 2010-04-10 16:26:22 +02:00
  • d3f339e6f6 Add a support section to user documentation. Guillaume Ayoub 2010-04-10 01:33:58 +02:00
  • c7820b87e0 Set constant values after defining functions in htpasswd module. Guillaume Ayoub 2010-04-10 00:19:01 +02:00
  • 6fd85fe6b6 Remove trailing space. Guillaume Ayoub 2010-04-10 00:18:38 +02:00
  • 5d81889a4f The `crypt` module is only present on Unix, import if needed Guillaume Ayoub 2010-04-09 22:05:44 +02:00
  • f075224d3d Fix crash if Content-Type is not given in request. Guillaume Ayoub 2010-04-09 21:56:20 +02:00
  • efed0b415d Use request._decode instead of request.decode. Guillaume Ayoub 2010-04-09 21:53:00 +02:00
  • f38576d999 Use posixpath instead of os.path to normalize request path. Guillaume Ayoub 2010-04-09 21:52:15 +02:00
  • 690a76c3b7 Fix the GET request. Guillaume Ayoub 2010-04-09 20:35:20 +02:00
  • 9a15ec73c0 Change support into storage in default configuration. Guillaume Ayoub 2010-02-11 11:27:37 +01:00
  • 22abed7f01 Update documentation about default calendar. Guillaume Ayoub 2010-02-11 01:54:58 +01:00
  • e1a161edc9 Rename calendar into ical to avoid name collisions. Guillaume Ayoub 2010-02-11 01:41:24 +01:00
  • 9a07ec71d3 Merge ical/support/calendar modules. Guillaume Ayoub 2010-02-10 23:52:50 +01:00
  • 21a743fcde Code cleaned using Pylint, fixes various minor bugs too. Guillaume Ayoub 2010-02-10 18:57:21 +01:00
  • a75bb261ed Use replace instead of lstrip in htpasswd ACL (Thanks Simon!). Guillaume Ayoub 2010-02-02 20:02:27 +01:00
  • 4abe4b8784 Pre-0.2 TODO and NEWS updates. Guillaume Ayoub 2010-01-22 21:22:38 +01:00
  • 4d0295f35b Update documentation to reflect 0.2 version changes. Guillaume Ayoub 2010-01-22 19:29:03 +01:00
  • 14cfa16e07 Change SSL into TLS in news. Guillaume Ayoub 2010-01-22 19:27:50 +01:00
  • 71d31604e1 Updated news. Guillaume Ayoub 2010-01-21 19:19:59 +01:00
  • 1998dc3b08 Add authentication structure, with fake and htpasswd methods. Guillaume Ayoub 2010-01-21 18:52:53 +01:00
  • 06843adca1 Add docstrings and use @property when needed. Guillaume Ayoub 2010-01-19 20:31:21 +01:00
  • 86dd1b0ef4 Manage SSL (HTTPS) connections. Guillaume Ayoub 2010-01-19 17:49:32 +01:00
  • a8474449e2 Ignore *.pyc in git. Guillaume Ayoub 2010-01-18 10:49:13 +01:00
  • 1b8608021f Add command-line options, user configuration and daemon mode. Guillaume Ayoub 2010-01-18 10:48:06 +01:00
  • f1c8497f3b Configuration cleanup. Guillaume Ayoub 2010-01-16 13:33:50 +01:00
  • e36d09f08b Update news and documentation about Python 3 support. Guillaume Ayoub 2010-01-15 17:09:39 +01:00
  • 4ee09cf817 Python 3 support and minor fixes. Guillaume Ayoub 2010-01-15 16:04:03 +01:00
  • 4a0d3936e8 Update copyright and remove tab intentation indications. Guillaume Ayoub 2010-01-15 00:15:41 +01:00
  • efaf0d4595 Update news and doc about killed twisted dependency. Guillaume Ayoub 2010-01-11 12:18:15 +01:00
  • ee14787987 Update TODO. Guillaume Ayoub 2010-01-11 12:09:23 +01:00
  • 5e5e5e1023 Remove Twisted dependency. Guillaume Ayoub 2010-01-10 18:55:32 +01:00
  • 013d6f476c Remove link to bugtracker. Guillaume Ayoub 2009-12-31 10:01:44 +01:00
  • ada9e3f39f Add news. Guillaume Ayoub 2009-12-31 10:00:42 +01:00
  • 330283ef94 Remove empty collection in propfind resourcetype (Sunbird-1.0b2 ready). Guillaume Ayoub 2009-12-29 20:15:31 +01:00
  • 97c1675741 Quote etags. Guillaume Ayoub 2009-12-29 20:05:38 +01:00
  • 689d2e874c Add website news for Subird 1.0 support. root 2009-12-09 15:27:04 +01:00
  • 5eb81f8ce0 Remove PDF links for website documentation. root 2009-12-09 15:25:27 +01:00
  • ec8364318b Add git repository to contribute website page. root 2009-12-09 15:18:04 +01:00
  • 6545bc8273 Add getetag and getcontenttype support for propfind requests (Sunbird 1.0 ready). Guillaume Ayoub 2009-12-09 12:56:03 +01:00
  • 72f50e7549 Website update for Radicale 0.1 release Guillaume Ayoub 2009-09-01 20:26:45 +02:00
  • 41741ba989 Radicale 0.1 0.1 Guillaume Ayoub 2009-09-01 20:00:31 +02:00
  • 0883690559 Installer listed in NEWS Guillaume Ayoub 2009-09-01 19:59:29 +02:00
  • 07ad79ccd6 Setup fixes, with MANIFEST template Guillaume Ayoub 2009-09-01 19:43:36 +02:00
  • 3693bc933d Python distutils setup file Guillaume Ayoub 2009-09-01 19:09:11 +02:00
  • aa7542cfda Date update and small fixes for user documentation Guillaume Ayoub 2009-09-01 19:05:33 +02:00
  • 7ab8292af0 Updated "Complex configuration" section in user documentation Guillaume Ayoub 2009-09-01 19:01:28 +02:00
  • a3110a52ad Two more tasks in TODO Guillaume Ayoub 2009-09-01 18:25:25 +02:00
  • e231fd3130 Adding package documentation files Guillaume Ayoub 2009-09-01 15:59:18 +02:00
  • 55068b3f74 Ignore all files but *.rst in git repository Guillaume Ayoub 2009-07-29 17:21:28 +02:00
  • d8df38f4d7 Creation of the documentation repository Guillaume Ayoub 2009-07-29 17:19:55 +02:00
  • 81f7201399 Huge code and copyright cleanup. (no author) 2009-07-27 15:04:54 +00:00
  • e7a5ef8c5d Factorize code and remove encoding bugs (no author) 2009-07-25 16:18:05 +00:00
  • 34d1d30998 Remove duplicates in REPORT request (no author) 2009-07-13 21:15:30 +00:00
  • 3593799f97 Fix a unicode/string bug in plain support (no author) 2009-07-13 20:24:29 +00:00
  • e87d37703d Out-of-the-box simple configuration (no author) 2008-12-30 19:26:03 +00:00
  • 5e1a4d4131 HTTP support (no author) 2008-12-30 17:41:48 +00:00
  • f4d9f83739 main.py name change (no author) 2008-12-30 16:38:46 +00:00
  • b1591aea6f Files added (no author) 2008-12-30 16:25:42 +00:00
  • 1308ca0505 Repository online (no author) 2008-12-30 16:16:39 +00:00