first gdc prod commit

This commit is contained in:
mikael-zakaria 2026-02-12 09:01:59 +07:00
parent 87ff4c8d85
commit cf9ac38849
153 changed files with 51 additions and 1 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
AGENTS.md Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app/.htaccess Normal file → Executable file
View File

0
app/Common.php Normal file → Executable file
View File

0
app/Config/App.php Normal file → Executable file
View File

0
app/Config/Autoload.php Normal file → Executable file
View File

0
app/Config/Boot/development.php Normal file → Executable file
View File

0
app/Config/Boot/production.php Normal file → Executable file
View File

0
app/Config/Boot/testing.php Normal file → Executable file
View File

0
app/Config/CURLRequest.php Normal file → Executable file
View File

0
app/Config/Cache.php Normal file → Executable file
View File

0
app/Config/Constants.php Normal file → Executable file
View File

0
app/Config/ContentSecurityPolicy.php Normal file → Executable file
View File

0
app/Config/Cookie.php Normal file → Executable file
View File

0
app/Config/Cors.php Normal file → Executable file
View File

0
app/Config/Database.php Normal file → Executable file
View File

0
app/Config/DocTypes.php Normal file → Executable file
View File

0
app/Config/Email.php Normal file → Executable file
View File

0
app/Config/Encryption.php Normal file → Executable file
View File

0
app/Config/Events.php Normal file → Executable file
View File

0
app/Config/Exceptions.php Normal file → Executable file
View File

0
app/Config/Feature.php Normal file → Executable file
View File

0
app/Config/Filters.php Normal file → Executable file
View File

0
app/Config/ForeignCharacters.php Normal file → Executable file
View File

0
app/Config/Format.php Normal file → Executable file
View File

0
app/Config/Generators.php Normal file → Executable file
View File

0
app/Config/Honeypot.php Normal file → Executable file
View File

0
app/Config/Images.php Normal file → Executable file
View File

0
app/Config/Kint.php Normal file → Executable file
View File

0
app/Config/Logger.php Normal file → Executable file
View File

0
app/Config/Migrations.php Normal file → Executable file
View File

0
app/Config/Mimes.php Normal file → Executable file
View File

0
app/Config/Modules.php Normal file → Executable file
View File

0
app/Config/Optimize.php Normal file → Executable file
View File

0
app/Config/Pager.php Normal file → Executable file
View File

0
app/Config/Paths.php Normal file → Executable file
View File

0
app/Config/Publisher.php Normal file → Executable file
View File

0
app/Config/Routes.php Normal file → Executable file
View File

0
app/Config/Routing.php Normal file → Executable file
View File

0
app/Config/Security.php Normal file → Executable file
View File

0
app/Config/Services.php Normal file → Executable file
View File

0
app/Config/Session.php Normal file → Executable file
View File

0
app/Config/Toolbar.php Normal file → Executable file
View File

0
app/Config/UserAgents.php Normal file → Executable file
View File

0
app/Config/Validation.php Normal file → Executable file
View File

0
app/Config/View.php Normal file → Executable file
View File

0
app/Controllers/Api/DashboardApiController.php Normal file → Executable file
View File

0
app/Controllers/Api/EntryApiController.php Normal file → Executable file
View File

0
app/Controllers/Api/ReportApiController.php Normal file → Executable file
View File

0
app/Controllers/Auth/AuthController.php Normal file → Executable file
View File

0
app/Controllers/BaseController.php Normal file → Executable file
View File

0
app/Controllers/Master/MasterControlsController.php Normal file → Executable file
View File

0
app/Controllers/Master/MasterDeptsController.php Normal file → Executable file
View File

0
app/Controllers/Master/MasterTestsController.php Normal file → Executable file
View File

0
app/Controllers/PageController.php Normal file → Executable file
View File

0
app/Controllers/Qc/ControlTestsController.php Normal file → Executable file
View File

0
app/Controllers/Qc/ResultsController.php Normal file → Executable file
View File

0
app/Controllers/Qc/TestCommentsController.php Normal file → Executable file
View File

0
app/Database/Migrations/.gitkeep Normal file → Executable file
View File

View File

0
app/Database/Migrations/2026-02-09-000001_Users.php Normal file → Executable file
View File

0
app/Database/Seeds/.gitkeep Normal file → Executable file
View File

0
app/Database/Seeds/CmodQcSeeder.php Normal file → Executable file
View File

0
app/Filters/.gitkeep Normal file → Executable file
View File

0
app/Filters/AuthFilter.php Normal file → Executable file
View File

0
app/Helpers/.gitkeep Normal file → Executable file
View File

0
app/Helpers/stringcase_helper.php Normal file → Executable file
View File

0
app/Language/.gitkeep Normal file → Executable file
View File

0
app/Language/en/Validation.php Normal file → Executable file
View File

0
app/Libraries/.gitkeep Normal file → Executable file
View File

0
app/Models/.gitkeep Normal file → Executable file
View File

0
app/Models/Auth/UsersModel.php Normal file → Executable file
View File

0
app/Models/BaseModel.php Normal file → Executable file
View File

0
app/Models/Master/MasterControlsModel.php Normal file → Executable file
View File

0
app/Models/Master/MasterDeptsModel.php Normal file → Executable file
View File

0
app/Models/Master/MasterTestsModel.php Normal file → Executable file
View File

0
app/Models/Qc/ControlTestsModel.php Normal file → Executable file
View File

0
app/Models/Qc/ResultsModel.php Normal file → Executable file
View File

0
app/Models/Qc/TestCommentsModel.php Normal file → Executable file
View File

0
app/ThirdParty/.gitkeep vendored Normal file → Executable file
View File

0
app/Views/auth/login.php Normal file → Executable file
View File

0
app/Views/dashboard.php Normal file → Executable file
View File

0
app/Views/entry/daily.php Normal file → Executable file
View File

0
app/Views/entry/index.php Normal file → Executable file
View File

0
app/Views/entry/monthly.php Normal file → Executable file
View File

0
app/Views/errors/cli/error_404.php Normal file → Executable file
View File

0
app/Views/errors/cli/error_exception.php Normal file → Executable file
View File

0
app/Views/errors/cli/production.php Normal file → Executable file
View File

0
app/Views/errors/html/debug.css Normal file → Executable file
View File

0
app/Views/errors/html/debug.js Normal file → Executable file
View File

0
app/Views/errors/html/error_400.php Normal file → Executable file
View File

0
app/Views/errors/html/error_404.php Normal file → Executable file
View File

0
app/Views/errors/html/error_exception.php Normal file → Executable file
View File

0
app/Views/errors/html/production.php Normal file → Executable file
View File

0
app/Views/layout/main_layout.php Normal file → Executable file
View File

0
app/Views/master/control/dialog_control_form.php Normal file → Executable file
View File

0
app/Views/master/control/index.php Normal file → Executable file
View File

View File

Some files were not shown because too many files have changed in this diff Show More