106 Commits

Author SHA1 Message Date
Wolfgang Huß
4091413847 Remove thx page 2022-05-30 13:50:31 +02:00
ogerly
4675c56790 test router.test.js fixed 2022-03-21 21:38:28 +01:00
Alexander Friedland
32d8cf4a9d
Merge branch 'master' into 1559-frontend-transport-redeem-link-through-register 2022-03-21 17:25:41 +01:00
Moriz Wahl
17bfbd6281 fix test for optional code on login on register 2022-03-21 14:29:00 +01:00
ogerly
cdd13cf24e add params on thx and checkEmail 2022-03-21 12:09:07 +01:00
ogerly
9c668f3934 changed review from moriz 2022-03-21 08:18:47 +01:00
ogerly
5695427392 add optional parameter code to login and register 2022-03-20 11:30:02 +01:00
ogerly
7a117d224f test 100% for src/routes/router.test.js 2022-03-18 20:27:32 +01:00
ogerly
4721283b1d changed review 2022-03-13 11:24:15 +01:00
ogerly
24dfa3a0e7 test send.vue and ShowTransactionLinkInformations.spec.js, routes 2022-03-11 16:29:36 +01:00
elweyn
d91310c7de WIP Implement the frontend to show the transactionLinkInformation. 2022-03-09 17:16:26 +01:00
Moriz Wahl
9c246c62bd move user settings in subfolder 2022-03-07 20:20:54 +01:00
Moriz Wahl
07dbce59dc move UserProfile folder to components 2022-03-07 19:49:18 +01:00
Moriz Wahl
137408cda4 move SendOverview to components 2022-03-07 19:34:35 +01:00
Moriz Wahl
574c1cf203 rename route for reset-password 2022-03-07 19:23:08 +01:00
Moriz Wahl
bcc3ca4907 rename password with forgot-password 2022-03-07 19:07:14 +01:00
Moriz Wahl
14dcb3fa93 resolve relative paths, rename pages 2022-03-07 18:47:14 +01:00
Moriz Wahl
e8920f4c35 all locale handling is done by store, so that commit the language to store on change is enough. Note that dispatch login calls commit language 2022-01-24 17:39:42 +01:00
Moriz Wahl
8ca90b958a fix: Redirect after Email Confirmation 2022-01-18 13:37:28 +01:00
a49cf65f0f
base path / not /vue (frontend) 2022-01-12 21:19:49 +01:00
Moriz Wahl
b244f31a53 catch language when comming back from admin interface 2022-01-11 10:06:40 +01:00
Moriz Wahl
88002a5209 define custom error toast, use this custom toast for all error toasts 2021-12-08 13:21:03 +01:00
elweyn
4b49d85d1a Router got a new route test had to be fixed. 2021-12-07 10:44:24 +01:00
elweyn
03faac6ecb Case where a user has not activated his email he gets redirected to /thx/login with a message to check his eamils. 2021-12-07 10:14:52 +01:00
elweyn
00f08ff2db Added a comingFrom parameter to ForgotPassword so we can have different texte in case of optin code expired. 2021-12-07 09:48:22 +01:00
452beec07c
Merge branch 'master' into login_call_resetPassword 2021-12-07 00:26:23 +01:00
Moriz Wahl
f9db04ef96 fix: Catch Expired Session when Coming from Admin Interface 2021-12-02 13:17:42 +01:00
3c81a3cf11
"fix" frontend tests 2021-11-26 03:22:39 +01:00
5cccd8f873
Merge branch 'master' into login_call_resetPassword
# Conflicts:
#	backend/src/graphql/resolver/UserResolver.ts
2021-11-26 02:36:32 +01:00
Hannes Heine
5cbdbcb7c9
Merge branch 'master' into login_call_resetPassword 2021-11-25 10:22:15 +01:00
77dc54155a
Merge branch 'master' into backend_rights
# Conflicts:
#	admin/src/router/guards.js
#	admin/src/store/store.js
#	backend/src/graphql/resolver/UserResolver.ts
#	frontend/src/components/SidebarPlugin/SideBar.vue
#	frontend/src/graphql/queries.js
#	frontend/src/routes/guards.js
2021-11-25 08:49:06 +01:00
6ea8d08963
fix tests 2021-11-24 19:38:42 +01:00
33783702bc
frontend lint 2021-11-24 19:38:42 +01:00
3301e0763d
separate router.beforeach & implement the authenticate route 2021-11-24 19:37:06 +01:00
04d3804326
remove CheckEMail component to unify it under ResetPassword 2021-11-24 03:56:04 +01:00
636c4c8df3
implement verifyLogin 2021-11-23 14:05:02 +01:00
b2bb67ab9c
fix tests 2021-11-23 12:48:59 +01:00
f21587ae3a
frontend lint 2021-11-23 12:48:59 +01:00
a82f612be8
separate router.beforeach & implement the authenticate route 2021-11-23 12:46:16 +01:00
73c9f7c2ab
Merge branch 'master' into bugfix_registration 2021-11-22 23:27:58 +01:00
elweyn
9a75604a7a Change prozess so that a user that has not activate his account gets a warning that he needs to click the activation link in the email. Withdrew sendActivationMail again. 2021-11-12 10:55:43 +01:00
elweyn
fefcb7251a Routes can route to /thx/login & /activateEmail , thx page now integrates email not activated logic. 2021-11-12 10:06:31 +01:00
Moriz Wahl
fb4e0d849f fix test for router 2021-10-21 02:22:45 +02:00
Moriz Wahl
7bc7940b5e Merge branch 'master' into 707-Separate-Account-Overview-from-Send-Form 2021-10-21 02:01:03 +02:00
Moriz Wahl
f8ddb53dba refactor: Activate Registration 2021-10-14 17:19:41 +02:00
ogerly
b2363198c2 router.test.js fix SendOverview 2021-10-13 16:47:37 +02:00
ogerly
907a9fe696 merge master, merge conflict fixed 2021-10-13 16:34:29 +02:00
ogerly
709888df55 Merge branch 'master' into 707-Separate-Account-Overview-from-Send-Form 2021-10-13 16:28:26 +02:00
Moriz Wahl
144fa5f089
Merge pull request #950 from gradido/improve-navigation-guard-tests
feat: Improve Test of Navigation Guard of Vue Router
2021-10-11 11:34:25 +02:00
Moriz Wahl
5bb0c2b5a5 Merge branch 'master' into clean-up-frontend-links 2021-10-07 19:22:47 +02:00