|
|
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 |
|
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 |
|
|
|
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 |
|
|
|
90effb41b5
|
changed syntax again due to shell replacing $variables
|
2022-01-14 18:49:35 +01:00 |
|
|
|
5217b347be
|
replace all $1 url variables with something meaningfull, since $1 is replaced in scripting
|
2022-01-14 10:24:47 +01:00 |
|
|
|
4a175f0ef8
|
removed github webhook, its now external
|
2022-01-12 21:21:27 +01:00 |
|
|
|
e378136106
|
correct config value for GITHUB_WEBHOOK, log every request for debugging purposes
|
2022-01-12 21:21:25 +01:00 |
|
|
|
1e39f5049b
|
first implementation of github webhook
|
2022-01-12 21:21:25 +01:00 |
|
|
|
acd04b3432
|
removed /vue from tests, configs and references
|
2022-01-12 21:21:21 +01:00 |
|
elweyn
|
145c1ffd9b
|
Assure to have a resendTime in the config.
|
2021-12-22 12:28:36 +01:00 |
|
Hannes Heine
|
d1b97c4227
|
Update backend/src/config/index.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
|
2021-12-22 12:12:44 +01:00 |
|
elweyn
|
7f650b9755
|
Adding a configurable resend_time in minutes.
|
2021-12-17 11:01:23 +01:00 |
|
Hannes Heine
|
5cbdbcb7c9
|
Merge branch 'master' into login_call_resetPassword
|
2021-11-25 10:22:15 +01:00 |
|
|
|
4bdcff8152
|
fixed save optin code problem,
corrected URL
|
2021-11-24 04:12:01 +01:00 |
|
|
|
e0ac39ab87
|
removed community url
|
2021-11-24 02:58:03 +01:00 |
|
|
|
5169a6ada9
|
removed login URL
|
2021-11-24 02:57:07 +01:00 |
|
|
|
9ea1edb010
|
Merge branch 'master' into login_hook_elopage
|
2021-11-23 12:43:24 +01:00 |
|
|
|
728aaa095f
|
first of several calls regarding password reset
|
2021-11-23 03:04:28 +01:00 |
|
|
|
33670f1575
|
WEBHOOK_ELOPAGE_SECRET
|
2021-11-17 16:56:32 +01:00 |
|
elweyn
|
fabcbca5a5
|
Merge master in this branch.
|
2021-11-10 10:38:15 +01:00 |
|
elweyn
|
195ea5ad89
|
Merge login_call_createUser to implementation of login.
|
2021-11-08 13:51:25 +01:00 |
|
|
|
0f89cf1c96
|
send emails to activate account
|
2021-11-06 01:56:47 +01:00 |
|
elweyn
|
45e82c1aff
|
Merge branch 'master' into login_call_createUser
|
2021-11-06 00:41:21 +01:00 |
|
|
|
2bd63985b2
|
externalize login server secrets, now configurable
|
2021-11-04 02:18:19 +01:00 |
|
elweyn
|
557ccf5da3
|
Merge master into this branch, comment out the protobuf encryption module to see if the structure would work without it.
|
2021-10-22 14:55:06 +02:00 |
|
Moriz Wahl
|
481bd63794
|
production from NODE_ENV, please test
|
2021-10-13 12:08:22 +02:00 |
|