pleroma/test
Ariadne Conill 6d715b7702 security: detect object containment violations at the IR level
It is more efficient to check for object containment violations at the IR
level instead of in the protocol handlers.  OStatus containment is especially
a tricky situation, as the containment rules don't match those of IR and
ActivityPub.

Accordingly, we just always do a final containment check at the IR level
before the object is added to the IR object graph.
2019-07-14 19:28:47 +00:00
..
bbs
config support for config groups 2019-06-23 08:16:16 +03:00
conversation Conversations: Fetch users in one query. 2019-06-07 17:51:47 +02:00
fixtures Rich Media Parser: Do not return just a title if nothing else is there. 2019-06-22 16:22:59 +02:00
integration [#570] add user:notification stream 2019-06-16 10:33:25 +00:00
object security: detect object containment violations at the IR level 2019-07-14 19:28:47 +00:00
plugs Polish IdempotencyPlug 2019-06-27 01:53:58 +07:00
support add ignore hosts and TLDs for rich_media 2019-06-25 22:25:37 +03:00
tasks don't delete config settings on admin update 2019-06-27 04:19:44 +00:00
web Return correct response when reply to a direct message is not direct itself 2019-06-26 10:59:27 +00:00
activity_test.exs Add option to restrict all users to local content 2019-06-11 21:25:53 +07:00
bookmark_test.exs
captcha_test.exs
config_test.exs
conversation_test.exs
emoji_test.exs
filter_test.exs
flake_id_test.exs
formatter_test.exs
healthcheck_test.exs
html_test.exs Rich Media: Skip Microformats hashtags 2019-06-19 00:46:30 +03:00
http_test.exs
keys_test.exs
list_test.exs
media_proxy_test.exs Add more tests for using media_proxy and whitelists 2019-06-10 11:34:11 +00:00
notification_test.exs [#570] add user:notification stream 2019-06-16 10:33:25 +00:00
object_test.exs
registration_test.exs
repo_test.exs
scheduled_activity_test.exs
scheduled_activity_worker_test.exs
test_helper.exs
upload_test.exs
user_invite_token_test.exs
user_test.exs Rework user deletion 2019-06-24 18:59:12 +00:00
xml_builder_test.exs