Moriz Wahl
|
e9357198c0
|
change parameter name to code
|
2022-03-20 18:58:20 +01:00 |
|
ogerly
|
1315ab4fa0
|
change parameter id from Int to String
|
2022-03-20 11:25:18 +01:00 |
|
Moriz Wahl
|
7dfa0e37ee
|
fix: id parameter to Int in seed
|
2022-03-19 13:08:37 +01:00 |
|
Moriz Wahl
|
612b8ca69c
|
Merge branch 'master' into no-float-ids
|
2022-03-19 13:07:53 +01:00 |
|
Moriz Wahl
|
7f6b7482b0
|
Int as arg type for ID
|
2022-03-19 12:35:34 +01:00 |
|
Moriz Wahl
|
8038f1bf9b
|
include deleted links
|
2022-03-19 12:29:43 +01:00 |
|
|
|
761de3f636
|
corrected name of transaction link summary to differentiate between a link and the summary transaction
|
2022-03-19 10:43:17 +01:00 |
|
Moriz Wahl
|
550a55a4f0
|
Merge branch 'master' into user-entity-in-context
|
2022-03-18 15:23:48 +01:00 |
|
|
|
4c0996aefb
|
Merge branch 'master' into resolve_external_paths
|
2022-03-18 15:15:51 +01:00 |
|
|
|
21a257a901
|
exclude build folder from jest & jest coverage collection
|
2022-03-18 15:15:01 +01:00 |
|
Moriz Wahl
|
303ab94ba3
|
Merge branch 'master' into user-entity-in-context
|
2022-03-18 15:13:11 +01:00 |
|
|
|
677581b76e
|
enforce config on backend
|
2022-03-18 03:13:00 +01:00 |
|
|
|
d4ec4ab080
|
reverted unnecessary change
|
2022-03-18 01:45:28 +01:00 |
|
|
|
5fe1e05ca4
|
use tsconfig-paths package to resolve paths
link build and src paths for the external database package
|
2022-03-18 01:35:01 +01:00 |
|
Moriz Wahl
|
b84b4e27b4
|
undo changes in plugin
|
2022-03-17 13:07:47 +01:00 |
|
Moriz Wahl
|
4c396d7581
|
define Int as type for args of Ids
|
2022-03-17 13:03:41 +01:00 |
|
Moriz Wahl
|
e8625cb5af
|
remove console log
|
2022-03-17 11:32:52 +01:00 |
|
Moriz Wahl
|
f21e0ed038
|
only creations transaction list with admin rights
|
2022-03-17 11:20:26 +01:00 |
|
Moriz Wahl
|
577ca00c46
|
refactor transaction list query, do not allow user id an only creations as args any more. this query only return the transactions of the logged in user
|
2022-03-17 10:46:29 +01:00 |
|
Moriz Wahl
|
b44ef71756
|
no double DB calls to get user from db in resolvers
|
2022-03-17 10:05:07 +01:00 |
|
Moriz Wahl
|
fd9292b3d5
|
user context in admin interface
|
2022-03-17 09:57:19 +01:00 |
|
Moriz Wahl
|
ac11d1fa60
|
store user entity created on authentication check in context to avoid further DB calls
|
2022-03-17 09:55:15 +01:00 |
|
Moriz Wahl
|
51c06741fc
|
get test working with chages to the schema
|
2022-03-17 09:06:40 +01:00 |
|
Moriz Wahl
|
689d6c3fb8
|
get transaction link id by mutation call
|
2022-03-17 08:58:07 +01:00 |
|
Moriz Wahl
|
8a350e7cab
|
get user id by login query in seeds
|
2022-03-17 08:48:49 +01:00 |
|
Moriz Wahl
|
1182b94075
|
createUser returns User object, adopt mutations, reduce db calls in seed
|
2022-03-17 08:40:02 +01:00 |
|
Moriz Wahl
|
d1fe360157
|
Merge branch 'master' into seed-transaction-links
|
2022-03-16 22:10:16 +01:00 |
|
Moriz Wahl
|
3c04cf0621
|
move db call to get admin id before mutation
|
2022-03-16 21:18:01 +01:00 |
|
Moriz Wahl
|
691d734c50
|
Update backend/src/seeds/factory/creation.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
|
2022-03-16 21:12:08 +01:00 |
|
Moriz Wahl
|
7731cb9949
|
Merge branch 'master' into seed-transactions-in-backend
|
2022-03-16 19:26:28 +01:00 |
|
elweyn
|
c2119aa410
|
Change the error message to match the behavior of the code.
|
2022-03-16 05:38:33 +01:00 |
|
elweyn
|
085e2b5021
|
Add method to check if OptInCode isValid.
|
2022-03-16 05:35:16 +01:00 |
|
elweyn
|
62b4e554f3
|
Merge branch '1319-email-optin' of https://github.com/gradido/gradido into 1319-email-optin
|
2022-03-16 05:30:49 +01:00 |
|
Hannes Heine
|
de88da40c1
|
Update backend/src/graphql/resolver/UserResolver.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
|
2022-03-16 05:23:10 +01:00 |
|
Hannes Heine
|
e9ff0a8ed1
|
Update backend/src/graphql/resolver/UserResolver.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
|
2022-03-16 05:22:51 +01:00 |
|
Hannes Heine
|
623ba8e86b
|
Update backend/src/graphql/resolver/UserResolver.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
|
2022-03-16 05:22:40 +01:00 |
|
elweyn
|
e20182bff3
|
Change the parseInt of CONFIG.EMAIL_CODE_VALID_TIME.toString with only the int of the config.
|
2022-03-16 05:21:58 +01:00 |
|
elweyn
|
286fad0dfe
|
Add pipe 10 so that if EMAIL_CODE_VALID_TIME is abc we get 10.
|
2022-03-16 05:19:43 +01:00 |
|
Hannes Heine
|
e5217640e5
|
Merge branch 'master' into 1319-email-optin
|
2022-03-16 05:11:12 +01:00 |
|
Moriz Wahl
|
7656649253
|
Merge branch 'master' into seed-in-backend
|
2022-03-15 21:44:05 +01:00 |
|
Moriz Wahl
|
5b9463ca2a
|
seed deleted and outdated transaction links
|
2022-03-15 21:24:44 +01:00 |
|
Moriz Wahl
|
12f3a7ab4a
|
set up seed for transaction links
|
2022-03-15 21:03:55 +01:00 |
|
Moriz Wahl
|
5e8e885841
|
fix test
|
2022-03-15 20:32:33 +01:00 |
|
Moriz Wahl
|
a234266493
|
seed simple confired creations
|
2022-03-15 19:28:46 +01:00 |
|
Moriz Wahl
|
05a65aa98f
|
add mutations from admin interface
|
2022-03-15 17:41:54 +01:00 |
|
Moriz Wahl
|
fef7c6b8cc
|
rename userFactory
|
2022-03-15 17:41:22 +01:00 |
|
Moriz Wahl
|
7e645e08fa
|
pass ApolloServerTestClient as first argument of factories
|
2022-03-15 17:40:37 +01:00 |
|
Moriz Wahl
|
c7e3d3d224
|
fix package json
|
2022-03-15 17:08:41 +01:00 |
|
Moriz Wahl
|
99c0ef1cf5
|
add faker, seed 100 random users
|
2022-03-15 17:05:55 +01:00 |
|
Moriz Wahl
|
764f1ee572
|
optional data set correctly
|
2022-03-15 16:32:32 +01:00 |
|