#2275: My2FASetupMenuBadge.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FASetupMenuBadge.kt Menu Badge Component, projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FASetupMenuBadge.kt (96 lines) 96 lines · 51 code · 36 comments · 9 blank
Source file: My2FASetupMenuBadge.kt - menu badge component in ProjectForge REST module.

Architecture Analysis

Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
67805f2fc1ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code).
4c04cfd652MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
0d183e5df7Migration stuff in progress...
77bade6dfbjavax.* -> jakarta.*
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
38bec971afThreadLocal -> Kotlin
cb605ebde82FA: WebAuthn is not experimental anymore. Now, at least one instead of two different 2FA should be configured by all users.
dbf4809248WIP: WebAuthn. 2FA rest stuff moved to own sub package.