Commit graph

79200 commits

Author SHA1 Message Date
Nextcloud bot
8eaac9086f
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-20 00:13:04 +00:00
Nextcloud bot
d8f8c981b8
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-19 00:12:37 +00:00
Nextcloud bot
250ad60209
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-18 00:14:11 +00:00
Ferdinand Thiessen
e60333345e
Merge pull request #53998 from nextcloud/backport/53979/stable30
[stable30] fix(files_sharing): ensure share folder exists in the settings
2025-07-18 00:12:03 +02:00
Ferdinand Thiessen
06487a5da6 fix(files_sharing): ensure share folder exists in the settings
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-17 21:16:39 +00:00
Daniel Calviño Sánchez
0403843943
Merge pull request #53989 from nextcloud/backport/53964/stable30
[stable30] fix: Fix clearing unified search when modal is closed
2025-07-17 14:47:38 +02:00
nextcloud-command
76fb379e0a chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-17 11:47:00 +00:00
Daniel Calviño Sánchez
ea02e34bfc fix: Fix clearing unified search when modal is closed
The unified search modal was intended to be cleared when closed.
However, "UnifiedSearchModal" did not emit "update:query" when its
internal query value ("searchQuery") changed, so "UnifiedSearch.query"
was kept as an empty string. When the modal was closed "update:query"
was emitted with an empty string, which should have cleared
"UnifiedSearch.query" and that, in turn, should have cleared the modal.
However as "UnifiedSearch.query" was already an empty string the watcher
that updates "UnifiedSearchModal.searchQuery" from "UnifiedSearch.query"
was not triggered and the modal was not cleared.

As "UnifiedSearch.query" is now updated with the value of
"UnifiedSearchModal.searchQuery" the latter can not be trimmed when
updated from the former, as that would in turn also trim
"UnifiedSearchModal.searchQuery" and prevent to search for anything with
spaces at the beginning or end (even if those trailing spaces are just
temporary while writing something like "searched value").

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-07-17 11:41:06 +00:00
Nextcloud bot
3c9904a04f
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-17 00:12:23 +00:00
Joas Schilling
6d9e07c1b7
Merge pull request #53955 from nextcloud/automated/noid/stable30-update-ca-cert-bundle
[stable30] fix(security): Update CA certificate bundle
2025-07-16 06:45:06 +02:00
nextcloud-command
3c631d0cbb fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2025-07-16 02:44:58 +00:00
Nextcloud bot
470c2a312b
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-16 00:12:25 +00:00
Ferdinand Thiessen
6caf7462a4
Merge pull request #53938 from nextcloud/chore/s30-deps-nextcloud-vue-8-28
[stable30] chore(deps): update `@nextcloud/vue` to v8.28.0
2025-07-14 22:23:41 +02:00
Ferdinand Thiessen
11f9bf30ab chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-14 19:53:09 +00:00
Ferdinand Thiessen
affd0eeb03
chore(deps): update @nextcloud/vue to v8.28.0
- update `@nextcloud/l10n` to v3.4.0
- update `@nextcloud/moment` to v1.3.5

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-14 20:55:44 +02:00
Kate
fb96f1ba71
Merge pull request #53860 from nextcloud/backport/53840/stable30 2025-07-14 16:08:30 +02:00
Nextcloud bot
c749cc7b7d
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-14 00:12:08 +00:00
Nextcloud bot
4a121d846c
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-13 00:12:12 +00:00
Nextcloud bot
2174b61240
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-12 00:12:11 +00:00
John Molakvoæ
81c023064d
Merge pull request #53914 from nextcloud/backport/53695/stable30 2025-07-11 14:02:22 +02: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 +02:00
Ferdinand Thiessen
42f9209db7 fix(settings): use correct scope for translations
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-11 11:04:21 +00: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 +02:00
John Molakvoæ
edd80b51ef
Merge pull request #53908 from nextcloud/backport/53887/stable30 2025-07-11 10:11:44 +02:00
Kate
f3855a1aa9
Merge pull request #53844 from nextcloud/backport/53109/stable30 2025-07-11 09:08:27 +02:00
skjnldsv
9cbf2edf97 fix: force lowercase emails
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-11 09:05:27 +02: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 +02:00
Nextcloud bot
8ff1b8fd0e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-11 00:12:36 +00:00
John Molakvoæ
efdfbd3434
Merge pull request #53853 from nextcloud/backport/53767/stable30 2025-07-10 17:17:58 +02:00
John Molakvoæ
aaf6b329dd
Merge pull request #53879 from nextcloud/backport/53872/stable30 2025-07-10 16:11:13 +02:00
John Molakvoæ
25a00b4a30
Merge pull request #53883 from nextcloud/release/30.0.13 2025-07-10 10:17:05 +02:00
John Molakvoæ
a0924dc309
Merge pull request #53890 from nextcloud/backport/53863/stable30 2025-07-10 09:52:47 +02:00
Daniel Kesselberg
2ce0db4fb1 Revert "fix(dav): only consider user's principal for unsharing entries"
This reverts commit 023b98c44b.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-10 07:24:37 +00:00
Nextcloud bot
94f59d7eb7
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-10 00:12:21 +00:00
Worker Builder
949883f790
build(hub): 30.0.13
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-07-09 13:40:31 +00:00
skjnldsv
b5f86d2b7f chore(assets): recompile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-09 15:36:06 +02:00
skjnldsv
10030824c1 fix(files): ensure proper headers lifecycle
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-09 15:34:34 +02:00
Nextcloud bot
9009552637
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-09 00:12:42 +00:00
nextcloud-command
248a670a85
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-07-08 08:56:59 +02:00
provokateurin
4a07efcb4a
fix(federatedfilesharing): Fix external share being deleted when accepting share
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-07-08 08:55:22 +02:00
Nextcloud bot
6916d29ed2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-08 00:12:27 +00:00
Josh
d8c8453009 fix(files_reminders): Don't load if disabled for user
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-07-07 19:02:40 +00:00
諏訪子
37c62842c4 fix(settings): fix test
Signed-off-by: 諏訪子 <suwako@076.moe>
2025-07-07 10:02:25 +00:00
諏訪子
1a2f69e0e7 fix(settings): add link check in webfinger
Signed-off-by: 諏訪子 <suwako@076.moe>
2025-07-07 10:02:24 +00:00
諏訪子
3817a4b445 fix(settings): change Mastodon only URI to webfinger
Signed-off-by: 諏訪子 <suwako@076.moe>
2025-07-07 10:02:23 +00:00
Nextcloud bot
bf6fc6d6b6
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-07 00:12:19 +00:00
Nextcloud bot
c9a36dded7
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-06 00:12:24 +00:00
Nextcloud bot
56847d10ec
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-05 00:12:18 +00:00
Nextcloud bot
242d497f65
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-04 00:12:25 +00:00
John Molakvoæ
8e1480953b
Merge pull request #53781 from nextcloud/release/30.0.13_rc1 2025-07-03 17:35:29 +02:00