Commit graph

14365 commits

Author SHA1 Message Date
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
skjnldsv
9cbf2edf97 fix: force lowercase emails
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-11 09:05:27 +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
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 bot
6916d29ed2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-08 00:12:27 +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
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
75bed6e72e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-01 00:12:28 +00:00
Nextcloud bot
d8296f0ce6
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-30 12:54:19 +00:00
Nextcloud bot
73ff7aa07e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-26 00:22:56 +00:00
Josh
c84bb5ad70
Merge pull request #53685 from nextcloud/backport/53499/stable30
[stable30] fix(profile): Consistent email confirmation pages
2025-06-25 15:51:14 -04:00
nextcloud-command
37f370286c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-25 18:55:19 +02:00
Josh
ada16e9dec fix(profile): Consistent email confirmation success page design
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-06-25 16:34:32 +00:00
Josh
5269c413b6 fix(profile): Consistent email confirmation page design
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-06-25 16:34:32 +00:00
Nextcloud bot
f3ce7a9ba5
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-24 00:23:17 +00:00
Richard Steinmetz
3a101c302e
fix: update request token on two-factor pages
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-23 16:00:34 +02:00
Richard Steinmetz
b2bc8c389a fix: generate csrf tokens if two factor challenge is ongoing
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-23 13:57:22 +00:00
Nextcloud bot
af539176c0
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-23 00:22:21 +00:00
Nextcloud bot
b5188e8e14
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-22 00:22:55 +00:00
Nextcloud bot
2de973ec78
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-21 00:23:06 +00:00
provokateurin
76d375d7c7 fix(core): Make --password-from-env work with NC_PASS everywhere
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-06-20 10:38:04 +00:00
provokateurin
cc11437a1e fix(core): Make OC_PASS actually work for occ user:auth-tokens:add --password-from-env
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-06-20 10:38:04 +00:00
Nextcloud bot
3475c4bc29
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-20 00:22:45 +00:00
SebastianKrupinski
6c2b0f1781 fix: reload login page after password reset
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-06-19 20:23:10 +00:00
Nextcloud bot
300bf91047
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-19 00:22:57 +00:00
Ferdinand Thiessen
b81419e517
test: remove legacy tests covered by library unit tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-18 15:21:43 +02:00
Ferdinand Thiessen
15a16b61fd fix(core): correctly show displayname when picking a file
Ensure that the display name is shown instead of the filename (important for public shares).
Fixed in the library but the legacy wrapper still uses it.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-18 11:30:51 +08:00
Nextcloud bot
772ecb640d
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-18 00:22:40 +00:00
skjnldsv
82982cc3b9 fix(core): getRequestToken import typo
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-17 13:51:29 +00:00
Andy Scherzinger
a0713a6d19
Merge pull request #53521 from nextcloud/backport/53326/stable30
[stable30] fix: refactor request token handling and do not update with invalid result
2025-06-17 07:05:12 +02:00
Nextcloud bot
997cd55929
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 00:22:49 +00:00
Ferdinand Thiessen
50fd4418fa
fix: adjust code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:28:19 +02:00
Ferdinand Thiessen
afc8bce9d0
chore(core): fix typo in session heartbeat service
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:18:19 +02:00
Ferdinand Thiessen
edad5b2229
fix: the core config is not loaded on error pages
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:18:19 +02:00
Ferdinand Thiessen
ed717d3d2d
test: adjust karma global state mock
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:18:18 +02:00
Ferdinand Thiessen
fdfc346572
test(core): migrate session heartbeat tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:17:56 +02:00
Ferdinand Thiessen
05405b3571
refactor(OC): restructure session heartbeat code - use types and human reading order
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:17:56 +02:00
Ferdinand Thiessen
86aaffd2ec
refactor(OC): migrate session heart beat to Typescript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:17:56 +02:00
Ferdinand Thiessen
d332a22e78
fix(OC): validate request token and move logic to one place
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:17:55 +02:00
Ferdinand Thiessen
b423283781
refactor(OC): migrate request token handling to Typescript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:51:24 +02:00
Nextcloud bot
3b43a14931
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-16 00:23:18 +00:00
Nextcloud bot
46ea43aa01
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-15 00:22:30 +00:00
Nextcloud bot
a34554a78b
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-14 00:22:34 +00:00
Nextcloud bot
0ebadae13f
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-13 00:22:33 +00:00
Nextcloud bot
8348d38db2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-12 00:23:05 +00:00
Nextcloud bot
c978ca3e18
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-11 00:23:45 +00:00
Nextcloud bot
0a50d462fc
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-10 00:22:53 +00:00
Nextcloud bot
d2a35d7fcd
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-08 00:22:45 +00:00
Nextcloud bot
4a14627dbd
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-07 00:22:19 +00:00
Nextcloud bot
e8ee8d3a27
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-06 00:24:02 +00:00