78 Commits

Author SHA1 Message Date
Moriz Wahl
7ee664b8c8 set defaults for transcation link list filters in query 2022-06-01 14:12:41 +02:00
Wolfgang Huß
14ea920a24 Remove ObjectType from SearchUsersFilters and rename SearchUsersFiltersInput to the same name 2022-05-23 06:57:43 +02:00
Wolfgang Huß
762bdfc505 Refactor frontend user search to refactored resolver 2022-05-19 10:58:48 +02:00
Wolfgang Huß
0f8ffb5860 Refactor to have filters GQL object and input for usererSearch, a start 2022-05-18 14:46:19 +02:00
Moriz Wahl
bd6e5a2679
Merge branch 'master' into test-admin-resolver 2022-04-28 16:14:07 +02:00
Moriz Wahl
d14d4c5640 remove moderator from update pending creation mutation args 2022-04-27 11:57:41 +02:00
Moriz Wahl
2aa7772d20 remove moderator ID form create pending creation mutation args 2022-04-27 11:03:34 +02:00
Wolfgang Huß
ee18ae41b9 Merge branch 'master' of github.com:gradido/gradido into 1685-refactor-notActivated-isDeleted 2022-04-27 09:24:20 +02:00
7b86c4bc24
admin use decimal instead of float for pending creations in graphql queries 2022-04-21 13:49:29 +02:00
Wolfgang Huß
0bf18a4f2b Revert unintenionally renamimngs 2022-04-21 11:08:28 +02:00
Wolfgang Huß
0c0bfe1a10 Rename to filterByActivated and filterByDeleted 2022-04-21 10:52:11 +02:00
Wolfgang Huß
621786c91d Rename after suggestion emailChecked withActivated and deletedAt to withDeleted 2022-04-21 07:54:41 +02:00
Wolfgang Huß
e8aba86430 Rename isDeleted to deletedAt 2022-04-20 08:53:12 +02:00
Wolfgang Huß
03e1624c11 Rename isEmailChecked to emailChecked 2022-04-20 08:48:13 +02:00
Wolfgang Huß
145989e284 Replace notActivated by isEmailChecked 2022-04-19 14:43:25 +02:00
ogerly
db8e112648 add count in graphql query 2022-03-25 20:19:01 +01:00
ogerly
76d6b308cf add deletedAt in query, change locales expired to valid_until 2022-03-25 08:27:36 +01:00
Moriz Wahl
752228a7ea query transaction links as admin 2022-03-22 19:06:22 +01:00
ogerly
af7105191e show table with transaction links from user 2022-03-22 11:10:44 +01:00
ogerly
942d4d2d3a rename from getListTransactionLinks to listTransactionLinks 2022-03-22 11:10:04 +01:00
ogerly
5ab0295051 add graphql query listTransactionLinks 2022-03-22 09:31:23 +01:00
Moriz Wahl
612b8ca69c Merge branch 'master' into no-float-ids 2022-03-19 13:07:53 +01:00
Moriz Wahl
6124e0764f datatype Int for Ids 2022-03-17 13:02:50 +01:00
Moriz Wahl
f21e0ed038 only creations transaction list with admin rights 2022-03-17 11:20:26 +01:00
ogerly
25b1a5a83e admin area creation transaction list 2022-03-06 11:52:29 +01:00
ogerly
3b656898e1 add isDeleted in backend, delete and undelete is activ by return 2022-02-22 14:45:43 +01:00
ogerly
fc3d7e2cbb
add in backend function unDeleteUser() 2022-02-22 12:18:07 +01:00
ogerly
fed3562e4d
add in backend function deleteUser() 2022-02-22 12:18:06 +01:00
ogerly
9f4762647b
add deletedUser and unDeleteUser function in admin frontend 2022-02-22 12:18:06 +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
Moriz Wahl
7e54251f71 display coorect date when the last confirmation email was sent 2022-02-10 08:08:48 +01:00
ogerly
c66e459572 Add hasElopage for each user to the graphql query searchUsers. 2022-02-07 10:40:15 +01:00
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