summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Fix legacy files list sortingFerdinand Thiessen2023-08-191-3/+3
* fix(files): Don't throw an error when guests access the controllerJoas Schilling2023-04-191-14/+4
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-182-49/+32
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-062-16/+23
* feat(files): sortingJohn Molakvoæ2023-04-062-1/+7
* perf(files): fetch previews faster and cache properlyJohn Molakvoæ2023-04-061-0/+20
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
* feat(directediting): Allow opening by file idJulius Härtl2023-02-201-3/+2
* Revert the token scope to not end up with storing the user used in the sessionJulius Härtl2023-02-171-0/+1
* 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