Fixing up deletes a bit (#327)
authorfloatingghost <hannah@coffee-and-dreams.uk>
Thu, 1 Dec 2022 15:00:53 +0000 (15:00 +0000)
committerfloatingghost <hannah@coffee-and-dreams.uk>
Thu, 1 Dec 2022 15:00:53 +0000 (15:00 +0000)
commitdb60640c5b91cd1ce2756565835673fa57afe082
treef8fe1f37ebc6df1adb4d36430614520deced5d23
parent083368d61a4824ea52ab06c44fdfb089412e960e
Fixing up deletes a bit (#327)

Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/327
22 files changed:
CHANGELOG.md
config/config.exs
docs/docs/administration/CLI_tasks/database.md
lib/mix/tasks/pleroma/database.ex
lib/pleroma/activity/pruner.ex [new file with mode: 0644]
lib/pleroma/object/pruner.ex [new file with mode: 0644]
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/side_effects.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/workers/cron/database_prune_worker.ex [new file with mode: 0644]
lib/pleroma/workers/search_indexing_worker.ex
priv/repo/migrations/20221129105331_add_notification_activity_id_index.exs [new file with mode: 0644]
priv/repo/migrations/20221129110627_add_bookmarks_activity_id_index.exs [new file with mode: 0644]
priv/repo/migrations/20221129110727_add_report_notes_activity_id_index.exs [new file with mode: 0644]
priv/repo/migrations/20221129112022_add_cascade_to_report_notes_on_activity_delete.exs [new file with mode: 0644]
priv/static/logo-512.png [new file with mode: 0755]
priv/static/logo.svg [new file with mode: 0755]
test/pleroma/activity/pruner_test.exs [new file with mode: 0644]
test/pleroma/object/pruner_test.exs [new file with mode: 0644]
test/pleroma/web/activity_pub/activity_pub_test.exs
test/pleroma/web/mastodon_api/update_credentials_test.exs
test/support/factory.ex