aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* fix header-elements being not shown correctlySimon L2024-01-111-0/+1
* fix(a11y): Aria-hide contacts menu icon imagesChristoph Wurst2024-01-111-2/+2
* Update UserMenu.vueJérôme Herbinet2024-01-111-1/+1
* enh(core): Refactor profile page to use vue componentsFerdinand Thiessen2024-01-102-318/+186
* enh(core): replaced previous native a element with NcButtonEduardo Morales2024-01-091-46/+24
* fix(core): enhanced contrast when UserMenuItem is focusedEduardo Morales2024-01-091-4/+4
* fix(a11y): Unified search headings the sequelChristopher Ng2023-12-211-2/+1
* fix: Adjust colors of app menu and dashboardFerdinand Thiessen2023-12-201-3/+5
* enh(UnifiedSearch): Keep the searchbar on top of the modalFerdinand Thiessen2023-12-181-128/+140
* Use display name instead of 'me' text.fenn-cs2023-12-141-1/+1
* fix(UnifiedSearch): Remove title prop from modalFerdinand Thiessen2023-12-131-1/+0
* Add authenicated user to person list for search filteringfenn-cs2023-12-122-3/+19
* Unified search: update people select with API callsfenn-cs2023-12-122-0/+6
* Rephrase unified search helper textfenn-cs2023-12-121-1/+1
* Rename "global search" to "unified search"fenn-cs2023-12-1214-1345/+1344
* fix(a11y): Unified search headingsChristopher Ng2023-12-071-3/+5
* Change global search UI text to unified searchfenn-cs2023-12-072-4/+4
* Correct semantics for link opening in global searchfenn-cs2023-12-061-6/+2
* fix(UnifiedSearch): Show translated text for filter labelFerdinand Thiessen2023-12-051-2/+1
* fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 onlyFerdinand Thiessen2023-12-031-5/+6
* fix(UnifiedSearch): Move headings out of list elementsFerdinand Thiessen2023-12-031-9/+6
* fix(core): app icon alignment in app menuGrigorii K. Shartsev2023-11-301-1/+4
* Merge pull request #41771 from nextcloud/always-emit-search-eventAndy Scherzinger2023-11-291-3/+2
|\
| * Always emit search eventfenn-cs2023-11-291-3/+2
* | Merge pull request #41855 from nextcloud/bugfix/41352/fix-settings-app-iconsJoas Schilling2023-11-291-0/+8
|\ \ | |/ |/|
| * Fix more active entry iconsJoas Schilling2023-11-291-0/+8
* | Migrate openResult method to SearchResult componentfenn-cs2023-11-292-6/+6
|/
* Handle close GlobalSearchModal gracefullyfenn-cs2023-11-292-3/+12
* Fix date filter wording & improve search feedbackfenn-cs2023-11-291-12/+14
* Unbold user names in SearchableListfenn-cs2023-11-291-0/+3
* Improve accesibility for search tags/chipsfenn-cs2023-11-291-7/+11
* fix adding x-requested-with header for relative URLs when the base NC URL is ...Julien Veyssier2023-11-241-2/+13
* Remove unneeded links and add `focus-visible` state on a linkjulia.kirschenheuter2023-11-241-24/+8
* Merge pull request #41687 from nextcloud/fix/unified-search-viewFerdinand Thiessen2023-11-231-2/+4
|\
| * fix(core): Subscribe to navigation changes on mounted for Unified searchFerdinand Thiessen2023-11-231-2/+4
* | Focus global search input on openfenn-cs2023-11-231-1/+14
* | Add app-based filtering to global searchfenn-cs2023-11-231-2/+24
|/
* Replace input form with `NcTextField`julia.kirschenheuter2023-11-222-64/+70
* Move search result section to component & hide thumbnail if errorfenn-cs2023-11-213-99/+172
* Round avatars when needed and show url-based mime iconsfenn-cs2023-11-211-9/+9
* Improve date-range logic for global searchfenn-cs2023-11-212-24/+29
* Correct spellingValdnet2023-11-151-2/+2
* Check in-app search availabilityfenn-cs2023-11-141-3/+4
* Improve no content feedbackfenn-cs2023-11-141-5/+17
* Global search : Fix basic functional issuesfenn-cs2023-11-143-17/+24
* Close participants filter after clickMarco2023-11-131-1/+3
* Use new SearchableList component for people filterfenn-cs2023-11-103-59/+63
* Create searchable list componentMarco2023-11-101-0/+149
* Feat: New UI global searchfenn-cs2023-11-106-0/+1076
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-0/+8