From fa361d830bfffc77c453d145a978fabfa2ebc840 Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@fusiondirectory.org>
Date: Fri, 4 Apr 2025 15:00:18 +0200
Subject: [PATCH] :handshake: fix(directories) Reorganising FusionDirectory
 Orchestrator sources

Signed-off-by: Benoit Mortier <benoit.mortier@fusiondirectory.org>
---
 {library => exceptions}/InvalidSignatureException.php           | 0
 {library => exceptions}/TokenExpiredException.php               | 0
 {library => handlers}/ErrorHandler.php                          | 0
 {library/interfaces => interfaces}/EndpointInterface.php        | 0
 library/{ => auth}/Authentication.php                           | 0
 library/{ => auth}/JWTCodec.php                                 | 0
 library/{ => auth}/RefreshTokenGateway.php                      | 0
 library/{ => auth}/UserGateway.php                              | 0
 library/{ => ldap}/Ldap.php                                     | 0
 library/{ => tasks}/TaskController.php                          | 0
 library/{ => tasks}/TaskGateway.php                             | 0
 {library/plugins => plugins/tasks/utils}/MailUtils.php          | 0
 {library/plugins => plugins/tasks/utils}/ReminderTokenUtils.php | 0
 {library/plugins => plugins/tasks/utils}/Utils.php              | 0
 14 files changed, 0 insertions(+), 0 deletions(-)
 rename {library => exceptions}/InvalidSignatureException.php (100%)
 rename {library => exceptions}/TokenExpiredException.php (100%)
 rename {library => handlers}/ErrorHandler.php (100%)
 rename {library/interfaces => interfaces}/EndpointInterface.php (100%)
 rename library/{ => auth}/Authentication.php (100%)
 rename library/{ => auth}/JWTCodec.php (100%)
 rename library/{ => auth}/RefreshTokenGateway.php (100%)
 rename library/{ => auth}/UserGateway.php (100%)
 rename library/{ => ldap}/Ldap.php (100%)
 rename library/{ => tasks}/TaskController.php (100%)
 rename library/{ => tasks}/TaskGateway.php (100%)
 rename {library/plugins => plugins/tasks/utils}/MailUtils.php (100%)
 rename {library/plugins => plugins/tasks/utils}/ReminderTokenUtils.php (100%)
 rename {library/plugins => plugins/tasks/utils}/Utils.php (100%)

diff --git a/library/InvalidSignatureException.php b/exceptions/InvalidSignatureException.php
similarity index 100%
rename from library/InvalidSignatureException.php
rename to exceptions/InvalidSignatureException.php
diff --git a/library/TokenExpiredException.php b/exceptions/TokenExpiredException.php
similarity index 100%
rename from library/TokenExpiredException.php
rename to exceptions/TokenExpiredException.php
diff --git a/library/ErrorHandler.php b/handlers/ErrorHandler.php
similarity index 100%
rename from library/ErrorHandler.php
rename to handlers/ErrorHandler.php
diff --git a/library/interfaces/EndpointInterface.php b/interfaces/EndpointInterface.php
similarity index 100%
rename from library/interfaces/EndpointInterface.php
rename to interfaces/EndpointInterface.php
diff --git a/library/Authentication.php b/library/auth/Authentication.php
similarity index 100%
rename from library/Authentication.php
rename to library/auth/Authentication.php
diff --git a/library/JWTCodec.php b/library/auth/JWTCodec.php
similarity index 100%
rename from library/JWTCodec.php
rename to library/auth/JWTCodec.php
diff --git a/library/RefreshTokenGateway.php b/library/auth/RefreshTokenGateway.php
similarity index 100%
rename from library/RefreshTokenGateway.php
rename to library/auth/RefreshTokenGateway.php
diff --git a/library/UserGateway.php b/library/auth/UserGateway.php
similarity index 100%
rename from library/UserGateway.php
rename to library/auth/UserGateway.php
diff --git a/library/Ldap.php b/library/ldap/Ldap.php
similarity index 100%
rename from library/Ldap.php
rename to library/ldap/Ldap.php
diff --git a/library/TaskController.php b/library/tasks/TaskController.php
similarity index 100%
rename from library/TaskController.php
rename to library/tasks/TaskController.php
diff --git a/library/TaskGateway.php b/library/tasks/TaskGateway.php
similarity index 100%
rename from library/TaskGateway.php
rename to library/tasks/TaskGateway.php
diff --git a/library/plugins/MailUtils.php b/plugins/tasks/utils/MailUtils.php
similarity index 100%
rename from library/plugins/MailUtils.php
rename to plugins/tasks/utils/MailUtils.php
diff --git a/library/plugins/ReminderTokenUtils.php b/plugins/tasks/utils/ReminderTokenUtils.php
similarity index 100%
rename from library/plugins/ReminderTokenUtils.php
rename to plugins/tasks/utils/ReminderTokenUtils.php
diff --git a/library/plugins/Utils.php b/plugins/tasks/utils/Utils.php
similarity index 100%
rename from library/plugins/Utils.php
rename to plugins/tasks/utils/Utils.php
-- 
GitLab