summaryrefslogtreecommitdiffstats
path: root/core/src/store
Commit message (Collapse)AuthorAgeFilesLines
* fix: Use `searchFrom` property for client side pluginsnfebe2025-01-311-2/+2
| | | | | | | | | | | | | | The client-side plugin `in-folder` uses the `files` provider, this makes it overlap with the main files provider itself. This change follows eecda06f1ad2832cc2a7b31d646458f730c8412a after it was discovered that some apps/providers like `dav` use providers from another app like `contacts` Signed-off-by: nfebe <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* refactor: Drop deprecated use of defineStorenfebe2025-01-291-3/+1
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* refactor: migrate from vuex to piniafenn-cs2024-03-062-29/+12
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* feat(core): create filter-plugin architecture for unified searchfenn-cs2024-03-062-0/+53
This commit introduces the mechanism for apps out of the call, to add search filters to the unified search "Places" filter selector. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>