Commit Graph

236 Commits

Author SHA1 Message Date
e772abc402 Fixed JS warnings when clicking on status to get detailed status 2020-05-16 13:57:22 -05:00
93e326a6f9 Tabs to spaces 2020-05-15 22:48:08 -05:00
2fa0c44b52 Fix video rendering, at least for one case 2020-05-15 22:43:24 -05:00
72b6619504 Merge branch 'site_icon_rendering' into 'master'
Corrects issue 79 by allowing site_icon auto rendering with theme selection

See merge request soapbox-pub/soapbox-fe!7
2020-05-15 16:13:24 +00:00
d474c18889 Corrects issue 79 by allowing site_icon auto rendering with theme selection
https://gitlab.com/soapbox-pub/soapbox-fe/-/issues/79
2020-05-15 10:55:46 -05:00
65e29571d0 Merge branch 'patch-1' into 'master'
Update customization.md

See merge request soapbox-pub/soapbox-fe!5
2020-05-14 16:14:00 +00:00
bcd8c5c78a Update customization.md
* Define customization of elements of the registration page, including Instance Name, Instance Description, and use of Captcha
* Define site logo customization and how site logo is rendered
2020-05-14 15:28:04 +00:00
886e877996 Merge branch 'compose_caret_to_end' into 'master'
Allow cursor to be rendered at end of textbox by commenting out date comparison conditional

See merge request soapbox-pub/soapbox-fe!4
2020-05-09 02:06:09 +00:00
b35122e75c Cleaned up unrequired code changes 2020-05-08 17:40:54 -05:00
f1747f4425 Allow cursor to render at end of textbox to only place at end on new load, and bug fixes of cursor placement problems when selecting text and or moving cursor to left and typing 2020-05-08 17:14:07 -05:00
b6a7404031 Merge branch 'update_docs' into 'master'
Update docs

See merge request soapbox-pub/soapbox-fe!3
2020-05-07 00:57:48 +00:00
a9af3a8928 Allow cursor to be rendered at end of textbox by commenting out date comparison conditional 2020-05-06 18:58:21 -05:00
7f49547565 Clarification about rm -r /opt/pleroma/instance 2020-05-06 01:01:13 -05:00
2209659491 Update store.md. Couldn't find app and user in the raw store data 2020-05-04 22:43:06 +00:00
da44465d7a Update store.md to include sample data 2020-05-01 22:22:30 +00:00
136a0ce775 Update customization.md 2020-05-01 21:44:28 +00:00
b514f41239 Add customization.md 2020-05-01 21:22:26 +00:00
6df0b4809b Add Contributing and Customization sections to readme.md 2020-05-01 20:12:02 +00:00
e36d74e4e8 Add contributing.md file 2020-05-01 19:50:48 +00:00
2cd66dc1a5 Add metadata to package.json and bump version to 0.9-beta 2020-04-30 12:41:06 -05:00
630bed980c Maybe not so heavy on the emoji 2020-04-30 11:42:09 -05:00
7c9a85e934 Update disclaimer and add emoji 2020-04-30 11:39:50 -05:00
7b0f6d1940 Azure theme tweaks 2020-04-30 11:16:32 -05:00
b651a31847 Make site banner a separate field from logo 2020-04-29 21:06:28 -05:00
db7cfacff1 Make app repair itself if broken 2020-04-29 20:45:04 -05:00
44f196fa99 Unfreeze registration form after error 2020-04-29 20:00:01 -05:00
f6212cf81b Refresh user token on pageload 2020-04-29 19:38:24 -05:00
bc3bb47829 Refactor hasToken() 2020-04-29 19:13:05 -05:00
5c0c1932e0 Delay creating auth app until trying to login or register 2020-04-29 19:10:53 -05:00
3c159460eb Cleanup unused refresh stuff in auth 2020-04-29 18:39:01 -05:00
ac660c2485 Refactor auth, get new app token instead of refreshing 2020-04-29 16:58:54 -05:00
652c79b6ac Refactor auth app creation 2020-04-29 14:08:56 -05:00
238eed4c1a Allow API auth with app or user token 2020-04-29 14:06:26 -05:00
eef41485c1 Improve topnav logo code 2020-04-29 00:36:25 -05:00
be13bc040c Fix the expected notifications badge issue 2020-04-28 22:50:51 -05:00
717ef98640 cobalt --> azure 2020-04-28 22:04:09 -05:00
31a965b4c4 Start improving cobalt theme, refactor css 2020-04-28 22:00:50 -05:00
c0f17cfc21 Pull locale from state, almost get dynamic locales working #7 2020-04-28 15:25:10 -05:00
ea5643f138 Refactor theme slugs, fixes #40 2020-04-28 14:12:25 -05:00
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
178fdf8818 Add getSettings() function 2020-04-28 12:59:15 -05:00
ffb1804c59 Use setInterval instead of setTimeout in CaptchaField 2020-04-28 12:09:37 -05:00
642282f049 Refactor CaptchaField 2020-04-28 11:57:40 -05:00
90b6244b2f Refresh captcha every 5 minutes 2020-04-28 10:26:30 -05:00
08e6543dc3 Pass captcha_answer_data in registration form 2020-04-28 10:17:02 -05:00
082b429fee Add notifications counter to tab title, fixes #21 2020-04-27 21:35:18 -05:00
05db2fc35f Fix eslint unused variable 2020-04-27 21:12:59 -05:00
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
c2a3bc20f8 Fix About HTML path 2020-04-27 15:48:51 -05:00
fd2d36e3c3 Don't pass props.dispatch to <input> 2020-04-27 15:46:11 -05:00