66 Commits

Author SHA1 Message Date
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
elweyn
a07d34d827 Added a state_user_transaction row. withdrew / 10000 from frontend. 2021-12-03 14:25:00 +01:00
elweyn
2d2409b65d Added moderator query to the creationFormular so we can send the right moderator id. 2021-12-02 06:35:35 +01:00
elweyn
640109d8bf Merge moderator search from admin_pending_creation. 2021-12-02 06:32:00 +01:00
elweyn
1004718892 Added moderator query to the creationFormular so we can send the right moderator id. 2021-12-02 06:30:41 +01:00
Hannes Heine
4c2e51b517 Update pending creation 2021-12-01 15:43:22 +01:00
elweyn
3a5999ffe5 Change note to memo. 2021-11-30 10:11:28 +01:00
ogerly
48c0b687d6 Query changed to Type PendingCreation, changed the login user search to state user search, adding parameters to PendingCreation object, changed frontend to map the query informations. 2021-11-26 15:05:49 +01:00
Hannes Heine
602dfd64f1 Corected return type for getPendingCreations and corected query. 2021-11-26 12:36:01 +01:00
ogerly
7169a3635d adding formatter function on table field creation. Formatter Funktion Object to String 2021-11-26 07:54:08 +01:00
Hannes Heine
5cbdbcb7c9
Merge branch 'master' into login_call_resetPassword 2021-11-25 10:22:15 +01:00
Moriz Wahl
fd9f6f6d55 fix error caused by merging 2021-11-24 19:49:17 +01:00
Moriz Wahl
b0ac9b6632 Merge branch 'login_admin_interface' of github.com:gradido/gradido into login_admin_interface 2021-11-24 18:26:38 +01:00
Moriz Wahl
ac7eb303b4 Merge branch 'master' into login_admin_interface 2021-11-24 18:23:31 +01:00
fc054cc2f9
Merge branch 'master' into login_admin_interface 2021-11-24 09:06:56 +01:00
ogerly
d6e8d0cc6b unused import KlickTip and Int in type-graphql remove 2021-11-23 13:27:39 +01:00
ogerly
52aa7e437e Added creation to useradmin model, adding call to apollo in backend. 2021-11-23 13:12:11 +01:00
41d6a7ba45
implemented isAdmin from backend 2021-11-23 12:48:59 +01:00
4b5acedea2
klicktipp,
removed unused stuff
2021-11-23 12:20:36 +01:00
ogerly
05c9449e0e yarn lint fix 2021-11-23 12:16:46 +01:00