59 Commits

Author SHA1 Message Date
d989e5c489
rename events 2023-03-09 13:29:46 +01:00
1792d10733
more events for the user resolver 2023-03-09 12:40:46 +01:00
0265834744
events for forgot password email and user info update 2023-03-09 12:40:46 +01:00
b14911d314
logout event 2023-03-09 12:40:45 +01:00
9493ed58d9
events for transactionLinkResolver 2023-03-07 21:38:17 +01:00
933e9168bc
events for contributionMessageResolver 2023-03-07 13:16:51 +01:00
ccccf75fa5
removed automatically included files 2023-03-07 12:33:45 +01:00
8399363f05
removed comments of already implemented event types 2023-03-07 12:33:45 +01:00
e3377652d4
fix redeem event, new events for contribution links, refactor contribution links resolver 2023-03-07 12:33:45 +01:00
630a37cc51
rename event CONTRIBUTION_CONFIRM to ADMIN_CONTRIBUTION_CONFIRM, clean Eventtypes enum 2023-03-07 12:29:59 +01:00
17992d75ef
separate events into their own file, some nameing conventions 2023-03-07 12:29:59 +01:00
d204e79cd5
rename eventProtocolType to eventType 2023-03-07 12:29:02 +01:00
08c379b46f
transform event data 2023-03-04 00:30:56 +01:00
41569ad0f1
refactor events - first step to get backend working 2023-02-18 01:08:06 +01:00
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