Commit Graph

1416 Commits (41c7612b47bee707750baa588a1e11d9cc43203c)

Author SHA1 Message Date
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
Alex Gleason a731ac88cf
Make login work again
4 years ago
Alex Gleason 0daa95646e
Refactor auth reducer localStorage
4 years ago
Alex Gleason 60a3a5b403
Move session tokens list into security reducer
4 years ago
Alex Gleason 6b8fbbff47
Remove dead code
4 years ago
Alex Gleason 88420ccca6
Fetch unfetched otherAccounts
4 years ago
Alex Gleason 0162eac662
Refactor auth to support multiple accounts
4 years ago
Alex Gleason 85939e9ec6
Add UnusedFilesWebpackPlugin to detect unused files
4 years ago
Alex Gleason a70c6c91af
Delete unused Compose code
4 years ago
Alex Gleason 23cc622dab
Purge unused getting_started feature
4 years ago
Alex Gleason 8a0fa1b285
Display loading animation during search
4 years ago
Alex Gleason f6de89ca50
Make editing display names of verified users configurable
4 years ago
Alex Gleason e4751bef9a
Change display of moderation buttons for own user
4 years ago
Alex Gleason 62d5a97939
Add button verify/unverify a user
4 years ago
Alex Gleason 453290c6d7
Make it harder to accidentally delete a local user
4 years ago
Alex Gleason c44de0030c
Display user favicon in deletion modal
4 years ago
Alex Gleason 75df329a26
Display user account in deletion modal
4 years ago
Alex Gleason 6ed87aaf89
Display timestamps in mod log
4 years ago
Alex Gleason 9156e01862
Allow endless scrolling of moderation log
4 years ago
Alex Gleason c6b7a7ca8a
Store admin log in reducer
4 years ago
Alex Gleason 4fa7f63d05
Fix status card action buttons on light theme
4 years ago