tethys.backend/app/Controllers/Http/Admin
Arno Kaimbacher 89d91d5e12
Some checks failed
CI Pipeline / japa-tests (pull_request) Has been cancelled
hotfix: improve mimetype creation and dashboard data loading
- Added a NotificationBar component to display flash messages on the Mimetype creation page.
- Modified FormCheckRadioGroup to handle both numeric and string keys for input values.
- Removed unused code and API calls from Dashboard.vue and moved API calls to the component level where they are used.
- Added authentication middleware to the 'clients' and 'authors' API routes in `start/routes/api.ts`.
- Updated the file download route in `start/routes/api.ts` to include "file" in the path.
- Corrected the validation message key for file extension minLength in MimetypeController.ts.
- Updated favicon path in `resources/views/app.edge`.
- Added argon2 dependency in `package.json`.
2025-07-03 10:17:19 +02:00
..
AdminuserController.ts hotfix(admin/user): implement password reset and update user password 2025-03-19 15:52:37 +01:00
FileController.ts initial commit 2023-03-03 16:54:28 +01:00
HomeController.ts - update to AdonisJS 6 2024-03-14 20:25:27 +01:00
LicenseController.ts - improved vies and controllers for rejecting datasets with email for reviewer and editor role 2024-09-26 13:51:35 +02:00
mailsettings_controller.ts - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
MimetypeController.ts hotfix: improve mimetype creation and dashboard data loading 2025-07-03 10:17:19 +02:00
RoleController.ts - replaced validation library @adonisjs/validator with @vinejs/vine (performance) 2024-05-16 13:47:06 +02:00