Nextcloud bot
755376a7de
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-07 00:12:26 +07:00
Daniel Calviño Sánchez
775124af5f
fix: Fix button alignment for email templates in Outlook
...
The button group generated in email templates is expected to show the
two buttons side by side in a single row, but in Outlook both buttons
took the full width of the wrapper row and each button was shown in
its own row. To solve that the buttons are wrapped in an additional
table that shows each button in its own cell, limiting their width and
showing them in a single row; this is done conditionally and only
applied in Outlook, so it should not affect other clients.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-06 19:50:55 +07:00
Git'Fellow
94a5e1440e
Merge pull request #54205 from nextcloud/backport/54182/stable30
...
[stable30] fix: don't update cached mountpoints if the request doesn't have filesystem access
2025-08-06 14:18:02 +07:00
John Molakvoæ
3ae3932cbf
Merge pull request #54271 from nextcloud/backport/54270/stable30
...
[stable30] fix(core): ensure unique vcategory
2025-08-06 13:00:44 +07:00
Ferdinand Thiessen
6c4460f3e4
Merge pull request #54267 from nextcloud/backport/54266/stable30
...
[stable30] fix(lib): get fileinfo before locking
2025-08-06 11:26:45 +07:00
skjnldsv
cefe724474
fix(core): ensure unique vcategory
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-08-06 10:09:58 +07:00
Nextcloud bot
2672301924
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-06 00:13:09 +07:00
Kate
d4ab8912a6
Merge pull request #54132 from nextcloud/backport/51602/stable30
2025-08-05 22:12:22 +07:00
skjnldsv
55e9491011
fix(lib): get fileinfo before locking
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-08-05 17:39:47 +07:00
Côme Chilliet
1506b79e54
chore: Adapt ProviderFactory to change in DefaultShareProvider constructor
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-05 15:05:31 +07:00
Joas Schilling
3a5bf443e8
fix(logging): Fix query logging with DateTimeImmutable parameters
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-08-05 10:29:12 +07:00
Nextcloud bot
1c62379ead
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-05 00:12:50 +07:00
Nextcloud bot
df9580d0d4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-04 00:13:38 +07:00
Nextcloud bot
f386901c4c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-03 00:12:36 +07:00
Nextcloud bot
b433460224
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-02 00:12:37 +07:00
Robin Appelman
8519f5adb0
fix: don't update cached mountpoints if the request doesn't have filesystem access
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-01 16:04:33 +07:00
John Molakvoæ
8b88957d6f
Merge pull request #54052 from nextcloud/backport/54051/stable30
2025-08-01 09:52:51 +07: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 +07:00
Nextcloud bot
42ee1f26fe
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-31 00:12:22 +07:00
Nextcloud bot
966691a2af
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-30 00:12:25 +07: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 +07:00
Côme Chilliet
32dc724186
fix: Use default share folder of the user on share accept
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-07-29 09:22:33 +07: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 +07: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 +07:00
Nextcloud bot
6c5af68468
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-29 00:12:21 +07:00
SebastianKrupinski
0641006b02
fix: check if properties exist before using them
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-07-28 12:03:50 +07: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 +07: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 +07:00
Nextcloud bot
d7f7b6c89d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-28 00:12:30 +07:00
Nextcloud bot
6bbce5b582
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-26 00:12:28 +07:00
Nextcloud bot
05bb4fa092
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-25 00:12:35 +07:00
Nextcloud bot
a58e00257d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-24 00:13:47 +07: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 +07: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 +07:00
Nextcloud bot
c377d6d19c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-23 00:12:11 +07:00
Nextcloud bot
89deb7d46b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-22 00:12:43 +07:00
Joas Schilling
c25dbf797d
fix(update): Correctly trigger update for auto-disabled local apps
...
When updating a local app we still need to run updateApp
so that repair steps and migrations are correctly executed
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-07-21 12:09:30 +07:00
Nextcloud bot
d8f8c981b8
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-19 00:12:37 +07:00
Nextcloud bot
250ad60209
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-18 00:14:11 +07:00
Nextcloud bot
3c9904a04f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-17 00:12:23 +07:00
Nextcloud bot
470c2a312b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-16 00:12:25 +07:00
Nextcloud bot
4a121d846c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-13 00:12:12 +07:00
Nextcloud bot
2174b61240
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-12 00:12:11 +07:00
Daniel Calviño Sánchez
9899c7b644
Merge pull request #53901 from nextcloud/backport/53501/stable30
...
[stable30] fix: Fix theming for disabled accounts
2025-07-11 13:54:16 +07:00
Daniel Calviño Sánchez
c6f870245a
fix: Fix theming for disabled accounts
...
The Theming app injects the stylesheets for the different themes in the
"<header>" element of the page, and those stylesheets are then loaded by
the browser from a "Controller" (a plain "Controller", not an
"OCSController"). The stylesheets, in turn, may also get some images
(like the background) also from the "Controller".
When handling a request to "index.php" it is checked whether the user is
logged in and, if not, a login is tried. A disabled user is explicitly
seen as not logged in, so a login is always tried in that case, but
disabled users are also explicitly prevented to log in, so the login
also fails. Due to that trying to get any of the themed stylesheets or
images with a disabled account (to be able to show the "Account
disabled" error page) fails with an HTTP status 401.
To solve that, and to avoid touching this basic logic as much as
possible, the login exception is now ignored (if the user is disabled)
for some specific requests to the Theming app.
The clouds.jpg file was not available in stable30, so the file and its
license were copied from the commit that introduced them in newer
branches, 19ce362896 .
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-07-11 12:01:04 +07:00
John Molakvoæ
edd80b51ef
Merge pull request #53908 from nextcloud/backport/53887/stable30
2025-07-11 10:11:44 +07:00
Kate
f3855a1aa9
Merge pull request #53844 from nextcloud/backport/53109/stable30
2025-07-11 09:08:27 +07:00
skjnldsv
9cbf2edf97
fix: force lowercase emails
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-11 09:05:27 +07:00
Daniel Calviño Sánchez
e8e41ccf40
fix: Throw specific LoginException when the user is disabled
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-07-11 04:43:45 +07:00
Nextcloud bot
8ff1b8fd0e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-11 00:12:36 +07:00