TeamEventService.javaTeamEventService@Deprecated
| Commit | What changed |
|---|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
61966790f6 | Ical4j: migration stuff... |
3aeda5ef5a | 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). |
1135ccbca9 | Persistence: functions renamed: *NewTrans -> *InTrans |
b095e6f7d1 | !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run. |
4c04cfd652 | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
32f634b88f | Optimize imports |
aab28d48a3 | TeamEvent.java -> ICalendarEvent as Kotlin interface. |
dd5ca38acd | CopyRight of all java file-header updated or created. |
d9e217bcd8 | PROJECTFORGE-2758: - Finish first version of ICalHandler - Remove usage of TeamCalServiceImpl - Implement first test for ICalHandler |
30490cd940 | PROJECTFORGE-3159: - Fix uid handling in iCal Drag & Drop - Add undelete to iCal Drag & Drop and Rest interface |
e18c5f8fe5 | PROJECTFORGE-3159: - change unique constraint for uid of calendar events, new constraint is calender_fk and uid - add DatabaseCoreUpdate method - improve handling of attendees and organizer |
5b48aee429 | PROJECTFORGE-3159: - Extend Database for event attendies and event ownership - Refactor TeamEventDAORest - Multiple Bugfixes - Add attendee information extraction to ical import - Add merge of attendee information - Rework sending mails for events (wip) |
073b8c5c5e | PROJECTFORGE-3159: - further refactoring event mail stuff |
481fb5528e | PROJECTFORGE-2748 Fix CalDAV recurrence bug, TeamCal and TeamEventService has to be refactored more |
84e21642b9 | Fix team event response bug |
62e7186024 | PROJECTFORGE-2676 Doing updates and sending email after updates |
1cacf4b870 | PROJECTFORGE-2675 Add and modify attendies |
221866aff5 | PROJECTFORGE-2302 Fix QS findings |
e89ced3866 | PROJECTFORGE-2394 Add new response servlet, some refactorings |
438b8e4644 | PROJECTFORGE-2304 Add user, if email match |
fe848cc862 | PROJECTFORGE-2304 Add attendee to team event, PROJECTFORGE-2301 Mail information to attendees |