#817: SystemStatus.kt
projectforge-business/src/main/kotlin/org/projectforge/SystemStatus.kt System Status, projectforge-business/src/main/kotlin/org/projectforge/SystemStatus.kt 92 lines · 54 code · 25 comments · 13 blank
Represents the operational status of ProjectForge. Tracks uptime, database connectivity, memory usage, and active user count.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
77bade6df javax.* -> jakarta.*
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
419e8e8c1 WIP: 2FA protection for functions in PF.
d3474ad6d Wicket.CallAllPages fixed (SetupPage)
5f7ef41b8 Copyright 2021 -> 2022
0ab100d21 Configuration refactored (GlobalConfiguration not needed anymore). SEPA export should now erease unprintable chars.
ceb63e8a1 Source code header: (C) 2001-2021.
4f5a06d6f AppVersion removed. Git information added to ProjectForgeVersion.
5955e0edd Logo bug fixed.
212f7453e SystemStatus.isDevelopmentMode() as static function added.
6c67f4f91 MenuItemDefId supports now url. MenuCreator simplified, ...
7c79f1922 Copyright of source header -> 2020.
778f35a0b SystemStatus.upAndRunning is now set by ProjectForgeApp. Needed by CalendarAboServlet.
60306de48 Startup of ProjectForge and initialization changed. SystemStatus introduced.