aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Fix inaccessible content on public pages due to overlapping footerChristopher Ng2024-09-061-0/+26
* fix: csrf check failed on public share with passwordLuka Trovic2024-08-263-18/+19
* fix: csrf check failed on public share with passwordLuka Trovic2024-08-262-0/+18
* fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-06-072-1/+6
* fix(core): remove unwanted unsupported browser importJohn Molakvoæ2024-06-041-2/+0
* fix(core): unsupported browser `getRootUrl` importJohn Molakvoæ2024-06-041-1/+4
* fix(core): unsupported browser redirect urlJohn Molakvoæ (skjnldsv)2024-06-041-1/+11
* Merge pull request #45289 from nextcloud/backport/44218/stable28Josh2024-05-283-1/+47
|\
| * feat: Limit email input on auth pages to 255 charsfenn-cs2024-05-283-1/+47
* | fix(contactsmenu): empty content marginRichard Steinmetz2024-05-261-0/+4
|/
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-171-3/+5
* feat(files): restore unified search filtering in files viewfenn-cs2024-03-151-1/+9
* chore: update logincontroller testsEduardo Morales2024-03-111-1/+1
* fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-112-0/+17
* stop the auto-logout loop after redirecting to the logoutJulien Veyssier2024-02-211-2/+5
* fix(theming): The background is the primary color and must not be double inve...Ferdinand Thiessen2024-02-071-1/+0
* 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-202-318/+186
* enh(a11y): improved contrast on user menuEduardo Morales2024-01-171-9/+5
* fix(a11y): Aria-hide contacts menu icon imagesChristoph Wurst2024-01-121-2/+2
* fix header-elements being not shown correctlySimon L2024-01-111-0/+1
* Update UserMenu.vueJérôme Herbinet2024-01-111-1/+1
* 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
* Use display name instead of 'me' text.fenn-cs2023-12-261-1/+1
* Add authenicated user to person list for search filteringfenn-cs2023-12-262-3/+19
* Unified search: update people select with API callsfenn-cs2023-12-262-0/+6
* Rephrase unified search helper textfenn-cs2023-12-261-1/+1
* Rename "global search" to "unified search"fenn-cs2023-12-2214-1346/+1344
* fix: Adjust colors of app menu and dashboardFerdinand Thiessen2023-12-201-3/+5
* 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
* Correct semantics for link opening in global searchfenn-cs2023-12-061-6/+2
* 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
* Merge pull request #41932 from nextcloud/backport/41923/stable28Ferdinand Thiessen2023-11-301-1/+4
|\
| * fix(core): app icon alignment in app menuGrigorii K. Shartsev2023-11-301-1/+4
* | Migrate openResult method to SearchResult componentfenn-cs2023-11-302-6/+6
* | Fix date filter wording & improve search feedbackfenn-cs2023-11-301-12/+14
* | Unbold user names in SearchableListfenn-cs2023-11-301-0/+3
* | Improve accesibility for search tags/chipsfenn-cs2023-11-301-7/+11
* | 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 adding x-requested-with header for relative URLs when the base NC URL is ...Julien Veyssier2023-11-271-2/+13
* Remove unneeded links and add `focus-visible` state on a linkjulia.kirschenheuter2023-11-241-24/+8
* fix(core): Subscribe to navigation changes on mounted for Unified searchFerdinand Thiessen2023-11-231-2/+4