.codeclimate.json | |
|
|
.env.example | |
|
|
.env.example.complete | |
|
|
.gitattributes | |
|
|
.github/CODE_OF_CONDUCT.md | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/api_request.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/ISSUE_TEMPLATE/feature_request.yml | |
|
|
.github/ISSUE_TEMPLATE/language_request.yml | |
|
|
.github/ISSUE_TEMPLATE/support_request.yml | |
|
|
.github/SECURITY.md | |
|
|
.github/translators.txt | |
|
|
.github/workflows/analyse-php.yml | |
|
|
.github/workflows/lint-js.yml | |
|
|
.github/workflows/lint-php.yml | |
|
|
.github/workflows/test-js.yml | |
|
|
.github/workflows/test-migrations.yml | |
|
|
.github/workflows/test-php.yml | |
|
|
.gitignore | |
|
|
LICENSE | |
|
|
app/Access/Controllers/ConfirmEmailController.php | 80 | A 0 mins |
|
app/Access/Controllers/ForgotPasswordController.php | 40 | A 0 mins |
|
app/Access/Controllers/HandlesPartialLogins.php | 17 | A 0 mins |
|
app/Access/Controllers/LoginController.php | 135 | A 0 mins |
|
app/Access/Controllers/MfaBackupCodesController.php | 65 | A 0 mins |
|
app/Access/Controllers/MfaController.php | 49 | A 0 mins |
|
app/Access/Controllers/MfaTotpController.php | 71 | A 0 mins |
|
app/Access/Controllers/OidcController.php | 46 | A 0 mins |
|
app/Access/Controllers/RegisterController.php | 57 | A 0 mins |
|
app/Access/Controllers/ResetPasswordController.php | 61 | A 0 mins |
|
app/Access/Controllers/Saml2Controller.php | 78 | A 0 mins |
|
app/Access/Controllers/SocialController.php | 86 | A 1 hr |
|
app/Access/Controllers/ThrottlesLogins.php | 56 | A 0 mins |
|
app/Access/Controllers/UserInviteController.php | 65 | A 0 mins |
|
app/Access/EmailConfirmationService.php | 24 | A 0 mins |
|
app/Access/ExternalBaseUserProvider.php | 40 | A 0 mins |
|
app/Access/GroupSyncService.php | 55 | A 0 mins |
|
app/Access/Guards/AsyncExternalBaseSessionGuard.php | 13 | A 0 mins |
|
app/Access/Guards/ExternalBaseSessionGuard.php | 117 | A 0 mins |
|
app/Access/Guards/LdapSessionGuard.php | 82 | A 2 hrs |
|
app/Access/Ldap.php | 50 | A 0 mins |
|
app/Access/LdapService.php | 283 | B 6 hrs |
|
app/Access/LoginService.php | 111 | A 25 mins |
|
app/Access/Mfa/BackupCodeService.php | 39 | A 0 mins |
|
app/Access/Mfa/MfaSession.php | 32 | A 0 mins |
|
app/Access/Mfa/MfaValue.php | 40 | A 0 mins |
|
app/Access/Mfa/TotpService.php | 46 | A 0 mins |
|
app/Access/Mfa/TotpValidationRule.php | 19 | A 0 mins |
|