allow collections deep inside git
[jelmer/calypso.git] / calypso /
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'
2012-01-15 Tobias Mueller ... Merge commit '69cb5c1fd049014dfe67a0a448e30f0b36e85374'
2012-01-12 Keith PackardCheck for exceptions setting directory mtime
2012-01-11 Keith Packardos.utime requires two arguments
2012-01-11 Keith PackardNew Pathtime class uses .path for pathname, not .name
2012-01-11 Keith PackardAllow If-Match parameter to not have " marks
2012-01-11 Keith PackardWrap http request handlers with exception printing
2012-01-11 Keith PackardTrack modtimes on content files
2012-01-10 Keith PackardUpdate directory modtime when changing a file
2012-01-09 Keith PackardFormat collection last modified time using email.utils...
2011-12-30 Tobias Muellerical: implemented __str__ and __repr__
2011-12-30 Tobias Muellerical: Fixed an exception in create_file which used...
2011-12-30 muellicalpyso: Used relative imports in the module files
2011-12-29 Keith PackardRename stuff.
2011-12-27 Keith PackardRemove debugging prints for multiple names
2011-12-27 Keith PackardShare if-match logic between DELETE and PUT
2011-12-27 Keith PackardEliminate duplicate X-CALYPSO-NAME entries
2011-12-23 Keith PackardReturn lastmodified date in RFC 2822 format
2011-12-23 Keith PackardAdd my copyright to files I've modified
2011-12-23 Keith PackardAdd 'supported-report-set' and 'addressbook-home-set...
2011-12-22 Keith PackardMerge file reading into a single function to deal with...
2011-12-22 Keith PackardMake --import update existing entries where present
2011-12-21 Keith PackardLimit resourcetype and displayname queries to calendar...
2011-12-21 Keith PackardFix up encoding issues.
2011-12-21 Keith PackardAdd --import option
2011-12-21 Keith PackardAdd back the .tag members to Items and Calendars
2011-12-20 Keith PackardRemove unused tags and methods
2011-12-20 Keith PackardTrap errors in create/destroy/rewrite
2011-12-20 Keith PackardHandle mis-encoded files/messages better
2011-12-20 Keith PackardClean up stdout
2011-12-18 Keith PackardAdd carddav/webdav support
2011-12-18 Keith PackardRequire name/passwd to list properties, search and...
2011-12-18 Keith PackardOverride name lookup to avoid DNS delays
2011-12-18 Keith PackardAdd some filter support
2011-12-18 Keith PackardRemove _parse function
2011-12-18 Keith PackardHandle unicode errors in input files
2011-12-18 Keith PackardSupport length and last-modified attributes
2011-12-15 Keith PackardGet calendar entry names working right
2011-12-15 Keith PackardRename to calypso