Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FilesHome now also returns DAV properties | Vincent Petry | 2016-09-26 | 1 | -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 performance | Vincent Petry | 2016-09-13 | 1 | -8/+31 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 5 | -5/+15 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 5 | -5/+95 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 5 | -0/+495 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |