aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components
Commit message (Expand)AuthorAgeFilesLines
* fix(UnifiedSearch): Restore normal dialog sizefenn-cs2024-09-021-1/+3
* fix(UnifiedSearch): Focus search input on openfenn-cs2024-08-201-3/+10
* fix(AppMenu): Prevent menu entries from jumping on hoverFerdinand Thiessen2024-08-142-28/+34
* fix: Make focussed app menu entry wider to see full nameFerdinand Thiessen2024-08-082-3/+43
* fix: Make app menu overflow entries vertically alignedFix/app-menu-overflowFerdinand Thiessen2024-08-071-2/+3
* fix: Ensure app overflow menu is rendered centeredFerdinand Thiessen2024-08-072-43/+46
* feat(core): add selection for recommended appsSanskar Soni2024-08-061-17/+30
* fix(user_status): Adjust AccountMenu entry for user statusFerdinand Thiessen2024-08-061-3/+3
* fix(core): Migrate UserMenu / AccountMenu to NcListItemFerdinand Thiessen2024-08-063-78/+69
* fix(core): app menu notification should be in the top rightskjnldsv2024-08-011-2/+3
* fix(core): do not show unread notification on app menu hoverskjnldsv2024-07-312-1/+6
* fix(core): app menu label position and animationskjnldsv2024-07-311-12/+17
* 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