#2089: SendTextMessagePageRest.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/SendTextMessagePageRest.kt REST Controller, projectforge-rest/src/main/kotlin/org/projectforge/rest/SendTextMessagePageRest.kt (118 lines) 118 lines · 81 code · 22 comments · 15 blank
Source file: SendTextMessagePageRest.kt - rest controller 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).
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
38bec971afThreadLocal -> Kotlin
39d0a2db7fUIButtons will now be created by UIButton class to have same button styles. ExpiringSessionAttributes refreshes now attributes on usage.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
02e96d3ea0fix response action url
37613fb19cUILength.
6a07d954d4WIP: SendTextMessagePageRest.
94f4c8b85eReact version of TextMessaging page started.