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 +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
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 +07:00
nextcloud-command
3c631d0cbb
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2025-07-16 02:44:58 +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
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 +07: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 +07: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 +07:00
Kate
fb96f1ba71
Merge pull request #53860 from nextcloud/backport/53840/stable30
2025-07-14 16:08:30 +07:00
Nextcloud bot
c749cc7b7d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-14 00:12:08 +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
John Molakvoæ
81c023064d
Merge pull request #53914 from nextcloud/backport/53695/stable30
2025-07-11 14:02:22 +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
Ferdinand Thiessen
42f9209db7
fix(settings): use correct scope for translations
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-11 11:04:21 +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
John Molakvoæ
efdfbd3434
Merge pull request #53853 from nextcloud/backport/53767/stable30
2025-07-10 17:17:58 +07:00
John Molakvoæ
aaf6b329dd
Merge pull request #53879 from nextcloud/backport/53872/stable30
2025-07-10 16:11:13 +07:00
John Molakvoæ
25a00b4a30
Merge pull request #53883 from nextcloud/release/30.0.13
2025-07-10 10:17:05 +07:00
John Molakvoæ
a0924dc309
Merge pull request #53890 from nextcloud/backport/53863/stable30
2025-07-10 09:52:47 +07: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 +07:00
Nextcloud bot
94f59d7eb7
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-10 00:12:21 +07:00
Worker Builder
949883f790
build(hub): 30.0.13
...
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-07-09 13:40:31 +07:00
skjnldsv
b5f86d2b7f
chore(assets): recompile assets
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-09 15:36:06 +07:00
skjnldsv
10030824c1
fix(files): ensure proper headers lifecycle
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-09 15:34:34 +07:00
Nextcloud bot
9009552637
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-09 00:12:42 +07: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 +07: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 +07:00
Nextcloud bot
6916d29ed2
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-08 00:12:27 +07: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 +07:00
諏訪子
37c62842c4
fix(settings): fix test
...
Signed-off-by: 諏訪子 <suwako@076.moe>
2025-07-07 10:02:25 +07:00
諏訪子
1a2f69e0e7
fix(settings): add link check in webfinger
...
Signed-off-by: 諏訪子 <suwako@076.moe>
2025-07-07 10:02:24 +07:00
諏訪子
3817a4b445
fix(settings): change Mastodon only URI to webfinger
...
Signed-off-by: 諏訪子 <suwako@076.moe>
2025-07-07 10:02:23 +07:00
Nextcloud bot
bf6fc6d6b6
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-07 00:12:19 +07:00
Nextcloud bot
c9a36dded7
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-06 00:12:24 +07:00
Nextcloud bot
56847d10ec
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-05 00:12:18 +07:00
Nextcloud bot
242d497f65
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-04 00:12:25 +07:00
John Molakvoæ
8e1480953b
Merge pull request #53781 from nextcloud/release/30.0.13_rc1
2025-07-03 17:35:29 +07:00
Matthieu Gallien
1d2e374de7
Merge pull request #53801 from nextcloud/automated/noid/stable30-update-code-signing-crl
...
[stable30] fix(security): Update code signing revocation list
2025-07-03 17:33:54 +07:00
nextcloud-command
72bb8ec502
fix(security): Update code signing revocation list
...
Signed-off-by: GitHub <noreply@github.com>
2025-07-03 15:33:06 +07:00
Ferdinand Thiessen
a37bbc51c0
Merge pull request #53699 from nextcloud/backport/53665/stable30
...
[stable30] fix(encryption): Catch exceptions in encrypt-all command and continue
2025-07-03 16:59:22 +07:00
Côme Chilliet
72eba38e20
fix(encryption): Correctly handle file opening and copying failures
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-07-03 14:02:48 +07:00
Maksim Sukharev
9755dc47c0
Merge pull request #53785 from nextcloud/backport/53766/stable30
2025-07-03 12:39:32 +07:00
nextcloud-command
91f86bdaca
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-03 10:21:45 +07:00
Maksim Sukharev
8644002385
fix(files): provide boundaries for FileListTableHeaderActions element
...
- default boundaries element is 'content-vue', which includes sidebar
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-07-03 12:17:16 +07:00