46 Commits

Author SHA1 Message Date
Moriz Wahl
ddd9e4ecc0 perPage as data parameter 2022-01-18 12:51:59 +01:00
Moriz Wahl
9244fc4e1a Add pagination buttons to search users 2022-01-14 13:12:49 +01:00
Moriz Wahl
fbf88d6d5b fix: Pass Language to Admin Interface 2022-01-11 09:56:45 +01:00
Hannes Heine
634d2278b2
Merge branch 'master' into adminCreateMultiplePendingCreations 2021-12-22 15:38:18 +01:00
Hannes Heine
003c534f47
Merge branch 'master' into adminCreateMultiplePendingCreations 2021-12-21 13:17:11 +01:00
elweyn
51168b9ab0 Merge changes on the UserResolver with the changes in master. 2021-12-21 12:32:46 +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
0e896ef7d2 SendActivationEmail mutation added to the admin and linked to the resendEmailFunction. 2021-12-20 09:31:40 +01:00
elweyn
67a9f2d0e0 Change the amount argument type to float for updatePendingCreation. 2021-12-13 13:17:04 +01:00
elweyn
4c9ebea6b6 Change the amount argument to float for creation of pending creation 2021-12-13 13:16:27 +01:00
ogerly
79fb25d51e Finalizing the mass creation. 2021-12-09 14:14:49 +01:00
ogerly
5ca221a0c0 Added the new mutation to the admin, Implemented the send massCreation in admin, changed the log entries for not created pendingcreation. 2021-12-09 11:53:21 +01:00
elweyn
e84f30c1fc Merge changes to deletePendingCreation branch. 2021-12-06 14:11:13 +01:00
elweyn
48b7c9a0af Delete button sends call to Adminresolver deletePendingCreation. 2021-12-06 13:45:50 +01:00
elweyn
feefbb3262 Merge master into the admin branches. 2021-12-06 12:39:45 +01:00
elweyn
1ab4fa6583 Merge branch 'adminPendingCreationQueries' into adminEditPendingCreationQueries 2021-12-06 12:36:43 +01:00
Moriz Wahl
32c2c21086 Merge branch 'master' into adminDeletePendingCreationQuery 2021-12-06 11:30:35 +01:00
Hannes Heine
bc0d8d1f32
Merge branch 'master' into verify-login-admin 2021-12-06 10:36:02 +01:00
elweyn
c7633bb1eb Test submit of EditCreationFormular, remove getCountPendingCreations. 2021-12-04 12:22:48 +01:00
elweyn
7b3096a88b Change mutation id from int to float and changed the findOrFail parameter to simply id. 2021-12-03 12:41:24 +01:00
Moriz Wahl
c210c590f5 get isAdmin for moderator 2021-12-02 12:00:37 +01:00
ogerly
997230b334 text name changed from note to memo 2021-12-02 11:26:00 +01:00
elweyn
2192863377 --author=ogerly <fridolin@tutanota.com>
creation store prepared
2021-12-02 09:06:54 +01:00
ogerly
e09121d854 Admin sends confirmPendingCreation to apollo. 2021-12-02 08:17:56 +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
1ba1c44219 Rename note to memo. 2021-12-01 09:43:23 +01:00
elweyn
83af3bc692 Merge last branch in this. 2021-12-01 09:33:26 +01:00
elweyn
c71eccec0e Merge branch 'admin_pending_creation' into adminPendingCreationQueries 2021-11-30 14:59:13 +01:00
elweyn
daeb0ed32c Change create method from query to mutation. 2021-11-30 14:58:47 +01:00
elweyn
ea9bf54c16 Merge changes from last branch. 2021-11-30 10:13:42 +01:00
elweyn
ffed004b1a Merge branch 'admin_pending_creation' into adminPendingCreationQueries 2021-11-30 10:10:15 +01:00
elweyn
84be6ae369 Remove empty and unused file. 2021-11-30 09:35:33 +01:00
ogerly
e744d7c7e0 Added scripts to EditCreationFormular created query for updatePendingCreations. 2021-11-29 11:37:01 +01:00
ogerly
a618ac678e Created delete query. 2021-11-26 15:35:21 +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
296d916f1a Call apollo query to get the countPendingCreations value. added an update to the store of this value, call it when overview is created. 2021-11-26 11:00:58 +01:00
Hannes Heine
9e45a21687 Call Apollo query to get the pendingCreations. 2021-11-26 10:59:32 +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
c43b3491f0 Created new query for createPendingCreations 2021-11-25 13:34:13 +01:00
ogerly
9873ac6eee add user search in creation.vue 2021-11-23 16:14:24 +01:00
ogerly
52aa7e437e Added creation to useradmin model, adding call to apollo in backend. 2021-11-23 13:12:11 +01:00