4494 Commits

Author SHA1 Message Date
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
bd9ce97bc5 Merge branch 'admin_pending_creation' into adminPendingCreationQueries 2021-11-30 10:33:02 +01:00
elweyn
e47a95cd4b Change note to memo in database. 2021-11-30 10:31:43 +01:00
Hannes Heine
be8c91d752
Merge branch 'master' into admin_pending_creation 2021-11-30 10:22:28 +01:00
elweyn
3a5999ffe5 Change note to memo. 2021-11-30 10:11:28 +01:00
elweyn
ffed004b1a Merge branch 'admin_pending_creation' into adminPendingCreationQueries 2021-11-30 10:10:15 +01:00
elweyn
e2743b979e Change note to memo. 2021-11-30 10:08:12 +01:00
elweyn
fd54f34855 Remove comment in logout. 2021-11-30 09:55:27 +01:00
Hannes Heine
718763a884
Update admin/src/components/CreationFormular.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2021-11-30 09:42:09 +01:00
Hannes Heine
bdad4197a3
fix logo import
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2021-11-30 09:41:44 +01:00
elweyn
84be6ae369 Remove empty and unused file. 2021-11-30 09:35:33 +01:00
elweyn
bd5aebbfd5 Coverage upgraded to 53% in admin. 2021-11-30 09:30:37 +01:00
Moriz Wahl
cf3260b21e
Merge pull request #1121 from gradido/setup-seeding
feat: Setup Data Seeding
2021-11-30 09:29:15 +01:00
elweyn
da649868cc Removed the remove test that removes all creations, Test that the server sends error. 2021-11-30 09:28:59 +01:00
Moriz Wahl
6eedde23af recover reset to get CI running again 2021-11-30 09:18:57 +01:00
elweyn
5a3fb2bd80 Merge branch 'admin_pending_creation' into adminPendingCreationQueries 2021-11-30 08:52:17 +01:00
elweyn
1b48589933 Change backend coverage to 39. 2021-11-30 08:51:47 +01:00
Moriz Wahl
50e98bdc46 disbale create admin user 2021-11-30 08:51:40 +01:00
Moriz Wahl
0d2cf7da48 Merge branch 'master' into setup-seeding 2021-11-30 08:46:24 +01:00
elweyn
65461130bb Merge branch 'admin_pending_creation' into adminPendingCreationQueries 2021-11-30 08:29:26 +01:00
Moriz Wahl
0c74fa2970 remove broken test 2021-11-29 21:57:10 +01:00
Moriz Wahl
dbdd25293b test new navbar elements, raise coverage to 52% 2021-11-29 21:47:49 +01:00
a8a1f9cff4
Merge pull request #1139 from gradido/fix_admin_token_renewal
fix_admin_token_renewal
2021-11-29 16:38:50 +01:00
fa14d165e9
reduced coverage - this functionality is too existential not to merge and too complex to test at the given moment 2021-11-29 16:28:41 +01:00
1b8e132190
redirect to logout, since we have that page actually 2021-11-29 14:40:56 +01:00
Moriz Wahl
1a22520429 Merge branch 'setup-seeding' of github.com:gradido/gradido into setup-seeding 2021-11-26 20:11:29 +01:00
Moriz Wahl
556debe984 change yarn reset to yarn dev_reset in database up 2021-11-26 20:08:44 +01:00
Moriz Wahl
ff704bd9f4
Update database/src/factories/login-user-backup.factory.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 19:31:16 +01:00
Moriz Wahl
0f22a2fe1c remove run reset on production 2021-11-26 19:29:17 +01:00
ogerly
e0ad9ab40a Removed unused imports. 2021-11-26 15:11:46 +01:00
ogerly
18a530b1b1 Withdrew console.logs. 2021-11-26 15:11:03 +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
Moriz Wahl
0909a3a99a add README 2021-11-26 13:15:58 +01:00
Moriz Wahl
ac0c0c8449 seed Bob der Baumeister 2021-11-26 13:09:00 +01:00
Moriz Wahl
a6f36cd305 seed Räuber Hotzenplotz 2021-11-26 12:56:48 +01:00
Moriz Wahl
2fe18e851c seed Bibi Bloxberg 2021-11-26 12:48:33 +01:00
Hannes Heine
602dfd64f1 Corected return type for getPendingCreations and corected query. 2021-11-26 12:36:01 +01:00
Moriz Wahl
3824920c47 get things working 2021-11-26 12:31:02 +01:00
Moriz Wahl
89cfd1259b Merge branch 'setup-seeding' of github.com:gradido/gradido into setup-seeding 2021-11-26 12:25:04 +01:00
Moriz Wahl
ae8fc914fb further refactoring 2021-11-26 12:24:56 +01:00
Moriz Wahl
c8720673fd
Update database/entity/0002-add_settings/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:23:00 +01:00
Moriz Wahl
aacfaa67c4
Update database/entity/0002-add_settings/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:51 +01:00
Moriz Wahl
8ad35aa5f3
Update database/entity/0001-init_db/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:35 +01:00
Moriz Wahl
62c4552535
Update database/entity/0001-init_db/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:24 +01:00
Moriz Wahl
e2f8de0acb refactor seed function 2021-11-26 12:08:18 +01:00
6a404841ed
renew token 2021-11-26 11:48:10 +01:00
Hannes Heine
99749eebb2 Apollo first steps getPendingCreations. 2021-11-26 11:28:14 +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