1114 Commits

Author SHA1 Message Date
Moriz Wahl
e44bc316bf refactor: Resolve Relative Paths in Backend 2022-03-07 21:35:23 +01:00
Alexander Friedland
187deba1a8
Merge branch 'master' into refactor_arithmetic_merge 2022-03-07 16:38:37 +01:00
31721337ba
Merge branch 'master' into adminarea-creation-transactionlist-show 2022-03-07 16:24:29 +01:00
Alexander Friedland
5847f723c6
Merge branch 'master' into refactor_arithmetic_merge 2022-03-07 16:18:45 +01:00
c8977ea749
Merge branch 'master' into fix_validate_password_update_user_infos 2022-03-07 16:09:24 +01:00
Alexander Friedland
651bb725d9
Merge branch 'master' into adminarea-creation-transactionlist-show 2022-03-07 16:09:09 +01:00
Hannes Heine
fb2945df71
Merge branch 'master' into fix_validate_password_update_user_infos 2022-03-07 16:01:59 +01:00
5cae087a26
Merge branch 'master' into fix_send_to_use_without_transactions 2022-03-07 16:00:27 +01:00
Alexander Friedland
30269d060c
Merge branch 'master' into refactor_arithmetic_merge 2022-03-07 15:54:01 +01:00
4773de6a34
fix balance type 2022-03-07 15:36:22 +01:00
cc596df22a
validate valitity of userpassword when updating it via updateUserInfos 2022-03-07 13:31:33 +01:00
ogerly
25b1a5a83e admin area creation transaction list 2022-03-06 11:52:29 +01:00
433000e536
allow sending to user without transactions 2022-03-06 10:50:14 +01:00
22c65aa929
renamed TypeId to TransactiontypeId
fixed admin creation (backend part)
2022-03-04 15:12:51 +01:00
ae4ad937aa
fix transaction type id - too much change 2022-03-04 14:50:20 +01:00
91fda4c097
Merge branch 'master' into refactor_arithmetic_transactionlist_adminarea 2022-03-04 14:43:39 +01:00
1840878513
write negative values in database when sending GDD 2022-03-04 13:39:23 +01:00
8429d884c8
fix test 2022-03-04 13:10:55 +01:00
ca3c07b0d8
use forEach instead of for loop in transactions,
simplified code
2022-03-04 12:51:30 +01:00
e69437cb9f
include decay in balance 2022-03-04 12:48:38 +01:00
2ef0fd18fc
fix involvedUserIds calculation 2022-03-04 12:44:09 +01:00
29b1d44cdd
implement KISS on transaction list length - first page contains 26 instead of 25 transactions now due to virtual decay transaction 2022-03-04 12:41:10 +01:00
3af5ee13b9
properly return a result when querying an empty transaction list 2022-03-04 12:38:17 +01:00
1f0886585e
decay duration now is an integer 2022-03-04 12:34:04 +01:00
008331d43f
renamed lastUserTransaction to lastTransaction 2022-03-04 12:32:05 +01:00
cd6b2f18f8
no float for the duration, just an integer 2022-03-04 12:30:24 +01:00
0094ee3bbc
removed unnecessary lint ignores 2022-03-04 12:28:03 +01:00
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