1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00
akkoma/lib/pleroma/web
kaniini 48f68fd133 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
2019-04-26 02:41:35 +00:00
..
activity_pub activitypub: transmogrifier: send reject follow if following does not succeed 2019-04-25 00:48:45 +00:00
admin_api Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
auth
channels Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
common_api Replace Object.normalize(activity.data[object] with Object.normalize(acitivty) to benefit from preloading 2019-04-22 11:27:29 +03:00
federator Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
http_signatures
mastodon_api Move settings to Source subentity 2019-04-25 10:31:14 +03:00
media_proxy Add mediaproxy whitelist capability 2019-04-25 18:11:47 -05:00
metadata typo fix 2019-04-19 07:50:21 +00:00
nodeinfo
oauth Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
ostatus Replace Object.normalize(activity.data[object] with Object.normalize(acitivty) to benefit from preloading 2019-04-22 11:27:29 +03:00
push
rich_media
salmon
templates Merge branch '923_oauth_consumer_refactoring_ci' into 'develop' 2019-04-19 07:49:26 +00:00
twitter_api Fix leaking private configuration parameters in Mastodon and Twitter APIs, and add new configuration parameters to Mastodon API 2019-04-24 20:01:42 +03:00
views
web_finger Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
websub
xml
chat_channel.ex
controller_helper.ex
endpoint.ex
gettext.ex
metadata.ex
oauth.ex
rel_me.ex
router.ex Extend Mastodon API with public endpoint for getting Favorites timeline of any user (#789) 2019-04-23 02:47:43 +00:00
streamer.ex Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
uploader_controller.ex
web.ex