Robert Schäfer
da30001ba8
Testing mail delivery with a remote SMTP server
2019-06-20 15:54:56 +02:00
Robert Schäfer
1ed338542c
Another suggestion by @Tirokk
2019-06-20 15:33:48 +02:00
Robert Schäfer
9ec9034ea5
Fix translatios as suggested by @Tirokk
2019-06-20 15:25:59 +02:00
Robert Schäfer
ff46740e90
Follow @mattwr18 suggetions don't enter mail twice
2019-06-20 15:13:22 +02:00
Robert Schäfer
9dd340c69b
Template emails based on postmark-templates
...
Credit: https://github.com/wildbit/postmark-templates/
Also we distinguish now if a user has been found and if not. The
password reset link brings us directly to the last step in the flow.
2019-06-20 01:29:50 +02:00
Robert Schäfer
61ad100bfb
Get rid of unnecessary .env var - document it
2019-06-20 00:09:26 +02:00
Robert Schäfer
3f5e9a21cc
Disable SEND_MAILS for local development and test
...
.. but enable it by default for `docker-compose.override.yml`. If the developer
uses `docker-compose` we can safely assume that a local smtp server for
development is running.
2019-06-19 15:03:38 +02:00
Robert Schäfer
c85c94aa40
Splitting components, better route navigation
...
This also allows us to generate a password reset link to quickly reset
your password without entering the code and email manually.
2019-06-19 14:23:22 +02:00
Robert Schäfer
a7eced5f8e
Redirect to `/' if user is authenticated
2019-06-19 13:40:08 +02:00
Robert Schäfer
217c905800
Merge remote-tracking branch 'origin/master' into 801_reset_password
2019-06-19 13:26:13 +02:00
Robert Schäfer
304fd028f0
Leftover token=>code
2019-06-18 23:51:54 +02:00
Robert Schäfer
38327ddf71
Split password flow into different routes part 1
2019-06-18 23:49:38 +02:00
Robert Schäfer
d8eca07c21
Fix lint
2019-06-18 23:28:48 +02:00
Robert Schäfer
29b910cfb7
Really basic passwordReset flow works
2019-06-18 23:28:06 +02:00
Robert Schäfer
cc26d0be94
Handle passwordReset response on reset page
2019-06-18 22:48:53 +02:00
Robert Schäfer
506fe0fe94
Add support instructions
2019-06-18 22:35:52 +02:00
Robert Schäfer
7446464d6c
Better translations
2019-06-18 19:08:59 +02:00
Robert Schäfer
ba185bcb65
Refactor backend
2019-06-18 19:03:59 +02:00
Robert Schäfer
69434cdc7f
Nicer information messages
2019-06-18 16:11:05 +02:00
Alexander Friedland
5a80c6df6f
Merge pull request #855 from Human-Connection/436-Menu-in-Post-Scroll-to-Comment-section
...
When you call up a post you can scroll to the comments
2019-06-18 15:20:39 +02:00
Alexander Friedland
fbad4ce6ce
Merge pull request #856 from Human-Connection/849-Text-description-for-Filter-Bubble
...
Fix a text description for the filter bubble
2019-06-18 15:12:19 +02:00
Alexander Friedland
524dec1095
Merge pull request #786 from Human-Connection/764-Untranslated-Texts-in-Post-Page
...
[Bug] Untranslated Texts in Post Page #764
2019-06-18 15:07:42 +02:00
Robert Schäfer
3948cb8ace
VerifyCode.spec passes
2019-06-18 13:51:30 +02:00
Robert Schäfer
559210d204
Oh, forgot, you have to add the email again
...
Well, this is not good practice. If an attacker has access to the
mailbox then she knows also the email account as well. It's better to
ask the user for the unique username, e.g. `@username`.
https://stackoverflow.com/a/16018373
2019-06-18 13:25:25 +02:00
Robert Schäfer
288e5002fd
Flesh out VerifyCode.spec.js
2019-06-18 13:13:13 +02:00
Robert Schäfer
a641ab6884
Turn off autocomplete for all password fields
2019-06-18 13:01:19 +02:00
Robert Schäfer
5a781b0bc6
Copy+Paste code form Password/Change, DRY later
2019-06-18 12:58:43 +02:00
Robert Schäfer
de40499007
Move to next step after verify code
2019-06-18 12:41:58 +02:00
Robert Schäfer
8fc74b9e14
Put validation error translations together
2019-06-18 12:09:06 +02:00
senderfm
8484704460
Fix a text description for the filter bubble
2019-06-18 10:49:20 +02:00
senderfm
0a66ad56d9
Fix Specs, lint, fix test
2019-06-18 09:58:29 +02:00
mattwr18
00286ef6b9
Merge pull request #843 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-link-http-1.5.15
...
Bump apollo-link-http from 1.5.14 to 1.5.15 in /backend
2019-06-17 19:33:05 -03:00
Matt Rider
fa1613543c
Merge branch 'dependabot/npm_and_yarn/backend/apollo-link-http-1.5.15' of github.com:Human-Connection/Human-Connection into dependabot/npm_and_yarn/backend/apollo-link-http-1.5.15
2019-06-17 18:17:51 -03:00
Matt Rider
a750e66063
Merge branch 'master' of github.com:Human-Connection/Human-Connection into dependabot/npm_and_yarn/backend/apollo-link-http-1.5.15
2019-06-17 18:17:30 -03:00
dependabot-preview[bot]
eadfbe6190
Bump apollo-link-http from 1.5.14 to 1.5.15 in /backend
...
Bumps [apollo-link-http](https://github.com/apollographql/apollo-link ) from 1.5.14 to 1.5.15.
- [Release notes](https://github.com/apollographql/apollo-link/releases )
- [Changelog](https://github.com/apollographql/apollo-link/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-link/compare/apollo-link-http@1.5.14...apollo-link-http@1.5.15 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-17 21:17:00 +00:00
mattwr18
95fc61697a
Merge pull request #842 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-config-prettier-5.0.0
...
Bump eslint-config-prettier from 4.3.0 to 5.0.0 in /backend
2019-06-17 18:15:13 -03:00
mattwr18
115d230181
Merge pull request #841 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-link-context-1.0.18
...
Bump apollo-link-context from 1.0.17 to 1.0.18 in /backend
2019-06-17 18:14:52 -03:00
mattwr18
ce77ec28ce
Merge pull request #838 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-config-prettier-5.0.0
...
Bump eslint-config-prettier from 4.3.0 to 5.0.0 in /webapp
2019-06-17 18:14:28 -03:00
mattwr18
4014fcaed7
Merge pull request #840 from Human-Connection/dependabot/npm_and_yarn/backend/date-fns-2.0.0-alpha.34
...
Bump date-fns from 2.0.0-alpha.33 to 2.0.0-alpha.34 in /backend
2019-06-17 18:14:02 -03:00
mattwr18
0a7546fdb3
Merge pull request #837 from Human-Connection/dependabot/npm_and_yarn/webapp/date-fns-2.0.0-alpha.34
...
Bump date-fns from 2.0.0-alpha.33 to 2.0.0-alpha.34 in /webapp
2019-06-17 18:13:38 -03:00
Robert Schäfer
21506335b5
Add validations for the code
2019-06-17 22:52:58 +02:00
Robert Schäfer
0da7b906bd
Start with verify code component
2019-06-17 21:11:10 +02:00
Robert Schäfer
edd6a3f0c3
PW-Reset page switches password reset and verify
2019-06-17 15:20:02 +02:00
Robert Schäfer
aa6855434d
Emit submitted from PasswordReset component
2019-06-17 15:20:02 +02:00
Robert Schäfer
0e3eb43276
Split PasswordResetPage into subcomponents
2019-06-17 15:20:02 +02:00
Robert Schäfer
de9ed55738
Display nice success message on password reset
2019-06-17 14:34:03 +02:00
Robert Schäfer
a501e1145d
Component test to call a mutation passes
2019-06-17 14:02:25 +02:00
Robert Schäfer
c4eb2178f2
Scaffold page component test for password reset
2019-06-17 12:39:36 +02:00
Robert Schäfer
7228d68149
Write a nice form to reset your password
2019-06-17 12:30:39 +02:00
Robert Schäfer
5a806ca99e
Remove duplicate test case
2019-06-17 12:24:14 +02:00