tethys.backend/resources/js/Components
Arno Kaimbacher b93e46207f hotfix-feat(dataset): implement file upload with validation and error handling
- Implemented file upload functionality for datasets using multipart requests.
- Added file size and type validation using VineJS.
- Added file name length validation.
- Added file scan to remove infected files.
- Implemented aggregated upload limit to prevent exceeding the server's capacity.
- Added error handling for file upload failures, including temporary file cleanup.
- Updated the `DatasetController` to handle file uploads, validation, and database transactions.
- Updated the `bodyparser.ts` config to process the file upload manually.
- Updated the `api.ts` routes to fetch the statistic data.
- Updated the `main.ts` store to fetch the statistic data.
- Updated the `Dashboard.vue` to display the submitters only for administrator role.
- Updated the `CardBoxWidget.vue` to display the submitters.
- Updated the `ServerError.vue` to use the LayoutGuest.vue.
- Updated the `AuthController.ts` and `start/routes.ts` to handle the database connection errors.
- Updated the `app/exceptions/handler.ts` to handle the database connection errors.
- Updated the `package.json` to use the correct version of the `@adonisjs/bodyparser`.
2025-03-26 14:19:06 +01:00
..
Admin - added own provider for drive methods 2024-04-23 19:36:45 +02:00
Charts - HomeController.ts: addes api method for showing number of publications per month for given year 2024-02-02 14:00:54 +01:00
FirstrunWizard - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
Icons feat: Enhance dataset management and improve frontend components 2024-11-29 15:46:26 +01:00
Map hotfix: update @types/leaflet and adjust map styling 2025-03-17 12:17:47 +01:00
SimplePasswordMeter hotfix(admin/user): implement password reset and update user password 2025-03-19 15:52:37 +01:00
unused feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
.FormField.vue.swo feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
action-message.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
AsideMenu.vue - advanced AsideMenuList.vue, AsideMenuItem.vue 2023-11-29 16:52:41 +01:00
AsideMenuItem.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
AsideMenuLayer.vue feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
AsideMenuList.vue - advanced AsideMenuList.vue, AsideMenuItem.vue 2023-11-29 16:52:41 +01:00
avatar-input.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
BaseButton.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
BaseButtons.vue - prettier formatting 2023-10-31 15:38:43 +01:00
BaseDivider.vue - prettier formatting 2023-10-31 15:38:43 +01:00
BaseIcon.vue - prettier formatting 2023-10-31 15:38:43 +01:00
BaseLevel.vue - add validator for checking languages of translated titles and description 2023-03-24 11:41:52 +01:00
CardBox.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
CardBoxClient.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
CardBoxDataset.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
CardBoxModal.vue hotfix: enhance dataset creation and modal styling 2025-03-19 13:28:02 +01:00
CardBoxTransaction.vue - prettier formatting 2023-10-31 15:38:43 +01:00
CardBoxWidget.vue hotfix-feat(dataset): implement file upload with validation and error handling 2025-03-26 14:19:06 +01:00
FileUpload.vue feat: update to vite.js, Refactor configuration files, remove unused assets, and clean up commented code: 2025-02-07 10:14:57 +01:00
FooterBar.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
FormCheckRadio.vue - prettier formatting 2023-10-31 15:38:43 +01:00
FormCheckRadioGroup.vue feat: Adjust z-index values for map components, enhance ISBN validation message, and add dynamic placeholders for reference inputs, add additional mimetypes 2025-02-17 16:08:36 +01:00
FormControl.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
FormControlIcon.vue initial commit 2023-03-03 16:54:28 +01:00
FormField.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
FormFilePicker.vue initial commit 2023-03-03 16:54:28 +01:00
FormInput.vue - remove VOLUME assignments from DOXKERFILE 2023-10-17 15:45:41 +02:00
FormValidationErrors.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
Header.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
IconRounded.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
JustboilLogo.vue initial commit 2023-03-03 16:54:28 +01:00
MimetypeInput.vue feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
NavBar.vue hotfix: update dependencies and UI elements 2025-03-20 10:29:34 +01:00
NavBarItem.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
NavBarItemLabel.vue - add AvatarController.ts 2023-12-15 17:17:33 +01:00
NavBarMenu.vue feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
NavBarSearch.vue - now authenticated user can change password with check of old password and password confirmination 2023-12-12 15:22:25 +01:00
NcActions.vue - added NcModal.vue, NcActions.vue, NcButton.vue, FirstrunWizard.vue, Card.vue, Page0.vue, Page1.vue, Page2.vue, Page3.vue and some icons 2023-12-21 09:30:21 +01:00
NcButton.vue - added NcModal.vue, NcActions.vue, NcButton.vue, FirstrunWizard.vue, Card.vue, Page0.vue, Page1.vue, Page2.vue, Page3.vue and some icons 2023-12-21 09:30:21 +01:00
NcModal.vue - added NcModal.vue, NcActions.vue, NcButton.vue, FirstrunWizard.vue, Card.vue, Page0.vue, Page1.vue, Page2.vue, Page3.vue and some icons 2023-12-21 09:30:21 +01:00
NCNoteCard.vue - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
NcSettingsSection.vue - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
NotificationBar.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
NotificationBarInCard.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
NotificationToast.vue - add EventEmmitter for directly binding Events to component 2023-03-31 14:54:15 +02:00
NumberDynamic.vue - prettier formatting 2023-10-31 15:38:43 +01:00
OverlayLayer.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
Pagination.vue - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
PersonalSettings.vue - added backup codes for 2 factor authentication 2024-07-08 13:52:20 +02:00
PersonalTotpSettings.vue - added backup codes for 2 factor authentication 2024-07-08 13:52:20 +02:00
PillTag.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
PillTagTrend.vue - prettier formatting 2023-10-31 15:38:43 +01:00
ResponsiveNavLink.vue - prettier formatting 2023-10-31 15:38:43 +01:00
SearchAutocomplete.vue - prettier formatting 2023-10-31 15:38:43 +01:00
SearchCategoryAutocomplete.vue feat: enhanced dataset management and UI improvements 2025-01-08 11:45:03 +01:00
SectionBanner.vue initial commit 2023-03-03 16:54:28 +01:00
SectionBannerStarOnGitea.vue feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
SectionFullScreen.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
SectionMain.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
SectionTitle.vue - prettier formatting 2023-10-31 15:38:43 +01:00
SectionTitleLineWithButton.vue - prettier formatting 2023-10-31 15:38:43 +01:00
SetupConfirmation.vue - npm updates 2024-02-14 13:47:10 +01:00
TableCheckboxCell.vue - prettier formatting 2023-10-31 15:38:43 +01:00
TableKeywords.vue feat: Enhance dataset management and improve frontend components 2024-11-29 15:46:26 +01:00
TablePersons.vue - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
TableSampleClients.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
UserAvatar.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
UserAvatarCurrentUser.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00