Merge remote-tracking branch 'origin/develop' into angular-16
This commit is contained in:
commit
e21b22e649
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -14,6 +14,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
- *Fixed (for any bug fixes)*
|
||||
- *Security (in case of vulnerabilities)*
|
||||
|
||||
## [3.1.0] - 11/09/2023
|
||||
### Added
|
||||
* Impact-based indicators - Citations, Popularity, Influence, Impulse
|
||||
### Changed
|
||||
* Smaller window for the Data Transfer Service - not full screen
|
||||
* Disabled overwrite params when submitting a job to EOSC Data transfer API
|
||||
* NEW user interface & structure of the detailed page & specific user interface for small devices i.e. mobiles
|
||||
* Updated access right icons
|
||||
* Include Subjects as a new tab
|
||||
### Fixed
|
||||
* Too much recursion error in validating destination path of Data transfer - updated check
|
||||
|
||||
## [3.0.0] - 13/06/2023
|
||||
### Changed
|
||||
* Upgraded uikit version to 3.13.10
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eosc",
|
||||
"version": "3.0.0",
|
||||
"version": "3.1.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400",
|
||||
|
|
|
@ -113,6 +113,7 @@ let props: EnvProperties = {
|
|||
reCaptchaSiteKey: null,
|
||||
footerGrantText: "",
|
||||
eoscDataTransferAPI : "https://eosc-data-transfer.vm.fedcloud.eu",
|
||||
eoscDataTransferLoginUrl:"https://explore.eosc-portal.eu/egi-login-service/openid_connect_login",
|
||||
eoscDataTransferDestinations : [
|
||||
{label: "EGI dCache (dcache-demo.desy.de)", value:
|
||||
{label : "EGI dCache (dcache-demo.desy.de)", url: "https://dcache-demo.desy.de:2443", id: "dcache",
|
||||
|
|
Loading…
Reference in New Issue