| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
0237d5eba9 | Json serialization refactored: IdOnlySerializer and IdsOnlySerializer introduced. |
184f154a5f | Migration stuff in progress... |
1e18ea2681 | ehcache removed :-( |
f31e8064ea | Migration stuff in progress... |
4d58829ccd | UserPrefCache and UserXmlPreferencesCache refactored. |
d6ad9ea383 | Migration stuff in progress... |
66ec668f6f | Migration stuff in progress... |
c8f8ed9357 | Declared all entities as FetchType.LAZY (was EAGER). |
fa194d7f87 | Migration stuff in progress... |
384da53dec | Migration stuff in progress... |
f7f5ad4d36 | UserPrefDao -> Kotlin. |
4c04cfd652 | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
f5c09f87f4 | Migration stuff in progress... |
b7b459e739 | Migration stuff in progress... |
e33c8b9c20 | Migration stuff in progress... |
c04fb0d51c | Migration stuff in progress... |
06828f4908 | Migration stuff in progress... |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
c0f2b9de04 | Tenants functionality removed everywhere (untested). |
ceb63e8a1b | Source code header: (C) 2001-2021. |
37f63ebe1d | Don't try to log UserAccessEntries without user. |
7c79f1922c | Copyright of source header -> 2020. |
fe5a7c9828 | Heavy WIP: NamedQueries everywhere... Plugin crm removed. |
510e8d7969 | Heavy WIP: NamedQueries everywhere... |
ceda5c6b34 | @NamedQueries started (see ConfigurationDao and UserPrefDao), and hibernate find statements with deprecated ? params will be replaced by getSession().createQuery(String, Class), see BaseDao. |
73c8c42e63 | UserPref: handle deserialization errors (e. g. for incompatible ProjectForge versions). |
fadbfeb2c4 | WIP: MagicFilter, currentFilter, favorites, UserPrefCache/Dao... |
902b962aa9 | BookDO.task removed. Flyway scripts for altering table t_book and t_user_pref. |
940b236bbd | WIP: UserPrefDao and CalendarFavorites... |
3ffa43bd03 | Json: Support of Timestamp, UserPrefDO.name is nullable. |
a7bc98bddb | Json serialization: UtilDateConverter re-used for ToString, Rest and UserPrefDao. WIP: UserPrefCache... |
b152ae229c | WIP: UserPrefs... |
31f0b32b5f | WIP: UserPrefs... |
747bfa24cf | WIP: UserPrefCache: support of json serialízation and deserialization. |
cbdc3c014f | WIP: UserPref: support of json serialízation and deserialization. |
a9031caefe | UserPrefDO.java -> UserPrefDO.kt, field value added and area is now deprecated. |