pleroma/test
Mike Verdone 3cb471ec06 Expose expires_at datetime in mastoAPI only for the activity actor
In the "pleroma" section of the MastoAPI for status activities you can
see an expires_at item that states when the activity will expire, or
nothing if the activity will not expire.

The expires_at date is only visible to the person who posted the
activity. This is the conservative approach in case some attacker
decides to write a logger for expiring posts. However, in the future of
OCAP, signed requests, and all that stuff, this attack might not be that
likely. Some other pleroma dev should remove the restriction in the code
at that time, if they're satisfied with the security implications of
doing so.
2019-07-24 14:47:22 +02: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 Conversations: Fetch users in one query. 2019-06-07 17:51:47 +02:00
emails [#1062] added option to disable send email 2019-07-10 05:34:21 +00:00
fixtures add the rich media ttl based on image exp time 2019-07-17 00:20:34 +05:45
http Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
integration mastodon_websocket_test.exs: Test for Sec-WebSocket-Protocol header 2019-07-07 08:58:24 +02:00
object tests: add tests for signed object fetches 2019-07-17 23:06:16 +00:00
plugs Exclude tests that use :crypt.crypt/2 on macOS 2019-07-22 19:54:22 +00:00
support Require that ephemeral posts live for at least one hour 2019-07-24 14:46:08 +02:00
tasks Add tests for users tasks and PleromaAuthenticator 2019-07-22 02:43:15 +00:00
upload added tests for Pleroma.Upload.Filter 2019-07-16 21:35:43 +00:00
web Expose expires_at datetime in mastoAPI only for the activity actor 2019-07-24 14:47:22 +02:00
activity_expiration_test.exs Require that ephemeral posts live for at least one hour 2019-07-24 14:46:08 +02:00
activity_expiration_worker_test.exs Add activity expiration worker 2019-07-24 13:14:52 +02:00
activity_test.exs Add activity expirations table 2019-07-24 13:14:52 +02:00
bookmark_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
captcha_test.exs Merge branch 'captcha' into 'develop' 2019-01-03 17:04:27 +00:00
config_test.exs Fix Pleroma.Config.get!/1 raising an error when value is false 2019-05-14 06:40:59 +08:00
conversation_test.exs Testing: Don't federate in testing. 2019-07-09 15:30:51 +09:00
emoji_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
filter_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
flake_id_test.exs Flake: support integers in from_string/1 2019-01-26 16:58:23 +01:00
formatter_test.exs Mention all people in the beginning of DM 2019-05-24 20:34:23 +00:00
healthcheck_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
html_test.exs Rich Media: Skip Microformats hashtags 2019-06-19 00:46:30 +03:00
http_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
keys_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
list_test.exs Add `list` to Visibility 2019-07-11 19:29:24 +07:00
notification_test.exs Fix test 2019-07-23 13:57:22 -05:00
object_test.exs Make credo happy 2019-04-17 14:52:01 +03:00
registration_test.exs [#923] OAuth consumer mode refactoring, new tests, tests adjustments, readme. 2019-04-05 15:12:02 +03:00
repo_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
reverse_proxy_test.exs Add more tests for MastodonAPIController and CommonAPI 2019-07-15 19:47:23 +00:00
scheduled_activity_test.exs Add scheduler for sending scheduled activities to the queue 2019-04-06 23:56:29 +03:00
scheduled_activity_worker_test.exs Refactor all tests that acessed the embeded object 2019-04-17 15:46:59 +03:00
signature_test.exs signature: properly deduce the actor from misskey key IDs 2019-07-23 16:47:22 +00:00
test_helper.exs Exclude tests that use :crypt.crypt/2 on macOS 2019-07-22 19:54:22 +00:00
upload_test.exs [tests] Mock :crypt.crypt/2 function in AuthenticationPlugTest 2019-07-20 13:07:51 +00:00
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/1087 wildcard option for blocks 2019-07-22 14:33:58 +00:00
xml_builder_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00