103 Commits

Author SHA1 Message Date
Moriz Wahl
8d1eff0765 new config version 2022-03-29 19:57:52 +02:00
Moriz Wahl
9eda41b24a Merge branch 'optin-valid-time' into show-valid-time-of-link-in-email 2022-03-29 00:59:47 +02:00
Moriz Wahl
8718fdee7b add comentary to explain the meaning of the constants 2022-03-24 17:38:03 +01:00
Moriz Wahl
0c0ce1b579 add new env variable to define email optin request time delay 2022-03-24 14:05:23 +01:00
Moriz Wahl
34d3893f1c Merge branch 'master' into optin-valid-time 2022-03-24 14:00:41 +01:00
20318546a8
Merge branch 'master' into enforce_config_version 2022-03-23 20:33:23 +01:00
eaed95cdf8
Merge branch 'master' into enforce_config_version 2022-03-23 19:56:36 +01:00
Moriz Wahl
3d613e72f5 add link to forgot-password 2022-03-23 16:48:35 +01:00
Moriz Wahl
2faad50919 set email code valid time to 24h 2022-03-23 13:33:07 +01:00
Moriz Wahl
807922a8d5 redeem code in email link config 2022-03-23 09:17:15 +01:00
Moriz Wahl
767387bb7c change {code} to {optin} to avoid confusion when redeem code is provided 2022-03-23 09:05:39 +01:00
Moriz Wahl
88cd631bca update database version 2022-03-21 17:04:45 +01:00
677581b76e
enforce config on backend 2022-03-18 03:13:00 +01:00
elweyn
286fad0dfe Add pipe 10 so that if EMAIL_CODE_VALID_TIME is abc we get 10. 2022-03-16 05:19:43 +01:00
elweyn
04bb502255 Change the logic get EMAIL_CODE_VALID_TIME config 2022-03-15 08:16:27 +01:00
elweyn
ac3340ec1c Change RESEND_TIME config name to EMAIL_CODE_VALID_TIME. 2022-03-14 12:49:34 +01:00
Moriz Wahl
6d284c8170 new DB version 2022-03-11 15:58:16 +01:00
Moriz Wahl
91ffc16ed0 remove showEmail from transaction link model, alter database version 2022-03-10 17:35:15 +01:00
Moriz Wahl
d4ce46b271 update db version 2022-03-09 16:34:54 +01:00
Moriz Wahl
33fc918429 change route for reset password email 2022-03-07 19:22:15 +01:00
50d13b10ab
Merge branch 'combine_transaction_tables2' into refactor_arithmetic
# Conflicts:
#	backend/src/config/index.ts
#	backend/src/graphql/model/Transaction.ts
#	backend/src/graphql/resolver/AdminResolver.ts
#	backend/src/graphql/resolver/TransactionResolver.ts
#	database/entity/Transaction.ts
#	database/src/interface/TransactionContext.ts
#	database/src/seeds/helpers/user-helpers.ts
2022-02-28 12:58:23 +01:00
dd0d4a19a2
fixed backend for new migration
properly write linked Transactions when sendCoin
2022-02-28 12:28:13 +01:00
29562c9f55
updated database requirement 2022-02-28 12:24:27 +01:00
fcb6b1c2d3
update database version 2022-02-28 11:49:06 +01:00
e988cf9371
defining precision in config seems to work properly afterall 2022-02-27 13:05:27 +01:00
9c27568f77
include decimal with precision definition 2022-02-27 03:09:18 +01:00
85b9fb9b86
updated required database version 2022-02-26 17:29:15 +01:00
7644bf1834
backend compiles 2022-02-26 03:42:20 +01:00
55ada3b79a
adjusted backend db version requirement 2022-02-25 04:21:55 +01:00
3a35cbfee5
fixed backend for new migration
properly write linked Transactions when sendCoin
2022-02-24 00:41:44 +01:00
0b39620f99
updated database requirement 2022-02-23 22:44:10 +01:00
fc0675c461
updated database version in backend 2022-02-20 12:01:52 +01:00
185c38c12a
updated database version 2022-02-18 11:02:22 +01:00
374841feb3
corrected migration name & config db version 2022-02-16 12:05:46 +01:00
Moriz Wahl
37354a010a
add test to ensure that the date of the decay start block cannot be changed by mistake 2022-02-16 11:51:32 +01:00
Alexander Friedland
912e35090a
Merge branch 'master' into static_decay_block 2022-02-16 11:51:01 +01:00
14dfb22593
corrected database version 2022-02-14 08:32:06 +01:00
c6e2d2cf1c
updated version string 2022-02-07 07:57:14 +01:00
ff77ffc82c
adjusted db version 2022-02-03 21:41:14 +01:00
378bae4323
made decay block static
removed duplicate implementation of decay calculation
2022-02-02 19:48:20 +01:00
31c00a28e0
adjust required database version 2022-02-02 17:18:29 +01:00
a1548805ac
adjust required database version 2022-02-02 16:26:20 +01:00
Moriz Wahl
88a269c6be
Merge branch 'master' into clean_database 2022-02-02 16:21:45 +01:00
2fc4c9c341
cleanup index - check db version externally
define required db version in cofig as constant
some type updates
2022-02-01 02:51:43 +01:00
795c99e641
flame hannes 2022-01-27 01:24:58 +01:00
210b64691d
added correct english mnemonic lsit 2022-01-25 00:49:53 +01:00
08200f49f2
removed incorrect mnemonic lists 2022-01-25 00:49:53 +01:00
e98113240d
fix docker setup by changing the default value for logging path
make the path configurable for the bare metal deployment and deploy old default value as default for bare metal deployment
2022-01-18 13:39:15 +01:00
7416eaa4c5
lint fixes 2022-01-17 13:45:42 +01:00
b94e59882d
typeorm logging 2022-01-17 10:33:38 +01:00