5569 Commits

Author SHA1 Message Date
a117b325cf
also check for presence of pub & priv key 2021-11-24 02:24:39 +01:00
cf8ca47cc6
check for no password and emailChecked on login 2021-11-24 02:20:22 +01:00
d5ea64d9ca
Merge branch 'bugfix_register_with_not_activ_account' into login_call_resetPassword 2021-11-24 02:16:31 +01:00
6e7e4c374a
frontend lint 2021-11-24 02:11:56 +01:00
80a1e3a3b0
Merge branch 'master' into login_call_resetPassword 2021-11-24 02:08:25 +01:00
Moriz Wahl
0ae04898f4 add one to one relation from login_user to login_user_backup 2021-11-23 17:59:44 +01:00
ogerly
9873ac6eee add user search in creation.vue 2021-11-23 16:14:24 +01:00
636c4c8df3
implement verifyLogin 2021-11-23 14:05:02 +01:00
Hannes Heine
d72eea7a87
Merge branch 'master' into bugfix_register_with_not_activ_account 2021-11-23 13:47:00 +01:00
ogerly
d6e8d0cc6b unused import KlickTip and Int in type-graphql remove 2021-11-23 13:27:39 +01:00
ogerly
35f297ece8 Vue uses VueApollo to main. 2021-11-23 13:24:09 +01:00
ogerly
52aa7e437e Added creation to useradmin model, adding call to apollo in backend. 2021-11-23 13:12:11 +01:00
Moriz Wahl
091c5aafc2
Merge pull request #1127 from gradido/add-model-entities
feat: Add Server Users Entity
2021-11-23 13:08:53 +01:00
Moriz Wahl
e9ceb7e7a5
test that logout is dispatched when clicked on admin area 2021-11-23 12:48:59 +01:00
Moriz Wahl
599eaf495a
test window location assign 2021-11-23 12:48:59 +01:00
c1381da240
test admin link,
correct pointer class
2021-11-23 12:48:59 +01:00
b2bb67ab9c
fix tests 2021-11-23 12:48:59 +01:00
024eb30612
fixed locales 2021-11-23 12:48:59 +01:00
c8d188279f
add infos about jq software requirement 2021-11-23 12:48:59 +01:00
47bce06f95
properly handle auth shortcut in oder to not break layout on logout 2021-11-23 12:48:59 +01:00
84684fe51f
lint admin 2021-11-23 12:48:59 +01:00
f21587ae3a
frontend lint 2021-11-23 12:48:59 +01:00
41d6a7ba45
implemented isAdmin from backend 2021-11-23 12:48:59 +01:00
c3801f37ab
corrected ports 2021-11-23 12:46:16 +01:00
03e5df5ece
convenience mode to disable the auth mode for development 2021-11-23 12:46:16 +01:00
58a3de8fbb
implement back to wallet or logout in navbar, remove profile thingy 2021-11-23 12:46:16 +01:00
7ab55acf5a
logout page 2021-11-23 12:46:16 +01:00
35b45f4b3d
todo port & define port due to my setup 2021-11-23 12:46:16 +01:00
a82f612be8
separate router.beforeach & implement the authenticate route 2021-11-23 12:46:16 +01:00
762819b63b
config WALLET_AUTH_URL 2021-11-23 12:46:16 +01:00
f249f9043c
rename views to pages 2021-11-23 12:46:16 +01:00
2ba1466a8d
seperate app and layouts 2021-11-23 12:46:16 +01:00
c02028cd55
refactor routes and route guards 2021-11-23 12:46:16 +01:00
f1965c4453
store token is actually set 2021-11-23 12:46:15 +01:00
f8404fc9a9
link to admin if isAdmin is true 2021-11-23 12:45:42 +01:00
a1e8114673
admin_area language file 2021-11-23 12:45:42 +01:00
0eb4bf8732
delete some weird docu stuff 2021-11-23 12:45:42 +01:00
9ea1edb010
Merge branch 'master' into login_hook_elopage 2021-11-23 12:43:24 +01:00
e62f3fd6cb
transactions 2021-11-23 12:32:27 +01:00
ogerly
435489223f First steps apollo getUsers query. 2021-11-23 12:25:54 +01:00
1fc0fa3bc1
remove some more comments 2021-11-23 12:24:08 +01:00
Moriz Wahl
0e101a012d test that logout is dispatched when clicked on admin area 2021-11-23 12:21:47 +01:00
4b5acedea2
klicktipp,
removed unused stuff
2021-11-23 12:20:36 +01:00
ogerly
05c9449e0e yarn lint fix 2021-11-23 12:16:46 +01:00
Moriz Wahl
14ed1d518a test window location assign 2021-11-23 12:16:18 +01:00
ogerly
dc1cf1fbcb Implemented the graphql AdminResolver method getUsers. 2021-11-23 12:15:24 +01:00
ogerly
c9d6b88dd0 Created a UserAdmin model that represents the Users for the Admin area. 2021-11-23 12:14:20 +01:00
ogerly
2e7c35aab6 Implemented a search LoginUser like on firstName, lastName and email. 2021-11-23 12:13:29 +01:00
d5b2356caf
setPassword in frontend
remove resetPassword
2021-11-23 12:08:23 +01:00
d1dfda81ce
removed password from createUser & implement setPassword 2021-11-23 12:00:14 +01:00