Commit graph

58 commits

Author SHA1 Message Date
Alex Gleason
6769b2d68c
Implement emojireact actions 2020-05-19 21:42:23 -05:00
Alex Gleason
84998901e5
Delete unused empty file theme.js 2020-05-19 20:16:38 -05:00
Alex Gleason
2fabef83be
Disable notification sounds by default 2020-05-19 11:27:46 -05:00
Alex Gleason
a2aac69838
Actually fix post reply issue, #80 2020-05-17 22:22:13 -05:00
Alex Gleason
b78e923f83
Refreshing the user token: just... don't even. Fixes #56, #73 2020-05-17 16:31:54 -05:00
Alex Gleason
db7cfacff1
Make app repair itself if broken 2020-04-29 20:45:04 -05:00
Alex Gleason
44f196fa99
Unfreeze registration form after error 2020-04-29 20:00:01 -05:00
Alex Gleason
f6212cf81b
Refresh user token on pageload 2020-04-29 19:38:24 -05:00
Alex Gleason
bc3bb47829
Refactor hasToken() 2020-04-29 19:13:05 -05:00
Alex Gleason
5c0c1932e0
Delay creating auth app until trying to login or register 2020-04-29 19:10:53 -05:00
Alex Gleason
3c159460eb
Cleanup unused refresh stuff in auth 2020-04-29 18:39:01 -05:00
Alex Gleason
ac660c2485
Refactor auth, get new app token instead of refreshing 2020-04-29 16:58:54 -05:00
Alex Gleason
652c79b6ac
Refactor auth app creation 2020-04-29 14:08:56 -05:00
Alex Gleason
717ef98640
cobalt --> azure 2020-04-28 22:04:09 -05:00
Alex Gleason
31a965b4c4
Start improving cobalt theme, refactor css 2020-04-28 22:00:50 -05:00
Alex Gleason
c0f17cfc21
Pull locale from state, almost get dynamic locales working #7 2020-04-28 15:25:10 -05:00
Alex Gleason
a60c47bb19
Don't persist default settings
Only persist settings if they've been overridden by the user
2020-04-28 13:49:39 -05:00
Alex Gleason
178fdf8818
Add getSettings() function 2020-04-28 12:59:15 -05:00
Alex Gleason
05db2fc35f
Fix eslint unused variable 2020-04-27 21:12:59 -05:00
Alex Gleason
2ab7125441
Implement Pleroma notifications, fixes #1
Working from: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2392
2020-04-27 20:51:17 -05:00
Alex Gleason
c2a3bc20f8
Fix About HTML path 2020-04-27 15:48:51 -05:00
Alex Gleason
099ff10987
Output error if vapid key can't be reached 2020-04-27 13:39:59 -05:00
Alex Gleason
e3a750df28
Pull vapid_key from state 2020-04-26 19:08:11 -05:00
Alex Gleason
24f448e679
/soapbox --> /instance 2020-04-25 23:27:02 -05:00
Alex Gleason
32a5a31591
Add createFilter function 2020-04-25 19:04:47 -05:00
Alex Gleason
6813f512e6
About Page support 2020-04-25 16:10:01 -05:00
Alex Gleason
6bcae0dd13
Get captcha working 2020-04-23 20:48:25 -05:00
Alex Gleason
da0de40256
Redirect home after registering 2020-04-23 19:12:42 -05:00
Alex Gleason
af2cbc3455
Basic registration form functionality 2020-04-23 18:41:20 -05:00
Alex Gleason
85a68e0715
Fix Mastodon startup issues 2020-04-23 11:48:48 -05:00
Alex Gleason
f2b1305ce9
Add basic profile editor 2020-04-21 18:00:05 -05:00
Alex Gleason
68f36685b7
Add patchMe action 2020-04-21 15:53:32 -05:00
Alex Gleason
bc5b286737
preferences --> settings
I give up trying to organize them. Just going back to using Mastodon's preferences map.
2020-04-18 13:58:51 -05:00
Alex Gleason
bdf648f506
Save and fetch preferences from Pleroma 2020-04-17 19:22:40 -05:00
Alex Gleason
f20e5f7899
Pull expandSpoilers from Redux store 2020-04-17 16:24:36 -05:00
Alex Gleason
24810f83c0
fetchMastoPreferences() action for pulling /api/v1/preferences 2020-04-17 16:12:33 -05:00
Alex Gleason
95d3b72f9b
Refactor fetchMe() function 2020-04-17 16:08:07 -05:00
Alex Gleason
3088ffff6a
Allow switching theme, fixes #5 2020-04-14 22:09:59 -05:00
Alex Gleason
8a19b89c16
Enforce spacing of function parameters in eslint 2020-04-14 16:47:35 -05:00
Alex Gleason
141b0e6bfa
Fix most linter errors 2020-04-14 15:45:38 -05:00
Alex Gleason
fc72e39ff4
eslint --fix 2020-04-14 13:44:40 -05:00
Alex Gleason
d4c84e2b4e
Skip auth app creation if there's one in localStorage 2020-04-11 19:03:36 -05:00
Alex Gleason
34bae6a5df
Skip verify_credentials if there are no credentials 2020-04-11 18:55:07 -05:00
Alex Gleason
6c6d6297f9
LogOut working 2020-04-11 14:41:13 -05:00
Alex Gleason
af717ce3b8
Restore audio functionality. Begone, ribbit! 2020-04-10 19:54:33 -05:00
Alex Gleason
a47781fb95
Don't fetch identity proofs unless logged in 2020-04-10 19:49:05 -05:00
Alex Gleason
1d213b5d0b
Disable part of initial-state 2020-04-05 21:21:51 -05:00
Alex Gleason
9e50293e67
Get login form working! 2020-04-05 20:29:19 -05:00
Alex Gleason
83a711cd3e
Authorize app with token 2020-04-05 19:12:41 -05:00
Alex Gleason
3924a47ff7
Set/get auth from Redux 2020-04-05 16:54:51 -05:00