Commit Graph

53 Commits

Author SHA1 Message Date
Alex Gleason
6323c7d70e eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
Alex Gleason
966ca91e1a eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
Alex Gleason
2a0e2001d6 eslint: enforce import/order 2022-01-10 16:01:24 -06:00
marcin mikołajczak
809b875ae3 Add headlines to confirmation modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-30 18:50:02 +01:00
marcin mikołajczak
3a7da5d8d5 Check username availability
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28 19:11:21 +01:00
Alex Gleason
165feae622 Update snapshots 2021-12-15 10:49:13 -05:00
marcin mikołajczak
81abb7d49e update snapshots
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-15 15:39:07 +01:00
marcin mikołajczak
a1c7da7f62 no point in passing type=password
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-15 15:29:25 +01:00
marcin mikołajczak
4274b13aa7 Add ShowablePassword component
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-15 15:26:34 +01:00
Alex Gleason
def3c542c0 RegistrationForm: prevent small error with password matching 2021-11-08 16:27:32 -06:00
Alex Gleason
109046eef8 RegistrationForm: validate password mismatch 2021-11-08 15:57:37 -06:00
Alex Gleason
d76219c624 Jest: update snapshots 2021-11-04 00:49:57 -05:00
Alex Gleason
a9a3f09068 Registration/Login: improve text inputs on mobile 2021-11-04 00:36:34 -05:00
Alex Gleason
f5112b5b2a RegistrationForm: redirect home on success (if not already) 2021-09-24 12:36:51 -05:00
Alex Gleason
b18ed0d0e9 RegisterInvite: make registrations by invite token work 2021-09-24 12:16:28 -05:00
Alex Gleason
6f7e0c75b4 RegistrationForm: refactor isOpen logic 2021-09-24 11:43:28 -05:00
Alex Gleason
937cc18012 Add basic invite route, fix Chats fetch 2021-09-24 11:37:47 -05:00
Alex Gleason
4fcb5f0239 Move RegistrationForm to auth_login directory 2021-09-24 11:24:33 -05:00
Alex Gleason
2c2300cda4 Fix LoginPage & LoginForm tests 2021-09-08 12:20:20 -05:00
Alex Gleason
d1d96308a1 Mastodon: redirect password reset to backend 2021-09-08 11:46:38 -05:00
Alex Gleason
9a164ca8fa Authenticated fetch: postpone fetching the instance 2021-09-03 07:42:27 -05:00
Alex Gleason
aa068fc123 Standalone fix: update login snapshots (again) 2021-08-31 10:24:36 -07:00
Alex Gleason
c624afdfb7 Standalone: add external accounts, refresh on logout 2021-08-30 16:54:04 -07:00
Alex Gleason
1b30468366 Auth: move some actions into security.js 2021-08-22 10:55:56 -05:00
Alex Gleason
5548644bd6 eslint: no-extra-semi 2021-08-03 14:22:51 -05:00
marcin mikołajczak
2df8b927ea Allow translating more strings
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-06-27 00:04:27 +02:00
Alex Gleason
7567f7bd45 Redirect user away from /auth/sign_in after success 2021-04-06 11:58:14 -05:00
Alex Gleason
5e97b57d8b Redirect after multi-auth OTP login, fixes #597 2021-03-27 15:40:05 -05:00
Alex Gleason
20ef262cfc Fix MFA 2021-03-26 16:42:47 -05:00
Alex Gleason
597546e989 Update captcha snapshot 2021-03-26 16:20:31 -05:00
Alex Gleason
eae309e150 Clear captcha form when registration fails 2021-03-26 15:30:14 -05:00
Alex Gleason
1e2b0c9eee Fix tests 2021-03-25 17:12:31 -05:00
Alex Gleason
7a5fb6abb5 Add new account from login page 2021-03-25 14:42:09 -05:00
Alex Gleason
a731ac88cf Make login work again 2021-03-24 00:05:06 -05:00
Alex Gleason
0bbdaa4191 eslint: trailing comma fixes, unused var 2020-10-07 13:08:36 -05:00
Alex Gleason
1109a000cb Update snapshots 2020-09-29 23:42:08 -05:00
Alex Gleason
d0496caeb1 Auth form validation improvements 2020-09-29 21:29:06 -05:00
Alex Gleason
14a5d478f3 Snackbar: update (most) existing alerts to snackbars 2020-09-29 19:10:57 -05:00
Alex Gleason
68a43d2df3 LoginForm: properly convey "isLoading" state 2020-09-25 19:49:30 -05:00
Sean King
7acf9fb702 Fix jest tests for method='post' MR 2020-08-30 20:34:24 -06:00
Curtis ROck
e5de8427f1 fix jest test errors 2020-08-30 15:19:47 -05:00
Curtis ROck
68bd985eee fix jest test issues 2020-08-30 14:48:46 -05:00
Curtis ROck
eb34546c78 Added method='post' to all HTML forms 2020-08-30 14:21:29 -05:00
marykatefain
68f765da28 Multi-Factor Auth with OTP 2020-08-07 20:17:13 +00:00
crockwave
120ab7f120 Made captcha reloadable on image click 2020-06-28 15:42:38 -05:00
crockwave
24b72b5828 Replace componentWillMount with componentDidMount and as required, construct(). Fixes #179 2020-06-17 20:42:30 -05:00
Alex Gleason
d04f6c9ebc Test: LoginPage snapshots 2020-06-09 22:26:26 -05:00
Alex Gleason
4a01b80ede Test: LoginForm snapshot 2020-06-09 22:15:00 -05:00
Alex Gleason
49589e1e7c Test: Refactor helper functions 2020-06-09 22:14:48 -05:00
Alex Gleason
f147940d22 Test: CaptchaField 2020-06-09 22:04:22 -05:00