Commit Graph

3315 Commits

Author SHA1 Message Date
George Kalampokis c84b0ab593 Merge remote-tracking branch 'origin/update-configs' into update-configs
# Conflicts:
#	dmp-backend/web/src/main/java/eu/eudat/logic/mapper/prefilling/PrefillingMapper.java
2022-05-17 09:55:15 +03:00
George Kalampokis 1f2084578d Minor Refactoring 2022-05-17 09:53:19 +03:00
George Kalampokis 6b6d63c128 Refactor fieldData mapping 2022-05-17 09:53:19 +03:00
George Kalampokis b012f415a7 Add background scheduled tasks in order to delete unused files (when and how frequent they run is configurable) 2022-05-17 09:53:19 +03:00
George Kalampokis 85b37dd16d Replace CrossOrigin annotaion with global configuration 2022-05-17 09:53:19 +03:00
George Kalampokis 1d1226dc5f Resolve some additional maven depedency deprecations and improve performance 2022-05-17 09:53:18 +03:00
George Kalampokis 93deb96f99 Update and clean maven depedencies (possible breaking changes) 2022-05-17 09:53:09 +03:00
George Kalampokis 2c94cfa130 Improve Oauth2 Dialog 2022-05-17 09:51:46 +03:00
George Kalampokis 6542841c6c Update conf files 2022-05-17 09:51:46 +03:00
George Kalampokis 5916226a6f Remove unused maven depedencies 2022-05-17 09:51:46 +03:00
George Kalampokis af91a009db Remove http logger configurations (unused) 2022-05-17 09:51:46 +03:00
George Kalampokis 4434699f93 Remove unreliable plugin update on logstash 2022-05-17 09:51:46 +03:00
George Kalampokis a3da159564 Minor improvement over logstash pipeline 2022-05-17 09:51:46 +03:00
George Kalampokis dea57b1cf8 Replace the old application.properties with application.yml 2022-05-17 09:51:45 +03:00
George Kalampokis 4373d6db61 Remove unused module on the frontend 2022-05-17 09:51:45 +03:00
George Kalampokis 912a3cc095 Order datasets on DMP listing (ref #7746) 2022-05-11 18:13:35 +03:00
Bernaldo Mihasi 3c3b9ef398 Merge branch 'Development' of https://code-repo.d4science.org/MaDgiK-CITE/argos into Development 2022-05-04 11:13:47 +03:00
Bernaldo Mihasi cfd0707f2a bug fix: license api-fields didnt get prefilled 2022-05-04 11:11:25 +03:00
George Kalampokis 78bceeb8ae Reorganize and Rename (english only) DMP Editor Fields (ref #7700) 2022-05-04 11:10:06 +03:00
George Kalampokis b891907724 Merge remote-tracking branch 'origin/Development' into Development 2022-05-04 10:25:31 +03:00
George Kalampokis afa602bf39 Fix issue with Dataset Editor when trying to save an incomplete or invalid form, the save buttons stay locked (ref #7725) 2022-05-04 10:25:13 +03:00
Konstantina Galouni 579bb58afc #7699: rich-text-editor.component.ts: Clear any formatting on paste and add plain text | Added h1-h6 tags in customClasses | Enable "removeFormat" button (clear formatting added from editor options). 2022-05-03 18:06:32 +03:00
George Kalampokis 53d38088cd Minor Refactoring 2022-04-29 13:32:22 +03:00
Konstantina Galouni a5061759b8 #7665: Save and Previous buttons updated on the Dataset Template (Admin).
1. dmp-editor.component.html & dmp-clone.component.html & dataset-wizard.component.html: On next button, moved chevron_right icon to the right side of the text.
2. dataset-profile-editor.component.scss:
   a. Removed margin-top from .dataset-profile-editor.
   b. Updated position and styling of .scroll-on-top.
   c. Added .floating-btn and .progress-min-height.
3. dataset-profile-editor.component.ts:
   a. Set showScrollOnTopButton default value to true and comment intersection stepperNavigationObserver (because title is sticky now and always visible).
   b. In method "onSubmit()" added parameter close:boolean=false, to check if the router will navigate to "/dataset-profiles" or not (button "save and continue" added).
4. dataset-profile-editor.component.html:
   a. Renamed "Back" button to "Close" and use DATASET-WIZARD.ACTIONS.CLOSE.
   b. Moved "Close", "Save"/"Update" and "Finalize" buttons aligned with title on the top right.
   c. Made title with aligned buttons sticky to top with stepper.
   d. Moved buttons "Previous"/"Next" on the down right of viewport (floating buttons).
   e. Moved scroll button and update it.
   f. Updated alignment of main content when there is no sidebar on the left.
5. i18n/: In language files added "DATASET-WIZARD.ACTIONS.CLOSE" and updated "USER-PROFILE.MERGING-EMAILS-DIALOG.TITLE" (#7662).
2022-04-20 18:25:55 +03:00
Konstantina Galouni 943f84384c #7662: Popup message when merging email accounts from the user profile | [Bug fix] Truncate title of dataset and show tooltip in dmp clone popup.
1. user-profile.component.ts: Added PopupNotificationDialogComponent when email for validating account has been sent.
2. login.component.ts: Added @Input() redirect: boolean = true; - if this is false do not redirect to home page.
3. add-account-dialog.component.html: Add parameter redirect="false" in <app-login>.
4. clone-dialog.component.html: [Bug fix] Truncate title of dataset and show tooltip in dmp clone popup.
5. i18n/: In language files added "USER-PROFILE.MERGING-EMAILS-DIALOG.TITLE" and "USER-PROFILE.MERGING-EMAILS-DIALOG.MESSAGE".
2022-04-19 10:28:35 +03:00
George Kalampokis d7653f374c Refactor fieldData mapping 2022-04-18 18:38:58 +03:00
George Kalampokis 198acac6b2 Add background scheduled tasks in order to delete unused files (when and how frequent they run is configurable) 2022-04-18 18:38:22 +03:00
George Kalampokis f63d6b33ed Replace CrossOrigin annotaion with global configuration 2022-04-18 18:32:25 +03:00
George Kalampokis f5873ab9b0 Resolve some additional maven depedency deprecations and improve performance 2022-04-18 18:30:15 +03:00
George Kalampokis a9d6ab89f5 Update and clean maven depedencies (possible breaking changes) 2022-04-18 18:26:20 +03:00
George Kalampokis 39cd57e4a9 Improve Oauth2 Dialog 2022-04-15 14:01:46 +03:00
George Kalampokis 9eec5daea1 Update conf files 2022-04-15 13:08:36 +03:00
George Kalampokis 65575048fe Remove unused maven depedencies 2022-04-12 16:39:05 +03:00
George Kalampokis df061051a3 Remove http logger configurations (unused) 2022-04-12 12:06:14 +03:00
George Kalampokis 7c933d9f32 Refactor Zenodo deposit creation. Add model for mapping instead of relying on stringBuilder 2022-04-07 17:31:45 +03:00
George Kalampokis e373baee7e Fix critical issue when importing from xml with researchers 2022-04-07 17:31:44 +03:00
George Kalampokis ee356c047d Refactor Zenodo deposit creation. Add model for mapping instead of relying on stringBuilder 2022-04-07 17:30:40 +03:00
George Kalampokis 8a8993b235 Fix critical issue when importing from xml with researchers 2022-04-07 17:28:39 +03:00
George Kalampokis 2a12f1b5be Change Dataset sorting on DMP overview and editor from last modified to last created 2022-04-05 15:29:36 +03:00
George Kalampokis 734dc94f26 Change Dataset sorting on DMP overview and editor from last modified to last created 2022-04-05 15:27:58 +03:00
George Kalampokis 7741a82b28 Merge remote-tracking branch 'origin/update-configs' into update-configs 2022-04-05 15:19:11 +03:00
George Kalampokis 1dd971c4aa Remove unreliable plugin update on logstash 2022-04-05 15:18:53 +03:00
George Kalampokis 4317feacd7 Minor improvement over logstash pipeline 2022-04-05 15:18:53 +03:00
George Kalampokis 88568f6dcf Replace the old application.properties with application.yml 2022-04-05 15:18:53 +03:00
George Kalampokis c6fea04fb4 Remove unused module on the frontend 2022-04-05 15:18:53 +03:00
argirok b9f8d2e162 #7602 Contributors: add Croation institution title 2022-04-04 11:32:18 +03:00
George Kalampokis 41e8b40c40 Merge remote-tracking branch 'origin/update-configs' into update-configs 2022-04-01 18:15:42 +03:00
George Kalampokis f9027c8cc3 Remove unreliable plugin update on logstash 2022-04-01 18:15:24 +03:00
George Kalampokis 1c275c4d2b Minor improvement over logstash pipeline 2022-04-01 18:15:24 +03:00
George Kalampokis c0aac45f39 Replace the old application.properties with application.yml 2022-04-01 18:15:24 +03:00