EN · DE · RU · FR · ES

#2074: ChangePasswordPageRest.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/ChangePasswordPageRest.kt Kotlin Source, projectforge-rest/src/main/kotlin/org/projectforge/rest/ChangePasswordPageRest.kt 190 lines · 147 code · 28 comments · 15 blank
Implements REST API functionality for the ProjectForge application.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
a73905c14 Fix typos in projectforge*/ directories Found via codespell See c3b0602a893
3aeda5ef5 Big change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK).
67805f2fc ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code).