Commit Graph

85 Commits

Author SHA1 Message Date
aa4faeb96c Captcha: convert to tsx 2022-05-06 17:58:04 -05:00
907ccd9e24 RegistrationForm: improve error text 2022-05-06 17:24:02 -05:00
f0cb0d5594 RegistrationForm: improve layout 2022-05-06 17:18:36 -05:00
165ddc91bd RegistrationForm: use ui form inputs 2022-05-06 17:13:00 -05:00
90129818f2 RegistrationForm: convert to tsx 2022-05-06 16:51:36 -05:00
161f561b44 dark styles on public pages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-25 23:41:02 +02:00
eecc46cbdc Fix useEffect() calls... whoops 2022-04-21 17:52:48 -05:00
33c2fcdea7 LoginForm: "Email or username", fixes #895 2022-04-19 15:10:03 -05:00
79c04713e1 LoginForm: convert to tsx 2022-04-19 15:06:35 -05:00
7630c64ddd ExternalLogin: convert to tsx 2022-04-19 15:04:34 -05:00
5731b9b1c7 Redirect all /auth routes 2022-04-19 14:37:48 -05:00
ec83c3bc57 LandingPage: conditional registration flow 2022-04-05 14:38:49 -05:00
c465e68f67 Add tests for LoginForm 2022-04-04 16:07:09 -04:00
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