6645 Commits

Author SHA1 Message Date
ogerly
e81e420100 add slots for transaction types, seperate decayinformations for evry type 2022-03-02 14:55:52 +01:00
ogerly
ae75ba7487 interim status of the revised transaction list 2022-03-01 21:33:02 +01:00
ogerly
da9fccb78f transaction refactor for frontend 2022-03-01 08:27:13 +01:00
ogerly
b1cfb993d9 transaction refactor for frontend 2022-03-01 08:26:43 +01:00
ogerly
289ca9115a restoring the transaction list 2022-02-28 20:28:27 +01:00
e35275cd55
fixed query to run successfully 2022-02-28 13:11:35 +01:00
84fb6c0827
merge error 2022-02-28 13:02:29 +01:00
a0046bc89a
corrected merge migration namings 2022-02-28 12:58:44 +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
cab9426054
database lint fixes 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
909f88cbe8
fixed seeds 2022-02-28 12:27:37 +01:00
33484f4335
missing entity change 2022-02-28 12:27:37 +01:00
8aaa6117ba
new entity definition 2022-02-28 12:27:37 +01:00
345ed8a3b5
migration to clean transaction table 2022-02-28 12:24:27 +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
Hannes Heine
e6a2fbe6c7
Merge pull request #1541 from gradido/v1.6.6
v1.6.6
2022-02-28 12:15:36 +01:00
ddd5c5abfb
updated changelog 2022-02-28 12:09:30 +01:00
3703ce00dd
v1.6.6 2022-02-28 12:08:50 +01:00
35681f1595
Merge pull request #1542 from gradido/fix_upper_case_register
Fix: Upper case email on register breaks account
2022-02-28 12:06:56 +01:00
396907ce89
also make email lowercase on email functions 2022-02-28 11:55:24 +01:00
7358524168
database lint fixes 2022-02-28 11:49:06 +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
7af33a5c9f
migration to convert all emails to lowercase 2022-02-28 11:49:06 +01:00
Alexander Friedland
a837fd5f60
Merge pull request #1432 from gradido/1106-first-transaction-cannot-be-expanded
1106 first transaction cannot be expanded
2022-02-28 11:40:18 +01:00
b415e14d3f
Revert "have some things working in frontend"
This reverts commit 65861fded884e458b70851b7bc9a3db46eb28b71.
2022-02-28 11:38:49 +01:00
07c0c947ad
Revert "lint fixes"
This reverts commit 08bc5188810c8c3df796ac510291b7f27a9316ff.
2022-02-28 11:38:14 +01:00
35524e0fa1
Revert "work on the frontend to be working again"
This reverts commit c4b6f0cc1823cdd2da975eef41fb50949a1f8907.
2022-02-28 11:38:02 +01:00
91698c5f2a
Revert "expose decayStartBlock to components"
This reverts commit c60518d39dfe7c786f04ca7eb191b523d2a3efd1.
2022-02-28 11:37:24 +01:00
5f0cb6dbfe
fixed sendcoins 2022-02-28 01:29:53 +01:00
c60518d39d
expose decayStartBlock to components 2022-02-27 13:40:25 +01:00
c4b6f0cc18
work on the frontend to be working again 2022-02-27 13:25:25 +01:00
08bc518881
lint fixes 2022-02-27 13:14:55 +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
1dd692397b
solve precision varriance 2022-02-27 04:53:29 +01:00
64c01e8fee
missing file 2022-02-27 03:50:59 +01:00
65861fded8
have some things working in frontend 2022-02-27 03:45:36 +01:00