aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-141-51/+0
* feat(files): Update openapiChristopher Ng2024-08-081-1/+6
* feat(files): Allow specifying path and depth for returned folder treeChristopher Ng2024-08-081-44/+37
* fix(files): When redirecting to a file (internal link) then it should open by...Ferdinand Thiessen2024-08-031-0/+2
* feat(files): Update openapi specChristopher Ng2024-08-011-1/+9
* feat(files): Implement endpoint to retrieve a user's folder treeChristopher Ng2024-08-011-25/+89
* refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-277-73/+56
* Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-0/+4
|\
| * fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+4
* | fix: PHP formattingElizabeth Danzberger2024-07-251-1/+2
* | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+12
|/
* 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
* perf: Tell browsers to cache storage stats endpoint as it is cachedJulius Härtl2024-06-181-1/+3
* fix(files): Properly handle denied ownership transfersFerdinand Thiessen2024-06-141-12/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-297-164/+18
* 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-022-3/+3
* 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-183-6/+6
* chore(files): Remove unused type aliasprovokateurin2024-01-181-1/+0
* 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-235-24/+25
* 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
* Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptionsKate2023-09-273-6/+6
|\
| * Add single status code descriptions for OpenAPIjld31032023-09-273-6/+6
* | fix(files): do not include scripts for merge-indexMax2023-09-261-3/+2
|/
* Merge pull request #40551 from nextcloud/fix/init-scriptJohn Molakvoæ2023-09-211-0/+1
|\
| * fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-0/+1
* | Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-17/+9
|/
* fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-171-37/+99
* fix(files): service workerJohn Molakvoæ2023-08-172-9/+3
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-55/+4
* Migrate parts of files app away from depecrated Iloggerfenn-cs2023-08-131-27/+31
* files: Add OpenAPI specjld31032023-07-127-9/+137
* chore: remove old favorites viewJohn Molakvoæ2023-07-052-43/+0
* feat(files): favoritesJohn Molakvoæ2023-07-051-0/+1
* 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