nextcloud/core
nfebe e0a271e7d0 fix(unified-search): prevent provider disabling on content filter apply
When date range or person filters were applied, providers that didn't
support these filters were automatically disabled in the UI. This made
the in-folder filter appear auto-applied and prevented users from
searching non-compatible providers.

Remove automatic provider disabling logic from updateDateFilter(),
applyPersonFilter(), and removeFilter(). Content filters now apply only
to compatible providers via existing compatibility checks while keeping
all providers available for selection.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-12-15 20:57:30 +01:00
..
ajax chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +02:00
AppInfo fix(unified-search): Remove hard-coded search result limit 2025-11-13 17:04:35 +01:00
BackgroundJobs fix: calculate node limit using MiB instead of MB 2025-09-12 08:30:06 +02:00
Command fix: don't suggest files:scan with object store in info:file 2025-12-03 15:55:29 +01:00
Controller feat(login): Add rememberme checkbox 2025-11-17 14:16:40 +00:00
css chore(assets): Recompile assets 2025-10-22 16:27:19 +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 chore: Add SPDX header 2024-05-27 14:53:40 +02:00
fonts Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
img fix(federatedfilessharing): Use social media icons from core rather than inline SVGs 2024-10-08 14:31:21 +02:00
js fix(deps): Update @nextcloud/vue to v8.29.2 2025-08-31 16:29:41 +02:00
l10n fix(l10n): Update translations from Transifex 2025-12-15 00:13:39 +00:00
Listener fix(lostpassword): Delete lost password token on password change 2025-11-14 12:17:52 +01:00
Middleware chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Migrations fix: Fix unique constraint violation in oc_vcategory migration 2025-08-21 16:01:57 +00: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-05 07:09:18 +00:00
skeleton
src fix(unified-search): prevent provider disabling on content filter apply 2025-12-15 20:57:30 +01:00
templates fix(profile): Consistent email confirmation success page design 2025-06-25 16:34:45 +00: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
Application.php fix(lostpassword): Delete lost password token on password change 2025-11-14 12:17:52 +01: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 fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00
openapi-ex_app.json.license feat(OpenAPI): Add ex_app scope 2024-07-02 09:12:48 +02:00
openapi-full.json Merge pull request #56344 from nextcloud/backport/55434/stable31 2025-11-13 17:08:02 +01:00
openapi-full.json.license feat(TaskProcessingApi): Add endpoint for getting the next task 2024-07-01 17:11:12 +02:00
openapi.json Merge pull request #56344 from nextcloud/backport/55434/stable31 2025-11-13 17:08:02 +01:00
openapi.json.license chore: Add SPDX header 2024-06-06 22:53:41 +02:00
register_command.php fix: added set/get/delete/clear to register command 2025-08-26 09:48:07 +05:30
ResponseDefinitions.php fix(team-api): get all teams details in a single request 2025-11-12 21:21:55 -01: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 style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00