F. E Noel Nfebe
f5415d4e50
Merge pull request #42101 from nextcloud/rename-global-search-to-unified-search
...
Change global search UI text to unified search
2023-12-07 20:05:12 +07:00
fenn-cs
811df8d57e
Change global search UI text to unified search
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-12-07 15:26:05 +07:00
Louis Chemineau
e621396139
Comment legacy file_metadata table migrations
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-12-07 13:31:09 +07:00
Nextcloud bot
b71b6dca97
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-07 00:19:41 +07:00
F. E Noel Nfebe
0eadd0dd6b
Merge pull request #42062 from nextcloud/use-href-for-search-results
...
Correct semantics for link opening in global search
2023-12-06 20:17:46 +07:00
fenn-cs
aa25590130
Correct semantics for link opening in global search
...
Following the update of `NcListItem` to allow control over
where and how passed `hrefs` open, the search result component
can now make use of these props.
See : https://github.com/nextcloud-libraries/nextcloud-vue/pull/4923
Resolves : #41800
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-12-06 16:49:21 +07:00
Julius Härtl
1cfc8a2e03
Revert "perf: Add partial index on configvalue of preferences table"
...
This reverts commit 0ccf84bb31 .
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-06 15:21:48 +07:00
Ferdinand Thiessen
0d6255bafc
fix: Update `@nextcloud/dialogs` to 5.0.3 fixing files copy move
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-12-06 12:32:41 +07:00
Nextcloud bot
1631bec8a6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-06 00:20:55 +07:00
Ferdinand Thiessen
1a8ac20a51
Merge pull request #41994 from nextcloud/fix/unified-search-show-better-labels
...
fix(UnifiedSearch): Show translated text for filter label
2023-12-05 12:56:31 +07:00
Ferdinand Thiessen
50ae2bbeea
Merge pull request #42007 from nextcloud/fix/2f-ui
...
fix: inconsistencies in the shared two-factor UI
2023-12-05 12:55:48 +07:00
Ferdinand Thiessen
62006a76aa
fix(UnifiedSearch): Show translated text for filter label
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-05 11:57:09 +07:00
Julius Härtl
6c52242fb1
Merge pull request #41927 from nextcloud/perf/login-with-email-token
2023-12-05 11:11:33 +07:00
Richard Steinmetz
e19dd541ac
fix: inconsistencies in the shared two-factor UI
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-12-04 12:36:54 +07:00
Ferdinand Thiessen
d14b351208
fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 only
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-03 23:09:16 +07:00
Ferdinand Thiessen
4983a35e1f
fix(UnifiedSearch): Move headings out of list elements
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-03 22:11:47 +07:00
Nextcloud bot
4efa24bd3f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-02 00:21:18 +07:00
Nextcloud bot
f49550db97
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-01 00:18:33 +07:00
Julius Härtl
0ccf84bb31
perf: Add partial index on configvalue of preferences table
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-30 20:51:48 +07:00
Grigorii K. Shartsev
e02db1fb48
fix(core): app icon alignment in app menu
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-30 10:53:04 +07:00
Nextcloud bot
7cc66998a2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-30 00:22:32 +07:00
Andy Scherzinger
82f0619df3
Merge pull request #41771 from nextcloud/always-emit-search-event
...
Always emit search event
2023-11-29 22:09:48 +07:00
Joas Schilling
a5a49ffd80
Merge pull request #41855 from nextcloud/bugfix/41352/fix-settings-app-icons
...
fix(theming): Fix color inverted icons based on theming and dark mode
2023-11-29 21:10:57 +07:00
fenn-cs
e99d7ba6c4
Always emit search event
...
For BOD, it's better to always emit the search event so
apps (all of which we don't know) responding to this effect would receive notifications when
the search happens within these apps.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-29 20:14:42 +07:00
fenn-cs
00bb1bc86e
Migrate openResult method to SearchResult component
...
After moving the `SearchResult` to its own component and leaving
out the openResult method, the search results do not lead anywhere but
but error out.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-29 15:55:20 +07:00
Joas Schilling
d05a13fc76
Fix more active entry icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-29 16:38:41 +07:00
Joas Schilling
9c0ba1bab9
fix(theming): Fix color inverted icons based on theming and dark mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-29 16:38:41 +07:00
fenn-cs
0d938cc90e
Handle close GlobalSearchModal gracefully
...
The current close infrastructure modifies a prop which has
no real effect aside bugs.
In addition, calling the `NcModal.close()` as the primary way to
close the search modal instead of using the states defined in `GlobalSearch` view
causing re-open bugs (Modal cannot open, needs to click twice, and other weird stuff).
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-29 15:18:11 +07:00
fenn-cs
1534ba0c65
Fix date filter wording & improve search feedback
...
- Show loading when actually loading, instead of no content
- Change modified label to `Date` as it applies to a bunch of things.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-29 12:24:23 +07:00
fenn-cs
1c5ceaff9b
Unbold user names in SearchableList
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-29 11:35:31 +07:00
fenn-cs
1fe7ba57c8
Improve accesibility for search tags/chips
...
- Use stand font of filter tags/chips
- No bold
- Use close icon and no close thick
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-29 11:35:27 +07:00
Nextcloud bot
7791415322
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-29 00:20:25 +07:00
Côme Chilliet
51758117a7
Migrate database pending bigint conversions check to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-28 14:07:47 +07:00
Côme Chilliet
624f8f82ca
Merge pull request #41460 from nextcloud/feat/migrate-database-missing-checks
...
Migrate database missing checks
2023-11-28 14:06:19 +07:00
Nextcloud bot
79aa8bb64c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-28 00:26:21 +07:00
Côme Chilliet
1b547c7db8
Migrate missing primary key database check to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-27 15:23:52 +07:00
Côme Chilliet
ad88c04f2d
Migrate missing index database check to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-27 15:23:52 +07:00
Côme Chilliet
2cb1c0f2dc
Migrate missing column database check to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-27 15:23:52 +07:00
Nextcloud bot
010643394c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-27 00:22:59 +07:00
Nextcloud bot
371aa1bc5d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-26 00:23:38 +07:00
Nextcloud bot
28e0ccfed9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-25 00:25:54 +07:00
Julien Veyssier
bb3d7288dd
fix adding x-requested-with header for relative URLs when the base NC URL is empty
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-11-24 11:33:08 +07:00
Ferdinand Thiessen
4e8484608a
Merge pull request #41683 from nextcloud/fix/41677-ab_navigation_stops_on_2_elements_inside
...
Remove unneeded links and add `focus-visible` state on a link
2023-11-24 01:49:55 +07:00
Nextcloud bot
2ec9936b93
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-24 00:27:09 +07:00
julia.kirschenheuter
58d34f0f60
Remove unneeded links and add `focus-visible` state on a link
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-11-24 00:51:33 +07:00
Ferdinand Thiessen
a9c627cd91
Merge pull request #41687 from nextcloud/fix/unified-search-view
...
fix(core): Subscribe to navigation changes on mounted for Unified search
2023-11-23 21:27:41 +07:00
fenn-cs
8c6c0d1c85
Focus global search input on open
...
For better accesibility, the search input in the global search
modal should be focused when the search modal is opened.
Resolves: https://github.com/nextcloud/server/issues/41651
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-23 17:40:37 +07:00
fenn-cs
a67905a8c6
Add app-based filtering to global search
...
Emit search queries from the global search modal that would trigger
list filtering in various apps that support it.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-23 13:02:27 +07:00
Ferdinand Thiessen
fca05f4613
fix(core): Subscribe to navigation changes on mounted for Unified search
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-23 13:26:42 +07:00
Joas Schilling
aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-23 10:36:13 +07:00