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
Kate
e6f3d7cbbf
Merge pull request #54031 from nextcloud/backport/53922/stable30
2025-07-22 04:35:20 +02:00
Kent Delante
6ac8901aa5
fix(files_trashbin): Expire trashbin items when space is needed
...
Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-07-22 10:07:07 +08:00
Nextcloud bot
89deb7d46b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-22 00:12:43 +00:00
Ferdinand Thiessen
2beab7cf7f
Merge pull request #54029 from nextcloud/backport/54019/stable30
...
[stable30] fix(settings): verify source of app-discover media
2025-07-21 19:51:46 +02:00
Maxence Lange
36ed81794d
feat(federated-share): forward notification only on remote reshare
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-07-21 17:01:54 +00:00
Ferdinand Thiessen
a34dc95d55
fix(settings): verify source of app-discover media
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-21 16:58:23 +00:00
Joas Schilling
7765711e70
Merge pull request #54024 from nextcloud/chore-gw-codeowners-30
...
[stable30] update groupware code owners
2025-07-21 14:39:11 +02:00
Daniel Kesselberg
90facb3c2f
chore(codeowners): add codeowners for calendar and contacts impl
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-21 14:35:24 +02:00
Daniel Kesselberg
8a08b0002f
chore(codeowners): add codeowners for calendar and contacts api
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-21 14:35:01 +02:00
Daniel
00febd7e0e
Merge pull request #53839 from nextcloud/backport/53814/stable30
...
[stable30] fix(imip): set charset for imip attachment
2025-07-21 12:12:37 +02:00
Daniel Kesselberg
fba2e0597f
fix(imip): set charset for imip attachment
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-20 23:35:03 +02:00
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