aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-263-2/+71
* feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-06-261-1/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-264-2/+10
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-4/+5
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2548-6/+62
* feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-11/+34
* refactor(files): Fix nullish operator usage and add missing code commentFerdinand Thiessen2024-06-243-4/+8
* fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-245-4/+12
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-2313-132/+321
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-239-55/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-212-0/+4
* fix(files): Don't react to clicks when renamingLouis Chemineau2024-06-201-0/+9
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-204-12/+10
* Merge pull request #45688 from nextcloud/artonge/fix/show_non_writable_foldersLouis2024-06-201-5/+3
|\
| * fix(files): Show non writable folders during move or copyLouis Chemineau2024-06-191-5/+3
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-208-0/+18
|/
* Merge pull request #45963 from nextcloud/artonge/fix/openfileJohn Molakvoæ2024-06-192-3/+6
|\
| * fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-192-3/+6
* | chore(assets): Recompile assetsnextcloud-command2024-06-196-4/+25
* | chore: Add SPDX headerAndy Scherzinger2024-06-195-0/+14
|/
* Merge pull request #45957 from nextcloud/perf/cache-storage-stats-headerRichard Steinmetz2024-06-191-1/+3
|\
| * perf: Tell browsers to cache storage stats endpoint as it is cachedJulius Härtl2024-06-181-1/+3
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-196-0/+12
|/
* Merge pull request #45902 from nextcloud/fix/bump-delete-request-concurrencyFerdinand Thiessen2024-06-171-1/+1
|\
| * fix(deleteAction): Bump up delete requests concurrency to 5fenn-cs2024-06-171-1/+1
* | Merge pull request #45884 from nextcloud/fix/files-ownership-denyCôme Chilliet2024-06-172-29/+34
|\ \ | |/ |/|
| * fix(files): Properly handle denied ownership transfersFerdinand Thiessen2024-06-142-29/+34
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-162-0/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-154-4/+6
|/
* Merge pull request #45861 from nextcloud/artonge/fix/right-clickJohn Molakvoæ2024-06-141-0/+5
|\
| * fix(files): Ignore right click for default actionLouis Chemineau2024-06-131-0/+5
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-142-0/+2
|/
* fix(files): fetch nodes if we have multiple of the same fileid in the storeskjnldsv2024-06-121-3/+44
* fix(files): do not rely on unique fileidskjnldsv2024-06-1212-80/+88
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-124-5/+9
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-122-7/+8
* Merge pull request #45789 from nextcloud/fix/cy-selectorJohn Molakvoæ2024-06-121-1/+1
|\
| * fix(files): Use `data-cy` (data attribute) instead of `cy-data`Ferdinand Thiessen2024-06-111-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-122-0/+2
|/
* refactor(files): Migrate `personal` view to `@nextcloud/files` functionsFerdinand Thiessen2024-06-111-23/+22
* refactor(files): Migrate `favorites` view to `@nextcloud/files` functions and...Ferdinand Thiessen2024-06-112-40/+35
* refactor(files): Migrate `recent` view to `@nextcloud/files` functions and ma...Ferdinand Thiessen2024-06-111-28/+34
* refactor(files): Migrate files service to functions from `@nextcloud/files`Ferdinand Thiessen2024-06-112-101/+17
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-112-4/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-102-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-092-0/+2
* fix(files): Ensure that focussed file is always scrolled rightFerdinand Thiessen2024-06-081-0/+24
* fix(files): Keep query when trigger the sidebar actionFerdinand Thiessen2024-06-081-1/+1
* fix(files): `open-in-files` action should also set `openfile` queryFerdinand Thiessen2024-06-082-3/+3