Merge branch 'feature/mastoapi-new-config' into 'develop'
authorkaniini <nenolod@gmail.com>
Fri, 26 Apr 2019 02:41:35 +0000 (02:41 +0000)
committerkaniini <nenolod@gmail.com>
Fri, 26 Apr 2019 02:41:35 +0000 (02:41 +0000)
commit48f68fd133468d193223122d3b528dd2e6836cff
treefaef9766c1294dac8ea07255aa17f66990200a84
parentfd45c74e6f695783d6a8e0940e17e00c0636d72f
parentdfc8425659620d023540538ec943490cf523f434
Merge branch 'feature/mastoapi-new-config' into 'develop'

Fix leaking private configuration parameters in Mastodon and Twitter APIs, and add new configuration parameters to Mastodon API

This patch:
- Fixes `rights` in TwitterAPI ignoring `show_role`
- Fixes exposing default scope of the user to anyone in Mastodon API
- Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674)

Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs

See merge request pleroma/pleroma!1093
CHANGELOG.md