Commit graph

311 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
crockwave
e9d8651208 Adjusted scss for sidebar mobile menu to prevent rendering problems 2020-05-19 16:37:25 -05:00
Alex Gleason
2fabef83be
Disable notification sounds by default 2020-05-19 11:27:46 -05:00
Alex Gleason
0431feb22a Merge branch 'pleroma_url_redirect' into 'master'
Redirect default Pleroma URLs Fixes #39, #61, #64, #68, #69 and #81

Closes #81, #69, #68, #64, #61, and #39

See merge request soapbox-pub/soapbox-fe!16
2020-05-19 16:23:53 +00:00
crockwave
e082029efa Redirect default Pleroma URLs 2020-05-19 09:53:31 -05:00
Alex Gleason
ea6f5b6370 Merge branch 'adminfe-link' into 'master'
Add link to AdminFE for staff members

Closes #54

See merge request soapbox-pub/soapbox-fe!15
2020-05-19 00:40:49 +00:00
Bárbara de Castro Fernandes
2e7a2e0e42 Add link to AdminFE for staff members 2020-05-18 20:48:33 -03:00
Alex Gleason
88fb2b9911 Merge branch 'patch-1' into 'master'
Fix typo in SourceCode

See merge request soapbox-pub/soapbox-fe!13
2020-05-18 20:48:28 +00:00
Sean King
c415a2fab3 Fix typo in SourceCode 2020-05-18 20:38:53 +00:00
Alex Gleason
f3f0470db5
Allow editing profile fields, fixes #88 2020-05-18 12:25:46 -05:00
Alex Gleason
836094b908 Merge branch 'page_customization_improvements' into 'master'
Page customization improvements. Fixes #57

Closes #57

See merge request soapbox-pub/soapbox-fe!11
2020-05-18 03:27:28 +00:00
Curtis
93aefbc5a5 Add new directory about.example, so that the folder is renamed to about, in order to enable all of the resources in the folder 2020-05-18 03:27:28 +00:00
Alex Gleason
a2aac69838
Actually fix post reply issue, #80 2020-05-17 22:22:13 -05:00
Alex Gleason
516e690da4
Move html-webpack-plugin out of devDependencies 2020-05-17 21:44:58 -05:00
Alex Gleason
afc7e33478
Use HtmlWebpackPlugin to inject chunks with hashes
Probably the worst code I've ever written in my life, I'm sorry
2020-05-17 21:02:57 -05:00
Alex Gleason
c916122da7
Make commonjs dependencies work
https://stackoverflow.com/a/56283408/8811886
2020-05-17 18:14:52 -05:00
Alex Gleason
ed61603b10
Refactor statusToTextMentions, fixes #80 2020-05-17 17:22:32 -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
8eba7af308
Conditionally render Trends and WhoToFollow panels, fixes #87 2020-05-17 16:24:52 -05:00
Alex Gleason
269d48c900
Add backend feature checks, fixes #8 2020-05-17 15:57:24 -05:00
Alex Gleason
ac6d25f5c7
Preload profile editor form with source data fields, fixes #60 2020-05-17 12:12:56 -05:00
Alex Gleason
b800e8823a Merge branch 'domain_warning' into 'master'
Fixed JS warnings when clicking on status to get detailed status. Fixed #59

Closes #59

See merge request soapbox-pub/soapbox-fe!9
2020-05-17 01:50:29 +00:00
Alex Gleason
244051277f Merge branch 'Hide_Donate' into 'master'
Hide Donate button in mobile sidebar when Patron disabled. Fixes #71

Closes #71

See merge request soapbox-pub/soapbox-fe!8
2020-05-17 01:49:53 +00:00
crockwave
e772abc402 Fixed JS warnings when clicking on status to get detailed status 2020-05-16 13:57:22 -05:00
crockwave
faa38c6a6d Hide Donate button in mobile sidebar when Patron disabled 2020-05-16 10:49:34 -05:00
Alex Gleason
93e326a6f9
Tabs to spaces 2020-05-15 22:48:08 -05:00
Alex Gleason
2fa0c44b52
Fix video rendering, at least for one case 2020-05-15 22:43:24 -05:00
Alex Gleason
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
crockwave
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
Alex Gleason
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
Curtis
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
Alex Gleason
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
crockwave
b35122e75c Cleaned up unrequired code changes 2020-05-08 17:40:54 -05:00
crockwave
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
Alex Gleason
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
crockwave
a9af3a8928 Allow cursor to be rendered at end of textbox by commenting out date comparison conditional 2020-05-06 18:58:21 -05:00
Alex Gleason
7f49547565
Clarification about rm -r /opt/pleroma/instance 2020-05-06 01:01:13 -05:00
Curtis
2209659491 Update store.md. Couldn't find app and user in the raw store data 2020-05-04 22:43:06 +00:00
Curtis
da44465d7a Update store.md to include sample data 2020-05-01 22:22:30 +00:00
Curtis
136a0ce775 Update customization.md 2020-05-01 21:44:28 +00:00
Curtis
b514f41239 Add customization.md 2020-05-01 21:22:26 +00:00
Curtis
6df0b4809b Add Contributing and Customization sections to readme.md 2020-05-01 20:12:02 +00:00
Curtis
e36d74e4e8 Add contributing.md file 2020-05-01 19:50:48 +00:00
Alex Gleason
2cd66dc1a5
Add metadata to package.json and bump version to 0.9-beta 2020-04-30 12:41:06 -05:00
Alex Gleason
630bed980c
Maybe not so heavy on the emoji 2020-04-30 11:42:09 -05:00
Alex Gleason
7c9a85e934
Update disclaimer and add emoji 2020-04-30 11:39:50 -05:00
Alex Gleason
7b0f6d1940
Azure theme tweaks 2020-04-30 11:16:32 -05:00
Alex Gleason
b651a31847
Make site banner a separate field from logo 2020-04-29 21:06:28 -05:00
Alex Gleason
db7cfacff1
Make app repair itself if broken 2020-04-29 20:45:04 -05:00