summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/v1/webdav.php
Commit message (Collapse)AuthorAgeFilesLines
* Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-0/+1
|
* Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-081-1/+2
|
* Remove the listener pluginJoas Schilling2016-01-131-1/+0
|
* Happy new year!Thomas Müller2016-01-121-8/+2
|
* Add fake locker plugin for WebDAVFSLukas Reschke2015-11-131-1/+2
| | | | WebDAVFS as used by Finder requires a Class 2 compatible WebDAV server. This change introduces a fake locking provider which will simply advertise Locking support when a request originates from WebDAVFS. It will also return successful LOCK and UNLOCK responses.
* Add tests for Sabre Auth plugin + make getCurrentUser compatibleLukas Reschke2015-10-231-1/+4
|
* Fix webdav accessRoeland Jago Douma2015-10-161-1/+2
| | | | | * Correct namespace * Pass the EventDispatcher to the webDAV server
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-0/+55