Something went wrong while setting issue due date.
Reorganising FusionDirectory Orchestrator sources
Closed
Reorganising FusionDirectory Orchestrator sources
Hello,
When reading the source, if found it not easy to read and understand on all the source, so we decided to reorganize it
here is the new organization
├── api
│ ├── index.php
│ ├── loginEndPoint.php
│ ├── logoutEndPoint.php
│ └── refreshEndPoint.php
├── AUTHORS.md
├── Changelog.md
├── CODE_OF_CONDUCT.md
├── config
│ ├── bootstrap.php
│ └── tokens.php
├── contrib
│ ├── apache
│ │ └── fusiondirectory-orchestrator-apache.conf
│ ├── api
│ │ ├── centos.htaccess
│ │ └── debian.htaccess
│ ├── openldap
│ │ └── fusiondirectory-orchestrator.schema
│ └── orchestrator.conf
│ |interfaces (top)
│ │ EndpointInterface.php
│ |handlers (top)
│ ├── ErrorHandler.php
│ |exceptions (top)
│ ├── TokenExpiredException.php
│ ├── InvalidSignatureException.php
├── library (top)
│ ├── tasks
│ ├── TaskController.php
│ ├── TaskGateway.php
│ ├── auth
│ ├── Authentication.php
│ ├── JWTCodec.php
│ ├── UserGateway.php
│ ├── RefreshTokenGateway.php
│ ├── ldap
│ ├── |Ldap.php
├── LICENSE
├── plugins (top)
│ └── tasks
| └──utils
│ │ ├── MailUtils.php
│ │ ├── ReminderTokenUtils.php
│ │ └── Utils.php
│ ├── Archive.php
│ ├── Audit.php
│ ├── LifeCycle.php
│ ├── Mail.php
│ ├── Notifications.php
│ └── Reminder.php
├── README.md
└── SECURITY.md