From b31a934a804aed3f35442ceafe2080b0955e7317 Mon Sep 17 00:00:00 2001 From: dcc Date: Wed, 15 May 2024 00:57:23 -0700 Subject: total rebase --- lib/pleroma/web/auth/authenticator.ex | 2 +- lib/pleroma/web/auth/helpers.ex | 0 lib/pleroma/web/auth/ldap_authenticator.ex | 0 lib/pleroma/web/auth/pleroma_authenticator.ex | 0 lib/pleroma/web/auth/totp_authenticator.ex | 0 lib/pleroma/web/auth/wrapper_authenticator.ex | 0 6 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lib/pleroma/web/auth/authenticator.ex mode change 100755 => 100644 lib/pleroma/web/auth/helpers.ex mode change 100755 => 100644 lib/pleroma/web/auth/ldap_authenticator.ex mode change 100755 => 100644 lib/pleroma/web/auth/pleroma_authenticator.ex mode change 100755 => 100644 lib/pleroma/web/auth/totp_authenticator.ex mode change 100755 => 100644 lib/pleroma/web/auth/wrapper_authenticator.ex (limited to 'lib/pleroma/web/auth') diff --git a/lib/pleroma/web/auth/authenticator.ex b/lib/pleroma/web/auth/authenticator.ex old mode 100755 new mode 100644 index a0bd154..01bf157 --- a/lib/pleroma/web/auth/authenticator.ex +++ b/lib/pleroma/web/auth/authenticator.ex @@ -5,7 +5,7 @@ defmodule Pleroma.Web.Auth.Authenticator do @callback get_user(Plug.Conn.t()) :: {:ok, user :: struct()} | {:error, any()} @callback create_from_registration(Plug.Conn.t(), registration :: struct()) :: - {:ok, User.t()} | {:error, any()} + {:ok, Pleroma.User.t()} | {:error, any()} @callback get_registration(Plug.Conn.t()) :: {:ok, registration :: struct()} | {:error, any()} @callback handle_error(Plug.Conn.t(), any()) :: any() @callback auth_template() :: String.t() | nil diff --git a/lib/pleroma/web/auth/helpers.ex b/lib/pleroma/web/auth/helpers.ex old mode 100755 new mode 100644 diff --git a/lib/pleroma/web/auth/ldap_authenticator.ex b/lib/pleroma/web/auth/ldap_authenticator.ex old mode 100755 new mode 100644 diff --git a/lib/pleroma/web/auth/pleroma_authenticator.ex b/lib/pleroma/web/auth/pleroma_authenticator.ex old mode 100755 new mode 100644 diff --git a/lib/pleroma/web/auth/totp_authenticator.ex b/lib/pleroma/web/auth/totp_authenticator.ex old mode 100755 new mode 100644 diff --git a/lib/pleroma/web/auth/wrapper_authenticator.ex b/lib/pleroma/web/auth/wrapper_authenticator.ex old mode 100755 new mode 100644 -- cgit v1.2.3