tethys.backend/app/models
Arno Kaimbacher a3031169ca
All checks were successful
CI / container-job (push) Successful in 36s
feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance
- mime_type.ts: Added a new column `public alternate_mimetype: string;`
- MimetypeController.ts: Extended validation and storage logic to accommodate the new `alternate_mimetype` attribute
- adonisrc.ts: Integrated new validation rule to validate user-provided mimetypes
- vite.ts: Set `defer: true` for script attributes to improve loading performance
- update_1_to_mime_types.ts: Added migration for the new `alternate_mimetype` column in the database
- UI improvements: Updated components such as AsideMenuLayer.vue, FormCheckRadioGroup.vue, MimeTypeInput.vue, NavBar.vue (lime-green background), NavBarMenu.vue, SectionBannerStarOnGitea.vue, Admin/mimetype/Create.vue, Admin/mimetype/Delete.vue, Admin/mimetype/Index.vue
- allowed_extensions_mimetype.ts: Enhanced rule to also check for alternate mimetypes
- referenceValidation.ts: Improved validation to allow only ISBNs with a '-' delimiter
- package-lock.json: Updated npm dependencie
2025-02-13 15:49:09 +01:00
..
traits feat: Add and refactor MIME type management 2025-01-12 15:47:25 +01:00
appconfig.ts - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
backup_code.ts - added backup codes for 2 factor authentication 2024-07-08 13:52:20 +02:00
base_model.ts feat: Add and refactor MIME type management 2025-01-12 15:47:25 +01:00
collection.ts - npm updates 2024-04-30 11:50:50 +02:00
collection_role.ts - npm updates 2024-04-30 11:50:50 +02:00
coverage.ts - npm updates 2024-04-30 11:50:50 +02:00
dataset.ts feat: Enhance dataset management and improve frontend components 2024-11-29 15:46:26 +01:00
dataset_identifier.ts - npm updates 2024-04-30 11:50:50 +02:00
dataset_reference.ts - npm updates 2024-04-30 11:50:50 +02:00
description.ts - npm updates 2024-04-30 11:50:50 +02:00
DocumentXmlCache.ts - npm updates 2024-04-30 11:50:50 +02:00
file.ts feat: update to vite.js, Refactor configuration files, remove unused assets, and clean up commented code: 2025-02-07 10:14:57 +01:00
hash_value.ts - npm updates 2024-04-30 11:50:50 +02:00
language.ts - npm updates 2024-04-30 11:50:50 +02:00
license.ts - npm updates 2024-04-30 11:50:50 +02:00
mime_type.ts feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
permission.ts - npm updates 2024-04-30 11:50:50 +02:00
person.ts - npm updates 2024-04-30 11:50:50 +02:00
project.ts - npm updates 2024-04-30 11:50:50 +02:00
role.ts - npm updates 2024-04-30 11:50:50 +02:00
subject.ts - npm updates 2024-04-30 11:50:50 +02:00
title.ts - npm updates 2024-04-30 11:50:50 +02:00
totp_secret.ts - npm updates 2024-04-30 11:50:50 +02:00
user.ts feat: enhance user management, mimetype creation, and validation 2024-10-31 11:02:36 +01:00
user_role.ts - npm updates 2024-04-30 11:50:50 +02:00