Commit graph

193 commits

Author SHA1 Message Date
Alex Gleason
90b6244b2f
Refresh captcha every 5 minutes 2020-04-28 10:26:30 -05:00
Alex Gleason
08e6543dc3
Pass captcha_answer_data in registration form 2020-04-28 10:17:02 -05:00
Alex Gleason
082b429fee
Add notifications counter to tab title, fixes #21 2020-04-27 21:35:18 -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
fd2d36e3c3
Don't pass props.dispatch to <input> 2020-04-27 15:46:11 -05:00
Alex Gleason
0529817a6d
Remove uneeded field, domain 2020-04-27 15:30:17 -05:00
Alex Gleason
090b9fa426
Fix staff profile badges 2020-04-27 15:07:24 -05:00
Alex Gleason
9f4891fef0
isAdmin and isModerator utils 2020-04-27 15:05:07 -05:00
Alex Gleason
edf22b921c
Fix form label proptype checks 2020-04-27 14:37:19 -05:00
Alex Gleason
03251de773
Fix me PropType checks 2020-04-27 13:56:26 -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
baa600dcbe
Add deploy instructions to readme 2020-04-26 16:30:39 -05:00
Alex Gleason
06a335961d
/public --> /static for simpler Pleroma installation 2020-04-26 14:41:04 -05:00
Alex Gleason
53ac6a8ea6
Run i18n tests in development mode 2020-04-26 13:02:42 -05:00
Alex Gleason
24c7b3a6bf
Use NODE_ENV from environment instead of overriding it 2020-04-26 12:49:20 -05:00
Alex Gleason
741b065d82
Disable Filters navlinks 2020-04-25 23:46:41 -05:00
Alex Gleason
24f448e679
/soapbox --> /instance 2020-04-25 23:27:02 -05:00
Alex Gleason
6477bd3533
Fix eslint error 2020-04-25 19:56:15 -05:00
Alex Gleason
32a5a31591
Add createFilter function 2020-04-25 19:04:47 -05:00
Alex Gleason
7b02e1a823
Scaffold filters section 2020-04-25 18:27:37 -05:00
Alex Gleason
baec6d3fd8
Add Lists to desktop profile dropdown 2020-04-25 18:27:13 -05:00
Alex Gleason
343d3348df
Just disable the "trouble logging in" button for now 2020-04-25 18:00:16 -05:00
Alex Gleason
ba930c505c
Refactor PublicLayout 2020-04-25 17:26:47 -05:00
Alex Gleason
6813f512e6
About Page support 2020-04-25 16:10:01 -05:00
Alex Gleason
6c698acef0
Add "How does it work?" section to README 2020-04-25 14:42:16 -05:00
Alex Gleason
5d72f981f1
Trick React Helmet into loading the CSS better (lime theme only) 2020-04-23 22:50:36 -05:00
Alex Gleason
0f4918e032
gitignore my deploy script 2020-04-23 21:13:42 -05:00
Alex Gleason
b4e3aa8a8c
Obliterate /web once and for all 2020-04-23 21:13:18 -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
7d3089270a
SimpleForm e.preventDefault() always 2020-04-23 15:13:05 -05:00
Alex Gleason
606356246a
Fix NaN media height error 2020-04-23 14:59:43 -05:00
Alex Gleason
42f39d6aae
Start refactoring media aspect ratio code 2020-04-23 13:15:52 -05:00
Alex Gleason
85a68e0715
Fix Mastodon startup issues 2020-04-23 11:48:48 -05:00
Alex Gleason
d151ac9b35
Break media_gallery calculations into its own function 2020-04-23 11:19:12 -05:00
Alex Gleason
71b4bb4d06
Fix button error 2020-04-23 09:19:50 -05:00
Alex Gleason
f1c9453620
Use React components in registration form 2020-04-22 23:15:29 -05:00
Alex Gleason
252b3fbf51
Refactor LabelInputContainer 2020-04-22 23:01:36 -05:00
Alex Gleason
924486984e
Refactor SettingsCheckbox 2020-04-22 22:13:57 -05:00
Alex Gleason
a6de9d5e00
Refactor SimpleInput 2020-04-22 22:02:56 -05:00
Alex Gleason
84ee8880e1
Break out registration form 2020-04-22 19:55:23 -05:00
Alex Gleason
4801962988
Refactor InputContainer 2020-04-22 19:36:27 -05:00
Alex Gleason
c367aef6b4
Refactor LabelInput 2020-04-22 19:09:40 -05:00
Alex Gleason
4a675be598
Use native accept='' for FileChooser 2020-04-22 18:15:50 -05:00
Alex Gleason
655fde81e9
Refactor TextInput component 2020-04-22 18:11:12 -05:00
Alex Gleason
b20863ef76
soapbox.json --> soapbox.example.json 2020-04-22 17:08:18 -05:00