1468 Commits

Author SHA1 Message Date
Moriz Wahl
3e660fcfa9
Merge branch 'master' into deploy-seed-in-backend 2022-04-20 12:59:45 +02:00
Moriz Wahl
324de93814 update/remove comments 2022-04-20 12:51:34 +02:00
Moriz Wahl
6691be813f decontruct input 2022-04-20 12:44:21 +02:00
Moriz Wahl
1b3217a212
Merge branch 'master' into deploy-seed-in-backend 2022-04-20 08:34:51 +02:00
Moriz Wahl
081e4d7949 add descrition for seed 2022-04-20 08:34:24 +02:00
Moriz Wahl
15b37c4937 rename README 2022-04-20 08:16:39 +02:00
Moriz Wahl
1b0f53ca64
Merge branch 'master' into refactor-balance-model 2022-04-19 11:10:24 +02:00
Wolfgang Huß
d0215f2885
Update backend/src/mailer/text/transactionReceived.ts
- Follow Ulf's suggestion.

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-19 10:03:56 +02:00
Moriz Wahl
6db9586fb8 add README 2022-04-19 08:55:51 +02:00
Moriz Wahl
6d2033abd2 no interface 2022-04-19 08:36:38 +02:00
Wolfgang Huß
8205e88b2f Comply Ulf's suggestions 2022-04-14 14:19:40 +02:00
Wolfgang Huß
ad0f3a8be4 Add test for existence of e-mail link to overview page 2022-04-13 10:36:39 +02:00
Wolfgang Huß
f94dc967c0 Merge branch 'master' of github.com:gradido/gradido into 1734-emails-get-wallet-link
# Conflicts:
#	backend/src/graphql/resolver/TransactionResolver.ts
2022-04-13 10:26:49 +02:00
Moriz Wahl
55ff0ee964 add roundedDecay field to Decay Model. This is used to calibrate the decay since the last transaction 2022-04-12 22:52:51 +02:00
Moriz Wahl
0bcf2cbd8c use interface for decay constructor 2022-04-12 21:43:18 +02:00
Moriz Wahl
a6e7036339 remove unused fields from balance model 2022-04-12 21:34:33 +02:00
Moriz Wahl
263d0ab812
Merge branch 'master' into define-context-object 2022-04-12 19:45:19 +02:00
Moriz Wahl
51a95132c4
Merge branch 'master' into fix-elopage-status 2022-04-12 19:33:51 +02:00
Moriz Wahl
de6421201d use getUser helper to get moderator form context 2022-04-12 19:04:29 +02:00
Wolfgang Huß
563afcbf2a Add EMAIL_CLIENT_URI in config
- Increment config version.
- Correct usage of EMAIL_CLIENT_URI.
2022-04-12 15:36:05 +02:00
87aed30cfd
good catch 2022-04-12 14:57:46 +02:00
Wolfgang Huß
ea5589a840 Add wallet link to transaction mail, first approach 2022-04-12 12:18:04 +02:00
Moriz Wahl
f752d8d045 type ExpressContext 2022-04-11 17:25:59 +02:00
Moriz Wahl
71d1701102 undo apollo log plugin hack 2022-04-11 16:31:21 +02:00
Moriz Wahl
902dce6390 Context interface in balance resolver 2022-04-11 16:24:38 +02:00
Moriz Wahl
d7bec83d25 use Context interface in Transaction resolver 2022-04-11 16:22:32 +02:00
Moriz Wahl
00bba07b11 define hack to pass already queried data to balance resolver 2022-04-11 16:22:09 +02:00
Moriz Wahl
6cc8410720 helper function to get user from context 2022-04-11 16:15:57 +02:00
Moriz Wahl
b0606424d4 Context interface in transaction link resolver 2022-04-11 16:08:39 +02:00
Moriz Wahl
71cb56db0e no unused lint instruction 2022-04-11 16:04:04 +02:00
Moriz Wahl
8900592b90 use Context interface in GDT resolver 2022-04-11 16:03:12 +02:00
Moriz Wahl
e430ceefa3 remove unused lint rule 2022-04-11 15:59:23 +02:00
Moriz Wahl
9a390c11db use Context interface in admin resolver 2022-04-11 15:57:59 +02:00
Moriz Wahl
4d09123b0e remove global no explicit any lint rule 2022-04-11 15:55:05 +02:00
Moriz Wahl
e183a9bde0 remove unused modules 2022-04-11 15:53:00 +02:00
Moriz Wahl
97ee572c3a Merge branch 'fix-elopage-status' into define-context-object 2022-04-11 15:50:52 +02:00
Moriz Wahl
57298a4d3a use Context interface in user resolver 2022-04-11 15:50:46 +02:00
Moriz Wahl
7ec35bbfb2 define context interface 2022-04-11 15:50:02 +02:00
Moriz Wahl
f57f67846e reconstruct context object 2022-04-11 14:58:00 +02:00
2826f970fb
Merge branch 'master' into frontend_decay_start_block_as_static 2022-04-07 13:02:06 +02:00
Moriz Wahl
01b615d9c1
Merge branch 'master' into fix-elopage-status 2022-04-07 12:27:40 +02:00
97b7ba9db0
Merge branch 'master' into jwt_duration_30m 2022-04-06 19:29:25 +02:00
bccc5d1ddb
backend remove startblock from balance object 2022-04-06 15:22:32 +02:00
Moriz Wahl
37122ee604
Merge branch 'master' into fix-elopage-status 2022-04-06 14:08:51 +02:00
Moriz Wahl
04774300d5
Merge branch 'master' into fix-sending-to-inactivated-user 2022-04-06 13:56:27 +02:00
Moriz Wahl
39e40f68ae
Merge branch 'master' into fix-elopage-status 2022-04-06 13:56:16 +02:00
0565c0c255
default value for JWT expire is 30m instead of 10m
Read value for JWT expire in `.env.template`
new config version v4
2022-04-06 13:55:49 +02:00
Moriz Wahl
69dae586d8 check that recipient user has activated account in send coins 2022-04-05 15:12:36 +02:00
Moriz Wahl
f3948b39be pass context object to hasElopage query 2022-04-05 14:50:45 +02:00
Moriz Wahl
affd8a6859 update browser list for unit tests 2022-04-05 14:50:08 +02:00