Commit Graph

281 Commits

Author SHA1 Message Date
ebea858ca2 Reports Counter: Only fetch reports when user is staff 2020-08-24 17:31:45 -05:00
c3c77c1795 Show reports counter icon for staff members, fixes #273 2020-08-24 17:18:53 -05:00
bb30f0c989 SoapboxConfig: toJSON() --> toJS() 2020-08-24 11:09:59 -05:00
e1a86d4e1c SoapboxConfig: Improve style of delete icons 2020-08-23 23:55:03 -05:00
011b80f717 SoapboxConfig: Improve raw JSON editor 2020-08-23 23:46:34 -05:00
e173af54f1 SoapboxConfig: Raw JSON editor 2020-08-23 23:19:56 -05:00
11840c4be8 SoapboxConfig: "downscaled" --> "displayed" 2020-08-23 22:44:13 -05:00
d310fb4f18 SoapboxConfig: Rudimentary deletion of rows 2020-08-23 22:41:22 -05:00
2470e59596 /admin --> /soapbox/config 2020-08-23 21:48:31 -05:00
83e715fd7a SoapboxConfig: Use cog icon instead of shield 2020-08-23 21:38:51 -05:00
91e860a67b SoapboxConfig: Actually upload the logo and banner files 2020-08-23 21:35:33 -05:00
e3b1e8c31d SoapboxConfig: Fix menu links to use to instead of href 2020-08-23 20:43:41 -05:00
a6efad793e SoapboxConfig: Refactor the form state and the onChange behavior 2020-08-23 20:29:29 -05:00
ec42888fff Add getSoapboxConfig() like getSettings() 2020-08-23 16:04:01 -05:00
20269bbe3e soapbox_settings --> soapbox_config 2020-08-23 15:21:19 -05:00
d6220565f9 features/configuration --> features/soapbox_config 2020-08-23 15:16:04 -05:00
83b799a3a1 ConfigSoapbox: Update phrasing, add + icons to form 2020-08-23 15:04:32 -05:00
5a9f17ebac Start refactoring AdminAPI actions 2020-08-23 12:48:45 -05:00
2cdf6f7275 Merge remote-tracking branch 'origin/develop' into admin_cfg 2020-08-23 12:16:52 -05:00
f4b7f2a1bf remove deactivated proile bio hotfix 2020-08-17 22:34:27 -05:00
cb0c34aa7e Merge branch 'deactivated-accounts' into 'develop'
Remove info from deactivated account pages

Closes #291

See merge request soapbox-pub/soapbox-fe!157
2020-08-18 03:15:02 +00:00
53500c44b4 Always render all columns, fixes #332, breaks #293 2020-08-16 15:24:41 -05:00
1e06eff010 Merge branch 'page-layout-style-improvement' into 'develop'
Only render layout column inner div when column exists, fixes #293

Closes #293

See merge request soapbox-pub/soapbox-fe!171
2020-08-16 17:39:37 +00:00
b3a05c75ff Merge branch 'profile-media-panel-improvments' into 'develop'
Profile media panel improvements, Fixes #318

Closes #318

See merge request soapbox-pub/soapbox-fe!168
2020-08-16 17:24:52 +00:00
fb16afb8f7 Merge branch 'remove-endorse-button' into 'develop'
remove endorse button from the profile header menu and some related funcs, fixes #328

Closes #328

See merge request soapbox-pub/soapbox-fe!174
2020-08-16 15:53:10 +00:00
9864966eb0 remove endorse button from the profile header menu and some related funcs, fixes #328 2020-08-16 10:42:55 -05:00
3da44d60bf Revert direct_timeline to use /api/v1/timelines/direct, fixes #325 2020-08-15 23:37:50 -05:00
ca333c9552 Start refactoring direct_timeline / conversations 2020-08-15 23:18:53 -05:00
9afac986fb Refactor oembed card to work with videos on Pleroma 2020-08-15 19:40:08 -05:00
455cb6f575 only render layout colum inner div when column exists, fixes #293 2020-08-15 18:50:42 -05:00
2f24577e7f only show public attachments in profile media panel 2020-08-15 15:51:31 -05:00
422588178a loading improvments for profile media panel 2020-08-15 15:19:18 -05:00
799915039b Merge branch 'profile-media-panel' into 'develop'
Add profile media panel

Closes #294

See merge request soapbox-pub/soapbox-fe!162
2020-08-15 03:44:44 +00:00
dd0b0c911f remove proile media panel from right sidebar on medium screens 2020-08-14 22:34:22 -05:00
50ccb6d010 add loading indicator to DMs, fixes #316 2020-08-14 21:11:36 -05:00
d966107f1b Add default copyright value to reducer
Fixed checkbox processing
2020-08-14 19:03:11 -05:00
0f132fd3b7 Merge branch 'blocked-account-error' into 'develop'
Fix 504 error when visiting account you've blocked

Closes #310

See merge request soapbox-pub/soapbox-fe!164
2020-08-14 22:33:41 +00:00
c6a4db7528 Fix 504 error when visiting account you've blocked 2020-08-14 17:23:31 -05:00
cf260ec793 Handles virgin rendering, default soapbox object if soapbox.json missing, local state used only for UI changes, and retention of settings in both DB and store as soapbox object
Need to monitor for soapbox object dispatch events so that hitting Back causes re-render of timeline page
Need to explore refactoring update of soapbox object before being passed to API
2020-08-14 16:51:04 -05:00
39d9b20431 Merge remote-tracking branch 'origin/develop' into profile-media-panel 2020-08-14 16:25:25 -05:00
fdbe981477 Fix timeline queue header when filters are enabled 2020-08-14 16:01:30 -05:00
30983571b1 add profile media panel 2020-08-14 14:32:32 -05:00
b127ffa158 Added brandcolor tooltip on brand color button hover
Component renders well from virgin use
State updates well
Still breaks on Save
2020-08-13 22:25:06 -05:00
06186f85c8 continued debugging 2020-08-12 20:52:32 -05:00
cea7723fc3 refactored to improve default soapbox object for store
refactored to render with local state if avail or with props
refactored to build soapbox object for api and store from local state if avail or with props
2020-08-12 17:24:14 -05:00
d49d8bc145 Remove dupilcate quickFilter in notification settings 2020-08-12 13:39:13 -06:00
9b85b4ad7f remove info from deactivated account pages 2020-08-12 13:06:28 -05:00
0f70fde172 action_bar had a poor merge conflict correction fixed.
Still experimenting with updating nested state
2020-08-11 18:41:03 -05:00
34bf11f512 Merge branch 'media-compose-placeholders' into 'develop'
Add video and audio media placeholders in compose form

Closes #234

See merge request soapbox-pub/soapbox-fe!152
2020-08-11 19:23:44 +00:00
207750aef4 Trying immutable functions to modify state object 2020-08-11 06:30:54 -05:00