Konstantina Galouni
a0b4ccff23
Merge remote-tracking branch 'origin/develop' into data-transfer-v2
2023-06-13 16:12:56 +03:00
Konstantina Galouni
806cec4043
Library | data-transfer-v2: transferData.component: Added checkbox in the form of accepting the data protection policy
2023-06-13 16:10:06 +03:00
Konstantina Galouni
9852bdeebf
Merge remote-tracking branch 'origin/develop' into data-transfer-v2
2023-06-07 14:52:05 +03:00
Konstantina Galouni
ab43152a6a
[Library | data-transfer-v2]: For data transfer, open full screen modal instead of alert modal | Support transfer of hierarchical files | Show description in storage types.
...
1. full-screen-modal.component.ts: Added cancelButton: boolean = true; and show cancel button, only if cancelButton is true and okButton is false.
2. transferData.module.ts: Imported FullScreenModalModule.
3. transferData.component.html: Replaced <modal-alert> with <fs-modal> and updated the interface accordingly | In inputs, set [inputClass]="'flat'".
4. transferData.component.ts:
a. Configure FullScreenModal, instread of AlertModal.
b. In destinationOptions, set label to dest.description (used to be dest.destination).
c. In transfer, in destinations, use also element.path, to keep the initial structure/ hierarchy when transfering files.
2023-05-16 16:36:43 +03:00
Konstantina Galouni
217a3969db
Merge remote-tracking branch 'origin/develop' into data-transfer-v2
2023-03-16 20:56:54 +02:00
Konstantina Galouni
aa5425d091
[Library | data-transfer-v2]: transferData.component.html: Updated labels - removed verbs & updated some checks based on new 'requests' field | transferData.component.ts: Get protocol from API for each storage & [Bug fix] in path validation & enhanced status values & updated how status request works - request max 10 times, expose always the status and after succeeding, failing or exceeding 10 requests, stop.
2023-03-16 20:55:12 +02:00
Konstantina Galouni
71b5964f2c
[Library | data-transfer-v]: transferData.component: Updated input labels, added uk-grid-small for the two columns, destination url changed to destination system and protocol (https:// or s3://) is applied programmatically.
2023-03-15 10:53:19 +02:00
Konstantina Galouni
3e8dce7947
Merge branch 'develop' into data-transfer-v2
2023-03-10 16:45:13 +02:00
Konstantina Galouni
bb6707cc0d
[Library | data-transfer-v2]: transferData.component.ts: Added class field "s3UrlRegex" and updated s3 regex to accept any url starting from s3://, https://, http://, www.
2023-03-10 14:54:15 +02:00
Konstantina Galouni
e02ac38b7c
Merge remote-tracking branch 'origin/develop' into data-transfer-v2
2023-03-09 11:13:42 +02:00
Konstantina Galouni
029db9f52e
[Library | data-transfer-v2]: transferData.component.ts: Scroll to message not only if transfer status was successful.
2023-03-07 15:43:49 +02:00
Konstantina Galouni
cde97c09b9
[Library | data-transfer-v2]: transferData.component: Updated destination url check - for s3, protocol starts with s3://, not https://.
2023-03-07 13:17:36 +02:00
Konstantina Galouni
c4e7e6adca
Merge pull request 'Input: Update the form validators when the input is changed' ( #2 ) from develop into data-transfer-v2
...
Reviewed-on: #2
2023-03-07 12:00:42 +01:00
Konstantina Galouni
10e843c177
Merge branch 'data-transfer-v2' of code-repo.d4science.org:MaDgIK/openaire-library into data-transfer-v2
2023-03-03 15:12:43 +02:00
Konstantina Galouni
ed856076d4
[Library | data-transfer-v2]: transferData.component.ts: Check we are on client side to open the modal | [Bug fix] In error message.
2023-03-03 15:12:26 +02:00
Konstantina Galouni
5bd595401d
Merge pull request 'develop' ( #1 ) from develop into data-transfer-v2
...
Reviewed-on: #1
2023-03-03 13:17:39 +01:00
Konstantina Galouni
b34f1cdfbf
Merge remote-tracking branch 'origin/angular-14' into data-transfer-v2
2023-02-14 01:15:01 +02:00
Konstantina Galouni
95a87dcefd
[Library | data-transfer-v2]: Use new transfer API to get destinations, do the transfer, request status of transfer | Updated messages and checks for buttons.
2023-02-13 19:39:08 +02:00
Konstantina Galouni
96d2e66c1c
Merge remote-tracking branch 'origin/angular-14' into data-transfer-v2
2023-01-05 19:17:42 +02:00
Konstantina Galouni
3c20944aec
[Library | data-transfer-v2]: transferData.component: Get destinationOptions from API (/storage/types).
2023-01-05 19:14:26 +02:00
Konstantina Galouni
161052d97c
Merge remote-tracking branch 'origin/angular-14' into data-transfer-v2
2023-01-04 13:36:54 +02:00
Konstantina Galouni
50543311f2
[Eosc Explore & Library | data-transfer-v2]: environment.ts: Updated eoscDataTransferDestinations to be like api response. | transferData.component: Updated destinationOptions and selectedDestination according to the updated eoscDataTransferDestinations.
2023-01-04 13:27:49 +02:00
argirok
7666b55b6c
Data transfer: add input for destination URL, inputs for destination authorization
...
add destination authorization header in parser
2022-11-11 13:56:58 +02:00
argirok
ce4b358ce9
add access token in parser method
2022-11-11 12:28:07 +02:00
argirok
8e22fe60b0
Data transfer: remove checks for only zenodo dois
2022-11-11 11:55:15 +02:00
argirok
764b92ae66
Eosc data transfer:
...
- add and use separate property for login url
- use new API url
2022-11-11 11:20:02 +02:00