tethys.backend/resources/js/Components
Arno Kaimbacher b540547e4c
All checks were successful
CI / container-job (push) Successful in 49s
feat: update API controllers, validations, and Vue components
- Modified Api/Authors.Controller.ts to use only personal types and sort by dataset_count.
- Completely rewritten AvatarController.ts.
- Added new Api/CollectionsController.ts for querying collections and collection_roles.
- Modified Api/DatasetController.ts to preload titles, identifier and order by server_date_published.
- Modified FileController.ts to serve files from /storage/app/data/ instead of /storage/app/public.
- Added new Api/UserController for requesting submitters (getSubmitters).
- Improved OaiController.ts with performant DB queries for better ResumptionToken handling.
- Modified Submitter/DatasetController.ts by adding a categorize method for library classification.
- Rewritten ResumptionToken.ts.
- Improved TokenWorkerService.ts to utilize browser fingerprint.
- Edited dataset.ts by adding the doiIdentifier property.
- Enhanced person.ts to improve the fullName property.
- Completely rewritten AsideMenuItem.vue component.
- Updated CarBoxClient.vue to use TypeScript.
- Added new CardBoxDataset.vue for displaying recent datasets on the dashboard.
- Completely rewritten TableSampleClients.vue for the dashboard.
- Completely rewritten UserAvatar.vue.
- Made small layout changes in Dashboard.vue.
- Added new Category.vue for browsing scientific collections.
- Adapted the pinia store in main.ts.
- Added additional routes in start/routes.ts and start/api/routes.ts.
- Improved referenceValidation.ts for better ISBN existence checking.
- NPM dependency updates.
2025-03-14 17:39:58 +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 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
SimplePasswordMeter feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +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 - prettier formatting 2023-10-31 15:38:43 +01:00
CardBoxTransaction.vue - prettier formatting 2023-10-31 15:38:43 +01:00
CardBoxWidget.vue - prettier formatting 2023-10-31 15:38:43 +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 feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +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