Commit Graph

209 Commits

Author SHA1 Message Date
Guillaume Ayoub
cf10493fc0 Revert the build_script in setup. 2010-05-31 01:19:45 +02:00
Guillaume Ayoub
054950be54 Version management, next version is 0.3. 2010-05-31 00:49:52 +02:00
Guillaume Ayoub
dbe614552a Fix small typo and documentation errors in setup. 2010-05-30 23:52:21 +02:00
Guillaume Ayoub
921cbdd97b Remove useless imports in setup. 2010-05-30 23:49:06 +02:00
Guillaume Ayoub
af808ca3e5 Remove useless commands in setup. 2010-05-30 19:00:48 +02:00
Guillaume Ayoub
8eb6520931 PUT and GET requests updated, adding Evolution support. 2010-04-19 16:09:50 +02:00
Guillaume Ayoub
8f1a56ceac 0.5-git version bump. 2010-04-19 16:07:32 +02:00
Guillaume Ayoub
dd6ec898eb Fix ReStructuredText syntax in setup. 2010-04-13 01:59:13 +02:00
Guillaume Ayoub
0c2c00e691 Add some metadata in setup. 2010-04-13 01:49:35 +02:00
Guillaume Ayoub
bf4b822df2 Update setup to be PyPI-friendly. 2010-04-13 01:30:47 +02:00
Guillaume Ayoub
58b608c4d0 Disable false errors reported by Pylint. 2010-04-13 00:41:56 +02:00
Guillaume Ayoub
57eef3c5ab Ignore CTag and remove useless workaround for empty calendars. 2010-04-13 00:31:00 +02:00
Guillaume Ayoub
d4bdc36550 Report item modification to users in various cases. 2010-04-13 00:25:01 +02:00
Guillaume Ayoub
f479b4ba67 Check ETag before modifying or adding items. 2010-04-12 14:43:40 +02:00
Guillaume Ayoub
71b928d58b Update NEWS. 2010-04-12 12:52:02 +02:00
Guillaume Ayoub
d006ab1b1a Comment and clean setup. 2010-04-12 12:23:22 +02:00
Guillaume Ayoub
422f9ff449 Fix version in setup.py. 2010-04-12 03:15:07 +02:00
Guillaume Ayoub
a45ca25df9 Set hreferences for calendar items, fixing the PUT and DELETE requests. 2010-04-11 22:46:57 +02:00
Guillaume Ayoub
9a9342a1bd Remove the useless ElementTree protected namespaces hack. 2010-04-10 16:26:22 +02:00
Guillaume Ayoub
c7820b87e0 Set constant values after defining functions in htpasswd module. 2010-04-10 00:19:01 +02:00
Guillaume Ayoub
6fd85fe6b6 Remove trailing space. 2010-04-10 00:18:38 +02:00
Guillaume Ayoub
5d81889a4f The `crypt` module is only present on Unix, import if needed 2010-04-09 22:05:44 +02:00
Guillaume Ayoub
f075224d3d Fix crash if Content-Type is not given in request. 2010-04-09 21:56:20 +02:00
Guillaume Ayoub
efed0b415d Use request._decode instead of request.decode. 2010-04-09 21:53:00 +02:00
Guillaume Ayoub
f38576d999 Use posixpath instead of os.path to normalize request path. 2010-04-09 21:52:15 +02:00
Guillaume Ayoub
690a76c3b7 Fix the GET request. 2010-04-09 20:35:20 +02:00
Guillaume Ayoub
e1a161edc9 Rename calendar into ical to avoid name collisions. 2010-02-11 01:41:24 +01:00
Guillaume Ayoub
9a07ec71d3 Merge ical/support/calendar modules. 2010-02-10 23:52:50 +01:00
Guillaume Ayoub
21a743fcde Code cleaned using Pylint, fixes various minor bugs too. 2010-02-10 18:57:21 +01:00
Guillaume Ayoub
a75bb261ed Use replace instead of lstrip in htpasswd ACL (Thanks Simon!). 2010-02-02 20:02:27 +01:00
Guillaume Ayoub
4abe4b8784 Pre-0.2 TODO and NEWS updates. 2010-01-22 21:22:38 +01:00
Guillaume Ayoub
1998dc3b08 Add authentication structure, with fake and htpasswd methods. 2010-01-21 18:52:53 +01:00
Guillaume Ayoub
06843adca1 Add docstrings and use @property when needed. 2010-01-19 20:31:21 +01:00
Guillaume Ayoub
86dd1b0ef4 Manage SSL (HTTPS) connections. 2010-01-19 17:49:32 +01:00
Guillaume Ayoub
a8474449e2 Ignore *.pyc in git. 2010-01-18 10:49:13 +01:00
Guillaume Ayoub
1b8608021f Add command-line options, user configuration and daemon mode. 2010-01-18 10:48:06 +01:00
Guillaume Ayoub
f1c8497f3b Configuration cleanup. 2010-01-16 13:33:50 +01:00
Guillaume Ayoub
4ee09cf817 Python 3 support and minor fixes. 2010-01-15 16:04:03 +01:00
Guillaume Ayoub
4a0d3936e8 Update copyright and remove tab intentation indications. 2010-01-15 00:15:41 +01:00
Guillaume Ayoub
ee14787987 Update TODO. 2010-01-11 12:09:23 +01:00
Guillaume Ayoub
5e5e5e1023 Remove Twisted dependency. 2010-01-10 18:55:32 +01:00
Guillaume Ayoub
330283ef94 Remove empty collection in propfind resourcetype (Sunbird-1.0b2 ready). 2009-12-29 20:15:31 +01:00
Guillaume Ayoub
97c1675741 Quote etags. 2009-12-29 20:05:38 +01:00
Guillaume Ayoub
6545bc8273 Add getetag and getcontenttype support for propfind requests (Sunbird 1.0 ready). 2009-12-09 12:56:03 +01:00
Guillaume Ayoub
41741ba989 Radicale 0.1 2009-09-01 20:00:31 +02:00
Guillaume Ayoub
0883690559 Installer listed in NEWS 2009-09-01 19:59:29 +02:00
Guillaume Ayoub
07ad79ccd6 Setup fixes, with MANIFEST template 2009-09-01 19:43:36 +02:00
Guillaume Ayoub
3693bc933d Python distutils setup file 2009-09-01 19:09:11 +02:00
Guillaume Ayoub
a3110a52ad Two more tasks in TODO 2009-09-01 18:25:25 +02:00
Guillaume Ayoub
e231fd3130 Adding package documentation files 2009-09-01 15:59:18 +02:00