summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* remove explicit setup when getting storage infoRobin Appelman2023-02-081-5/+0
* feat(files): Quota in navigationJohn Molakvoæ2023-01-173-70/+25
* Fix favourite openingJohn Molakvoæ2023-01-041-6/+4
* Fixing testsJohn Molakvoæ2023-01-042-8/+8
* Add component testingJohn Molakvoæ2023-01-041-2/+2
* Port settings to ModalJohn Molakvoæ2023-01-042-52/+67
* Port Files navigation to vueJohn Molakvoæ2023-01-042-31/+32
* Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-0/+1
* Also throttle on expirationJoas Schilling2022-10-121-1/+3
* Also remove token when we successfully validatedJoas Schilling2022-10-111-1/+2
* Require a token for "Edit locally"Joas Schilling2022-10-111-0/+135
* Url encode the web dav url for copyingAnna Larch2022-10-021-1/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Remove redundant eventsVincent Petry2022-08-151-0/+3
* fix for transferring ownership of groupfoldersVanessa Pertsch2022-05-101-1/+2
* don't force a full setup for getting storage statsRobin Appelman2022-04-061-1/+0
* Don't redirect when loading files index pageCarl Schwan2022-02-171-1/+1
* [files] new internal link GET param to avoid setting 'openfile' on redirectJulien Veyssier2022-01-141-2/+2
* Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-4/+2
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+3
* 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