Commit Graph

72554 Commits

Author SHA1 Message Date
Benjamin Gaussorgues 0d911312f5
Merge pull request #45005 from nextcloud/release/28.0.5 2024-04-25 10:28:10 +02:00
Nextcloud bot 93c8d1df3b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-25 00:21:04 +00:00
Benjamin Gaussorgues 813d4650d5
build(hub): 28.0.5
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-04-24 09:43:08 +02:00
Nextcloud bot fc8bbf6154
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-24 00:20:37 +00:00
Nextcloud bot 7da3f87817
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-23 00:21:02 +00:00
Nextcloud bot a7b52f82f9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-22 00:21:18 +00:00
Nextcloud bot 1cb891c8fd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-21 00:20:48 +00:00
Nextcloud bot 8acbcf5edb
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-20 00:20:22 +00:00
Nextcloud bot 7fca7ff774
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-19 00:20:45 +00:00
Benjamin Gaussorgues 10989fc367
Merge pull request #44874 from nextcloud/release/28.0.5_rc1 2024-04-18 21:15:13 +02:00
Benjamin Gaussorgues 0a5d9827f7
Merge pull request #44921 from nextcloud/backport/44904/stable28 2024-04-18 20:52:51 +02:00
Benjamin Gaussorgues 0a83089653
Merge pull request #44434 from nextcloud/backport/44417/stable28 2024-04-18 16:18:08 +02:00
Ferdinand Thiessen 82e53690b8 fix(files): Also restore shares after ownership transfer for object storage
When a file is moved between different storages then the file id is not (always) preserved.
This means the file id has to be adjusted for all shares.

So in case the file id does not exist anymore we try to find the new file id based on the
target path of the transfer and the path suffix of the share.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 14:01:40 +00:00
Ferdinand Thiessen a015016236
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 12:58:06 +02:00
Ferdinand Thiessen f8d451f95f
fix(files): When copying nodes only add the copy suffix for file before file extension
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 12:53:28 +02:00
Joas Schilling 2a9a5b3513
Merge pull request #44891 from nextcloud/backport/44889/stable28
[stable28] fix(files): Also skip cross storage move with access control
2024-04-18 10:53:43 +02:00
Joas Schilling 0095ce7723
fix(CI): Suppress psalm UndefinedClass
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-18 09:32:35 +02:00
Benjamin Gaussorgues 9b31ff5077
Merge pull request #44867 from nextcloud/backport/44661/stable28 2024-04-18 09:09:18 +02:00
Nextcloud bot 243a98adb6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-18 00:20:50 +00:00
Ferdinand Thiessen f533e04e7f
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 00:09:17 +02:00
Ferdinand Thiessen 2cf4f08353
fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user
Needed to adjust the store creation to be able to inject pinia before the vue app is initialized.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 00:06:42 +02:00
Ferdinand Thiessen 6818790fd3
Merge pull request #44883 from nextcloud/backport/44882/stable28
[stable28] fix(files): Clear search filter when changing directory or view
2024-04-17 22:26:43 +02:00
Ferdinand Thiessen 5656a04690
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 21:22:48 +02:00
Ferdinand Thiessen 068ab4130f
fix(files): Ensure search query is cleared when changing view or directory
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 21:22:47 +02:00
Joas Schilling 1dcc48ac4f fix(files): Also skip cross storage move with access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-17 14:32:55 +00:00
Ferdinand Thiessen 8c87769b8d
Merge pull request #44416 from nextcloud/backport/44407/stable28
[stable28] fix(files): Do not escape file names in the file picker
2024-04-17 16:13:42 +02:00
Benjamin Gaussorgues 63c970030a
Merge pull request #44296 from nextcloud/backport/44154/stable28 2024-04-17 14:23:29 +02:00
Ferdinand Thiessen 1f0ea58148
Merge pull request #44879 from nextcloud/backport/44869/stable28
[stable28] fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
2024-04-17 14:19:45 +02:00
Ferdinand Thiessen 721521ff01
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 14:19:03 +02:00
Ferdinand Thiessen 9c207cd4e7
fix(cypress): Adjust cypress tests and add common functions for files
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 14:18:46 +02:00
Ferdinand Thiessen df83e9dcca
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 12:55:43 +02:00
Ferdinand Thiessen 200573445b fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 10:47:59 +00:00
Ferdinand Thiessen 4767830d7a
fix(files): Do not escape file names for filepicker buttons
The text is already escaped by Vue, so we should not escape or sanitize the filename.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 12:40:01 +02:00
Benjamin Gaussorgues 8d91e071d7
Merge pull request #44473 from nextcloud/backport/44017/stable28 2024-04-17 11:24:12 +02:00
Florian Klinger ca655ba100 fix: add check for app_api_system session flag to bypass rate limit
Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com>
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2024-04-17 11:22:05 +02:00
Benjamin Gaussorgues 88859aa41c
Merge pull request #44461 from nextcloud/backport/44394/stable28 2024-04-17 11:19:04 +02:00
Benjamin Gaussorgues c4370b625b
Merge pull request #44495 from nextcloud/backport/44483/stable28 2024-04-17 11:18:21 +02:00
Benjamin Gaussorgues 66abfb4322
Merge pull request #44489 from nextcloud/backport/44474/stable28 2024-04-17 11:17:14 +02:00
Benjamin Gaussorgues 2981694fc9
Merge pull request #44446 from nextcloud/backport/43057/stable28 2024-04-17 10:06:14 +02:00
Benjamin Gaussorgues 5fb2d7e73f
build(hub): 28.0.5 RC1
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-04-17 09:51:01 +02:00
Nextcloud bot 2001e14157
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-17 00:21:00 +00:00
Ferdinand Thiessen 7e14335d46
Merge pull request #44851 from nextcloud/backport/44847/stable28
[stable28] fix(files): Focus filename input in new-node dialog when opened
2024-04-16 16:47:23 +02:00
Ferdinand Thiessen 2392602c30
Merge pull request #44268 from nextcloud/backport/setupchecks-3/stable28
[stable28] Migrate setup checks to new API - round 3
2024-04-16 15:19:07 +02:00
nextcloud-command 7c6e68ebf3 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-16 12:38:08 +00:00
Ferdinand Thiessen 65d09bdfbd fix(files): Focus filename input in new-node dialog when opened
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 11:58:26 +00:00
Ferdinand Thiessen cfd7e99240
Merge pull request #44844 from nextcloud/backport/44834/stable28
[stable28] fix(files): Inherit some node attributes when creating new nodes to preserve shared state
2024-04-16 12:56:48 +02:00
nextcloud-command 96e200ff49 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-16 10:18:55 +00:00
Ferdinand Thiessen df3b2ebbfd
fix(files): Inherit some node attributes when creating new nodes to preserve shared state
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 12:02:30 +02:00
Ferdinand Thiessen 3091c31d6e fix(files): Sanitize `share-types` attribute in download action
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 09:53:42 +00:00
F. E Noel Nfebe cab9fc22ba
Merge pull request #44490 from nextcloud/backport/44291/stable28
[stable28] enh: Send empty expireDate when not expireDate set
2024-04-16 10:45:06 +01:00