Commit Graph

1868 Commits (ad84e586f17f09ea5d2ea127e031bca9f204e432)
 

Author SHA1 Message Date
Alex Gleason ad84e586f1 Merge branch 'follow-request-notifs' into 'develop'
4 years ago
Alex Gleason f21502a1c6
Fix push_notifications-test.js
4 years ago
Alex Gleason f236b4f3e6
Add follow request notification support
4 years ago
Alex Gleason 5e0b1c0604 Merge branch 'multi-account-sesssion' into 'develop'
4 years ago
Alex Gleason a1f4fdcbd8
Persist current user across reloads, fixes #600
4 years ago
Alex Gleason 5e97b57d8b
Redirect after multi-auth OTP login, fixes #597
4 years ago
Alex Gleason 706e0ea6ac
Always redirect home when switching between accounts
4 years ago
Alex Gleason 0ed3e0e3de
Add own profile to profile dropdown
4 years ago
Alex Gleason fce37be8a4 Merge branch 'multi-accounts' into 'develop'
4 years ago
Alex Gleason f728491ad0
Add follow request nav item when account is locked
4 years ago
Alex Gleason 582649538c
Close account switcher when sidebar closes
4 years ago
Alex Gleason 9bff74b575
Remove unused import
4 years ago
Alex Gleason 16ce14e403
Add mobile account switcher
4 years ago
Alex Gleason c5778472f5
.dropdown-menu { max-width: 300px; }
4 years ago
Alex Gleason 20ef262cfc
Fix MFA
4 years ago
Alex Gleason 597546e989
Update captcha snapshot
4 years ago
Alex Gleason f24422d520
Fix registration form workflow
4 years ago
Alex Gleason eae309e150
Clear captcha form when registration fails
4 years ago
Alex Gleason 4d1af4764f
Refactor registration action
4 years ago
Alex Gleason abb24b0c6b Merge branch 'include/tabs_bar.dashboard' into 'develop'
4 years ago
Alex Gleason 41c7612b47
Don't refresh when '_legacy' changes
4 years ago
Alex Gleason c7c0c41ce6
Use our own INIT_STORE action instead of relying on Redux's internal actions
4 years ago
Alex Gleason ad3362e3cd
auth: persist the state only if changed
4 years ago
Alex Gleason fa4d36b7a7
Move ActionBar links into LinkFooter
4 years ago
Alex Gleason 5c6fa253c7
['auth', 'me'] -> 'me'
4 years ago
Alex Gleason 1e2b0c9eee
Fix tests
4 years ago
Alex Gleason 619d298547
Correctly import settings on login
4 years ago
Alex Gleason 659cee1c49
Refresh the page under more general conditions
4 years ago
Alex Gleason 6ead42b06d
Handle logout
4 years ago
Alex Gleason bbd4edf226
Typofix
4 years ago
Alex Gleason a5f6fa66ac
Remove LoginModal for now
4 years ago
Alex Gleason 7a5fb6abb5
Add new account from login page
4 years ago
Alex Gleason 663d375dc5
Throttle fetchOwnAccounts correctly
4 years ago
Alex Gleason c14fc83ac1
Improve style of profile dropdown
4 years ago
Alex Gleason 4ff1f0fa63
Add another isLoggedIn condition
4 years ago
Alex Gleason 71c62c05b8
Move isLoggedIn to utils/auth.js
4 years ago
Alex Gleason 007527328e
Start building LoginModal
4 years ago
Alex Gleason 74f48229fc
Fix streaming access token
4 years ago
Alex Gleason 94da1f6722
Reload the page conditionally
4 years ago
Alex Gleason b4cab46553
Only reload with SWITCH_ACCOUNT (for now)
4 years ago
Alex Gleason ee9b4cb969
Upgrade user localStorage auth to the new format
4 years ago
Alex Gleason a00a1bbc30
Test VERIFY_CREDENTIALS_SUCCESS interactions with `me`
4 years ago
Alex Gleason 4682cecd33
Add test for SWITCH_ACCOUNT
4 years ago
Alex Gleason 431e41a711
Add tests for VERIFY_CREDENTIALS_SUCCESS
4 years ago
Alex Gleason 886ab93c70
Refactor auth reducer tests, add tests for VERIFY_CREDENTIALS_FAIL
4 years ago
Alex Gleason 79c9c46a9a
Nuke tokens on VERIFY_CREDENTIALS_FAIL
4 years ago
Alex Gleason 760bac1377
Add styled console warning
4 years ago
Alex Gleason 47dd4287d0
Don't import frontend settings on VERIFY_CREDENTIALS_SUCCESS
4 years ago
Alex Gleason 1e531f472e
More isLoggedIn refactoring
4 years ago
Alex Gleason 9cd06a15d5
Refactor loggedin check
4 years ago