Commit Graph

3503 Commits (ec9e478bbeaf5277f66384662e9d217534ce440d)

Author SHA1 Message Date
Alex Gleason cafa014018
Let isStaff accept an undefined value
4 years ago
Alex Gleason 2e084e9d77
Fetch account data from profile_page
4 years ago
Alex Gleason 1963f46392
Fall back to page title
4 years ago
Alex Gleason 2afe0e0b56
Add more boolean settings
4 years ago
Alex Gleason ad60980acf
Refactor theme selector dropdown
4 years ago
Alex Gleason 91b20dc86b
Refactor RadioGroup
4 years ago
Alex Gleason 8b7ee7133b
Start refactoring forms
4 years ago
Alex Gleason 8035048ca4
Add modal confirmation settings
4 years ago
Alex Gleason 84c769c5f6
Add modal root to compose form clickable area
4 years ago
Alex Gleason 0ec8e39051
Fix inline compose form clickable area, fixes #30
4 years ago
Alex Gleason de703ab748
Add padding to Preferences panel
4 years ago
Alex Gleason 2de1b5466e
Refactor isStaff, fixing profile page issues
4 years ago
Alex Gleason e761942ced
Let default post privacy be configurable
4 years ago
Alex Gleason 16d65f88f1
Fix eslint error
4 years ago
Alex Gleason 7712eb6621
Use dynamic isStaff function
4 years ago
Alex Gleason c6b9968855
Add isStaff utility
4 years ago
Alex Gleason d3bef7038d
Use default title for Helmet
4 years ago
Alex Gleason 9a327139fe
Add tests for account utils
4 years ago
Alex Gleason ce19fc3cde
Enforce no mixed tabs and spaces
4 years ago
Alex Gleason bc5b286737
preferences --> settings
4 years ago
Alex Gleason fc04e6a718
Fix overriding chat token
4 years ago
Alex Gleason bdf648f506
Save and fetch preferences from Pleroma
4 years ago
Alex Gleason 3812674a88
Remove uneeded fields from meta reducer
4 years ago
Alex Gleason 10b6a19e0a
Obliterate initial-state nonsense
4 years ago
Alex Gleason ddfd7ccf98
Clean up initial_state.js
4 years ago
Alex Gleason 725a9b3403
Pull meUsername from Redux
4 years ago
Alex Gleason 08d95c83a7
Pull autoPlayGif from Redux
4 years ago
Alex Gleason f20e5f7899
Pull expandSpoilers from Redux store
4 years ago
Alex Gleason 5fdcd80ceb
Pull Pleroma meta from verify_credentials into Redux store
4 years ago
Alex Gleason 24810f83c0
fetchMastoPreferences() action for pulling /api/v1/preferences
4 years ago
Alex Gleason c40fb925e9
Refactor 'me' reducer
4 years ago
Alex Gleason 5781d0de07
Add preferences reducer
4 years ago
Alex Gleason 95d3b72f9b
Refactor fetchMe() function
4 years ago
Alex Gleason 14cdd31388
Basic theme switcher (no persistence)
4 years ago
Alex Gleason d4f41df8c1
Nest auth_login fieldset, fixes #17
4 years ago
Alex Gleason 1ac1de1d02
Add empty preferences page, /settings/preferences
4 years ago
Alex Gleason e47c6396f2
Fix compose box closing when removing poll options
4 years ago
Alex Gleason 21789858c0
Expand compose form clickable area
4 years ago
Alex Gleason a82212cdca
Use poll limits from /api/v1/instance
4 years ago
Alex Gleason cf1d76a3eb
Set tab title with Helmet
4 years ago
Alex Gleason 3088ffff6a
Allow switching theme, fixes #5
4 years ago
Alex Gleason d4b63072bf
Copy Jest config from Mastodon and fix tests
4 years ago
Alex Gleason f99f026474
Fix i18n test failures
4 years ago
Alex Gleason 4cd2748300
Run yarn manage:translations
4 years ago
Alex Gleason 8a19b89c16
Enforce spacing of function parameters in eslint
4 years ago
Alex Gleason 2beb4d725f
Add missing propTypes for eslint
4 years ago
Alex Gleason 141b0e6bfa
Fix most linter errors
4 years ago
Alex Gleason fc72e39ff4
eslint --fix
4 years ago
Alex Gleason ab02089433
Redirect LoginPage after logging in
5 years ago
Alex Gleason d7ca4d3be1
Break out LoginForm and LoginPage into separate components
5 years ago
Alex Gleason d4c84e2b4e
Skip auth app creation if there's one in localStorage
5 years ago
Alex Gleason 34bae6a5df
Skip verify_credentials if there are no credentials
5 years ago
Alex Gleason f24bd74a38
Pull promoPanel items dynamically
5 years ago
Alex Gleason d2c5b8cd3a
soapbox.features --> soapbox.extensions
5 years ago
Alex Gleason 02cd99632a
Update source code link in footer
5 years ago
Alex Gleason 8efc9c700e
Fix styling of hotkeys modal
5 years ago
Alex Gleason 2ee2d79156
Temporary icon for local timeline
5 years ago
Alex Gleason 6c6d6297f9
LogOut working
5 years ago
Alex Gleason 1b8544b758
Show "login failed" message
5 years ago
Alex Gleason 092fb5828b
Fix topnav active link discrepancy
5 years ago
Alex Gleason 33cbbaf953
'/home' -> '/'
5 years ago
Alex Gleason 9769e0fb77
Discard streaming events with empty data
5 years ago
Alex Gleason af717ce3b8
Restore audio functionality. Begone, ribbit!
5 years ago
Alex Gleason a47781fb95
Don't fetch identity proofs unless logged in
5 years ago
Alex Gleason 0a667052b9
Refactor links in tabs bar
5 years ago
Alex Gleason 82a4328700
Login through homepage working
5 years ago
Alex Gleason 7bbe293537
Clean up logo code
5 years ago
Alex Gleason f351823129
Fall back to text logo on homepage
5 years ago
Alex Gleason 84f6b91ce5
Homepage pull dynamic content
5 years ago
Alex Gleason 9a3d045a23
Placeholder homepage
5 years ago
Alex Gleason a1a427e4e0
Display homepage when user is logged out
5 years ago
Alex Gleason e003e084e5
Move connectUserStream to UI component
5 years ago
Alex Gleason a7975f10fa
Remove accidental LoadingBar code
5 years ago
Alex Gleason 42e584ca72
Disable auth form during requests
5 years ago
Alex Gleason 1d213b5d0b
Disable part of initial-state
5 years ago
Alex Gleason 9e50293e67
Get login form working!
5 years ago
Alex Gleason 83a711cd3e
Authorize app with token
5 years ago
Alex Gleason 3924a47ff7
Set/get auth from Redux
5 years ago
Alex Gleason 64cef8a56e
Pull streaming URL from /api/v1/instance
5 years ago
Alex Gleason da4f5b200c
Redirect login form if user is already logged in
5 years ago
Alex Gleason 8f07c6ea2a
Get basic login working
5 years ago
Alex Gleason 86e9c711a7
Render login form
5 years ago
Alex Gleason cbf799d53f
Fix (!me) logic
5 years ago
Alex Gleason d3952925d7
Pull in current user with verify_credentials, refactor "me"
5 years ago
Alex Gleason f8a1c22adc
Refactor tabs_bar.js
5 years ago
Alex Gleason 88b807e9d2
Default 500 max_toot_chars
5 years ago
Alex Gleason 25c028e541
Pull in logo dynamically
5 years ago
Alex Gleason 16a51fb56c
Pull site_title from Instance
5 years ago
Alex Gleason 606d240703
Load max_toot_chars from Instance
5 years ago
Alex Gleason 8ec0e6e82a
Import Instance into store
5 years ago
Alex Gleason e33b621fb9
Clean up Patron code
5 years ago
Alex Gleason c9c08dff5c
Move Soapbox config to fetchable endpoint
5 years ago
Alex Gleason 2a245d076a
Support GET /patron/v1/funding
5 years ago
Alex Gleason 1107aa027d
Fix max_toot_chars
5 years ago
Alex Gleason d5ca8444bb
Temporarily route to /web subdirectory for Pleroma
5 years ago
Alex Gleason dc26e91f08
Hide funding panel if no funding is provided
5 years ago
Alex Gleason 3e2a9d8c81
acctFull tweaks
5 years ago
Alex Gleason 57d44889f2
Handle acct_full on the frontend
5 years ago
Alex Gleason 8458ce726c
/api/v1/account_by_username -> /api/v1/accounts
5 years ago
Alex Gleason 346bfd5d8d
Remove hashes from filenames for now
5 years ago
Alex Gleason 882b302408
Add index.html
5 years ago
Alex Gleason d890f9a399
Building succeeds
5 years ago
Alex Gleason b1b5dc62db
Initial commit
5 years ago