Commit Graph

187 Commits

Author SHA1 Message Date
Konstantina Galouni 17ffe66631 [develop | DONE | ADDED] Added file searchFields.aggregator.ts to replace searchFields.ts (does not include "countrynojurisdiction" filter for organizations | angular.json: Added fileReplacements. 2024-04-04 17:16:28 +03:00
Konstantina Galouni 815004724b [develop | DONE | FIXED] aggregators.ts: filter.promptToAddFilter field no longer exists. 2024-04-04 17:14:56 +03:00
Konstantina Galouni 7ee9905433 [develop | DONE | CHANGED] app.component.ts: Added check to add "My ORCID links" in the user menu only if environment is not beta. 2024-02-29 17:57:39 +02:00
Konstantinos Triantafyllou 13034ee368 [develop]: Remove delete properties and their usage. Update uikit to 3.16.24 2024-02-13 12:38:19 +02:00
Konstantina Galouni 4a16c2f7c8 [develop | DONE | FIXED] environment.prod.ts: Set property claimsAPIURL to call prod API, not beta. 2023-10-31 17:43:36 +02:00
Konstantina Galouni de7ec824c7 [develop | DONE | UPDATED] prod/index.html: Minor update on og:description meta tag. 2023-10-31 16:34:10 +02:00
Konstantina Galouni 054172cd77 Updating libraries 2023-10-31 11:58:54 +02:00
Konstantina Galouni 0e937add69 Merge pull request 'Update to Angular 16' (#2) from angular-16 into develop
Reviewed-on: #2
2023-10-31 10:57:22 +01:00
Konstantina Galouni d2f45442ab Merge origin/develp into angular-16 branch - resolving conflicts in environments 2023-10-31 11:49:23 +02:00
Konstantina Galouni 15bcb1fabc Updating libraries 2023-10-31 11:39:27 +02:00
Konstantina Galouni a49f94a58a [angular-16 | DONE | UPDATED] environment.prod.ts: Updated claimsAPIURL property to call new claims API. 2023-10-30 21:24:27 +02:00
Konstantina Galouni 655cbd069f [angular-16 | DONE | FIXED] package.json: Downgraded version of uikit from 3.16.24 to 3.16.14 (parallax not working). 2023-10-30 19:15:08 +02:00
Konstantina Galouni 9410b61cc7 [angular-16 | DONE | UPDATED] environments/: Updated how properties are built - use common properties from library. 2023-10-30 19:14:03 +02:00
Konstantina Galouni 70e3447026 environment.beta.ts: Updated claimsAPI property to call new-claims 2023-10-20 12:01:26 +03:00
Konstantina Galouni 1b236d826d remove unused imports to deleted searchZenodoCommunitiesService 2023-10-20 11:53:01 +03:00
Konstantina Galouni 2426e042ba Updating openaireLibrary and openaire-theme 2023-10-20 10:24:31 +03:00
Konstantina Galouni 05083dc192 Updating openaireLibrary 2023-10-20 10:23:05 +03:00
Konstantinos Triantafyllou 8b9df4000a Update types/node to version 16 2023-10-06 15:34:18 +03:00
Konstantina Galouni ecda0f4adf [Aggregator | develop] Added property bipFrameAPIURL. 2023-08-30 16:46:25 +03:00
Konstantina Galouni 07c894a6a6 Updated libraries before release 2023-08-30 16:29:44 +03:00
Konstantinos Triantafyllou 91d4c0d24f Update uikit to version 3.16.24 2023-08-23 18:18:18 +03:00
Konstantinos Triantafyllou e6aa6cc8e5 DeleteTransferStateModule 2023-08-04 15:50:03 +03:00
Konstantinos Triantafyllou 39602cbd95 Update material to angular 16. 2023-08-04 14:17:32 +03:00
Konstantinos Triantafyllou 9f4fd02157 Update angular to angular 16. 2023-08-04 14:16:41 +03:00
Konstantinos Triantafyllou d7e4383b7e Update Zone to 0.13.1 2023-08-04 14:13:44 +03:00
Konstantinos Triantafyllou 5fd848575f Update material to angular 15. 2023-08-04 14:13:13 +03:00
Konstantinos Triantafyllou c0e2e3f315 Migrate angular core and cli to version 15 and update dependencies to be compatible with the newer version. 2023-08-04 14:10:52 +03:00
Konstantinos Triantafyllou c72b81bf07 Update typescript to version 4.9.5 2023-08-04 14:09:47 +03:00
Konstantinos Triantafyllou fb5f4064ca Update libraries 2023-08-04 14:09:00 +03:00
Konstantina Galouni d1543953a2 [Aggregator | develop]: In search bars, set in placeholder the portal name according to the configuration name.
1. home.component: Get portalName by config.portalAsObservable>name and set placeholder to "Search "+portalName.
2. portal.ts: Added parameter "name: string" in method "getMockCommunityInfo()" and set communityInfo.name = name;
3. aggregators.ts: In method "getCommunityInfoByMenuId()", added "name" parameter in Portal.getMockCommunityInfo() | Updated titles in PortalAggregators>AggregatorInfo.
2023-07-24 19:56:51 +03:00
Konstantinos Triantafyllou 4c2de1138e Update library 2023-07-13 14:39:24 +03:00
Konstantinos Triantafyllou d8d498474b Change piwik base on the new dynamic piwik. 2023-07-13 13:44:40 +03:00
Konstantinos Triantafyllou 575ea1f996 Update libraries 2023-07-13 12:23:44 +03:00
Konstantina Galouni b61f42c532 [Aggregator | develop]: search.component.ts: Added in <search-all> input [openAccess]="false" | searchAll.component.ts: Added @Input() openAccess: boolean = true; and add "resultbestaccessright" parameter in queries if this is true | home.module.ts: Imported SearchInputModule | home.component: In search bar, remove 2 steps, go to search all page and add advanced search link. 2023-07-11 15:11:37 +03:00
Konstantina Galouni 110f07f7e3 [Aggregator | develop]: app-routing.module.ts: Set in landing routes data: {hasMenuSearchBar: true} to show search bar in menu & Rearrange routes for search pages - new redesign. | environments/: Added property "searchLinkToAll". 2023-07-07 13:06:08 +03:00
Konstantinos Triantafyllou c93523a178 Change OpenAIRE Research Graph to OpenAIRE Graph. 2023-06-28 14:40:11 +03:00
Konstantinos Triantafyllou 006671722c Update UIkit to version 3.13.10 2023-06-28 14:28:43 +03:00
Konstantinos Triantafyllou 86350de14c Update all libraries 2023-06-28 14:27:26 +03:00
Konstantina Galouni 5a90938545 [Aggregator | angular-14]: myClaims.component.ts: No data in route - set claimsInfoURL and userInfoURL from properties. 2022-12-22 13:25:00 +02:00
Konstantina Galouni b2d69e938e [Aggregator | angular-14]: environment.ts: Update in development properties, ports of local services | home.module.ts: Removed from import and iconsService.registerIcons unused icon "arrow_right". 2022-12-22 12:45:46 +02:00
argirok c00119dcc3 Enable Orcid S&L for aggregator 2022-11-09 13:41:33 +02:00
Alex Martzios 9f67013ad0 reintroduce numbersComponent in homepage, update submodules 2022-11-08 14:10:18 +02:00
Konstantina Galouni 734d7897ee Merge remote-tracking branch 'origin/master' into angular-14 2022-11-07 13:39:45 +02:00
Konstantina Galouni 5ad24057ad [Aggregator]: home.component.ts: [Bug fix] Fixed checks for numbers sections - check count, not number (it is rounded in K/M...) 2022-11-07 13:38:44 +02:00
Konstantina Galouni d58964f931 Merge remote-tracking branch 'origin/master' into angular-14 2022-11-07 13:03:48 +02:00
Konstantina Galouni 9eb97022da Updated libraries 2022-11-07 13:03:40 +02:00
Konstantina Galouni 0891bd6b72 [Library]: searchResult.ts & result-preview.ts: Added field objId: string; | searchResearchResults.service.ts: Set in parsing objId | result-preview.component.html: Updated link to Bip Finder - use objId (openaire id) instead of id (pid related). 2022-11-07 12:55:55 +02:00
Konstantina Galouni ac835f379b [Aggregator]: aggregators.ts: Removed "software" entity from disabled list of canada | home.component: Updated checks for numbers section. 2022-11-07 11:10:26 +02:00
Alex Martzios c42450c633 create fos/sdg components to call library components in order to use extra parameters, update submodules 2022-11-03 15:55:45 +02:00
Alex Martzios fc8c98935b remove fos/sdg assets from aggregator project 2022-11-03 12:16:14 +02:00