aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* Handlebars is already loaded by core.jsRoeland Jago Douma2017-03-231-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Revert "Bundle vendor js"Roeland Jago Douma2017-03-221-0/+2
|
* Merge pull request #3795 from nextcloud/bundle_vendor_jsRoeland Jago Douma2017-03-221-2/+0
|\ | | | | Bundle vendor js
| * Handlebars is already loaded by core.jsRoeland Jago Douma2017-03-221-2/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-4/+1
|/ | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix app name of files appMorris Jobke2017-02-141-6/+0
| | | | 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>
* remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-2/+0
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* 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 correct case for addScript (#26214)Jörn Friedrich Dreyer2016-09-261-15/+15
| | | | | | Downstreaming of https://github.com/owncloud/core/pull/26214 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1005 from nextcloud/fix_994Lukas Reschke2016-08-231-0/+51
|\ | | | | Do not error on maxUploadChange
| * Do not error on maxUploadChangeRoeland Jago Douma2016-08-221-0/+51
| | | | | | | | | | | | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994
* | 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