tethys.backend/resources/js/Components
Arno Kaimbacher 89d91d5e12
Some checks failed
CI Pipeline / japa-tests (pull_request) Has been cancelled
hotfix: improve mimetype creation and dashboard data loading
- Added a NotificationBar component to display flash messages on the Mimetype creation page.
- Modified FormCheckRadioGroup to handle both numeric and string keys for input values.
- Removed unused code and API calls from Dashboard.vue and moved API calls to the component level where they are used.
- Added authentication middleware to the 'clients' and 'authors' API routes in `start/routes/api.ts`.
- Updated the file download route in `start/routes/api.ts` to include "file" in the path.
- Corrected the validation message key for file extension minLength in MimetypeController.ts.
- Updated favicon path in `resources/views/app.edge`.
- Added argon2 dependency in `package.json`.
2025-07-03 10:17:19 +02: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 hotfix (dataset): implement reject to reviewer functionality for editors 2025-05-02 14:35:58 +02:00
Map hotfix (dataset): implement reject to reviewer functionality for editors 2025-05-02 14:35:58 +02: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 hotfix (dashboard): display allow email contact in card box client 2025-03-31 15:14:34 +02: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
CardBoxSimple.vue hotfix (dataset): implement reject to reviewer functionality for editors 2025-05-02 14:35:58 +02: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 hotfix(dataset): enhance file upload and update functionality 2025-04-01 13:39:02 +02:00
FooterBar.vue hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02:00
FormCheckRadio.vue hotfix (dashboard): display allow email contact in card box client 2025-03-31 15:14:34 +02:00
FormCheckRadioGroup.vue hotfix: improve mimetype creation and dashboard data loading 2025-07-03 10:17:19 +02:00
FormControl.vue hotfixfix: enhance FormControl styling for read-only state 2025-03-31 17:42:59 +02: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 hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02: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: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02: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 hotfix(dataset): enhance dataset creation and editing forms 2025-04-09 13:00:37 +02:00
SearchCategoryAutocomplete.vue hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02: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 hotfix (dataset): improve dataset classification and review workflow 2025-04-24 18:25:07 +02: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 hotfix (dataset): enhance dataset editing and validation 2025-04-18 11:39:19 +02: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