#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
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
67805f2fc1 | ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code). |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
38bec971af | ThreadLocal -> Kotlin |
39d0a2db7f | UIButtons will now be created by UIButton class to have same button styles. ExpiringSessionAttributes refreshes now attributes on usage. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
02e96d3ea0 | fix response action url |
37613fb19c | UILength. |
6a07d954d4 | WIP: SendTextMessagePageRest. |
94f4c8b85e | React version of TextMessaging page started. |