aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1624-4/+100
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1598-2390/+766
* Merge pull request #47212 from nextcloud/chore/master-is-now-31John Molakvoæ2024-08-141-2/+2
|\
| * feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
* | perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-143-12/+36
|/
* refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-142-62/+20
* fix(files): Fix non-sticky sticky views in files navChristopher Ng2024-08-141-1/+6
* chore(i18n): Improved grammarrakekniven2024-08-141-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-146-4/+44
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p...Ferdinand Thiessen2024-08-132-6/+5
* fix(files): Add messages when "new folder" fails or gets cancelledFerdinand Thiessen2024-08-131-3/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-134-0/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-124-0/+8
* Merge pull request #47157 from nextcloud/perf/prevent-extra-requestsPytal2024-08-101-6/+3
|\
| * perf(files): Prevent extraneous requests when tree children are loadingChristopher Ng2024-08-091-6/+3
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1020-0/+82
|/
* fix(files): trim names on new node creationskjnldsv2024-08-093-7/+11
* fix(files): Disable tags editing for shared files/folders with view only perm...Konstantin Myakshin2024-08-092-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-098-30/+92
* feat: Load limited depth treeChristopher Ng2024-08-085-33/+101
* feat(files): Add getter for all view configsChristopher Ng2024-08-081-0/+2
* perf(files): Remove redundant call to get navigationChristopher Ng2024-08-081-1/+0
* feat(files): Update openapiChristopher Ng2024-08-083-28/+93
* feat(files): Allow specifying path and depth for returned folder treeChristopher Ng2024-08-081-44/+37
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-082-0/+70
* fix(files): file name and header sort buttons alignmentsskjnldsv2024-08-072-2/+3
* fix(files): use `files:config:updated` to monitor user config changeskjnldsv2024-08-072-4/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-072-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-0612-0/+88
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-058-0/+18
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-046-0/+6
* fix(files): When redirecting to a file (internal link) then it should open by...Ferdinand Thiessen2024-08-031-0/+2
* fix(files): `openfile` is set on the query not as a paramFerdinand Thiessen2024-08-031-2/+5
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-0362-62/+254
* fix(files): show folder sharing overlay on received sharesskjnldsv2024-08-021-0/+2
* fix(files): Minimize `min-height` of dialog formjulia.kirschenheuter2024-08-021-1/+1
* Merge pull request #46963 from nextcloud/fix/move-copy-errorJohn Molakvoæ2024-08-021-13/+32
|\
| * fix(files): cancel move-copy action should not be handled as an errorFerdinand Thiessen2024-08-011-13/+32
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-0290-172/+400
|/
* feat(files): Update openapi specChristopher Ng2024-08-013-1/+104
* test(files): Fix ApiController testChristopher Ng2024-08-011-1/+16
* feat(files): Allow toggling folder treeChristopher Ng2024-08-013-1/+18
* fix(files): Fix root crumb not marking navigation entry as activeChristopher Ng2024-08-011-0/+7
* feat: Navigate via folder treeChristopher Ng2024-08-019-98/+469
* feat(files): Support setting view config for complex idsChristopher Ng2024-08-012-1/+8
* feat(files): Implement endpoint to retrieve a user's folder treeChristopher Ng2024-08-012-25/+95
* Merge pull request #46807 from nextcloud/refactor/files/security-attributesKate2024-08-017-73/+56
|\
| * refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-277-73/+56
* | fix(files): Correctly create Nodes from WebDAV result in "recent"-viewFerdinand Thiessen2024-08-012-13/+14
* | Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-011-7/+0
|\ \