aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* 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-062-4/+5
* fix(core): Migrate UserMenu / AccountMenu to NcListItemFerdinand Thiessen2024-08-065-337/+307
* 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
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-251-1/+1
* refactor: Fix some linting issues in frontend codeFerdinand Thiessen2024-07-191-2/+4
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-1/+1
* refactor(core): Split app menu into componentsFerdinand Thiessen2024-07-103-205/+261
* chore: Make active apps initial state consistent with OCS APIFerdinand Thiessen2024-07-101-0/+30
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-0914-29/+30
* refactor(core): Make AJAX cron script work without jQueryFerdinand Thiessen2024-06-281-0/+18
* fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-0/+6
* fix(unified-search): Also show local search on apps managementFerdinand Thiessen2024-06-271-1/+1
* fix: Open unified search by pressing `ctrl + F`Ferdinand Thiessen2024-06-271-1/+24
* refactor(styles): Make padding not a magic valueFerdinand Thiessen2024-06-271-2/+0
* fix(UnifiedSearch): Implement design comments and focus input on openFerdinand Thiessen2024-06-271-18/+54
* feat: Add in-app searchMarco Ambrosini2024-06-275-230/+532
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* fix: Adjust icon generation to bring back themed iconsFerdinand Thiessen2024-06-171-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(core): unsupported browser `getRootUrl` importJohn Molakvoæ2024-06-011-3/+4
* fix(core): unsupported browser redirect urlJohn Molakvoæ (skjnldsv)2024-06-011-1/+11
* chore: Add SPDX headerAndy Scherzinger2024-05-271-20/+2
* fix: Adjust dashboard and header menu to use new background colorsFerdinand Thiessen2024-05-214-11/+18
* Merge pull request #45406 from nextcloud/fix/contactsmenu/empty-content-marginPytal2024-05-211-0/+4
|\
| * fix(contactsmenu): empty content marginRichard Steinmetz2024-05-201-0/+4
* | 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-13123-2299/+303
* fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-04-292-1/+6
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-171-4/+6
* fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-164-156/+83
* feat: Deprecate `OC.dialogs` and replace generic dialogs with `@nextcloud/dia...Ferdinand Thiessen2024-04-101-128/+131
* feat: Deprecate `OC.dialogs.prompt` an replace with Vue implementationFerdinand Thiessen2024-04-102-61/+125
* fix: Add deprecation to `OC.dialogs.fileexists`Ferdinand Thiessen2024-04-091-0/+2
* fix(oc-dialog): Get rid of the overlayJEEEEEEEEEEEEEEEEEEEEEED2024-04-082-3/+3
* fix: csrf check failed on public share with passwordLuka Trovic2024-03-293-18/+19
* fix: csrf check failed on public share with passwordLuka Trovic2024-03-292-0/+18
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-253-7/+128
* Merge pull request #44368 from nextcloud/feat/new-file-menu-icon-svgPytal2024-03-211-1/+8
|\
| * feat: Add new icon-filetype-text and icon-add-folder-descriptionChristopher Ng2024-03-201-1/+8
* | feat: Limit email input on auth pages to 255 charsfenn-cs2024-03-213-1/+49
|/
* feat: Reword login form disabled warning #37949Julian-Samuel Gebühr2024-03-171-4/+4
* fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-102-1/+18