logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 5f2071c458b19311b035bf18c136e069023b7f5b
parent bb111465a14575fb6d6cc2e11db9b217ada7c431
Author: Alexander Strizhakov <alex.strizhakov@gmail.com>
Date:   Sat, 19 Sep 2020 21:25:01 +0300

changes after rebase

Diffstat:

Mlib/pleroma/web/admin_api/controllers/chat_controller.ex2+-
Mlib/pleroma/web/admin_api/controllers/instance_document_controller.ex4++--
Rlib/pleroma/web/fed_sockets/fed_sockets.ex -> lib/pleroma/web/fed_sockets.ex0
Rtest/web/activity_pub/object_validators/article_note_validator_test.exs -> test/pleroma/web/activity_pub/object_validators/article_note_validator_test.exs0
Rtest/web/activity_pub/transmogrifier/article_handling_test.exs -> test/pleroma/web/activity_pub/transmogrifier/article_handling_test.exs0
Rtest/web/activity_pub/transmogrifier/video_handling_test.exs -> test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs0
Rtest/web/admin_api/controllers/chat_controller_test.exs -> test/pleroma/web/admin_api/controllers/chat_controller_test.exs0
Rtest/web/admin_api/controllers/instance_document_controller_test.exs -> test/pleroma/web/admin_api/controllers/instance_document_controller_test.exs0
Rtest/web/fed_sockets/fed_registry_test.exs -> test/pleroma/web/fed_sockets/fed_registry_test.exs0
Rtest/web/fed_sockets/fetch_registry_test.exs -> test/pleroma/web/fed_sockets/fetch_registry_test.exs0
Rtest/web/fed_sockets/socket_info_test.exs -> test/pleroma/web/fed_sockets/socket_info_test.exs0
11 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/pleroma/web/admin_api/controllers/chat_controller.ex b/lib/pleroma/web/admin_api/controllers/chat_controller.ex @@ -10,10 +10,10 @@ defmodule Pleroma.Web.AdminAPI.ChatController do alias Pleroma.Chat.MessageReference alias Pleroma.ModerationLog alias Pleroma.Pagination - alias Pleroma.Plugs.OAuthScopesPlug alias Pleroma.Web.AdminAPI alias Pleroma.Web.CommonAPI alias Pleroma.Web.PleromaAPI.Chat.MessageReferenceView + alias Pleroma.Web.Plugs.OAuthScopesPlug require Logger diff --git a/lib/pleroma/web/admin_api/controllers/instance_document_controller.ex b/lib/pleroma/web/admin_api/controllers/instance_document_controller.ex @@ -5,9 +5,9 @@ defmodule Pleroma.Web.AdminAPI.InstanceDocumentController do use Pleroma.Web, :controller - alias Pleroma.Plugs.InstanceStatic - alias Pleroma.Plugs.OAuthScopesPlug alias Pleroma.Web.InstanceDocument + alias Pleroma.Web.Plugs.InstanceStatic + alias Pleroma.Web.Plugs.OAuthScopesPlug plug(Pleroma.Web.ApiSpec.CastAndValidate) diff --git a/lib/pleroma/web/fed_sockets/fed_sockets.ex b/lib/pleroma/web/fed_sockets.ex diff --git a/test/web/activity_pub/object_validators/article_note_validator_test.exs b/test/pleroma/web/activity_pub/object_validators/article_note_validator_test.exs diff --git a/test/web/activity_pub/transmogrifier/article_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/article_handling_test.exs diff --git a/test/web/activity_pub/transmogrifier/video_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs diff --git a/test/web/admin_api/controllers/chat_controller_test.exs b/test/pleroma/web/admin_api/controllers/chat_controller_test.exs diff --git a/test/web/admin_api/controllers/instance_document_controller_test.exs b/test/pleroma/web/admin_api/controllers/instance_document_controller_test.exs diff --git a/test/web/fed_sockets/fed_registry_test.exs b/test/pleroma/web/fed_sockets/fed_registry_test.exs diff --git a/test/web/fed_sockets/fetch_registry_test.exs b/test/pleroma/web/fed_sockets/fetch_registry_test.exs diff --git a/test/web/fed_sockets/socket_info_test.exs b/test/pleroma/web/fed_sockets/socket_info_test.exs