aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components
Commit message (Expand)AuthorAgeFilesLines
...
* feat: Limit email input on auth pages to 255 charsfenn-cs2024-03-212-1/+13
* fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-101-1/+16
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-133-6/+6
* feat: rename users to account or personVincent Petry2024-02-132-4/+4
* fix(theming): The background is the primary color and must not be double inve...Ferdinand Thiessen2024-02-031-1/+0
* 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
* enh(core): replaced previous native a element with NcButtonEduardo Morales2024-01-091-46/+24
* fix: Adjust colors of app menu and dashboardFerdinand Thiessen2023-12-201-3/+5
* Unified search: update people select with API callsfenn-cs2023-12-121-0/+4
* Rename "global search" to "unified search"fenn-cs2023-12-126-364/+364
* Correct semantics for link opening in global searchfenn-cs2023-12-061-6/+2
* fix(core): app icon alignment in app menuGrigorii K. Shartsev2023-11-301-1/+4
* Migrate openResult method to SearchResult componentfenn-cs2023-11-291-1/+6
* Unbold user names in SearchableListfenn-cs2023-11-291-0/+3
* Improve accesibility for search tags/chipsfenn-cs2023-11-291-7/+11
* Remove unneeded links and add `focus-visible` state on a linkjulia.kirschenheuter2023-11-241-24/+8
* Move search result section to component & hide thumbnail if errorfenn-cs2023-11-212-1/+169
* Improve date-range logic for global searchfenn-cs2023-11-211-13/+18
* Correct spellingValdnet2023-11-151-2/+2
* Global search : Fix basic functional issuesfenn-cs2023-11-142-3/+3
* Close participants filter after clickMarco2023-11-131-1/+3
* Use new SearchableList component for people filterfenn-cs2023-11-102-9/+16
* Create searchable list componentMarco2023-11-101-0/+149
* Feat: New UI global searchfenn-cs2023-11-102-0/+170
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-0/+8
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-12/+36
* fix(a11y): Increase contrast of contacts menu actionsChristopher Ng2023-10-301-12/+1
* enh(a11y): Add separate profile entryChristopher Ng2023-10-261-0/+140
* Merge pull request #40994 from nextcloud/fix/37092/user-menu-validationFerdinand Thiessen2023-10-201-2/+2
|\
| * fix(core): do not assign all navigation entry properties as html attributesGrigorii K. Shartsev2023-10-191-2/+2
* | fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-201-1/+1
|/
* enh(a11y): Add label to app menu navChristopher Ng2023-10-161-1/+2
* refactor: Contacts menu to VueChristoph Wurst2023-10-161-0/+191
* chore: Migrate to new @nextcloud/vue APIChristopher Ng2023-08-293-4/+0
* Wrap long productName on login formfenn-cs2023-08-131-0/+1
* fix(core): Do not invert app menu text colorFerdinand Thiessen2023-06-191-1/+1
* Fix contrast for inactive elements of the main navigationjulia.kirschenheuter2023-06-051-1/+0
* Fix app menu flickerZetaTom2023-05-311-1/+0
* feat(login): Improve passwordless login boxFerdinand Thiessen2023-05-171-24/+33
* Use the color-primary-element* variablesSimon L2023-05-132-7/+7
* fix(AppMenu): On bright color theme the app icons in the overflow menu must b...Ferdinand Thiessen2023-05-031-4/+10
* fix: wrong redirect when skipping recommended appsDaniel Kesselberg2023-04-231-8/+3
* More honest reset password request responseJosh Richards2023-04-131-3/+1
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-235-10/+10
* feat: Add notes as recommended appJulius Härtl2023-03-021-0/+4
* Add focus border for search resultsChristopher Ng2023-02-231-5/+4
* Port user menu to VueChristopher Ng2023-02-092-34/+117
* Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-181-238/+0
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-7/+12