8456 Commits

Author SHA1 Message Date
ogerly
09c25090f9 import clipboard-polyfill 2022-04-28 15:56:01 +02:00
ogerly
01d0aba0d7 add package clipboard-polyfill 2022-04-28 15:51:51 +02:00
Moriz Wahl
2041951e42 devops: Disable DB reset on stage 1 2022-04-28 15:49:08 +02:00
Wolfgang Huß
5496ab5a97 Ignore .nvmrc files in sub directories 2022-04-28 15:42:14 +02:00
Wolfgang Huß
340f2d5090
Merge pull request #1791 from gradido/1685-refactor-notActivated-isDeleted
🍰 Refactor notActivated and isDeleted
2022-04-28 15:30:33 +02:00
Moriz Wahl
8122f3665b
Merge branch 'master' into test-admin-resolver 2022-04-28 13:56:45 +02:00
Moriz Wahl
eec79000c9 linting 2022-04-28 11:59:52 +02:00
Moriz Wahl
48826feaa6 improve error messages 2022-04-28 11:53:24 +02:00
Moriz Wahl
ac363347f9
Merge branch 'master' into 1685-refactor-notActivated-isDeleted 2022-04-28 11:28:30 +02:00
Moriz Wahl
6251ad54d2
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:22:11 +02:00
Moriz Wahl
77ae24d54d
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:20:44 +02:00
Moriz Wahl
51f8dfb89f
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:19:51 +02:00
Moriz Wahl
4c6660a7a5
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:19:34 +02:00
Moriz Wahl
f448daf834
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:18:59 +02:00
Moriz Wahl
549aa1c3aa
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:18:50 +02:00
Moriz Wahl
0d9c39c4cb
Merge pull request #1849 from gradido/send-email-again-on-stage1
devops: Disable Send Email on Seeding
2022-04-28 11:17:34 +02:00
Wolfgang Huß
778c9568e6 Resolved Ulf's error detection 2022-04-28 10:48:50 +02:00
Wolfgang Huß
fe4e87f576 Add NVM config file as well for the main folder 2022-04-28 08:41:17 +02:00
Moriz Wahl
9ee43d8b3e devops: Disable send email on Seeding 2022-04-27 18:10:49 +02:00
Moriz Wahl
372b9d16d0 test coverage backend to 65% 2022-04-27 17:52:52 +02:00
Moriz Wahl
76b1763bc0 test deletePendingCreation and confirmPendingCreation mutations 2022-04-27 17:52:00 +02:00
Moriz Wahl
6f0c3c11a5 improve matching of created pending creation, see TODO 2022-04-27 17:51:26 +02:00
Moriz Wahl
e4776fcfd5 test get pending creations query 2022-04-27 14:08:56 +02:00
Moriz Wahl
4bf2871ba1 test update pending creation mutation 2022-04-27 13:38:40 +02:00
Wolfgang Huß
5c89fe545d Change Login page to more general page message 2022-04-27 13:05:37 +02:00
Wolfgang Huß
baac1d8dde Fix error with undefined this.callback 2022-04-27 13:04:51 +02:00
Moriz Wahl
61f3da38fa creation factory returns unconfirmed creation object 2022-04-27 12:13:57 +02:00
Moriz Wahl
a0e29e2524 remove moderator from update pending creation mutation args 2022-04-27 12:06:01 +02:00
Moriz Wahl
d14d4c5640 remove moderator from update pending creation mutation args 2022-04-27 11:57:41 +02:00
Moriz Wahl
2e82f007e6 test createPendingCreations 2022-04-27 11:53:50 +02:00
Moriz Wahl
2343279e7b add createPendingCreations mutation 2022-04-27 11:35:18 +02:00
Moriz Wahl
64454b6fa2 remove moderator from create pending creation mutation args, use context instead to get moderator ID 2022-04-27 11:11:30 +02:00
Alexander Friedland
82d3ff85cb
Merge branch 'master' into add-license-1 2022-04-27 11:11:08 +02:00
Moriz Wahl
e9eaa756b0 remove moderator from create pending creation mutation args 2022-04-27 11:10:21 +02:00
Moriz Wahl
2aa7772d20 remove moderator ID form create pending creation mutation args 2022-04-27 11:03:34 +02:00
Moriz Wahl
ad8de559aa test unDelete User mutation 2022-04-27 10:11:14 +02:00
Moriz Wahl
2836d63f2f add unDelete User mutation 2022-04-27 09:59:21 +02:00
Moriz Wahl
06639d53d9 test delete user mutation 2022-04-27 09:57:39 +02:00
Moriz Wahl
5713b9ad3d user factory returns created user entity, add delete user mutation 2022-04-27 09:57:11 +02:00
Wolfgang Huß
e351e82129 Add NVM config files 2022-04-27 09:51:53 +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
Wolfgang Huß
1eca96cf11 Merge branch 'master' of github.com:gradido/gradido into 1697-refactor-thx-page 2022-04-26 15:41:24 +02:00
Wolfgang Huß
4d87c95031 Implement tests for Registration page
- Refactor little things.
2022-04-26 15:40:34 +02:00
Moriz Wahl
387ce34390
Merge pull request #1838 from gradido/fix-confirm-creation
fix: Confirm Creation with Decimal
2022-04-26 15:04:05 +02:00
Moriz Wahl
3c89bd5fbb
Merge branch 'master' into fix-confirm-creation 2022-04-26 14:46:41 +02:00
Moriz Wahl
e5dd373f52 no console 2022-04-26 13:30:21 +02:00
Alexander Friedland
16d292618b
Merge pull request #1841 from gradido/1837-Copying-a-link-not-work-on-mobile-devices
error message by no navigator.clipbord function
2022-04-26 13:29:31 +02:00
Moriz Wahl
ca42bbd478 Merge branch 'fix-confirm-creation' of github.com:gradido/gradido into fix-confirm-creation 2022-04-26 13:29:00 +02:00
Moriz Wahl
b06e3c3c04 proper TS definition 2022-04-26 13:28:36 +02:00
Moriz Wahl
2ca291684c
Delete AdminResolver.test.ts 2022-04-26 13:26:59 +02:00