6521 Commits

Author SHA1 Message Date
7644bf1834
backend compiles 2022-02-26 03:42:20 +01:00
f3f2d547a3
have database building again 2022-02-26 00:34:08 +01:00
32dea81a36
updated entities 2022-02-26 00:19:16 +01:00
850be8a890
correced down query,
delete satte_balances table and restore it
2022-02-26 00:11:26 +01:00
e3c96463f1
clean transactions 2022-02-25 20:48:03 +01:00
eb7a9299fd
updated entity & decimal transformer 2022-02-25 20:02:10 +01:00
4cfee1ce38
no decay start date for first transactions 2022-02-25 20:01:42 +01:00
3707ca2d2c
fix timezone problem 2022-02-25 19:24:14 +01:00
e6813ea408
increased precision 2022-02-25 18:47:06 +01:00
0a6a578566
remove default null datatypes,
fixed decay_start value to be more accurate
2022-02-25 17:23:05 +01:00
302ea9945d
refactor the methods and types 2022-02-25 16:55:05 +01:00
43b8b649bd
timezone correction 2022-02-25 05:09:51 +01:00
55ada3b79a
adjusted backend db version requirement 2022-02-25 04:21:55 +01:00
3ffdf24f80
migrate data types to decimal initial commit 2022-02-25 04:21:36 +01:00
3fef891073
fixed rounding error on send amount 2022-02-24 23:27:00 +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
cc395cf31f
database lint fixes 2022-02-24 00:54:02 +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
0c5466f650
fixed seeds 2022-02-24 00:32:45 +01:00
5cb67cf588
missing entity change 2022-02-24 00:27:13 +01:00
d488286e43
new entity definition 2022-02-24 00:26:15 +01:00
ccb3c314dd
migration to clean transaction table 2022-02-24 00:25:49 +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
ebde61c664
corrected type to BigInt 2022-02-23 21:46:02 +01:00
Alexander Friedland
6de3136613
Merge pull request #1520 from gradido/test-softdeleted
[Feature] : user deleted and undeleted functions for adminarea
2022-02-23 21:16:48 +01:00
Moriz Wahl
5fccc66126
Merge branch 'master' into test-softdeleted 2022-02-23 18:13:07 +01:00
Moriz Wahl
b557a17a1e
Merge pull request #1530 from gradido/fix-possible-sql-error
fix: Possible SQL Exception in User Search
2022-02-23 18:11:09 +01:00
Moriz Wahl
567cde0c8a coverage admin interface to 95% 2022-02-23 18:05:44 +01:00
Moriz Wahl
993b896da8 test new Search User Table 2022-02-23 18:04:50 +01:00
Moriz Wahl
980d3cf96a test delete user component 2022-02-23 17:24:24 +01:00
Moriz Wahl
0bc96b35ca
Merge branch 'master' into fix-possible-sql-error 2022-02-23 16:22:31 +01:00
4bb9f12783
fixed database build 2022-02-23 15:52:13 +01:00
ab1df1c35d
updated entities 2022-02-23 15:14:24 +01:00
f55e9f49b7
migrate the database state_user_transactions + transactions -> transactions 2022-02-23 15:00:34 +01:00
ogerly
15b2bc30f7 add DeletedUserFormular.spec.js for tests 2022-02-23 14:12:10 +01:00
ogerly
cd4a326ab7 Removing another code where no one knows where it comes from 2022-02-23 13:32:38 +01:00