diff -r 5e36330f954b -r a07662e829c0 src/main/kotlin/de/uapcore/lightpit/Constants.kt --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt Tue Jun 23 13:06:07 2026 +0200 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt Tue Jun 23 14:30:10 2026 +0200 @@ -29,7 +29,7 @@ /** * A date in yyyy-mm-dd format to identify the release. */ - const val VERSION_DATE = "2026-06-11" + const val VERSION_DATE = "2026-06-23" /** * The path where the JSP files reside. @@ -116,4 +116,9 @@ * Key for the current timezone selection within the session. */ const val SESSION_ATTR_TIMEZONE = "timezone" + + /** + * Key for the session attribute that controls whether all projects are shown in the navmenu. + */ + const val SESSION_ATTR_SHOW_ALL_PROJECTS = "show_all_projects" }