aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* fix: update request token on two-factor pagesfix/two-factor-request-tokenRichard Steinmetz2025-06-231-0/+25
* fix: reload login page after password resetSebastianKrupinski2025-06-191-2/+3
* fix(core): getRequestToken import typoskjnldsv2025-06-171-2/+2
* chore(core): fix typo in session heartbeat servicechore/typoFerdinand Thiessen2025-06-161-4/+4
* fix: the core config is not loaded on error pagesFerdinand Thiessen2025-06-162-6/+7
* test(core): migrate session heartbeat testsFerdinand Thiessen2025-06-161-0/+123
* refactor(OC): restructure session heartbeat code - use types and human readin...Ferdinand Thiessen2025-06-161-109/+98
* refactor(OC): migrate session heart beat to TypescriptFerdinand Thiessen2025-06-162-1/+1
* fix(OC): validate request token and move logic to one placeFerdinand Thiessen2025-06-166-73/+184
* refactor(OC): migrate request token handling to TypescriptFerdinand Thiessen2025-06-167-6/+6
* fix(files_sharing): public user menu semanticskjnldsv2025-06-111-7/+10
* feat(files_sharing): show Account menu on public pagesskjnldsv2025-06-115-6/+163
* fix(core): bring back Account menu loading indicatorskjnldsv2025-06-111-11/+20
* fix(core): correctly show displayname when picking a fileFerdinand Thiessen2025-06-051-3/+3
* fix: recommended apps button testFerdinand Thiessen2025-05-281-5/+4
* fix(unified_search): Reset result limit for new search requestsfix/unified-search-filter-reset-on-load-morenfebe2025-05-161-0/+7
* fix(unified_search): Maintain non-provider filters when loading more resultsnfebe2025-05-161-34/+26
* chore(cypress): add setup testsfeat/setup-checksskjnldsv2025-05-091-2/+4
* chore: migrate types to `@simplewebauthn/browser` (changes package layout)Ferdinand Thiessen2025-04-181-1/+1
* fix(login): Improve CSRF error message for better user understandingenh/no-issue/better-error-for-login-csrfnfebe2025-03-251-2/+2
* fix(core): adjust fronend code for changes in webauthn libraryFerdinand Thiessen2025-03-192-5/+11
* fix(login): simplify code and use consistent layoutFerdinand Thiessen2025-03-184-175/+137
* Merge pull request #51418 from nextcloud/fix/unified-search-barFerdinand Thiessen2025-03-181-4/+4
|\
| * fix(unified-search): do not overlap search with buttonFerdinand Thiessen2025-03-121-4/+4
* | fix(core): setup fieldset spacingskjnldsv2025-03-131-2/+2
* | feat(core): add setup cypress testsskjnldsv2025-03-134-48/+451
* | feat(core): migrate setup to vueskjnldsv2025-03-133-156/+469
|/
* fix(l10n): remove unnecessary spaceValdnet2025-02-281-1/+1
* fix: wipe local storages on log outMaksim Sukharev2025-02-242-7/+22
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-2026-80/+84
* fix(login): only show error state on login box if user interactedFerdinand Thiessen2025-02-171-0/+5
* fix(unified-search): filteredProviders now inherits all provider propsnfebe2025-02-031-6/+6
* fix: Use `searchFrom` property for client side pluginsfix/noid/fix-unified-search-provider-idnfebe2025-01-303-13/+17
* fix: unified search provider idSebastianKrupinski2025-01-301-1/+1
* fix(unified-search): Prevent multiple file picker triggers in in-folder searchfix/load-more-than-5-items-in-folder-filternfebe2025-01-291-1/+6
* refactor: Drop deprecated use of defineStorenfebe2025-01-291-3/+1
* fix(unified-search): Use appId for searchingnfebe2025-01-291-2/+8
* fix(unifiedsearch): Simplify and correct thumbnail stylesFerdinand Thiessen2025-01-271-61/+48
* fix(UnifiedSearch): request data only when opening modalMaksim Sukharev2025-01-181-12/+13
* chore: Resolve ESLint warningsFerdinand Thiessen2025-01-161-6/+5
* feat: Adapt providers `disabled` property to match user applied filtersnfebe2025-01-131-6/+19
* feat(contacts-menu): implement custom javascript hook actionfeat/contacts-menu/js-hook-actionRichard Steinmetz2025-01-091-2/+25
* fix: Redirect user to login if session is terminatedFerdinand Thiessen2024-12-191-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