aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* feat(files): Refresh grid view layoutLouis Chemineau2024-07-042-34/+59
* feat(files): Display mtime in grid viewLouis Chemineau2024-07-043-26/+36
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-042-12/+12
* Merge pull request #45982 from nextcloud/artonge/update/disable_copy_button_o...Louis2024-07-031-1/+2
|\
| * fix(files): Disable buttons in copy/move dialog for non writable foldersLouis Chemineau2024-07-021-1/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-032-0/+10
|/
* chore(deps): Update openapi-extractorprovokateurin2024-07-021-150/+178
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-012-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-304-4/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-294-0/+12
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-284-0/+10
* fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-8/+16
* Merge pull request #46059 from nextcloud/perf/remove_useless_sessionBenjamin Gaussorgues2024-06-271-3/+0
|\
| * perf(session): remove useless session openBenjamin Gaussorgues2024-06-241-3/+0
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-274-2/+6
* | 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