Migrated recommendation stuff

This commit is contained in:
emeric
2021-10-18 21:16:10 +02:00
parent a0489b2d94
commit 7386c89ae7
40 changed files with 189 additions and 131 deletions
@@ -23,7 +23,7 @@
#include <Wt/Auth/PasswordStrengthValidator.h>
#include <Wt/WRandom.h>
#include "auth/Types.hpp"
#include "services/auth/Types.hpp"
#include "database/Session.hpp"
#include "database/User.hpp"
#include "utils/Exception.hpp"
@@ -21,7 +21,7 @@
#include <shared_mutex>
#include "auth/IAuthTokenService.hpp"
#include "services/auth/IAuthTokenService.hpp"
#include "AuthServiceBase.hpp"
#include "LoginThrottler.hpp"
+2 -2
View File
@@ -17,9 +17,9 @@
* along with LMS. If not, see <http://www.gnu.org/licenses/>.
*/
#include "auth/IEnvService.hpp"
#include "services/auth/IEnvService.hpp"
#include "auth/Types.hpp"
#include "services/auth/Types.hpp"
#include "http-headers/HttpHeadersEnvService.hpp"
namespace Auth
@@ -27,7 +27,7 @@
#include "pam/PAMPasswordService.hpp"
#endif // LMS_SUPPORT_PAM
#include "auth/Types.hpp"
#include "services/auth/Types.hpp"
#include "database/Session.hpp"
#include "database/User.hpp"
#include "utils/Exception.hpp"
@@ -21,7 +21,7 @@
#include <shared_mutex>
#include "auth/IPasswordService.hpp"
#include "services/auth/IPasswordService.hpp"
#include "AuthServiceBase.hpp"
#include "LoginThrottler.hpp"
@@ -19,7 +19,7 @@
#pragma once
#include "auth/IEnvService.hpp"
#include "services/auth/IEnvService.hpp"
#include "AuthServiceBase.hpp"
namespace Auth
@@ -20,8 +20,8 @@
#include "InternalPasswordService.hpp"
#include <Wt/WRandom.h>
#include "auth/IAuthTokenService.hpp"
#include "auth/Types.hpp"
#include "services/auth/IAuthTokenService.hpp"
#include "services/auth/Types.hpp"
#include "database/Session.hpp"
#include "database/User.hpp"
#include "utils/Exception.hpp"
@@ -26,7 +26,7 @@
#include <cstring>
#include <security/pam_appl.h>
#include "auth/Types.hpp"
#include "services/auth/Types.hpp"
#include "database/Session.hpp"
#include "utils/Logger.hpp"