#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
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
67805f2fc1 | ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code). |
4c04cfd652 | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
0d183e5df7 | Migration stuff in progress... |
77bade6dfb | javax.* -> jakarta.* |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
38bec971af | ThreadLocal -> Kotlin |
cb605ebde8 | 2FA: WebAuthn is not experimental anymore. Now, at least one instead of two different 2FA should be configured by all users. |
dbf4809248 | WIP: WebAuthn. 2FA rest stuff moved to own sub package. |