Commit graph

34364 commits

Author SHA1 Message Date
Ferdinand Thiessen
ee9733026e fix(files_sharing): use newPassword always for the unsaved password
`newPassword` is the unsaved password, while `share.password` is the
current saved password.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-12 12:13:28 +02:00
Andy Scherzinger
1c59c1054a
Merge pull request #54975 from nextcloud/backport/54653/stable31
[stable31] fix: Avoid internal error when logging in with the wrong account to verify email address
2025-09-12 08:28:36 +02:00
Nextcloud bot
b00bbe6e3a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-12 00:13:48 +00:00
Côme Chilliet
a648715edc fix: Use HintException instead of InvalidArgumentException
To carry translated error messages intended for the end user,
 HintException is the correct class.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-11 21:33:36 +02:00
Côme Chilliet
21e5f6e6d1 fix: Avoid internal error when logging in with the wrong account to verify email address
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-11 21:33:36 +02:00
Nextcloud bot
1ea42f7df4
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-11 00:14:01 +00:00
Nextcloud bot
cc46ca1f28
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-10 19:34:49 +00:00
provokateurin
48fe23e772
Revert "fix(files_trashbin): Fix size propagation when moving file to trash"
This reverts commit b0a27e4dc4.

Signed-off-by: provokateurin <kate@provokateurin.de>
2025-09-10 09:00:41 +02:00
Andy Scherzinger
808cb1f72c
Merge pull request #54971 from nextcloud/backport/54950/stable31
[stable31] fix(files_trashbin): Fix size propagation when moving file to trash
2025-09-10 08:31:27 +02:00
provokateurin
b0a27e4dc4
fix(files_trashbin): Fix size propagation when moving file to trash
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-09-10 07:27:23 +02:00
Nextcloud bot
5f4eb6b493
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-10 00:14:09 +00:00
Nextcloud bot
ceb65eb1ff
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-09 00:15:41 +00:00
Nextcloud bot
c864273219
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-08 00:13:48 +00:00
Nextcloud bot
6505dfc796
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-07 00:14:54 +00:00
Nextcloud bot
4b0655a255
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-06 00:13:47 +00:00
Nextcloud bot
50c4c82562
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-05 00:14:02 +00:00
Joas Schilling
1435a680e6 fix(security): Update Expires time
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-04 09:26:26 +00:00
Nextcloud bot
55f3eceec6
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-04 00:13:07 +00:00
Ferdinand Thiessen
cc273ac1a6 fix: the account files filter should also work in trashbin
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-03 18:46:01 +00:00
Joas Schilling
f82fe528f0 fix(dashboard): Fix missing weather icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-03 14:52:33 +00:00
Joas Schilling
08df13a7cc fix(dashboard): Fix favorite dashboard icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-03 14:52:33 +00:00
Daniel Kesselberg
59a901c9bd
fix(comments): use showFile route to reference files with a matching comment
The files.view.index route with dir and scrollto is deprecated and
opening the actual does not work anymore.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-09-03 11:58:35 +02:00
Andy Scherzinger
785f50941d
Merge pull request #54824 from nextcloud/backport/50391/stable31
[stable31] fix(dav): Mark removal of dav object properties as expensive
2025-09-03 09:03:52 +02:00
Nextcloud bot
4ec5aa8702
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-03 00:12:46 +00:00
Christoph Wurst
e08dfab30f fix(dav): Mark removal of dav object properties as expensive
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-09-02 19:36:26 +00:00
Ferdinand Thiessen
bd397aee01
fix(dav): ensure moving or copying a file is possible
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-02 18:01:10 +02:00
SebastianKrupinski
8008ae84b9 fix: add missing listener
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-09-02 12:26:04 +00:00
Nextcloud bot
bb0f8e9e47
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-02 00:12:22 +00:00
Luka Trovic
fd3ca18df0 fix: resolving conflict when uploading multiple files via drag&drop
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-09-01 13:14:05 +00:00
Kate
66df8eabf6
Merge pull request #54714 from nextcloud/fix/deps/nextcloud-vue-8.29.2-stable31 2025-09-01 09:08:33 +02:00
Nextcloud bot
d57baa9f1c
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-01 00:12:21 +00:00
provokateurin
85936ffd76
fix(deps): Update @nextcloud/vue to v8.29.2
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-08-31 16:29:41 +02:00
Nextcloud bot
5d0c3c170a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-31 00:12:21 +00:00
Git'Fellow
24cd42940b
fix(files_versions): ensure author and label are string
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-08-30 18:18:19 +02:00
Nextcloud bot
2be23570de
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-30 00:12:18 +00:00
Salvatore Martire
fc09daee17 fix(theming): use IAppConfig instead of IConfig to set theming config
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-08-29 14:09:54 +00:00
John Molakvoæ
d0758cdc48
Merge pull request #54724 from nextcloud/backport/54313/stable31 2025-08-29 11:27:54 +02:00
John Molakvoæ (skjnldsv)
1dcee8a8ae fix(files): verify files are still accessible before downloading
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2025-08-29 07:26:05 +00:00
Git'Fellow
b11e011ed3 fix(files_versions): Use helper function
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-08-29 06:11:21 +00:00
Nextcloud bot
1215a0b045
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-29 00:12:46 +00:00
Andy Scherzinger
6b1d58ac05
Merge pull request #54704 from nextcloud/backport/54632/stable31
[stable31] fix(trashbin): Fix errors in the log on MOVE operations
2025-08-28 19:59:58 +02:00
Andy Scherzinger
14cbb48a34
Merge pull request #54710 from nextcloud/backport/54490/stable31
[stable31] feat: allow filtering sharing:delete-orphan-shares by share owner or target
2025-08-28 19:22:41 +02:00
SebastianKrupinski
9cc2641905 fix: retrieve all display names with one request
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-08-28 12:11:55 -04:00
Robin Appelman
251424aaa8 feat: allow filtering sharing:delete-orphan-shares by share owner or target
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-28 13:29:30 +00:00
Côme Chilliet
7e401c80f1 fix(trashbin): Fix errors in the log on MOVE operations
dirname will return '.' for files at the root, which will cause an
 Exception that gets logged.
Instead use \Sabre\Uri\split like other sabre plugins, to get an empty
 string for root directory.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-28 12:23:05 +00:00
Daniel
ed69213e75
Merge pull request #54381 from nextcloud/backport/54371/stable31
[stable31] fix: Fix getting trusted server other than the first
2025-08-28 09:40:28 +02:00
Daniel Calviño Sánchez
9b691c2884 fix: Fix getting trusted server other than the first
"array_filter" preserves the keys, so after the trusted servers were
filtered "$server[0]" existed only if the server to get was the first
one in the original array.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-28 08:31:18 +02:00
Nextcloud bot
dd5e343f52
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-28 00:12:29 +00:00
SebastianKrupinski
4aba03f319 fix: do not ignore move command object target uri
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-08-27 19:14:17 +02:00
Salvatore Martire
65d339eeaa fix(files_sharing): remove condition on "Others with access"
The condition was checking shares.length to display the Others with
access component, but shares is filled only on expanding that section,
rendering the section never visible.
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-08-27 15:01:43 +02:00