tethys.backend/app/models
Arno Kaimbacher 49bd96ee77
Some checks failed
CI Pipeline / japa-tests (push) Failing after 1m8s
feat: enhance user management, mimetype creation, and validation
- **AdminuserController.ts**: enable editing `first_name` and `last_name` for user creation and updates
- **MimetypeController.ts**: add creation support for mimetypes with selectable extensions
- **Models**: add `Mimetype` model (mime_type.ts); add `SnakeCaseNamingStrategy` for User model
- **Validators**:
  - **updateDatasetValidator**: increase title length to 255 and description length to 2500
  - **User Validators**: refine `createUserValidator` and `updateUserValidator` to include `first_name` and `last_name`
- **vanilla_error_reporter**: improve error reporting for wildcard fields
- **SKOS Query**: refine keyword request in `SearchCategoryAutocomplete.vue`
- **UI Enhancements**:
  - improve icon design in wizard (Wizard.vue)
  - add components for mimetype creation (Create.vue and button in Index.vue)
- **Routes**: update `routes.ts` to include new AdonisJS routes
2024-10-31 11:02:36 +01:00
..
traits - npm updates 2024-04-30 11:50:50 +02: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 - npm updates 2024-04-30 11:50:50 +02:00
collection_role.ts - npm updates 2024-04-30 11:50:50 +02:00
collection.ts - npm updates 2024-04-30 11:50:50 +02:00
coverage.ts - npm updates 2024-04-30 11:50:50 +02: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
dataset.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 - npm updates 2024-04-30 11:50:50 +02: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: enhance user management, mimetype creation, and validation 2024-10-31 11:02:36 +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_role.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