Commit graph

79262 commits

Author SHA1 Message Date
John Molakvoæ
8b88957d6f
Merge pull request #54052 from nextcloud/backport/54051/stable30 2025-08-01 09:52:51 +02:00
Nextcloud bot
96a7c3c5bb
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-01 00:12:27 +00:00
Josh
89eee77fe9
Merge pull request #54184 from nextcloud/backport/54179/stable30
[stable30] fix: spelling mistake
2025-07-31 16:27:57 -04:00
SebastianKrupinski
fb308aaa11 fix: spelling mistake
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-07-31 18:06:25 +00:00
Daniel
65a661f9f4
Merge pull request #54116 from nextcloud/backport/52778/stable30
[stable30] fix: check if properties exist before using them
2025-07-31 18:55:54 +02:00
Nextcloud bot
42ee1f26fe
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-31 00:12:22 +00:00
Nextcloud bot
966691a2af
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-30 00:12:25 +00:00
John Molakvoæ
b4c82cdd75
Merge pull request #54145 from nextcloud/backport/54005/stable30
[stable30] fix: Do not show password dialog when user can not validate password
2025-07-29 21:36:43 +02:00
Daniel Calviño Sánchez
6ff15ef530 fix: Do not show password dialog when user can not validate password
The password confirmation dialog is always shown unless the user backend
does not allow password confirmation. A user backend may explicitly
provide that information, but even if it does not that could have been
defined in the authentication token with
"IToken::SCOPE_SKIP_PASSWORD_VALIDATION" (for example, when "user_oidc"
is only used for authentication and user provision is done by another
user backend).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-07-29 15:54:57 +00:00
John Molakvoæ
f5409c6217
Merge pull request #54136 from nextcloud/fix-endless-spinner-on-file-entries-after-triggering-an-action-on-stable30 2025-07-29 17:27:24 +02:00
nextcloud-command
04c2b81f4b chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-29 10:51:51 +00:00
Daniel Calviño Sánchez
a4d19ce7e6 fix: Fix endless spinner on file entries after triggering an action
When the toast shown while a file is being moved or copied was
introduced in 64cc7afb12 an additional condition was added to the
"isLoading" check of file entries. However, that additional condition
caused an endless loading spinner to be shown on file entries of the
"Shares" view (but not in other views) after an action was triggered.
Turns out that the condition was not actually needed for the toast, so
now it is removed again to solve the endless loading spinner.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-07-29 12:47:12 +02:00
Côme Chilliet
a137a5183c
Merge pull request #53812 from nextcloud/backport/53693/stable30
[stable30] fix: Correctly show free space if lower than quota in Files navigation
2025-07-29 12:45:47 +02:00
nextcloud-command
aa43caac4b chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-29 07:57:33 +00:00
Côme Chilliet
b3e871f990
chore: Adapt cypress component test to contain total space
Mocked server initial state was incomplete

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-07-29 09:52:16 +02:00
Côme Chilliet
4f09708828
fix: Correctly show free space if lower than quota in Files navigation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-07-29 09:52:16 +02:00
Joas Schilling
286c10c8b9
Merge pull request #54104 from nextcloud/backport/54027/stable30
[stable30] fix(ConnectionFactory): Apply Oracle connection fix to primary and replica params as well
2025-07-29 09:51:41 +02:00
Joas Schilling
9c45f2f8ff
Merge pull request #54107 from nextcloud/backport/54068/stable30
[stable30] fix(cron): Fix infinite loop on ParallelAware blocked jobs
2025-07-29 09:50:45 +02:00
Nextcloud bot
6c5af68468
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-29 00:12:21 +00:00
John Molakvoæ
37005e2716
Merge pull request #54123 from nextcloud/backport/53635/stable30
[stable30] fix(files_sharing): fallback self.crypto.getRandomValues
2025-07-28 21:08:39 +02:00
skjnldsv
5c065f0f1d fix(files_sharing): fallback self.crypto.getRandomValues
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-28 17:57:32 +00:00
SebastianKrupinski
0641006b02 fix: check if properties exist before using them
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-07-28 12:03:50 -04:00
Anna
62d2224ceb
Merge pull request #54112 from nextcloud/backport/53992/stable30
[stable30] fix(caldav): don't return cancelled events for upcoming events API
2025-07-28 14:47:07 +02:00
Anna Larch
4d3c5ebfef fix(caldav): don't return cancelled events for upcoming events API
Signed-off-by: Anna Larch <anna@nextcloud.com>
2025-07-28 10:18:48 +00:00
Kate
b0953333be
Merge pull request #54109 from nextcloud/backport/53909/stable30 2025-07-28 11:43:17 +02:00
skjnldsv
3a76fb0310 fix(provisioning_api): catch failed user creation
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-28 07:21:22 +00:00
Joas Schilling
57651bba13
fix(cron): Fix infinite loop on ParallelAware blocked jobs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-07-28 08:29:07 +02:00
Marcel Klehr
ad9311a9ec fix(ConnectionFactory): Apply Oracle connection fix to primary and replica params as well
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-07-28 06:13:57 +00:00
Nextcloud bot
d7f7b6c89d
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-28 00:12:30 +00:00
Nextcloud bot
6853df2fd5
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-27 00:12:41 +00:00
Nextcloud bot
6bbce5b582
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-26 00:12:28 +00:00
Nextcloud bot
05bb4fa092
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-25 00:12:35 +00:00
Nextcloud bot
a58e00257d
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-24 00:13:47 +00:00
Ferdinand Thiessen
7017816029
Merge pull request #54065 from nextcloud/backport/54055/stable30
[stable30] fix(files_sharing): restore state when updating share failed
2025-07-23 20:26:20 +02:00
nextcloud-command
7dd1c6f084 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-23 17:28:04 +00:00
Ferdinand Thiessen
98b6ff21c7
fix(files_sharing): restore state when updating share failed
We need to save the previous state - here the password - so that if the
update fails we can revert the shown state.
This happens e.g. if you have the password policy app and try to add an
unsecure password.

