akkoma/lib/pleroma
rinpatch 4baea6e6d9 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
2019-04-24 20:01:42 +03:00
..
captcha
config
emails
gopher Replace Object.normalize(activity.data[object] with Object.normalize(acitivty) to benefit from preloading 2019-04-22 11:27:29 +03:00
http
instances
object Replace Object.normalize(activity.data[object] with Object.normalize(acitivty) to benefit from preloading 2019-04-22 11:27:29 +03:00
plugs
upload
uploaders
user 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
web 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
activity.ex
application.ex
clippy.ex
config.ex
emoji.ex
filter.ex
flake_id.ex
formatter.ex
html.ex Merge branch 'security/fix-html-class-scrubbing' into 'develop' 2019-04-23 23:07:56 +00:00
instances.ex
list.ex Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
mime.ex
notification.ex Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
object.ex
object_tombstone.ex
pagination.ex
PasswordResetToken.ex Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
registration.ex
repo.ex
reverse_proxy.ex
scheduled_activity.ex
scheduled_activity_worker.ex
stats.ex
thread_mute.ex
upload.ex
user.ex Use User.get_cached* everywhere 2019-04-22 07:20:43 +00:00
user_invite_token.ex