Pleroma/lib/pleroma/web
Ariadne Conill 6a151e7c7f streamer: use direct object for filter checks when there is no valid child object in an activity
We call Object.normalize/1 to get the child object for situations like Announce.
However, the check is flawed and immediately fails if Object.normalize/1 fails.
Instead, we should use the activity itself in those cases to allow activities which
never have a child object to pass through the filter.

Closes #1291
2019-11-04 16:25:05 +01:00
..
activity_pub Fix a migration wiping user info of users that don't have any mutes 2019-10-18 14:11:30 +03:00
admin_api
auth
channels
common_api CommonAPI: Create profile updates as public. 2019-10-05 19:31:11 +00:00
federator
mailer
mastodon_api Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`) 2019-10-07 11:28:51 +00:00
media_proxy
metadata
mongooseim
nodeinfo
oauth Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-10-04 21:59:17 +00:00
ostatus
pleroma_api
push Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-10-04 21:59:17 +00:00
rich_media
salmon Move local keys out of `user.info` 2019-10-06 17:36:24 +03:00
streamer streamer: use direct object for filter checks when there is no valid child object in an activity 2019-11-04 16:25:05 +01:00
templates
twitter_api
views
web_finger
websub Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-10-04 21:59:17 +00:00
xml
chat_channel.ex
controller_helper.ex
endpoint.ex
fallback_redirect_controller.ex
gettext.ex
metadata.ex
oauth.ex
rel_me.ex
router.ex removed legacy api: "/objects/:uuid/likes" 2019-10-04 21:36:04 +00:00
translation_helpers.ex
uploader_controller.ex
web.ex