From 69072cf0ca6c45082aef9aaab9fbe46f91e7f315 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 20 Mar 2021 11:52:52 +0200 Subject: [PATCH] entry point traits namespace --- .../Espo/Core/EntryPoint/Traits/NoAuth.php | 39 +++++++++++++++++++ .../Core/EntryPoint/Traits/NotStrictAuth.php | 38 ++++++++++++++++++ application/Espo/Core/EntryPoints/NoAuth.php | 5 ++- .../Espo/Core/EntryPoints/NotStrictAuth.php | 5 ++- .../Espo/EntryPoints/ChangePassword.php | 5 +-- application/Espo/EntryPoints/ConfirmOptIn.php | 10 ++--- application/Espo/EntryPoints/LogoImage.php | 5 +-- .../Espo/EntryPoints/OauthCallback.php | 5 +-- .../Crm/EntryPoints/CampaignTrackOpened.php | 5 +-- .../Modules/Crm/EntryPoints/CampaignUrl.php | 5 +-- .../Crm/EntryPoints/EventConfirmation.php | 5 +-- .../Crm/EntryPoints/SubscribeAgain.php | 5 +-- .../Modules/Crm/EntryPoints/Unsubscribe.php | 5 +-- 13 files changed, 96 insertions(+), 41 deletions(-) create mode 100644 application/Espo/Core/EntryPoint/Traits/NoAuth.php create mode 100644 application/Espo/Core/EntryPoint/Traits/NotStrictAuth.php diff --git a/application/Espo/Core/EntryPoint/Traits/NoAuth.php b/application/Espo/Core/EntryPoint/Traits/NoAuth.php new file mode 100644 index 0000000000..37058fa303 --- /dev/null +++ b/application/Espo/Core/EntryPoint/Traits/NoAuth.php @@ -0,0 +1,39 @@ +