summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Upload
Commit message (Collapse)AuthorAgeFilesLines
* FilesHome now also returns DAV propertiesVincent Petry2016-09-261-1/+1
| | | | | | | | | | | | | | The files home node must also return DAV properties like etag, permissions, etc for the clients to work like they did with the old endpoint. This fix makes FilesHome extend the Sabre Directory class, this makes the FilesPlugin and other plugins recognize it as a directory and will retrieve the matching properties when applicable. Downstream of https://github.com/owncloud/core/pull/26066 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Improve chunk upload AssemblyStream performanceVincent Petry2016-09-131-8/+31
|
* Fix apps/Joas Schilling2016-07-215-5/+15
|
* Update license headersLukas Reschke2016-05-265-5/+95
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-125-0/+495
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4