45 Commits

Author SHA1 Message Date
d0ff8ffb2c
diferentiate between saving and not saving event 2023-02-14 15:50:25 +01:00
9101c3f74d
save moderator & user_id for EVENT_ADMIN_CONTRIBUTION_DENY 2023-02-14 15:39:41 +01:00
20509b8a11
remove basic event 2023-02-13 13:34:21 +01:00
8424417cde
removed todos, separated events 2023-02-13 12:14:00 +01:00
fb84abeb83
save some space 2023-02-10 03:57:11 +01:00
362226a94f
completely dismiss class based approach, use EVENT function 2023-02-10 03:44:34 +01:00
f9b6b887e0
things are working properly 2023-02-10 03:37:48 +01:00
2ac133c41a
rework - initial work 2023-02-10 02:06:39 +01:00
mahula
0b1d6b5237 add deying to events and event protocol 2023-02-07 21:56:32 +01:00
mahula
2fc2ecf5af WIP add elements to get contribution denying working in backend 2023-02-07 21:46:44 +01:00
5a78228af3
remove EVENT_PROTOCOL_DISABLED from backend & bare_metal deployment 2023-02-07 00:16:53 +01:00
7288bfc7dc
properly use logger 2023-02-02 04:20:36 +01:00
ab2535abea
simplify writeEvent 2023-02-02 03:55:47 +01:00
214fbe0a5c
remove unused constructor 2023-02-02 03:55:01 +01:00
Moriz Wahl
d7c2e1ece5 comment unused code to raise coverage 2023-01-25 16:29:37 +01:00
joseji
088e30daae added admin events for contributions 2022-10-07 12:36:31 +02:00
joseji
34b6e0d48f added new events 2022-10-07 12:32:00 +02:00
joseji
ad174e6e0a corrections 2022-10-07 12:09:09 +02:00
joseji
3eae1f60b2 applied propper conventions and fixed code duplication 2022-10-04 21:18:00 +02:00
joseji
4853eea32a fixed wrong non mandatory attributes 2022-10-04 20:33:22 +02:00
joseji
7a21ec12e0 message changed for messageId and some small problems solved 2022-10-04 19:26:05 +02:00
joseji
f05c31f69b removed duplicated code 2022-09-29 12:32:43 +02:00
joseji
7061718c1f all conversations solved 2022-09-29 12:20:08 +02:00
joseji
ce280f6320 some conversations solved 2022-09-29 11:53:32 +02:00
joseji
e97aac759f typo camel case in 'send multiregistration email event' 2022-09-26 23:00:33 +02:00
joseji
91b363e61c fixed conflicts 2022-09-26 22:53:57 +02:00
joseji
c8a2d899b8 all stated according to the events table 2022-09-26 22:41:33 +02:00
joseji
329e6f0893 removed unnecesary previously included parameter 'message' on events 2022-09-26 22:29:48 +02:00
joseji
49378c64e2 new events fully implemented 2022-09-26 22:17:07 +02:00
joseji
744c961c0b fixed tests with new log message 2022-09-23 19:33:54 +02:00
joseji
79f7ebce57 updated event working, deletion is not working properly (deeper than the event itself) 2022-09-22 17:35:41 +02:00
Claus-Peter Hübner
228451574d adapt backend on database migration of UserContacts 2022-08-26 02:28:04 +02:00
Claus-Peter Hübner
e9b8691b38 turned around the logic 2022-07-18 23:53:59 +02:00
Claus-Peter Hübner
9af614d437 invert default setting of EVENT_PROTOCOL_ENABLED 2022-07-15 00:37:07 +02:00
Claus-Peter Hübner
14619384a4 remove comments 2022-07-13 18:52:11 +02:00
Claus-Peter Hübner
46e2473a88 remove EventEmitter from events-modul and replace it with
writeEvent-Methode
2022-07-07 01:48:33 +02:00
Claus-Peter Hübner
127faf45cd Merge remote-tracking branch 'origin/master' into
1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol

linting
2022-07-06 03:04:11 +02:00
Claus-Peter Hübner
314e211a4f modify EventEmitter to new Eventtype specific handling 2022-07-06 02:30:52 +02:00
Claus-Peter Hübner
3f706dc5f0 add EventType specific handling 2022-07-06 02:30:04 +02:00
Moriz Wahl
d9034b1bdb changes after session with claus peter 2022-07-01 17:20:26 +02:00
Claus-Peter Hübner
7f5995d2fa add enable-check to EventProtocol configurable as CONFIG-Property 2022-07-01 00:40:10 +02:00
Claus-Peter Hübner
38fcb0e9cf next try writing event_protocol 2022-06-30 01:28:27 +02:00
Claus-Peter Hübner
1d02795562 rework EventProtocol 2022-06-29 02:06:44 +02:00
Claus-Peter Hübner
1edea38fbb move EventProtocolType in event package 2022-06-29 02:06:16 +02:00
Claus-Peter Hübner
522233913e define EventEmitter with an EventHandler for each EventProtocolType 2022-06-28 04:08:25 +02:00