summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Bump version to 0.2.6iRony-0.2.6Jeroen van Meeuwen (Kolab Systems)1-2/+2
2014-01-08Log SabreDAV exceptions that end up as error code 500 (regardless of debug lo...Thomas Bruederli1-1/+14
2014-01-08Maintain a per-user temp directory for locks and temp files. Run a cleanup ro...Thomas Bruederli3-4/+103
2014-01-08Add adapter for a per-user file-based lockingThomas Bruederli2-1/+202
2014-01-07Overload ServiceUnavailable exception class to send a Retry-After header (#2745)Thomas Bruederli2-1/+60
2014-01-07React on LDAP server errors with a 503 Service Unavailable exception (#2745)Thomas Bruederli1-3/+18
2014-01-07Use the right constant for charsetThomas Bruederli1-3/+3
2014-01-07Ignore requests for 'outbox'Thomas Bruederli1-1/+1
2014-01-07Ignore IMAP subscriptions when accessing a folder directly via UID/Name (#2701)Thomas Bruederli3-3/+19
2014-01-06Avoid fatal errors if contact has no changed date (#2629)Thomas Bruederli1-2/+2
2013-12-23Fix issue where only folders from personal namespace were listed in WebDAV.Aleksander Machniak1-15/+37
2013-11-25Ignore If-None-Match: * headers from buggy SOGo connector (#2589)iRony-0.2.5Thomas Bruederli1-0/+18
2013-11-25Set the default config/dav.inc.php.sample as closely to the deployed (by defa...Jeroen van Meeuwen (Kolab Systems)1-2/+2
2013-11-21Bump version to 0.2.5Thomas Bruederli2-3/+3
2013-11-21Simplify codeThomas Bruederli1-6/+2
2013-11-21Add capabilities for full HTTP payload loggingThomas Bruederli5-226/+246
2013-11-21Make generated folder UIDs really uniqueThomas Bruederli1-1/+1
2013-11-21Avoid unnecessary metadata updates sent by Apple ClientsThomas Bruederli1-2/+9
2013-11-04Merge branch 'iRony-0.2' of ssh://git.kolab.org/git/iRony into iRony-0.2Thomas4-9/+133
2013-11-04Expect Spouse values to be a list from libkolab (#2473)Thomas1-2/+2
2013-11-01Bump version to 0.2.4iRony-0.2.4Jeroen van Meeuwen (Kolab Systems)1-1/+1
2013-11-01Register logger before other pluginsThomas1-4/+4
2013-11-01Better logging facilities to enable per-user debug log (#2462)Thomas4-9/+124
2013-11-01Disable console output by defaultThomas2-1/+10
2013-10-29Don't set default timezone to UTC in order to remain in sync with the databaseThomas1-3/+0
2013-10-29Use forked and patched Sabre/VObject library to avoid double-escaping of ADR ...Thomas1-0/+4
2013-10-24Bump versionThomas2-3/+3
2013-10-24Fix time-range queries if only start is given (#2378)Thomas1-2/+6
2013-10-11Don't rely on position for photo encoding parameter (#2335)Thomas1-2/+2
2013-10-08Remove ext from the FileAPI copy chwalaiRony-0.2.3Jeroen van Meeuwen (Kolab Systems)1-0/+13
2013-10-06Also take 'task' folders into accountiRony-0.2.2Thomas Bruederli1-1/+1
2013-10-06Set correct modeJeroen van Meeuwen (Kolab Systems)1-0/+0
2013-10-06Add autogen.shJeroen van Meeuwen (Kolab Systems)1-0/+71
2013-09-19iRony supports and overwrites x-custom fieldsThomas Bruederli1-1/+2
2013-09-18Merge branch 'iRony-0.2' of ssh://git.kolab.org/git/iRony into iRony-0.2Jeroen van Meeuwen (Kolab Systems)1-0/+1
2013-09-18Add a sample httpd configuration fileJeroen van Meeuwen (Kolab Systems)1-0/+27
2013-09-12Forward user-agent string to ical exporter to fix Apple's inconvenient handli...Thomas Bruederli1-0/+1
2013-09-11Bump versionThomas Bruederli2-3/+3
2013-09-09Fix contact group sync on non-Mac devicesThomas Bruederli1-1/+1
2013-09-09Make anniversary fields also work on iOS devicesThomas Bruederli1-4/+17
2013-09-09Fix birthday and anniversary sync in CardDAV (#2142).Thomas Bruederli1-3/+36
2013-09-04Unset mapped attachments list to avoid being written to cacheThomas Bruederli1-1/+3
2013-09-04Accept events/vcards with URI doesn't match the objects's UID. Send a Locatio...Thomas Bruederli5-32/+103
2013-09-02Fix regex that alters URIs when passing requests through debug loggerThomas Bruederli1-1/+1
2013-07-24Add tests for attachment supportThomas Bruederli8-3/+344
2013-07-24Fix attachment handling in CalDAVThomas Bruederli1-8/+8
2013-07-23Rename the module with it's project nameThomas Bruederli1-3/+3
2013-07-23Use libcalendaring plugin (with Sabre VObject) classes for iCal parsing and w...Thomas Bruederli3-435/+41
2013-07-23Adjust URIs in request body when forwardingThomas Bruederli1-3/+6
2013-07-23Correctly adjust end of all-day events from internal formatThomas Bruederli1-2/+9