To reproduce (with password policy):
1. Create new link share
2. enable password protection
3. use insecure password like `1234`
4. save share

Now you see that the update failed, but the password protection is still
enabled. This happened because `password` and `newPassword` were
misused. `password` was already set when `newPassword` was not saved so
we could not know to what we need to reset when the update failed.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-23 18:32:23 +02:00
John Molakvoæ
f4b61b386d
Merge pull request #54060 from nextcloud/backport/53967/stable30 2025-07-23 17:00:43 +02:00
nextcloud-command
b627c654f0 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-23 14:32:43 +00:00
skjnldsv
0605f6134c fix(files): sort favorites navigation alphabetically
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-23 15:35:07 +02:00
Joas Schilling
6425d83006
Merge pull request #54021 from nextcloud/backport/53986/stable30
[stable30] fix(update): Correctly trigger update for auto-disabled local apps
2025-07-23 12:09:14 +02:00
Marcel Klehr
e03d6ad892
Merge pull request #54045 from nextcloud/backport/54037/stable30
[stable30] fix(TaskProcessingApiController): Improve error handling
2025-07-23 10:55:54 +02:00
Christoph Wurst
f15b732039 fix(session): log when ephemeral sessions are closed
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-07-23 07:38:34 +00:00
Nextcloud bot
c377d6d19c
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-23 00:12:11 +00:00
Marcel Klehr
a53a0c2dc6 fix(TaskProcessingApiController): Improve error handling
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-07-22 17:36:48 +02:00
Ferdinand Thiessen
bd691d1c1c
Merge pull request #53600 from nextcloud/backport/53574/stable30
[stable30] refactor(files): remove custom page title handling
2025-07-22 13:46:38 +02:00
Salvatore Martire
cf0160bf67
Merge pull request #53791 from nextcloud/backport/53418/stable30
[stable30] Adjust interval for ClearOldStatusesBackgroundJob
2025-07-22 13:38:18 +02:00
Salvatore Martire
5ede903d13 fix: adjust setTimeout value for ClearOldStatusesBackgroundJob
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-07-22 13:24:02 +02:00
Ferdinand Thiessen
2bab5916e1
chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-22 12:54:30 +02:00
Ferdinand Thiessen
e21b28a296
refactor(files): remove custom page title handling
This conflicts with what `NcAppContent` is already doing.
So we should just remove it.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-22 12:53:09 +02:00
Kate
dda91c415f
Merge pull request #53836 from nextcloud/backport/53112/stable30 2025-07-22 07:31:19 +02:00