summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller/ApiController.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update thumbnail endpoint to new generatoRoeland Jago Douma2016-11-031-6/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update permissionsBjoern Schiessle2016-11-011-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-17/+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>
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-2/+1
|
* add recent files api endpointRobin Appelman2016-07-221-17/+49
|
* Fix apps/Joas Schilling2016-07-211-3/+4
|
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+1
| | | | Fixes https://github.com/nextcloud/server/issues/50
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-121-0/+239
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4