summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Service
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-21/+0
| | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-121-0/+114
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4