summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/FilesPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* Add note to dav endpointtobiasKaminsky2019-02-271-0/+8
* look for correct OCM permissionsBjoern Schiessle2018-07-021-0/+38
* Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-4/+4
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-151-50/+4
* Update license headersMorris Jobke2017-11-061-0/+2
* add propfind to detect encryption statusBjoern Schiessle2017-08-281-1/+7
* Fix sabre testRoeland Jago Douma2017-08-011-3/+5
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-3/+3
* Stricter phan config fixesLukas Reschke2017-08-011-5/+3
* Allow dir-listing also when one child is blocked by access controlJoas Schilling2017-05-261-0/+6
* fix error when browsing the dav rootRobin Appelman2017-05-081-4/+3
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+6
* Properly handle missing READ permissionVincent Petry2017-04-271-0/+4
* Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-261-0/+41
* Restrict proppatch to the proper nodesVincent Petry2017-04-251-10/+7
* Remove unused use statementsMorris Jobke2017-04-221-3/+0
* handle non existing owners when handling dav requestsRobin Appelman2017-03-021-3/+10
* Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst2016-12-231-0/+3
* Don't set Content-Disposition header if one already existsLukas Reschke2016-12-141-2/+4
* Remove unused $view from FilesPlugin (#26549)Vincent Petry2016-11-141-3/+0
* Upload autorename on client sideVincent Petry2016-11-021-50/+0
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-0/+51
* FilesHome now also returns DAV propertiesVincent Petry2016-09-261-2/+1
* [master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-291-7/+2
* add dav property to check if a file has a preview availableRobin Appelman2016-07-271-0/+17
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+4
* DAV now returns file name with Content-Disposition headerVincent Petry2016-06-091-1/+22
* Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-061-5/+4
* Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-011-0/+3
* Update license headersLukas Reschke2016-05-261-1/+2
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+398