aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #43433 from nextcloud/enh/40202/use-correct-iconSimon L2024-02-081-5/+5
| | | Use AccountPlusIcon in broadcrombs
* Merge pull request #42444 from ↵John Molakvoæ2024-02-082-10/+21
| | | | nextcloud/fix/41877/files--move-focus-to-sidebar-on-open
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-08100-316/+324
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-08103-350/+331
| | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* fix(files_sharing): use proper sharing AccountPlus icon in breadcrumbsSimon L2024-02-081-5/+5
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Merge pull request #42444 from ↵John Molakvoæ2024-02-082-10/+21
|\ | | | | | | nextcloud/fix/41877/files--move-focus-to-sidebar-on-open
| * fix(files): focus sidebar tab on tab or file changeGrigorii K. Shartsev2024-02-071-9/+16
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * fix(files): do not disable action on load to keep focusGrigorii K. Shartsev2024-02-071-1/+5
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-08100-316/+324
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(files): ask for confirm if deleting 5 items or moreJohn Molakvoæ2024-02-072-44/+81
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): setup cannot be in mixinsJohn Molakvoæ2024-02-073-21/+41
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-074-727/+425
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files) selection store typingJohn Molakvoæ2024-02-076-41/+52
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): drop to folder path and user feedbackJohn Molakvoæ2024-02-073-31/+96
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-07100-398/+78
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-063-24/+151
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-062-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): dav owner and mime typesJohn Molakvoæ2024-02-051-2/+7
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-052-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): better null relatedTarget event detectionJohn Molakvoæ2024-02-041-1/+1
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): drag leave detection on safariJohn Molakvoæ2024-02-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-042-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-036-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): do not open file by id on load for foldersGrigorii K. Shartsev2024-02-021-2/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-024-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0120-2/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-3178-82/+86
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Merge pull request #43194 from ↵Côme Chilliet2024-01-302-0/+2
|\ | | | | | | nextcloud/fix/fix-psalm-missing-template-parameter
| * chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-302-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(files): Improve inaccessible files message in file reference widgetJonas2024-01-301-1/+1
|/ | | | Signed-off-by: Jonas <jonas@freesources.org>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-306-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2910-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2898-130/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-274-4/+15
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsJohn Molakvoæ2024-01-272-35/+11
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-272-7/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: Update `@nextcloud/dialogs` to 5.1.1Ferdinand Thiessen2024-01-271-2/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-274-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2686-86/+100
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43104 from nextcloud/chore/cleanupJohn Molakvoæ2024-01-255-243/+0
|\
| * chore(files): cleanup old templatesJohn Molakvoæ2024-01-255-243/+0
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): Ensure the correct `dir` query is set on folder actionFerdinand Thiessen2024-01-251-3/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-255-53/+90
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-252-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-253-18/+29
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Add declaration for `$navigation`Ferdinand Thiessen2024-01-251-0/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #43090 from nextcloud/fix/files--combine-navigation-and-appJulia Kirschenheuter2024-01-257-75/+51
|\ \ | |/ |/| fix(files): combine navigation and files list into single Vue app