forked from geolba/tethys.backend
- 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 |
||
|---|---|---|
| .. | ||
| traits | ||
| appconfig.ts | ||
| backup_code.ts | ||
| base_model.ts | ||
| collection.ts | ||
| collection_role.ts | ||
| coverage.ts | ||
| dataset.ts | ||
| dataset_identifier.ts | ||
| dataset_reference.ts | ||
| description.ts | ||
| DocumentXmlCache.ts | ||
| file.ts | ||
| hash_value.ts | ||
| language.ts | ||
| license.ts | ||
| mime_type.ts | ||
| permission.ts | ||
| person.ts | ||
| project.ts | ||
| role.ts | ||
| subject.ts | ||
| title.ts | ||
| totp_secret.ts | ||
| user.ts | ||
| user_role.ts | ||