Commit Graph

72 Commits

Author SHA1 Message Date
ed47cf5f09 Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
e36e5b5996 Update snapshots
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-02 16:47:46 +02:00
e5f06bf0aa Update snapshots
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-29 15:58:11 +02:00
228f16f930 Merge remote-tracking branch 'origin/develop' into next-react-router-5 2022-03-21 16:05:25 -05:00
5cd894ab02 Truth Social 2022-03-21 13:14:26 -05:00
1f0341aa2b Upgrade react-router-dom to v5.3 2022-03-17 20:17:28 -05:00
635f88f5e8 Rewrite code with optional chaining (?.) 2022-02-18 21:04:18 -05:00
767c3dad7a Merge remote-tracking branch 'soapbox/develop' into modals-stack 2022-02-14 22:32:58 +01:00
66ab33a550 Fix item deletion on 'Edit profile' and 'Soapbox config' pages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-12 00:11:15 +01:00
f051b70b10 Support Ethereum external login 2022-02-10 16:34:46 -06:00
012a7f8d89 Mitra: support Ethereum login 2022-02-09 19:47:13 -06:00
a041a4452b Rename modal -> modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-02 16:36:20 +01:00
741e80d9ab Birthdays: Try to fix timezones
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-25 23:37:40 -08:00
ac42b43fab Birthdays: renames
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-25 21:10:13 +01:00
980f5f8ae3 Birthdays: use maxDate
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-25 16:51:15 +01:00
bae4455f8c birth_date -> birthday, hide_birth_date -> show_birthday
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-23 12:53:48 +01:00
409cb3819e Show birth date field on registration page when required
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-20 00:21:40 +01:00
c1cfd2ca2a MFA login: be less sensitive about the error response 2022-01-12 10:52:28 -06:00
0ceed56f99 LoginPage: fix crash 2022-01-11 11:06:43 -06:00
6323c7d70e eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
966ca91e1a eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
2a0e2001d6 eslint: enforce import/order 2022-01-10 16:01:24 -06:00
809b875ae3 Add headlines to confirmation modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-30 18:50:02 +01:00
3a7da5d8d5 Check username availability
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28 19:11:21 +01:00
165feae622 Update snapshots 2021-12-15 10:49:13 -05:00
81abb7d49e update snapshots
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-15 15:39:07 +01:00
a1c7da7f62 no point in passing type=password
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-15 15:29:25 +01:00
4274b13aa7 Add ShowablePassword component
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-15 15:26:34 +01:00
def3c542c0 RegistrationForm: prevent small error with password matching 2021-11-08 16:27:32 -06:00
109046eef8 RegistrationForm: validate password mismatch 2021-11-08 15:57:37 -06:00
d76219c624 Jest: update snapshots 2021-11-04 00:49:57 -05:00
a9a3f09068 Registration/Login: improve text inputs on mobile 2021-11-04 00:36:34 -05:00
f5112b5b2a RegistrationForm: redirect home on success (if not already) 2021-09-24 12:36:51 -05:00
b18ed0d0e9 RegisterInvite: make registrations by invite token work 2021-09-24 12:16:28 -05:00
6f7e0c75b4 RegistrationForm: refactor isOpen logic 2021-09-24 11:43:28 -05:00
937cc18012 Add basic invite route, fix Chats fetch 2021-09-24 11:37:47 -05:00
4fcb5f0239 Move RegistrationForm to auth_login directory 2021-09-24 11:24:33 -05:00
2c2300cda4 Fix LoginPage & LoginForm tests 2021-09-08 12:20:20 -05:00
d1d96308a1 Mastodon: redirect password reset to backend 2021-09-08 11:46:38 -05:00
9a164ca8fa Authenticated fetch: postpone fetching the instance 2021-09-03 07:42:27 -05:00
aa068fc123 Standalone fix: update login snapshots (again) 2021-08-31 10:24:36 -07:00
c624afdfb7 Standalone: add external accounts, refresh on logout 2021-08-30 16:54:04 -07:00
1b30468366 Auth: move some actions into security.js 2021-08-22 10:55:56 -05:00
5548644bd6 eslint: no-extra-semi 2021-08-03 14:22:51 -05:00
2df8b927ea Allow translating more strings
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-06-27 00:04:27 +02:00
7567f7bd45 Redirect user away from /auth/sign_in after success 2021-04-06 11:58:14 -05:00
5e97b57d8b Redirect after multi-auth OTP login, fixes #597 2021-03-27 15:40:05 -05:00
20ef262cfc Fix MFA 2021-03-26 16:42:47 -05:00
597546e989 Update captcha snapshot 2021-03-26 16:20:31 -05:00
eae309e150 Clear captcha form when registration fails 2021-03-26 15:30:14 -05:00