212 Commits

Author SHA1 Message Date
Wolfgang Huß
f8b449e623 Refine the tests after Moriz suggestions 2022-06-20 13:30:48 +02:00
Wolfgang Huß
f6f487aa7e Merge branch 'master' of github.com:gradido/gradido into 1881-set-role-in-admin-interface
# Conflicts:
#	backend/src/auth/RIGHTS.ts
2022-06-16 14:23:35 +02:00
ogerly
5de39268f6 merge master, resolve conflict 2022-06-16 07:30:55 +02:00
Moriz Wahl
2b87cbcd18 rename confirmPendingCreation 2022-06-15 19:33:40 +02:00
Moriz Wahl
dd04f69ecc rename deletePendingCreation 2022-06-15 19:22:01 +02:00
Moriz Wahl
d95b1893cd rename getPendingCreations 2022-06-15 19:13:19 +02:00
ogerly
6ab7216a78 remove unused code, fix lint, locales, stylelint 2022-06-15 08:48:03 +02:00
ogerly
814afa3a4d add query: listContributionLinks 2022-06-15 08:46:49 +02:00
ogerly
27d8570592 chnages in /admin/ 2022-06-14 12:27:39 +02:00
Wolfgang Huß
609fe1ad2b Add test for admin changes user role 2022-06-13 12:03:35 +02:00
Wolfgang Huß
98f1f48d1d Implement mutation 'setUserRole' in frontend 2022-06-13 10:10:23 +02:00
Alexander Friedland
f99855e1ea
Merge branch 'master' into 1923-Allow-Admin-to-CRUD-Contribution-Links 2022-06-07 13:38:53 +02:00
ogerly
77d5825ea2 rename from AutomaticCobtribution to ContributionLink, add locales 2022-06-07 11:19:31 +02:00
ogerly
ec476f435c changes update form data 2022-06-07 09:00:02 +02:00
ogerly
ac88b08785 add mutation and query for automatic creations, create, list, delete 2022-06-06 12:39:45 +02:00
ogerly
92acf44c7d changed filednames Description to Memio 2022-06-03 08:57:04 +02:00
ogerly
1a7d08f66a add events and emits on list buttons, 2022-05-31 12:05:55 +02:00
ogerly
cac229d0be add example methods getAutomaticCreations 2022-05-31 09:42:15 +02:00
ogerly
edcdaa9bd4 formular structur, add props and apollo methods example 2022-05-31 09:38:33 +02:00
ogerly
8a612c60fb add components AutomaticCreation, AutomaticCreationForm, AutomaticCreationList 2022-05-31 08:35:26 +02:00
ogerly
c5f8534bd8 add list, json, show, edit, delete and add form 2022-05-30 15:37:22 +02:00
Wolfgang Huß
36ed5e5d5a Refactor to use filters object in UserSearch.vue 2022-05-19 18:48:01 +02:00
Wolfgang Huß
0c9f59d371 Merge branch '1840-refactor-to-filter-object' of github.com:gradido/gradido into 1840-refactor-to-filter-object--sub-rename+filters-obj
# Conflicts:
#	admin/src/pages/Creation.spec.js
#	admin/src/pages/Creation.vue
#	backend/src/graphql/resolver/AdminResolver.test.ts
#	backend/src/graphql/resolver/AdminResolver.ts
2022-05-19 18:29:44 +02:00
Wolfgang Huß
78c403e268 Refactor forgotten Creation.vue 2022-05-19 18:10:19 +02:00
Wolfgang Huß
a9a3f5b55a Rename filters properties 2022-05-19 17:09:40 +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
Wolfgang Huß
e67a04b30f Renamed filterDeletedUser to filterByDeleted
- Clarify logic.
2022-04-21 11:21:14 +02:00
Wolfgang Huß
206737581f Fix logic of filterByActivated
- Fix test with this.
2022-04-21 11:05:13 +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ß
3344dfc771 Fix admin tests 2022-04-19 15:13:59 +02:00
Wolfgang Huß
145989e284 Replace notActivated by isEmailChecked 2022-04-19 14:43:25 +02:00
1cdb526669
fixed test to properly check the filters on Admin UserSearch 2022-03-29 12:50:13 +02:00
f9a56a3e37
fix UserSearch.spec.js 2022-03-26 01:18:28 +01:00
9a0004d1a3
fix Creation.spec.js 2022-03-26 01:17:05 +01:00
ogerly
04e3db15fd lint fixed 2022-03-25 13:51:57 +01:00
58eacb85ce
do not show unactivated emails in masscreation list 2022-03-25 13:35:33 +01:00
ogerly
b3dbef0668 add fetchPolicy: 'no-cache' on searchUser 2022-03-25 10:59:02 +01:00
Moriz Wahl
6124e0764f datatype Int for Ids 2022-03-17 13:02:50 +01:00
289a189121
new linter for admin 2022-03-16 04:23:26 +01:00
fdab9b0894
admin lint 2022-03-10 19:50:10 +01:00
Moriz Wahl
2e53cfea0d add event to toast failed creation emails after model update 2022-03-03 20:24:01 +01:00
Moriz Wahl
f7015ea11f move success toast after user delete/recover in UserSearch page 2022-03-03 20:01:57 +01:00
Moriz Wahl
1d31b00622 bv toast in user search page 2022-03-03 12:40:46 +01:00
Moriz Wahl
16501a7488 bv toast in creation confirm page 2022-03-03 12:36:57 +01:00
Moriz Wahl
b8f4980bda bv toast in creation page 2022-03-03 12:33:40 +01:00
ogerly
4d04731569 Code review by moriz, changes made 2022-02-23 10:12:31 +01:00