1189 Commits

Author SHA1 Message Date
a587cd800a
balance decayDate as Date 2022-03-04 12:25:42 +01:00
Alexander Friedland
bb547a211e
Merge branch 'master' into refactor_arithmetic_transactionlist_adminarea 2022-03-04 10:09:45 +01:00
850060d057
Merge branch 'master' into refactor_arithmetic 2022-03-03 17:25:57 +01:00
Moriz Wahl
c663843758 type_id in raw sql query 2022-03-03 16:54:34 +01:00
b1e6f50f44
lint fix 2022-03-01 13:27:05 +01:00
ogerly
38d53e61c0 TransactionTypeId to TypeId changed, *10000 removed, graphql refactor 2022-03-01 09:32:16 +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
c266d58358
fixed rounding error on send amount 2022-02-28 12:28:13 +01:00
c9145d8ada
lint fix 2022-02-28 12:28:13 +01:00
2f37cb6e0d
trunc balance before writing to db 2022-02-28 12:28:13 +01:00
277a329f04
removed duplicate calculation, removed unnecessary checks therefore 2022-02-28 12:28:13 +01:00
f137314438
remove duplicate Transaction[] variable 2022-02-28 12:28:13 +01:00
4e017e4017
make transaction a const 2022-02-28 12:28:13 +01:00
b0b669ac34
lint fixes 2022-02-28 12:28:13 +01:00
dd0d4a19a2
fixed backend for new migration
properly write linked Transactions when sendCoin
2022-02-28 12:28:13 +01:00
10d2372475
last spelling 2022-02-28 12:24:27 +01:00
02af6ec53c
sendCoins and listTransactions are now properly working 2022-02-28 12:24:27 +01:00
5974c39c51
remove more unused code 2022-02-28 12:24:27 +01:00
29562c9f55
updated database requirement 2022-02-28 12:24:27 +01:00
33ce8a0799
Merge branch 'master' into combine_transaction_tables2 2022-02-28 12:21:54 +01:00
3703ce00dd
v1.6.6 2022-02-28 12:08:50 +01:00
396907ce89
also make email lowercase on email functions 2022-02-28 11:55:24 +01:00
ca3d4b87eb
trim and lower email to ensure future login will work 2022-02-28 11:49:06 +01:00
fcb6b1c2d3
update database version 2022-02-28 11:49:06 +01:00
5f0cb6dbfe
fixed sendcoins 2022-02-28 01:29:53 +01:00
81b7a4915d
fix frontend decay 2022-02-27 13:08:44 +01:00
e988cf9371
defining precision in config seems to work properly afterall 2022-02-27 13:05:27 +01:00
64c01e8fee
missing file 2022-02-27 03:50:59 +01:00
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