1211 Commits

Author SHA1 Message Date
371d7921fe
the decay values seems to have problems - maybe because its out of scope of numeric. Use string instead 2022-02-27 03:12:07 +01:00
2c77785b77
instanceof not working with Decimal 2022-02-27 03:09:53 +01:00
003090ed6c
fix user query 2022-02-27 03:09:30 +01:00
9c27568f77
include decimal with precision definition 2022-02-27 03:09:18 +01:00
67cddadd1e
graphql recognizes decimal type now and successfully starts 2022-02-27 02:07:33 +01:00
85b9fb9b86
updated required database version 2022-02-26 17:29:15 +01:00
b2288e1adc
missing comment 2022-02-26 17:21:00 +01:00
31c5f02344
lint fixes 2022-02-26 17:19:59 +01:00
97b4e16f40
new graphql interface,
things build
2022-02-26 17:17:43 +01:00
7644bf1834
backend compiles 2022-02-26 03:42:20 +01:00
Alexander Friedland
5eeb870955
Merge branch 'master' into 1106-first-transaction-cannot-be-expanded 2022-02-25 15:57:56 +01:00
55ada3b79a
adjusted backend db version requirement 2022-02-25 04:21:55 +01:00
3fef891073
fixed rounding error on send amount 2022-02-24 23:27:00 +01:00
Moriz Wahl
6202c336b7 use graphql imports 2022-02-24 20:18:52 +01:00
Moriz Wahl
e60fc4e164 test login 2022-02-24 20:05:54 +01:00
0bf40ecdf0
lint fix 2022-02-24 19:27:03 +01:00
89cb88e84e
trunc balance before writing to db 2022-02-24 13:55:20 +01:00
f6f8572a82
removed duplicate calculation, removed unnecessary checks therefore 2022-02-24 13:32:30 +01:00
c5486156cc
remove duplicate Transaction[] variable 2022-02-24 12:56:34 +01:00
c2dfd50654
make transaction a const 2022-02-24 12:51:47 +01:00
Moriz Wahl
ec143bd18f fix: No Creations for Deleted Users 2022-02-24 11:08:30 +01:00
32d5eacd13
lint fixes 2022-02-24 00:52:54 +01:00
3a35cbfee5
fixed backend for new migration
properly write linked Transactions when sendCoin
2022-02-24 00:41:44 +01:00
950beeaebc
last spelling 2022-02-23 23:33:55 +01:00
70c70f45d4
sendCoins and listTransactions are now properly working 2022-02-23 23:23:51 +01:00
0a1bcac450
remove more unused code 2022-02-23 22:58:22 +01:00
0b39620f99
updated database requirement 2022-02-23 22:44:10 +01:00
4ada6ea182
Merge branch 'master' into combine_transaction_tables2 2022-02-23 22:35:57 +01:00
c113e75edd
removed unused include 2022-02-23 22:35:31 +01:00
b02076fa49
combined functions 2022-02-23 22:20:20 +01:00
6f36906723
removed unnecessary code 2022-02-23 22:17:56 +01:00
f10029441c
refactor as transaction type as switch 2022-02-23 22:01:43 +01:00
7a837be7b2
backend is building 2022-02-23 21:46:40 +01:00
Moriz Wahl
5fccc66126
Merge branch 'master' into test-softdeleted 2022-02-23 18:13:07 +01:00
Moriz Wahl
0bc96b35ca
Merge branch 'master' into fix-possible-sql-error 2022-02-23 16:22:31 +01:00
Alexander Friedland
b4d756d941
Merge branch 'master' into test-softdeleted 2022-02-23 13:02:33 +01:00
Alexander Friedland
855971872e
Merge branch 'master' into 1106-first-transaction-cannot-be-expanded 2022-02-23 13:01:17 +01:00
Alexander Friedland
b5a08d8c70
Merge branch 'master' into 1106-first-transaction-cannot-be-expanded 2022-02-23 10:25:50 +01:00
Alexander Friedland
937ccfbb9d
Update backend/src/graphql/resolver/AdminResolver.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-23 09:24:58 +01:00
Moriz Wahl
9c4d418384 fix merging problems 2022-02-23 08:34:59 +01:00
Moriz Wahl
57e9e825f1 fix: Possible SQL Exception in User Search 2022-02-23 08:18:06 +01:00
a054c0ce26
disallow lint warnings on backend, fix warning 2022-02-23 00:41:25 +01:00
Alexander Friedland
947cbb659b
Merge branch 'master' into test-softdeleted 2022-02-22 20:31:47 +01:00
ogerly
510ee8a8df yarn lint --fix 2022-02-22 20:23:57 +01:00
ogerly
1b4f0d4b60 change Mutation in Date, nullable: true in DELETE_USER, UNDELETE_USER 2022-02-22 20:09:27 +01:00
Moriz Wahl
b8c3deac3e fix: Return Empty Array When No Pending Creations Are Present 2022-02-22 18:49:24 +01:00
a4b33a8c13
fix path of index.js when starting in production 2022-02-22 18:22:44 +01:00
Moriz Wahl
2ce19c9c80 improve error messages, test for valid creation on confirmation 2022-02-22 17:45:25 +01:00
Moriz Wahl
dcf2e1a19e fix wrong id in find statement 2022-02-22 16:38:57 +01:00
Moriz Wahl
03e67604ba remove moment 2022-02-22 15:50:42 +01:00