pleroma/test
Ariadne Conill 739bbe0d3b 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 17:47:08 +00:00
..
bbs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
config Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
conversation
emails [#1062] added option to disable send email 2019-07-10 05:34:21 +00:00
fixtures support for idna domains 2019-07-10 15:23:25 +00:00
http Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
integration
object security: detect object containment violations at the IR level 2019-07-14 17:47:08 +00:00
plugs [#1041] Rate-limited status actions (per user and per user+status). 2019-07-13 14:49:39 +03:00
support HttpRequestMock: Add 404s on OStatus fetching for info.pleroma.site 2019-07-14 13:55:41 +02:00
tasks robots txt test fix 2019-07-10 17:42:18 +03:00
upload/filter Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
web Feature/1072 muting notifications 2019-07-14 13:29:31 +00:00
activity_test.exs
bookmark_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
captcha_test.exs
config_test.exs
conversation_test.exs
emoji_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
filter_test.exs
flake_id_test.exs
formatter_test.exs
healthcheck_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
html_test.exs
http_test.exs
keys_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
list_test.exs
media_proxy_test.exs preserve the original path/filename (no encoding/decoding) for proxy 2019-07-12 21:05:01 +05:45
notification_test.exs Feature/1072 muting notifications 2019-07-14 13:29:31 +00:00
object_test.exs
registration_test.exs
repo_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
reverse_proxy_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
scheduled_activity_test.exs
scheduled_activity_worker_test.exs
test_helper.exs
upload_test.exs
user_invite_token_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
user_search_test.exs support for idna domains 2019-07-10 15:23:25 +00:00
user_test.exs Feature/1072 muting notifications 2019-07-14 13:29:31 +00:00
xml_builder_test.exs