.codeclimate.json | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/workflows/test_suite.yml | |
|
|
.github/xbackbone.png | |
|
|
.gitignore | |
|
|
.htaccess | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gruntfile.js | 163 | A 0 mins |
|
LICENSE | |
|
|
README.md | |
|
|
SECURITY.md | |
|
|
app/Controllers/AdminController.php | 70 | A 0 mins |
|
app/Controllers/Auth/AuthController.php | 91 | B 4 hrs |
|
app/Controllers/Auth/LoginController.php | 120 | B 6 hrs |
|
app/Controllers/Auth/PasswordRecoveryController.php | 77 | A 1 hr |
|
app/Controllers/Auth/RegisterController.php | 84 | A 2 hrs |
|
app/Controllers/ClientController.php | 90 | C 1 day |
|
app/Controllers/Controller.php | 94 | A 0 mins |
|
app/Controllers/DashboardController.php | 61 | A 1 hr |
|
app/Controllers/ExportController.php | 32 | A 0 mins |
|
app/Controllers/MediaController.php | 339 | C 1 day |
|
app/Controllers/ProfileController.php | 46 | A 1 hr |
|
app/Controllers/SettingController.php | 77 | A 0 mins |
|
app/Controllers/TagController.php | 47 | A 0 mins |
|
app/Controllers/UpgradeController.php | 135 | A 3 hrs |
|
app/Controllers/UploadController.php | 148 | A 2 hrs |
|
app/Controllers/UserController.php | 204 | B 4 hrs |
|
app/Database/DB.php | 39 | A 0 mins |
|
app/Database/Migrator.php | 77 | B 5 hrs |
|
app/Database/Repositories/MediaRepository.php | 255 | C 1 day |
|
app/Database/Repositories/TagRepository.php | 62 | A 0 mins |
|
app/Database/Repositories/UserRepository.php | 103 | A 35 mins |
|
app/Exceptions/Handlers/AppErrorHandler.php | 21 | A 0 mins |
|
app/Exceptions/Handlers/Renderers/HtmlErrorRenderer.php | 32 | A 25 mins |
|
app/Exceptions/UnderMaintenanceException.php | 10 | A 0 mins |
|
app/Exceptions/ValidationException.php | 18 | A 0 mins |
|
app/Factories/ViewFactory.php | 58 | A 1 hr |
|
app/Middleware/AdminMiddleware.php | 17 | A 0 mins |
|
app/Middleware/AuthMiddleware.php | 22 | A 0 mins |
|
app/Middleware/CheckForMaintenanceMiddleware.php | 16 | A 0 mins |
|
app/Middleware/InjectMiddleware.php | 13 | A 0 mins |
|
app/Middleware/LangMiddleware.php | 17 | A 0 mins |
|
app/Middleware/Middleware.php | 10 | A 0 mins |
|
app/Middleware/RememberMiddleware.php | 28 | A 0 mins |
|
app/Web/Lang.php | 90 | A 2 hrs |
|
app/Web/Mail.php | 86 | A 0 mins |
|