Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation
authorIvan Tashkinov <ivantashkinov@gmail.com>
Sun, 20 Oct 2019 17:43:18 +0000 (20:43 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Sun, 20 Oct 2019 17:43:18 +0000 (20:43 +0300)
commitc6fdfbc4f14b855d9cdf2d757ff2c43282aabe90
treeba8cab33d76b3961ad1080f307bc2aedf1e9cc10
parentb4cbf0568bd6924ded9b9fbdb588a4da92bf83e7
parent62e3d76a450c1b34ba8d0c88a184ec861ed90f29
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation

# Conflicts:
# CHANGELOG.md
# lib/pleroma/notification.ex
# lib/pleroma/user.ex
# lib/pleroma/user/info.ex
# lib/pleroma/web/activity_pub/activity_pub.ex
# lib/pleroma/web/admin_api/admin_api_controller.ex
# lib/pleroma/web/ostatus/handlers/follow_handler.ex
# lib/pleroma/web/ostatus/ostatus.ex
# lib/pleroma/web/salmon/salmon.ex
# lib/pleroma/web/websub/websub.ex
# test/web/admin_api/admin_api_controller_test.exs
# test/web/federator_test.exs
# test/web/mastodon_api/controllers/conversation_controller_test.exs
# test/web/ostatus/ostatus_controller_test.exs
# test/web/ostatus/ostatus_test.exs
# test/web/salmon/salmon_test.exs
# test/web/websub/websub_test.exs
23 files changed:
CHANGELOG.md
docs/API/admin_api.md
lib/pleroma/notification.ex
lib/pleroma/user.ex
lib/pleroma/user/search.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/publisher.ex
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/web/admin_api/admin_api_controller.ex
lib/pleroma/web/admin_api/views/account_view.ex
lib/pleroma/web/masto_fe_controller.ex
lib/pleroma/web/views/masto_fe_view.ex
priv/repo/migrations/20190711042024_copy_muted_to_muted_notifications.exs
test/moderation_log_test.exs
test/signature_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/transmogrifier_test.exs
test/web/admin_api/admin_api_controller_test.exs
test/web/federator_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs
test/web/mastodon_api/controllers/conversation_controller_test.exs
test/web/mastodon_api/views/account_view_test.exs