aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components
Commit message (Expand)AuthorAgeFilesLines
* refactor: Fix some linting issues in frontend codeFerdinand Thiessen2024-07-191-2/+4
* refactor(core): Split app menu into componentsFerdinand Thiessen2024-07-103-205/+261
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-092-2/+2
* fix(UnifiedSearch): Implement design comments and focus input on openFerdinand Thiessen2024-06-271-18/+54
* feat: Add in-app searchMarco Ambrosini2024-06-272-0/+889
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* fix(login): Prevent submitting the login form multiple timesMarcel Müller2024-06-061-1/+7
* fix(login): Disable login button when already logging inMarcel Müller2024-06-061-0/+1
* fix: Adjust dashboard and header menu to use new background colorsFerdinand Thiessen2024-05-211-7/+7
* feat(login-mask): remove `Login with` from labelSimon L.2024-05-211-2/+2
* chore(core): Change "username" to "account name"Christopher Ng2024-05-171-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-1322-293/+67
* fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-04-291-1/+5
* fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-161-110/+24
* feat: Deprecate `OC.dialogs.prompt` an replace with Vue implementationFerdinand Thiessen2024-04-101-0/+107
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-253-7/+128
* 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