aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Redirect user to login if session is terminatedFerdinand Thiessen3 days1-6/+53
* fix(recommended-apps): Typo "screen sharing" vs "screensharing"Ferdinand Thiessen2024-11-191-1/+1
* fix(core): Do not use `v-html` for translation outputFerdinand Thiessen2024-11-191-1/+1
* refactor(styles): Adjust code style in SCSS sources to match our stylelint co...Ferdinand Thiessen2024-11-197-82/+100
* chore(profile): move profile app from core to appsskjnldsv2024-11-143-541/+0
* Fix(core): fix app menu alignment in RTL mode.Faisal Alghamdi2024-11-091-0/+6
* feat(core): offer clipboard fallback for non-secure environmentsskjnldsv2024-11-082-0/+49
* fix(unified-search): Close on second ctrl+fFerdinand Thiessen2024-10-231-4/+7
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-165-10/+14
* chore(sass): migrate from deprecated mixed declsGrigorii K. Shartsev2024-10-141-3/+4
* chore: Add text file icon classChristopher Ng2024-10-091-0/+4
* fix: Vue app namesLouis Chemineau2024-10-092-0/+2
* chore: Move legacy dialogs template from files to core until we can remove itFerdinand Thiessen2024-09-201-1/+1
* chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-208-14/+19
* fix(core): profile design and pronouns supportfieat/profile-pronouncesJohn Molakvoæ (skjnldsv)2024-09-181-6/+19
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+2
* fix: Fix inaccessible content on public pages due to overlapping footerChristopher Ng2024-09-051-0/+26
* feat: Implement Vue UI for public page menuFerdinand Thiessen2024-09-037-0/+408
* fix(UnifiedSearch): Restore normal dialog sizefenn-cs2024-08-301-1/+3
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-298-18/+12
* fix: Adjust some minor styles issuesFerdinand Thiessen2024-08-292-36/+2
* Fix: float and clearMostafa Ahangarha2024-08-291-1/+1
* Fix: shorthand paddings and marginsMostafa Ahangarha2024-08-291-1/+2
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-2912-20/+58
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-263-21/+17
* fix(UnifiedSearch): Focus search input on openfenn-cs2024-08-191-3/+10
* fix(AppMenu): Prevent menu entries from jumping on hoverFerdinand Thiessen2024-08-142-28/+34
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p...Ferdinand Thiessen2024-08-136-13/+12
* 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