nextcloud/core
Daniel Calviño Sánchez cf337a75a2 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-16 13:05:53 +02:00
..
ajax chore: run rector 2025-07-01 22:45:52 +02:00
AppInfo fix: make core application bootstrapable by coordinator 2025-06-02 15:58:54 +02:00
BackgroundJobs refactor: Extend rector to core/ 2025-05-15 00:16:54 +02:00
Command feat(lexicon): preset() 2025-07-15 11:29:33 -01:00
Controller Revert "perf(base): Stop setting up the FS for every basic auth request" 2025-07-11 17:07:44 +02:00
css chore(assets): Recompile assets 2025-06-26 12:19:15 +00:00
Data chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Db Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support 2024-10-18 19:05:08 +02:00
doc chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Events chore: Unify user related events to always provide a getUid method 2024-10-15 18:33:11 +02:00
Exception feat(login-flow-v2): Restrict allowed apps by user agent check 2025-04-23 09:45:23 +02:00
fonts Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
img feat(PWA): add display_override to set the display-mode to minimal-ui on supported browsers 2025-02-28 15:32:43 +01:00
js test: adjust karma global state mock 2025-06-16 15:55:12 +02:00
l10n fix(l10n): Update translations from Transifex 2025-07-11 00:12:23 +00:00
Listener refactor(core): migrate core application to IBootstrap 2025-06-02 15:58:25 +02:00
Middleware chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Migrations chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Notification feat(notifications): Migrate server INotifiers to new exceptions 2024-06-25 11:56:24 +02:00
Service fix(loginflow): Fix type error when password could not be decrypted 2025-05-02 14:08:50 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src fix: Fix clearing unified search when modal is closed 2025-07-16 13:05:53 +02:00
templates fix(profile): Consistent email confirmation success page design 2025-06-25 18:01:04 +02:00
vendor chore: Remove old travis related stuff 2024-09-19 20:16:29 +02:00
.l10nignore chore: Add SPDX header 2024-05-27 14:53:40 +02:00
openapi-administration.json feat(files): add mime icon endpoint 2025-01-22 16:29:36 +00:00
openapi-administration.json.license fix(reuse): core/openapi-administration license 2025-01-22 16:29:36 +00:00
openapi-ex_app.json docs: update openAPI extracted files 2025-06-01 13:39:11 +02:00
openapi-ex_app.json.license feat(OpenAPI): Add ex_app scope 2024-07-02 09:12:48 +02:00
openapi-full.json chore: update openAPI files 2025-06-09 19:24:26 +02:00
openapi-full.json.license feat(TaskProcessingApi): Add endpoint for getting the next task 2024-07-01 17:11:12 +02:00
openapi.json chore: update openAPI files 2025-06-09 19:24:26 +02:00
openapi.json.license chore: Add SPDX header 2024-06-06 22:53:41 +02:00
register_command.php feat(lexicon): preset() 2025-07-15 11:29:33 -01:00
ResponseDefinitions.php feat(profile): Add an API to get the profile field data 2025-04-23 12:38:18 +02:00
routes.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
shipped.json fix(profile): make sure the app cannot be disabled as it was in core 2024-11-14 10:25:10 +01:00
shipped.json.license chore: Add SPDX header 2024-06-06 22:53:41 +02:00
strings.php refactor: Extend rector to core/ 2025-05-15 00:16:54 +02:00