85 Commits

Author SHA1 Message Date
Moriz Wahl
7f89fb5452 transactionList query includes the total count of the pending transaction links 2022-03-14 08:23:08 +01:00
Moriz Wahl
06d45c1e51 add transaction link id to transaction model 2022-03-11 16:12:13 +01:00
Moriz Wahl
55455d0236 remove showEmail form model, args and resolver 2022-03-10 18:31:15 +01:00
Moriz Wahl
40aa617bcc
Merge branch 'master' into remove-showEmail 2022-03-10 18:26:35 +01:00
Moriz Wahl
80650e60b8 remove apollo log plugin hack, improve model 2022-03-10 18:00:47 +01:00
Moriz Wahl
91ffc16ed0 remove showEmail from transaction link model, alter database version 2022-03-10 17:35:15 +01:00
Moriz Wahl
fae9d91004 add comment to explain why set to null in constructor 2022-03-10 16:00:15 +01:00
Moriz Wahl
3436253bbe transaction link repository, use raw query to get sum of hold available amount 2022-03-10 15:33:26 +01:00
Moriz Wahl
91fe38fe8f use db values instead of null 2022-03-10 14:28:42 +01:00
Moriz Wahl
96dcdf0170 add deletedAt to constructor 2022-03-09 17:09:57 +01:00
Moriz Wahl
916fae91b3 Merge branch 'model-transaction-link' into create-transaction-link-mutation 2022-03-09 17:00:35 +01:00
Moriz Wahl
f961772854 add soft delete to transaction link model 2022-03-09 16:51:56 +01:00
Moriz Wahl
6d6f58a932 save hold available amount 2022-03-09 15:43:13 +01:00
Moriz Wahl
0f3d2719d5 Merge branch 'model-transaction-link' into create-transaction-link-mutation 2022-03-09 15:15:05 +01:00
Moriz Wahl
8bdd25cd01 add hold available amount to model 2022-03-09 15:09:01 +01:00
Moriz Wahl
c9d24c3b61 add constructor 2022-03-09 14:29:20 +01:00
Moriz Wahl
eb5b19e6d6 add code column to model and entity 2022-03-09 12:02:10 +01:00
Moriz Wahl
437da5eeda feat: Transaction Link Model 2022-03-09 11:05:01 +01:00
Moriz Wahl
8b57327d22 remove empty files, resolve relative paths in model 2022-03-07 21:40:41 +01:00
4773de6a34
fix balance type 2022-03-07 15:36:22 +01:00
1f0886585e
decay duration now is an integer 2022-03-04 12:34:04 +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
5f0cb6dbfe
fixed sendcoins 2022-02-28 01:29:53 +01:00
e988cf9371
defining precision in config seems to work properly afterall 2022-02-27 13:05:27 +01:00
9c27568f77
include decimal with precision definition 2022-02-27 03:09:18 +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
ogerly
1b4f0d4b60 change Mutation in Date, nullable: true in DELETE_USER, UNDELETE_USER 2022-02-22 20:09:27 +01:00
ogerly
3bd9e66079 add in backend deletedAt in UserAdmin.ts and AdminResolver.ts and in AdminFrontend add deletedAt in searchUser.js 2022-02-18 12:06:18 +01:00
Alexander Friedland
912e35090a
Merge branch 'master' into static_decay_block 2022-02-16 11:51:01 +01:00
Moriz Wahl
58ee714e17 allow gdtSum to be null 2022-02-16 09:05:42 +01:00
Moriz Wahl
b3be4f664a add date of last email confirmation send to admin user 2022-02-10 08:05:25 +01:00
Alexander Friedland
af3dd430e7
Merge branch 'master' into 1401-Admin-interface-does-user-have-member-area 2022-02-08 15:56:31 +01:00
ogerly
4dc4f30097 Add hasElopage to the UserAdmin model. 2022-02-07 10:39:01 +01:00
817e462698
fixed backend according to migration 2022-02-07 05:01:49 +01:00
378bae4323
made decay block static
removed duplicate implementation of decay calculation
2022-02-02 19:48:20 +01:00
777d1f2f43
missing nullable field definition 2022-01-20 14:08:32 +01:00
427608ada3
username is nullable 2022-01-19 21:42:25 +01:00
723afb6402
make description field explicitly nullable and corrected graphql model accordingly 2022-01-19 14:44:56 +01:00
Moriz Wahl
d441931125 get pagination working 2022-01-14 13:13:48 +01:00
Hannes Heine
634d2278b2
Merge branch 'master' into adminCreateMultiplePendingCreations 2021-12-22 15:38:18 +01:00
elweyn
967e47908a Remove the console.log, remove unused Int. 2021-12-21 15:39:53 +01:00
elweyn
75cbea2321 Change the transactionList query so we can get only creation and get the list for specific users. 2021-12-20 15:15:51 +01:00
ogerly
8e974bbc22 Check for emailChecked in the user search and giving the value to the UserTable 2021-12-20 10:01:53 +01:00
ogerly
79fb25d51e Finalizing the mass creation. 2021-12-09 14:14:49 +01:00
Hannes Heine
963d7de628
Merge branch 'master' into login_call_resetPassword 2021-12-07 10:15:21 +01:00
452beec07c
Merge branch 'master' into login_call_resetPassword 2021-12-07 00:26:23 +01:00
bbd54ef607
Merge branch 'master' into login_call_resetPassword 2021-12-06 13:42:48 +01:00