aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-054-11/+18
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-215-56/+25
* fix: do not duplicate existing entityMaksim Sukharev2024-10-161-8/+1
* fix: dismiss notification only after transfer bg job createdMaksim Sukharev2024-10-161-5/+5
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-152-6/+10
* chore(files): Remove legacy style filesFerdinand Thiessen2024-09-201-1/+0
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-4/+5
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* perf(files): Do not block files page load with server-side favorites retrievalChristopher Ng2024-08-271-15/+0
* 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