summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-1/+0
* Move to combined files entrypointJulius Härtl2021-10-251-1/+1
* Fix typoLouis2021-07-281-1/+1
* Set openfile params when following internal linksLouis Chemineau2021-07-271-3/+9
* Fix variabable override in file viewLouis Chemineau2021-07-261-5/+5
* Trigger click event when scrollTo is setLouis Chemineau2021-06-091-1/+54
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-15/+13
* Fix more psalm warningsRoeland Jago Douma2021-05-211-8/+8
* Add proper PHPDoc tags to files ApiControllerMorris Jobke2021-05-211-2/+2
* Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-211-2/+7
|\
| * load share settings from the share manager in more placesRobin Appelman2021-05-121-2/+7
* | optimize getting share types for recent filesRobin Appelman2021-04-211-33/+49
|/
* Merge pull request #25676 from nextcloud/drop/utl-is-ieMorris Jobke2021-03-171-1/+1
|\
| * Drop \OCP\Util::isIeChristoph Wurst2021-03-091-1/+1
* | Fix default missing initial state for templatesJohn Molakvoæ (skjnldsv)2021-03-151-1/+1
|/
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-1/+1
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-282-7/+7
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-282-1/+2
* files: Create files from template APIJulius Härtl2021-01-282-1/+89
* Merge pull request #25055 from nina-py/18439-add-crop-image-previews-settingJulius Härtl2021-01-152-0/+16
|\
| * Add "Crop image previews" setting to filesNina Pypchenko2021-01-142-0/+16
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-4/+4
* Indicate preview availability in recent file api responsesRichard Steinmetz2020-12-101-0/+1
* Address minor commentsJulius Härtl2020-12-091-1/+1
* Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-091-1/+2
* Fix getstorage callRoeland Jago Douma2020-11-061-0/+1
* Do not setup the default FS on normal routesRoeland Jago Douma2020-11-061-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-44/+44
* Do not expose direct editing if no master key is availableJulius Härtl2020-09-011-3/+12
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+1
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-1/+1
* Prefer typed event over string based onesMorris Jobke2020-08-101-3/+2
* Update share type constant usageJoas Schilling2020-06-241-6/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+0
* 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