aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* | When requesting a permalink to an invalid file redirectRoeland Jago Douma2016-08-191-4/+3
| | | | | | | | We need to do the redirect to update address bar.
* | When using permalinks don't error out if file id can't be foundRoeland Jago Douma2016-08-191-9/+6
|/ | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts
* Remove IE8 support from ViewControllerRoeland Jago Douma2016-08-161-12/+0
| | | | | * Update tests * Fix getMock in tests
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-2/+1
|
* Add recent file listingRobin Appelman2016-07-221-0/+2
|
* add recent files api endpointRobin Appelman2016-07-221-17/+49
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-212-4/+8
|
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+1
| | | | Fixes https://github.com/nextcloud/server/issues/50
* Add "goto" links for files in non-default file listsRobin Appelman2016-07-051-0/+1
|
* Add large sidebar previews for text filesRobin Appelman2016-07-041-0/+1
|
* Factor out handling sidebar previewsRobin Appelman2016-07-041-0/+1
|
* Improve the UX for "not found" perma linksJoas Schilling2016-06-071-30/+31
|
* Update license headersLukas Reschke2016-05-262-4/+4
|
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-122-0/+543
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4