|
|
83a2269a42
|
Update frontend/src/views/Pages/Login.vue
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
|
2021-12-10 14:51:10 +01:00 |
|
|
|
1626f28f20
|
an incorrect login should always result in an error not in a request to reset the password
|
2021-12-10 00:39:57 +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 |
|
Moriz Wahl
|
8122f218a9
|
render error message as it is
|
2021-12-08 11:14:34 +01:00 |
|
Moriz Wahl
|
5a055b3739
|
Merge branch 'test-apollo-provider-frontend' into 1029-Change-text-for-expired-session
|
2021-12-08 11:11:04 +01:00 |
|
elweyn
|
4afd3ffe0a
|
Remove console.log coverage of frontend set to 86%
|
2021-12-07 12:34:10 +01:00 |
|
elweyn
|
202ab2863c
|
Fixing ResetPassword.
|
2021-12-07 12:28:12 +01:00 |
|
elweyn
|
cee7c66a45
|
ForgotPassword logic change implemented in tests.
|
2021-12-07 10:59:00 +01:00 |
|
elweyn
|
ca6f8076d6
|
Logic change on error message included in test.
|
2021-12-07 10:41:43 +01:00 |
|
elweyn
|
c7fbb9b0bf
|
Changed the Login error handling so that we get the no-account message in case of a specific error, else we send the user to /reset/login
|
2021-12-07 10:19:29 +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 |
|
|
|
bbd54ef607
|
Merge branch 'master' into login_call_resetPassword
|
2021-12-06 13:42:48 +01:00 |
|
ogerly
|
fb48e7c9d2
|
catch error Client certificate revoked and pass error.session-expired. Graph QL error: always passed from backend
|
2021-12-03 13:09:45 +01:00 |
|
ogerly
|
fc799a78eb
|
test von store commit publisherId, test store isAdmin
|
2021-12-02 09:19:35 +01:00 |
|
ogerly
|
21b8110f57
|
jest test for input publisherId commit to store
|
2021-12-01 18:51:12 +01:00 |
|
ogerly
|
31adf5d6e2
|
jest test for input publisherId
|
2021-12-01 18:39:25 +01:00 |
|
ogerly
|
c7ab1ee271
|
remove all console logs
|
2021-12-01 17:55:03 +01:00 |
|
ogerly
|
09cdd00c82
|
Add Methods commitStore() for publisherId
|
2021-12-01 17:53:58 +01:00 |
|
Alexander Friedland
|
2bb11230f6
|
Update frontend/src/views/Pages/Register.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
|
2021-12-01 15:34:19 +01:00 |
|
ogerly
|
efb106f960
|
yarn lint --fix
|
2021-11-30 14:57:38 +01:00 |
|
ogerly
|
bc21f76848
|
Insert publishID from Store when set
|
2021-11-30 14:57:04 +01:00 |
|
ogerly
|
57e8be75a6
|
Add PublisherID locales in DOM and german
|
2021-11-30 13:52:57 +01:00 |
|
ogerly
|
5206e27a7a
|
Add PublisherID input box per collaps
|
2021-11-30 13:44:42 +01:00 |
|
|
|
3c81a3cf11
|
"fix" frontend tests
|
2021-11-26 03:22:39 +01:00 |
|
|
|
0b3a8c013a
|
include review of moriz
|
2021-11-26 02:50:57 +01:00 |
|
|
|
8427584cb7
|
Merge branch 'login_call_resetPassword_frontend' into login_call_resetPassword
# Conflicts:
# frontend/src/views/Pages/ResetPassword.vue
|
2021-11-26 02:43:46 +01:00 |
|
|
|
0c8e79bc74
|
cleanup ResetPassword & deleted unused queries
|
2021-11-24 03:57:07 +01:00 |
|
|
|
30079e2039
|
fix createUser call
|
2021-11-24 03:56:42 +01:00 |
|
|
|
04d3804326
|
remove CheckEMail component to unify it under ResetPassword
|
2021-11-24 03:56:04 +01:00 |
|
|
|
6e7e4c374a
|
frontend lint
|
2021-11-24 02:11:56 +01:00 |
|
|
|
d5b2356caf
|
setPassword in frontend
remove resetPassword
|
2021-11-23 12:08:23 +01:00 |
|
elweyn
|
7afbc8dc3c
|
Implemented a switch for reset & checkEmail so that both send to ResetPassword.vue but show different textes.
|
2021-11-23 09:36:10 +01:00 |
|
elweyn
|
3ce3370e80
|
Changed the vue test so that we get information of the locale.
|
2021-11-23 09:35:27 +01:00 |
|
Hannes Heine
|
ab0d29bc31
|
Update frontend/src/views/Pages/Register.vue
|
2021-11-22 23:50:44 +01:00 |
|
Hannes Heine
|
ed3d9ca422
|
Merge branch 'master' into 1002-language-selection-register-store
|
2021-11-22 23:49:52 +01:00 |
|
|
|
73c9f7c2ab
|
Merge branch 'master' into bugfix_registration
|
2021-11-22 23:27:58 +01:00 |
|
Hannes Heine
|
6bf0c032e9
|
Update frontend/src/views/Pages/thx.vue
|
2021-11-22 23:27:17 +01:00 |
|
Moriz Wahl
|
fd994936d5
|
Update frontend/src/views/Pages/SendOverview/GddSend/QrCode.vue
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
|
2021-11-17 12:58:18 +01:00 |
|
Moriz Wahl
|
e8859544f7
|
feat: Raise Test Coverage Frontend
|
2021-11-16 13:06:53 +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 |
|
elweyn
|
14db7bd058
|
Added a no-email-verify to locale check if the error message contains the message email not verified then throw another message than normal.
|
2021-11-12 07:38:57 +01:00 |
|
Hannes Heine
|
8d2274406a
|
Update frontend/src/views/Pages/RegisterSelectCommunity.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
|
2021-11-05 12:34:01 +01:00 |
|
Hannes Heine
|
c8570218c1
|
Update frontend/src/views/Pages/RegisterCommunity.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
|
2021-11-05 12:33:50 +01:00 |
|
Hannes Heine
|
2b64cb9397
|
Update frontend/src/views/Pages/Register.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
|
2021-11-05 12:33:39 +01:00 |
|
Hannes Heine
|
4483e69d0d
|
Update frontend/src/views/Pages/Login.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
|
2021-11-05 12:33:29 +01:00 |
|
elweyn
|
3d3a77a0ea
|
Changed the logic so that we check if the queries have been send but does not check the result.
|
2021-11-05 12:32:45 +01:00 |
|
elweyn
|
6a79ba35c4
|
Merge branch 'master' into 1036-register-page-breaks-without-community
|
2021-11-05 11:51:03 +01:00 |
|
elweyn
|
1f978ce4e8
|
Since the mixin gets communityInfo needed to change the tests so that they check it out.
|
2021-11-05 11:33:50 +01:00 |
|