Added limits and media attachments for scheduled activities.
authoreugenijm <eugenijm@protonmail.com>
Mon, 1 Apr 2019 22:31:01 +0000 (01:31 +0300)
committereugenijm <eugenijm@protonmail.com>
Sat, 6 Apr 2019 20:55:58 +0000 (23:55 +0300)
commitfc92a0fd8d5be0352f4791b79bda04960f36f707
tree344c6f7dff59caf0cb93eaf3ffb8c0610e3e0c0e
parentb3870df51fb2f35c3e51bea435134fe3fb692ef8
Added limits and media attachments for scheduled activities.
config/config.exs
docs/config.md
lib/pleroma/object.ex
lib/pleroma/scheduled_activity.ex
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
lib/pleroma/web/mastodon_api/views/scheduled_activity_view.ex
priv/repo/migrations/20190328053912_create_scheduled_activities.exs
test/scheduled_activity_test.exs [new file with mode: 0644]
test/support/factory.ex
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/mastodon_api/scheduled_activity_view_test.exs [new file with mode: 0644]