vikunja/frontend/src/stores
kolaente e25ca7ab9a fix: don't re-login after logout when OIDC auto-redirect is enabled
Set the just-logged-out flag before navigating, and skip the intermediate
router.push to login when redirecting to the IdP — otherwise Login.vue's
onBeforeMount consumed the flag before the logout round-trip landed, so the
single-provider auto-redirect fired and logged the user straight back in.

redirectToProviderOnLogout now reports whether it navigated, so logout can fall through to the login page when there's no static logout URL.
2026-06-27 14:20:05 +00:00
..
auth.renewToken.test.ts fix(auth): dedupe and retry token refresh to prevent spurious logouts (#2948) 2026-06-21 18:22:30 +02:00
auth.ts fix: don't re-login after logout when OIDC auto-redirect is enabled 2026-06-27 14:20:05 +00:00
base.ts fix(ui): make code element background dark-mode aware and harden config store 2026-04-20 18:55:06 +00:00
config.test.ts feat(frontend): expose isAdmin on current user and add config feature check 2026-04-20 18:55:06 +00:00
config.ts fix(tasks): add labels sequentially when the backend db serializes writes 2026-06-19 14:19:19 +00:00
helper.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
kanban.test.ts test(kanban): cover moveTaskToBucket 2026-04-14 11:32:14 +00:00
kanban.ts refactor(frontend): replace for...in usages and forbid via lint rule 2026-04-15 11:44:47 +00:00
labels.test.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
labels.ts feat: remove flexsearch dependency and replace with simple string filtering (#2542) 2026-04-04 21:41:25 +02:00
projects.test.ts feat: remove flexsearch dependency and replace with simple string filtering (#2542) 2026-04-04 21:41:25 +02:00
projects.ts feat(projects): make duplicating shares opt-in (#2932) 2026-06-19 10:15:58 +02:00
tasks.test.ts fix(tasks): add labels sequentially when the backend db serializes writes 2026-06-19 14:19:19 +00:00
tasks.ts fix(tasks): add labels sequentially when the backend db serializes writes 2026-06-19 14:19:19 +00:00
timeTracking.test.ts feat(time-tracking): add the time-tracking store 2026-06-08 13:54:09 +00:00
timeTracking.ts feat(time-tracking): add the time-tracking store 2026-06-08 13:54:09 +00:00
viewFilters.test.ts feat(frontend): preserve Gantt date range when switching views (#2141) 2026-01-24 13:12:35 +01:00
viewFilters.ts feat(frontend): preserve Gantt date range when switching views (#2141) 2026-01-24 13:12:35 +01:00