summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #51274 from nextcloud/backport/51148/stable30Andy Scherzinger6 days5-15/+99
|\ | | | | [stable30] fix(files): also show file list headers on empty views
| * fix(files): also show file list headers on empty viewsFerdinand Thiessen6 days5-15/+99
| | | | | | | | | | | | | | It is needed, e.g. for the note-to-recipient, that the headers are also shown when there is no content (yet). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot6 days2-30/+30
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot7 days8-0/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot8 days4-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot9 days10-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot10 days12-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot11 days56-226/+170
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot12 days4-0/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-104-0/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-072-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0696-96/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Fix leading spaces and unicode single quotesJoas Schilling2025-03-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "Revert "[stable30] fix: Handle copy of folders containing live photos""Louis2025-03-051-67/+117
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(test): Add missing data-cy attribute for file actionsLouis Chemineau2025-03-051-0/+1
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0566-198/+66
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0412-4/+74
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_trashbin): disable bulk download for trashbinFerdinand Thiessen2025-03-031-1/+6
| | | | | | | The backend does not allow bulk download within the trashbin, so we need to disable this also on the frontend. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0310-2/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): use `do not` instead of `don't`Valdnet2025-03-022-2/+2
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0212-48/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0130-22/+114
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2888-180/+258
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2796-2922/+3050
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Improve english source stringsJoas Schilling2025-02-263-3/+3
| | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2672-740/+610
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-252-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2496-470/+618
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-246-0/+82
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-232-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2210-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): handle failed node properlyskjnldsv2025-02-211-2/+22
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-218-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2016-16/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): properly show file not found errorskjnldsv2025-02-191-3/+13
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> [skip ci]
* fix(files): properly forward open params from short urlsskjnldsv2025-02-193-58/+146
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Properly reset all file list filters on view changeFerdinand Thiessen2025-02-185-69/+131
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(transferownership): allow searching by email, display ↵Julien Veyssier2025-02-171-13/+6
| | | | | | user.shareWithDisplayNameUnique in item subline, adjust style Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-152-2/+90
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-142-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Do not download files with `openfile` query flagFerdinand Thiessen2025-02-132-28/+65
| | | | | | | Instead of downloading files, if there is no other default action, we should just open the details tab. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(template-filler): Hide template fields with unknown labelsElizabeth Danzberger2025-02-133-5/+13
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-132-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-122-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-106-2/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-094-0/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-086-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50677 from nextcloud/backport/50582/stable30Andy Scherzinger2025-02-063-50/+131
|\ | | | | [stable30] fix(files): Correctly scroll selected file into view
| * fix(files): Correctly scroll selected file into viewFerdinand Thiessen2025-02-063-50/+131
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-0630-0/+60
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>