remove all endpoints marked as deprecated (#91)
authorfloatingghost <hannah@coffee-and-dreams.uk>
Wed, 20 Jul 2022 12:00:58 +0000 (12:00 +0000)
committerfloatingghost <hannah@coffee-and-dreams.uk>
Wed, 20 Jul 2022 12:00:58 +0000 (12:00 +0000)
commitdc9f66749c85352e0d7761ae2b9b8663a3aa3e3a
tree5135b64cebef537a71c14c7b821c5e5f992fd6f0
parentffc5944334174d83655d38d1c07256cfb65e5fcc
remove all endpoints marked as deprecated (#91)

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/91
17 files changed:
CHANGELOG.md
lib/pleroma/user.ex
lib/pleroma/web/api_spec/operations/chat_operation.ex
lib/pleroma/web/api_spec/operations/notification_operation.ex
lib/pleroma/web/api_spec/operations/search_operation.ex
lib/pleroma/web/api_spec/operations/status_operation.ex
lib/pleroma/web/auth/wrapper_authenticator.ex
lib/pleroma/web/mastodon_api/controllers/notification_controller.ex
lib/pleroma/web/mastodon_api/controllers/search_controller.ex
lib/pleroma/web/mastodon_api/controllers/status_controller.ex
lib/pleroma/web/rich_media/parsers/ogp.ex [deleted file]
lib/pleroma/web/router.ex
test/pleroma/web/mastodon_api/controllers/notification_controller_test.exs
test/pleroma/web/mastodon_api/controllers/search_controller_test.exs
test/pleroma/web/mastodon_api/controllers/status_controller_test.exs
test/pleroma/web/pleroma_api/controllers/chat_controller_test.exs
test/support/helpers.ex