Commit Graph

  • fe71b34697 Use 'key in dict' instead of 'dict.get(key)' Guillaume Ayoub 2011-06-08 08:20:37 +02:00
  • f605a002bd Minor typo fix Guillaume Ayoub 2011-06-08 08:02:19 +02:00
  • b8bcf65785 Restore the Lightning + anonymous calendars support Guillaume Ayoub 2011-06-08 07:43:40 +02:00
  • 303dc4d312 Only remove pid file if started as daemon Pieter Naaijkens 2011-06-07 22:24:04 +02:00
  • 4acc9effb8 Fix amount of whitespace Pieter Naaijkens 2011-06-07 21:59:31 +02:00
  • a14a52fe11 Remove pidfile on shutdown Pieter Naaijkens 2011-06-07 21:57:00 +02:00
  • 4bd425608d get config filename from env variable RADICALE_CONFIG Roberto De Ioris 2011-06-07 17:44:53 +02:00
  • b7a61d5c0c add .wsgi file (mod_wsgi and uWSGI compliant) Roberto De Ioris 2011-06-07 17:33:59 +02:00
  • ec9e410659 Clean a docstring Guillaume Ayoub 2011-06-05 12:52:24 +02:00
  • 080e4984aa Don't use isinstance(root, ET.Element) as ET.Element is a function in Python 2.6 Guillaume Ayoub 2011-06-05 12:47:45 +02:00
  • e9935ae1a6 Use % instead of format for consistency (and Python 2.6 support) Guillaume Ayoub 2011-06-05 12:34:50 +02:00
  • dd6063ccb6 Give an UID if none has already been set Guillaume Ayoub 2011-06-05 12:31:00 +02:00
  • 020239e168 Add the iCal and iPhone support in NEWS Guillaume Ayoub 2011-06-02 23:28:15 +02:00
  • fadd5dd675 Minor documentation and typo fixes caused by my insane love for PEP-3101 and pylint Guillaume Ayoub 2011-06-02 20:15:07 +02:00
  • f7868afed1 iCal bootstrapping using a default URL works Lukasz Langa 2011-06-01 22:33:18 +02:00
  • 1510e6c194 Create directories for .props as well. Lukasz Langa 2011-06-01 18:59:53 +02:00
  • 537d6b6fd2 Create the directory structure if none found. Lukasz Langa 2011-06-01 18:22:26 +02:00
  • 3bc3574105 Merge branch 'master' of gitorious.org:~ambv/radicale/ambv-radicale Lukasz Langa 2011-06-01 17:47:27 +02:00
  • 1e6a4e7fb4 timezone is a part of the VCALENDAR file Lukasz Langa 2011-06-01 16:49:46 +02:00
  • 1c51e81181 timezone is a part of the VCALENDAR file Lukasz Langa 2011-06-01 16:49:46 +02:00
  • 31edc1b03d explicit component content-types for iCal Lukasz Langa 2011-06-01 16:22:36 +02:00
  • 710b518b0f Without the newline iCal complains in the logs: Lukasz Langa 2011-06-01 16:21:03 +02:00
  • 5b9180c295 The owner field should be an URL. Fixes delays in iCal. Lukasz Langa 2011-06-01 15:30:47 +02:00
  • 8bcdb5b1dc py3k-compatible next() used. Works with 2.6-2.7 as well. Lukasz Langa 2011-06-01 14:22:15 +02:00
  • e05e94a129 preliminary iCal/iPhone support introduced Lukasz Langa 2011-06-01 12:43:49 +02:00
  • 911cd48efe proppatch actually writes properties. Lukasz Langa 2011-05-24 17:33:57 +02:00
  • 85e283830a MKCALENDAR now actually creates the calendar. Lukasz Langa 2011-05-24 16:12:35 +02:00
  • b230601ee2 elementtree in Python 2.x would rather receive encoded strings. Lukasz Langa 2011-05-24 15:09:37 +02:00
  • ca9c148705 Set calendars always personal with authentication activated Guillaume Ayoub 2011-05-17 00:10:36 +02:00
  • 7c0e9686a8 Minor typo fix Guillaume Ayoub 2011-05-15 19:53:40 +02:00
  • 06f1987975 Add an option to store PID in daemon mode Guillaume Ayoub 2011-05-13 22:50:55 +02:00
  • bd2c50dadf Log user login instead of calendar owner for sucessful accesses Guillaume Ayoub 2011-05-13 22:26:53 +02:00
  • e7ba2ab78b Register XML namespaces cleanly with Python 2.7+ and 3.2+ Guillaume Ayoub 2011-05-13 22:03:50 +02:00
  • 9729501130 Minor typo fix in the logging configuration file Guillaume Ayoub 2011-05-13 10:40:25 +02:00
  • 261ea03518 Add full_environment in configuration module Guillaume Ayoub 2011-05-13 10:15:21 +02:00
  • 4f3b574e35 Minor typo fixes Guillaume Ayoub 2011-05-13 10:13:56 +02:00
  • 70e66ed070 Merge commit 'refs/merge-requests/10' of git://gitorious.org/radicale/radicale into merge-requests/10 Guillaume Ayoub 2011-05-12 17:31:32 +02:00
  • d49776af8d just a small logging fix so that we got 'anonymous user' in logs instead of calendar owner if user is not authenticated Łukasz Mierzwa 2011-05-11 22:12:10 +02:00
  • 5a0f841968 Revert "Remove useless calls to _tag", that was breaking the pretty namespaces Guillaume Ayoub 2011-05-11 18:12:23 +02:00
  • 6ba69f22a4 Pretty formatting and filtering of environment variables. Lukasz Langa 2011-05-11 17:09:44 +02:00
  • ae0851be35 treat the DAV namespace as default (XML output is nicer) Lukasz Langa 2011-05-11 16:24:55 +02:00
  • 663fda4ecb add the Apple iCal namespace to registry Lukasz Langa 2011-05-11 16:24:20 +02:00
  • afcfb11fde Revert "Remove useless calls to _tag" Lukasz Langa 2011-05-11 15:05:23 +02:00
  • d228bcbad2 report needs a content-type as well. Lukasz Langa 2011-05-11 14:57:27 +02:00
  • 8f2335093d Always return pretty XML Guillaume Ayoub 2011-05-11 11:20:39 +02:00
  • 0328b2244b Use the internal decoder to log requests Guillaume Ayoub 2011-05-11 08:43:03 +02:00
  • 3b17ed2969 Remove useless calls to _tag Guillaume Ayoub 2011-05-11 08:39:32 +02:00
  • ac83dadc9c Typo fix Guillaume Ayoub 2011-05-11 08:13:33 +02:00
  • 77ab37c49c Enhance readability Guillaume Ayoub 2011-05-11 06:56:34 +02:00
  • 58c6fe399c Cut a long line Guillaume Ayoub 2011-05-11 06:50:17 +02:00
  • 6121bc882a Disable a useless pylint warning Guillaume Ayoub 2011-05-11 06:37:30 +02:00
  • ce362e1b50 Drop Python 2.5 support Guillaume Ayoub 2011-05-11 06:21:35 +02:00
  • aacfa8ff46 Various minor typo fixes Guillaume Ayoub 2011-05-11 06:19:05 +02:00
  • 7e1815cbeb Merge commit 'refs/merge-requests/9' of git://gitorious.org/radicale/radicale into merge-requests/9 Guillaume Ayoub 2011-05-11 05:01:00 +02:00
  • 485e375139 Minor py3k compatibility changes: iteritems() doesn't exist on Python 3.x, logged text must be Unicode. Lukasz Langa 2011-05-10 19:16:03 +02:00
  • 2830afd71d Allow authentication before LDAP searches (patch from Łukasz) Guillaume Ayoub 2011-05-10 14:45:54 +02:00
  • 0d8fa5db6b More deprecation fixes Lukasz Langa 2011-05-10 14:21:13 +02:00
  • 4230ec2fa9 Use pretty namespace prefixes in output. Lukasz Langa 2011-05-09 17:02:31 +02:00
  • 32b01d60fc in debug mode, prettify XML output for analysis Lukasz Langa 2011-05-09 16:51:58 +02:00
  • 6b5db413c5 logging and debugging fixes Lukasz Langa 2011-05-09 16:43:41 +02:00
  • 4212f6dfe0 the replaced syntax is deprecated Lukasz Langa 2011-05-09 14:04:17 +02:00
  • 00fb296ed7 take encryption function from globals() rather than locals() Lukasz Langa 2011-05-09 13:56:53 +02:00
  • 0171690af5 Set personal calendars in the default configuration Guillaume Ayoub 2011-05-09 00:12:22 +02:00
  • 53562961b0 Set personal calendars by default Guillaume Ayoub 2011-05-09 00:09:01 +02:00
  • 44b11db1ae Typo fix in a logging message Guillaume Ayoub 2011-05-07 14:32:21 +02:00
  • c0c8ab6bc7 Typo fix in logging default file Guillaume Ayoub 2011-05-07 13:42:58 +02:00
  • 899379d073 Add a default logging configuration file, and small typo fixes Guillaume Ayoub 2011-05-07 12:52:54 +02:00
  • e87ffeadb1 Remove default request logging Guillaume Ayoub 2011-05-07 12:18:32 +02:00
  • f39d90caa9 Catch all LDAP exceptions Guillaume Ayoub 2011-05-06 17:11:13 +02:00
  • 51853a22bc Manage empty strings for CONTENT_LENGTH header Guillaume Ayoub 2011-05-06 15:02:29 +02:00
  • a2f1e173d6 Clean code and add comments using pylint Guillaume Ayoub 2011-05-01 20:36:39 +02:00
  • 2be5af3ad0 Update news and todo files Guillaume Ayoub 2011-05-01 19:23:24 +02:00
  • 0b23df9626 Add a default FastCGI executable (closes #179) Guillaume Ayoub 2011-05-01 19:09:02 +02:00
  • 421189e263 Get CONTENT_LENGTH as it may be absent Guillaume Ayoub 2011-05-01 19:08:15 +02:00
  • 0202756540 Cast header item into list for Python 3.x compatibility Guillaume Ayoub 2011-05-01 17:51:27 +02:00
  • 882d70e2cb Make the HTTPServer class inherit from object Guillaume Ayoub 2011-05-01 16:45:04 +02:00
  • 6389411edd Add support for SSL back Guillaume Ayoub 2011-05-01 15:25:52 +02:00
  • 2fd6efae14 Simple support for WSGI (no SSL yet) Guillaume Ayoub 2011-05-01 14:46:29 +02:00
  • dcecc68223 Fix log encoding for requests Rémi Hainaud 2011-04-28 19:05:21 +02:00
  • 474113454b Add support for iCal (closes #252) Rémi Hainaud 2011-04-28 18:36:33 +02:00
  • c1da6872dd Add support for PROPPATCH requests Guillaume Ayoub 2011-04-28 18:04:34 +02:00
  • d4cda967c2 Update NEWS and TODO according to new features and new roadmap Guillaume Ayoub 2011-04-25 23:59:34 +02:00
  • eb52368550 Unfold lines in iCal files Guillaume Ayoub 2011-04-25 20:35:51 +02:00
  • bd59a9f71f Merge branch 'master' of gitorious.org:radicale/radicale Guillaume Ayoub 2011-04-25 20:14:05 +02:00
  • 39f7c7a96f Fix support of owner-less calendars Guillaume Ayoub 2011-04-25 20:12:37 +02:00
  • d061c09344 Add support for VJOURNAL items (closes #435) Guillaume Ayoub 2011-04-25 19:38:03 +02:00
  • 5f14a92633 Print request headers and not response headers Guillaume Ayoub 2011-04-25 19:36:19 +02:00
  • ea18474114 Print request headers, not response headers Guillaume Ayoub 2011-04-25 19:20:52 +02:00
  • 0a0764e789 Add responses headers and content in logs Guillaume Ayoub 2011-04-25 19:15:16 +02:00
  • 12a8e01492 Clean LDAP support Guillaume Ayoub 2011-04-25 16:47:42 +02:00
  • 78e52d5cf4 Revert changes in __init__ Guillaume Ayoub 2011-04-25 13:35:17 +02:00
  • af285e5db9 Revert changes in xmlutils Guillaume Ayoub 2011-04-25 13:33:48 +02:00
  • 43a1886546 Merge commit 'refs/merge-requests/8' of gitorious.org:radicale/radicale into merge-requests/8 Guillaume Ayoub 2011-04-25 13:29:51 +02:00
  • 17f5c85f2d Add support for supported-report-set in propfind requests (related to #252) Guillaume Ayoub 2011-04-15 21:33:53 +02:00
  • 643c074dcb Merge... Corentin Le Bail 2011-04-10 19:21:44 +02:00
  • 938aa85aed Coninuing the merge Corentin Le Bail 2011-04-10 19:19:59 +02:00
  • c34d5cd7cd Merge branch 'master' of git://gitorious.org/radicale/radicale Corentin Le Bail 2011-04-10 19:17:51 +02:00
  • c890d6e55a Merge with radicale/master Corentin Le Bail 2011-04-10 19:17:35 +02:00
  • 96bded2bbc Merge branch 'master' of git://gitorious.org/radicale/radicale Corentin Le Bail 2011-04-10 18:55:49 +02:00
  • 5673444ba7 Clean owner-less calendars support (fixes #254) Guillaume Ayoub 2011-04-10 18:51:38 +02:00