summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-4/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-4/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Use dispatchTypedJohn Molakvoæ (skjnldsv)2020-03-111-1/+1
* Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)2020-03-111-0/+5
* Do not allow transfer ownership when the user isn't the ownerChristoph Wurst2020-03-031-0/+4
* Make sure that the transfer entry is present in the databaseJulius Härtl2020-02-241-5/+13
* Fix webdav urlJohn Molakvoæ (skjnldsv)2020-01-101-0/+2
* Expose exception message in the responseJulius Härtl2019-12-201-3/+3
* Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-111-2/+2
|\
| * Use file path for direct editingJulius Härtl2019-12-051-2/+2
* | Update license headersChristoph Wurst2019-12-056-17/+35
|/
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-0/+181
* Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-271-1/+15
* Code style fixes and cleanupJulius Härtl2019-11-271-3/+3
* Move editor list to capabilitiesJulius Härtl2019-11-271-42/+0
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-272-0/+228
* Merge pull request #18107 from nextcloud/undefined-index-ownerRoeland Jago Douma2019-11-251-2/+2
|\
| * dont throw undefined index errors for storages that have no owner setRobin Appelman2019-11-251-2/+2
* | Some php-cs fixesRoeland Jago Douma2019-11-222-10/+10
|/
* Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-291-0/+4
* Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-231-9/+8
* Merge pull request #16200 from nextcloud/revert/16049-wrong-roundMorris Jobke2019-07-031-1/+1
|\
| * Revert parts hide quota bar if unlimitedDaniel Kesselberg2019-07-021-1/+1
* | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-022-2/+11
|\ \ | |/ |/|
| * misc phpdoc fixesMax Kovalenko2019-05-272-0/+9
| * fixed phpdoc parameter typesMax Kovalenko2019-05-271-2/+2
* | Show used space in mb instead of %Daniel Kesselberg2019-06-241-1/+1
* | Properly redirect if accessing invalid file though /f/ entrypointJulius Härtl2019-06-181-1/+6
|/
* Import needed classMorris Jobke2019-03-141-0/+1
* Add correct method for hardcoded `/f/{fileid}`Joas Schilling2019-03-141-2/+14
* Remove the upload and memory settingJoas Schilling2019-03-041-51/+0
* Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-1/+1
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-1/+1
* Update PHPDoc to fix typosMorris Jobke2018-11-141-2/+3
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-0/+2
* Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-0/+23
|\
| * Add filepicker toggleJohn Molakvoæ (skjnldsv)2018-10-231-0/+11
| * Remember toggle and events handlerJohn Molakvoæ (skjnldsv)2018-10-181-0/+12
* | fix for favorites-quickaccess: newly added folders dont show up when added to...Felix Nüsse2018-10-101-0/+12
|/
* Fixes empty favorite names for trailing slashesMichael Weimann2018-09-191-2/+1
* Add room shares to DAV and recent files "share-types" propertyDaniel Calviño Sánchez2018-08-081-1/+2
* Cleanup of leftover-sorting-code from quickaccess-feature #9714 #9720fnuesse2018-08-081-139/+0
* Set the favorites to the empty array on failureRoeland Jago Douma2018-07-261-1/+1
* Fix fav quickaccess ressource additionJohn Molakvoæ (skjnldsv)2018-07-131-62/+61
* Upgraded navigation submenu management and api + created sharing submenuJohn Molakvoæ (skjnldsv)2018-07-132-41/+47
* Fix testsRoeland Jago Douma2018-07-121-19/+9
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-121-5/+0