aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/views
Commit message (Expand)AuthorAgeFilesLines
* feat(files): restore unified search filtering in files viewfenn-cs2024-03-151-1/+9
* fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-111-0/+2
* fix(user_status): Migrate to NcUserStatusIconChristopher Ng2024-02-021-4/+2
* enh(UnifiedSearch): Keep the searchbar on top of the modalFerdinand Thiessen2024-02-011-128/+140
* fix(a11y): Unified search headings the sequelChristopher Ng2024-01-221-2/+1
* enh(core): Refactor profile page to use vue componentsFerdinand Thiessen2024-01-201-300/+182
* enh(a11y): improved contrast on user menuEduardo Morales2024-01-171-9/+5
* Update UserMenu.vueJérôme Herbinet2024-01-111-1/+1
* fix(core): enhanced contrast when UserMenuItem is focusedEduardo Morales2024-01-091-4/+4
* Add authenicated user to person list for search filteringfenn-cs2023-12-261-3/+3
* Unified search: update people select with API callsfenn-cs2023-12-261-0/+2
* Rephrase unified search helper textfenn-cs2023-12-261-1/+1
* Rename "global search" to "unified search"fenn-cs2023-12-224-930/+928
* fix(a11y): Unified search headingsChristopher Ng2023-12-141-3/+5
* fix(UnifiedSearch): Remove title prop from modalFerdinand Thiessen2023-12-141-1/+0
* Change global search UI text to unified searchfenn-cs2023-12-072-4/+4
* fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 onlyFerdinand Thiessen2023-12-051-5/+6
* fix(UnifiedSearch): Move headings out of list elementsFerdinand Thiessen2023-12-051-9/+6
* Migrate openResult method to SearchResult componentfenn-cs2023-11-301-5/+0
* Fix date filter wording & improve search feedbackfenn-cs2023-11-301-12/+14
* Handle close GlobalSearchModal gracefullyfenn-cs2023-11-302-3/+12
* Always emit search eventfenn-cs2023-11-301-3/+2
* Fix more active entry iconsJoas Schilling2023-11-301-0/+8
* 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-211-98/+3
* Round avatars when needed and show url-based mime iconsfenn-cs2023-11-211-9/+9
* Improve date-range logic for global searchfenn-cs2023-11-211-11/+11
* 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-141-14/+21
* Use new SearchableList component for people filterfenn-cs2023-11-101-50/+47
* Feat: New UI global searchfenn-cs2023-11-102-0/+744
* Fix styles for input fields on focus statejulia.kirschenheuter2023-11-062-2/+19
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-10/+7
* fix: Settings nav entries typingChristopher Ng2023-10-261-1/+1
* enh(a11y): Add separate profile entryChristopher Ng2023-10-261-2/+10
* Merge pull request #40994 from nextcloud/fix/37092/user-menu-validationFerdinand Thiessen2023-10-201-2/+20
|\
| * fix(core): do not assign all navigation entry properties as html attributesGrigorii K. Shartsev2023-10-191-2/+20
* | Fix placement of actions within unified searchjulia.kirschenheuter2023-10-191-1/+1
|/
* Shortcut Ctrl+F for different keyboard layoutsAndrii Ilkiv2023-10-191-1/+1
* Fix width of input on contacts menujulia.kirschenheuter2023-10-181-1/+0
* enh(a11y): Add avatar descriptionChristopher Ng2023-10-161-5/+79
* enh(a11y): Add accessible user menu semanticsChristopher Ng2023-10-161-71/+64
* Merge pull request #40749 from nextcloud/refactor/contacts-menu-to-vueChristoph Wurst2023-10-161-113/+113
|\
| * refactor: Contacts menu to VueChristoph Wurst2023-10-161-113/+113
* | fix(search): Close unified search at the second ctrl+fChristoph Wurst2023-10-161-0/+3
|/
* fix: content info footer on guest pagesRichard Steinmetz2023-09-191-27/+1