Commit Graph

8 Commits

Author SHA1 Message Date
d9175721cc Apply suggestions from code review
Co-authored-by: delvh <dev.lh@web.de>
2020-06-14 16:30:46 +02:00
DieGurke
b49ae28260 Added creationDate variable in Contact & added pendingGroups query 2020-06-11 13:22:48 +02:00
c2775af8cf Use constants as query names, joined inheritance for contacts 2020-04-24 21:24:19 +02:00
delvh
0704f9a5c3 Contact conversion does not result in endless recursion anymore 2020-04-09 21:01:19 +02:00
delvh
4e385396ad fixes #129 - contacts are now sent as a part of the user
(if they were not already)...
Additionally renamed some methods named `...Id()` to `...ID()`
2020-04-06 22:55:27 +02:00
DieGurke
dd4ad91aa9 Implemented Groups on the database and implemented MSChange management 2020-04-02 20:41:05 +02:00
delvh
e6cf3af745 Restored compatability with envoy-common
additionally added NameChangeProcessor
2020-04-02 16:32:23 +02:00
DieGurke
1bedd5fb7f Updated database implementation
*Added a contact abstract class that serves as a superclass for user and
group
* Added a group class
* Updated persistenceManager to fit the new contact system.
* Updated all classes that used methods, that were updated.
2020-03-25 16:34:55 +01:00