Print status line on startup
[jelmer/calypso.git] / calypso /
2016-02-28 chrysnfix description in absence of .git/description, Collect...
2016-01-31 Guido GüntherRaise value error in case of an invalid time range...
2016-01-31 Petter ReinholdtsenAllow time-range query filters to be open ended.
2016-01-27 Jelmer VernooijAccept keyword arguments in crypto.acl.fake.
2016-01-27 chrysndisable permission checks for OPTIONS
2016-01-27 Petter Reinholdtsenhandle addressbook-multiget like calendar-multiget
2016-01-27 Guido GüntherBreak endless loop
2016-01-27 Guido GüntherDrop version from basic auth realm
2016-01-26 Keith PackardAllow for resources within collections to have '/'
2016-01-26 Petter ReinholdtsenMake sure match_filter() return True or False, not...
2016-01-26 Petter ReinholdtsenUse consistent indentation
2016-01-24 Guido GüntherMake sure data_path() doesn't end in a '/'
2016-01-24 Guido GüntherReturn 404 when trying to delete a non existing item
2016-01-24 Petter ReinholdtsenUse UTF-8 when importing files to avoid mojobake
2016-01-14 Jelmer VernooijAdd support for per calendar colors.
2016-01-14 Jelmer VernooijAdd support for addressbook-description and calendar...
2016-01-13 Jelmer VernooijSupport empty PROP requests.
2016-01-13 Jelmer VernooijAdd server/base_prefix setting.
2016-01-08 Raniere SilvaImport all the vcard items one the file
2015-11-08 Jelmer VernooijSupport description tags.
2015-11-08 Jelmer VernooijSupport the current-user-principal property (RFC5397).
2015-08-08 Keith PackardBump version to 1.5
2014-05-06 Keith PackardReturn new item from webdave put call
2014-04-29 Keith PackardHandle --import for non-calendar items
2014-03-07 Keith PackardAvoid trying to deep-copy the whole event
2014-03-03 Jelmer VernooijEnsure acl type loaded from config is a utf-8 string...
2013-12-20 Keith PackardRemove DURATION from events with both DTSTART and DURATION
2013-12-20 Keith PackardSplit import of calendar with multiple vevents apart
2013-12-20 Keith PackardAdd --allow-empty to git commit command line
2013-12-20 Keith PackardAdd quicker checks for calendar objects
2013-11-04 Keith PackardUpdate version to 1.3
2013-10-22 Keith PackardSet return value for import_file to match success/failure
2013-09-24 Keith PackardFix release nits
2013-09-23 Keith PackardOops. Update version in program to 1.2
2013-09-20 Keith PackardForce directory scanning when we know things are changing
2013-09-19 chrysnissue debug statement when collection is not found
2013-09-19 chrysnmore meaningful commit messages
2013-09-19 Keith PackardPass system exceptions up to top-level handlers
2013-09-19 chrysndon't check for git presence in calypso/webdav.py
2013-09-19 chrysnallow collections deep inside git
2013-09-19 Joe Nahmiasadd PAM support
2013-09-16 Joe NahmiasAdd pidfile support
2013-09-16 Joe Nahmiasfix href attribute of response
2013-08-15 Keith PackardSet version to 1.1
2013-06-27 Keith PackardMerge remote-tracking branch 'origin/master'
2013-06-27 Guido GüntherDon't try to read the xml_request again
2013-06-27 Guido GüntherRemove unused exception object
2013-06-25 Guido Güntherxml_request is unused
2013-06-25 Guido Güntherssl is imported globally
2013-06-25 Guido GüntherRemove unused imports
2013-06-23 Keith PackardAlways read entire request before starting to execute it
2013-06-23 Keith PackardAlways read entire request before starting to execute it
2013-06-13 Keith PackardUse short timeouts when reading first HTTP line to...
2013-06-13 Keith PackardAdd send_calypso_response to localize HTTP/1.1 handling
2013-06-13 Keith PackardMake sure every response has Content-Length specified.
2013-05-28 Guido GüntherSet Content-Length header on succesful OPTIONS
2013-05-28 Guido GüntherSet Content-Length header on succesful PUT
2013-05-28 Guido GüntherSet Content-Length header when authentication is required
2013-05-28 Guido GüntherMake sure self._answer is available
2013-05-28 Guido GüntherCheck for self._collection too
2013-05-28 Guido GüntherPrint the path that failed
2013-05-21 Guido GüntherSend Content-Type: text/xml back for DELETE and REPORT...
2013-05-08 Keith PackardTurn debugging print into log.debug
2013-05-08 Keith PackardMerge remote-tracking branch 'origin/master'
2013-05-08 Keith PackardUse correct name to find newly added objects
2013-05-08 Keith PackardTimeout connections after 20 seconds
2013-04-10 Keith PackardSupport HTTP/1.1 to make android caldav sync happy
2013-02-06 Keith PackardExport carddav namespace and 'addressbook' resourcetype
2013-02-06 Jonas Hoerschfix double items on put requests
2013-02-04 Jonas HoerschAdd missing calls to end_headers()
2012-07-31 Keith PackardAdd debug message to htpasswd checker
2012-07-31 Keith PackardMake sure 'collections' always start with a '/' and...
2012-07-31 Keith PackardMake default filenames a bit prettier
2012-07-31 Keith PackardUse @check_rights in do_OPTIONS so that evolution works
2012-07-31 Keith PackardActually make --debug flag work
2012-07-31 Keith PackardRemove spurious printfs
2012-07-31 Keith PackardCreate new vcard files with more sensible names
2012-07-31 Keith PackardEvolution seriously quotes If-Match headers
2012-07-31 Keith PackardCentralize URL whacking to 'paths.py'.
2012-03-12 Keith PackardRevert "Handle collections with paths of depth greater 2."
2012-03-12 Keith PackardEnable REPORT debugging under DEBUG log level
2012-03-12 Keith PackardSet server log level to WARN
2012-03-12 Keith PackardAllow requests with no collection, but require authoriz...
2012-02-07 Rene WagnerAlways require authorization.
2012-02-07 Rene WagnerHandle requests to non-existant URLs gracefully.
2012-02-07 Rene WagnerHandle collections with paths of depth greater 2.
2012-02-05 Rene WagnerApply os.path.expanduser to SSL config paths.
2012-01-17 chrysnsplit htpasswd entries to no more than two parts
2012-01-17 chrysnreflect http authentication in git commit
2012-01-17 chrysnexecute external git calls using subprocess
2012-01-16 Keith PackardMerge remote-tracking branch 'muelli/master'
2012-01-16 Tobias Mueller ... Reverted an earlier change which I thought did optimisation
2012-01-16 Tobias Mueller ... webdav: Introduced logging and replaced all prints...
2012-01-16 Keith PackardAdvertise access-control support
2012-01-16 Rene WagnerApply os.path.expanduser to acl.filename option.
2012-01-15 Tobias Mueller ... Brought logging to calypso's __init__.py and replaced...
2012-01-15 Tobias Mueller ... Fixed up a Python syntax issue while formatting an...
2012-01-15 Tobias Mueller ... calypso: The item in PUT was already fetched
2012-01-15 Tobias Muellerical, xmlutils: Introduced logging and more debug output
2012-01-15 Tobias Mueller ... Merge commit 'fe0dbcb8b9d69486c20324503f268267d1e7b58f'
next