aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller/ViewController.php
Commit message (Expand)AuthorAgeFilesLines
* perf(files): Do not block files page load with server-side favorites retrievalChristopher Ng2024-08-291-15/+0
* refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-141-51/+0
* fix(files): When redirecting to a file (internal link) then it should open by...Ferdinand Thiessen2024-08-031-0/+2
* refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-271-12/+10
* refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-44/+20
* perf(session): remove useless session openBenjamin Gaussorgues2024-06-241-3/+0
* fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-191-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-291-32/+4
* fix(files): Use string array instead of string for forbidden charactersFerdinand Thiessen2024-04-291-1/+1
* fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ...Ferdinand Thiessen2024-04-291-4/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-071-0/+2
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-10/+7
* fix(files): Remove dead code from files controllersFerdinand Thiessen2024-02-121-20/+0
* fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-251-3/+8
* fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-251-7/+0
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* fix(ViewController): Regression lead to 500 on non-existent fileIdsJosh Richards2023-12-211-6/+10
* fix(files): Adjust ID for skip content buttonsFerdinand Thiessen2023-12-211-1/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+5
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-3/+5
* fix: redirect to proper directory if file not foundJohn Molakvoæ (skjnldsv)2023-10-041-1/+14
* fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-041-0/+6
* fix(files): do not include scripts for merge-indexMax2023-09-261-3/+2
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-0/+1
* fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-171-37/+99
* fix(files): service workerJohn Molakvoæ2023-08-171-9/+2
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-55/+4
* files: Add OpenAPI specjld31032023-07-121-2/+3
* chore: remove old favorites viewJohn Molakvoæ2023-07-051-29/+0
* feat(files): favoritesJohn Molakvoæ2023-07-051-0/+1
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-181-1/+6
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-061-6/+4
* feat(files): sortingJohn Molakvoæ2023-04-061-0/+6
* remove explicit setup when getting storage infoRobin Appelman2023-02-081-5/+0
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-13/+11
* Fix favourite openingJohn Molakvoæ2023-01-041-6/+4
* Fixing testsJohn Molakvoæ2023-01-041-7/+7
* Port settings to ModalJohn Molakvoæ2023-01-041-33/+19
* Port Files navigation to vueJohn Molakvoæ2023-01-041-20/+21
* Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-0/+1
* Url encode the web dav url for copyingAnna Larch2022-10-021-1/+1
* Remove redundant eventsVincent Petry2022-08-151-0/+3
* 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