Commit Graph

797 Commits

Author SHA1 Message Date
Konstantinos Triantafyllou 16e7a9ff0a Update material to angular 15. 2023-08-04 13:35:48 +03:00
Konstantinos Triantafyllou 6e74a775ce Update libraries 2023-08-04 13:29:26 +03:00
argirok 6e37f65d5d comment text about statistics 2023-07-28 11:30:42 +03:00
Konstantina Galouni 216cf172bd [Connect | develop]: In search bars, set in placeholder the portal name according to the configuration name | Removed stepper from search bars in community home page, search projects and search datasources pages.
1. community.component: Get portalName by config.portalAsObservable>name and set placeholder to "Search "+portalName | Replaced input directive with search-input to remove stepper from search bar in community home page.
2. searchDataproviders.component.ts & searchProjects.component.ts: In <new-search-page> set [entitiesSelection]="false" to remove stepper from search bar in search projects and search datasources pages.
2023-07-24 19:19:26 +03:00
argirok b978fb087b my communities: change status check 2023-07-19 14:37:26 +03:00
argirok 7eb2335c20 use methods isPublic, isRestricted, isPrivate instead of using the previous checks and add validateStatus method 2023-07-19 14:21:39 +03:00
argirok a275a4d0bf Merge remote-tracking branch 'origin/develop' into develop 2023-07-18 12:14:32 +03:00
argirok e0ecdb2a2b develop: section for dumps - update according to mocks 2023-07-18 12:14:14 +03:00
Konstantinos Triantafyllou 6920159b10 Fix intersaction Observer in app, communities and learn-how. 2023-07-17 12:41:32 +03:00
argirok 8aae6d6d80 Deposit: show zenodo communities page if there is main OR other related communities 2023-07-17 12:09:49 +03:00
argirok f53af36929 apply changes to projects and zenodo communities pages and queries 2023-07-14 14:54:58 +03:00
Konstantinos Triantafyllou a03d41be9c Merging from dynamic piwik 2023-07-13 14:42:26 +03:00
Konstantinos Triantafyllou 72ae14a5bc Change piwik base on the new dynamic piwik. 2023-07-13 11:48:23 +03:00
Konstantina Galouni deff734962 [Connect & Library | develop]: [Bug fix] Refactor code for showing help button or not.
1. app-routing.module.ts: Set for routes with no help button, data: {hasQuickContact: false} | Set in landing routes data: {hasMenuSearchBar: true} to show search bar in menu.
2. communities.component.ts: Removed field "showQuickContact" | In constructor set quickContactService.setDisplay(false) | Refactor intersectionObserver.
3. app.component.ts: Updated checks for <quick-contact> | Added public bottomNotIntersecting: boolean; and public displayQuickContact: boolean; (check if intersecting with specific section in home page) | Added disconnect in ngOnDestroy for IntersectionObserver subscriptions.
2023-07-07 10:12:25 +03:00
argirok 5ecda2ba44 learn how: replace mock image 2023-06-30 10:54:23 +03:00
argirok 2923b218ef Develop: add section about community dumps 2023-06-30 10:53:54 +03:00
Konstantinos Triantafyllou d6f9a12eac Update library 2023-06-29 10:21:17 +03:00
Konstantinos Triantafyllou 4d87865c43 Featured Page: Add breadcrumbs if data.breadcrumbs exists. Add new pages /faqs and /roadmap for Community Gateway 2023-06-27 16:52:37 +03:00
Konstantinos Triantafyllou e3f88bdfd9 Update library 2023-06-19 14:55:21 +03:00
Konstantinos Triantafyllou 302419dd5d Merge from origin/develop 2023-06-09 21:08:31 +03:00
argirok 4396510205 add new community piwik id 2023-06-08 11:04:54 +03:00
Konstantinos Triantafyllou 4394b63736 Update library 2023-05-27 22:49:43 +03:00
Konstantina Galouni b5d95fbac8 [Library | develop]: ISVocabularies.service.ts: [Bug fix] In methods getFos() and getSDGs(), removed check and call to cache - these files are always local | sdg.component.ts: Set customFilter and pass it as parameter to <sdg>. 2023-05-26 14:37:34 +03:00
Konstantinos Triantafyllou 4571812fe6 Merge remote-tracking branch 'origin/master' into develop 2023-05-25 17:14:53 +03:00
Konstantinos Triantafyllou ff4be90cfc Update library, assets and theme before release 2023-05-25 17:13:38 +03:00
Konstantinos Triantafyllou 59b6d14342 Add hasMachineCache: true in production. Fix css loading bug when a community is restricted. 2023-05-25 16:38:18 +03:00
Konstantina Galouni a855a7491d [Connect | develop]: app.component.ts: Updated when and how "initAdminToolCommunity()" is called to init css - for community gateway, always display its customized css when exists | Updating libraries. 2023-05-25 12:24:47 +03:00
Konstantinos Triantafyllou 27511be14e App component: Check this.document instead of client document. 2023-05-24 14:31:50 +03:00
Konstantinos Triantafyllou bb67b6a668 Community home page: Init resultTypes to empty array before adding entities. 2023-05-24 12:37:20 +03:00
Konstantinos Triantafyllou 4060fd9fad Fix login property. Fix bottom observer in server side. Update library 2023-05-11 14:36:54 +03:00
Konstantinos Triantafyllou 482f0e2816 Update library before beta deployment 2023-05-02 14:31:15 +03:00
Konstantinos Triantafyllou 4701eae560 Change piwik service methods in order to get the piwik from portal configuration 2023-04-26 14:27:41 +03:00
Konstantinos Triantafyllou 620b924cbe Update library and theme 2023-04-26 10:51:14 +03:00
Konstantina Galouni e6e9e06dfa [Connect | master]: Added FoS and SDGs pages in Community Gateways | Bug fixes in piwik siteIds.
1. app.component.ts: Added MenuItems for Fields of Science and Sustainable Development Goals.
2. app-routing.module.ts: Added routing paths for /sdgs and /fields-of-science.
3. /fos & /sdgs: Added folders and files for new SDGs and FoS pages.
4. piwikHelper.ts: Added piwik for "egrise", "euconexus", "dth".
5. affiliations.component.ts: [Bug fix] Comment piwik track call (this component is called with/in other pages that are already tracked).
6. htmlPage.component.ts: [Bug fix] Get piwik siteId from PiwikHelper (TODO: Should get it by API).
2023-04-21 15:09:22 +03:00
Konstantinos Triantafyllou c8cdfb1417 Update library to the latest connect production 2023-04-20 14:40:18 +03:00
Konstantinos Triantafyllou cea93177be Update libraries before beta deploy 2023-03-28 12:04:10 +03:00
Alex Martzios 6e6676003d display new subjects (sdg/fos) in home and subjects pages of the community gateways 2023-03-16 16:38:37 +02:00
Alex Martzios 8c7933a1ea create develop branch 2023-03-15 12:41:13 +02:00
Konstantina Galouni 206d18c60a [Connect]: community.component.html: Remove properties.environment != 'production' check for enermaps "Featured Datasets" tab | app.component.ts: [Bug fix] Added undefined check before creating intersection observers. 2023-01-18 12:34:24 +02:00
Konstantinos Triantafyllou 1e78ba1c28 Update library before production release 2022-12-21 10:50:00 +02:00
Konstantinos Triantafyllou d90bd267ce Update libraries before beta deployment 2022-12-16 16:03:38 +02:00
Konstantina Galouni 04ac994085 [Library | angular-14]: navigationBar.component: Added field "public featuredAlignment: string = MenuAlignment.CENTER.valueOf();" and align custom menu according to this, dynamically. 2022-12-09 16:49:07 +02:00
Konstantina Galouni 3ea51a7e02 [Connect]: inviteBasic.module.ts: Deleted this.iconsService.registerIcons([cog]) and unused icon "send". 2022-12-09 16:47:32 +02:00
Konstantinos Triantafyllou 79a9e7cd05 Add argo-france and knowmad in piwikHelper 2022-12-08 10:18:15 +02:00
Konstantina Galouni 59c0a3552c [Connect]: featured/featuredPage.component.ts & featured/featuredPage.module.ts & featured/featuredPage-routing.module.ts: Added files for loading custom, gateway specific pages | app-routing.module.ts: Added commented route resolving for loading custom, gateway specific pages. 2022-12-07 12:48:47 +02:00
Konstantinos Triantafyllou 19a012f578 Update library before production deploy 2022-11-30 16:32:36 +02:00
Konstantinos Triantafyllou 269c15f9e0 Update libraries before beta deploy 2022-11-29 14:47:09 +02:00
Konstantinos Triantafyllou 0b8218d69f Merge branch 'master' into angular-14 2022-11-29 14:29:30 +02:00
Alex Martzios c7df7d8af7 update submodules 2022-11-28 14:24:33 +02:00
Konstantina Galouni eebda6fa24 [Connect]: environment.ts: Updated orcidAPIURL and adminToolsAPIURL looking to duffy services (standalone tomcat in services, port changed) | #8229 - browse-community.component.html: Added logoUrl pipe to show logos correctly. 2022-11-14 14:11:27 +02:00
Alex Martzios 9511e28157 read piwikId from API (portal) instead of PiwikHelper.ts, update submodules 2022-11-09 10:28:19 +02:00
Alex Martzios d2ad0ba20e tweak options for footer observer 2022-11-01 13:38:53 +02:00
Alex Martzios 8dc9ab6aa8 remove help button when reaching footer by scrolling and when reaching contant section in about page, update submodules 2022-11-01 12:12:06 +02:00
Alex Martzios 17bb6c889b help button: release at the bottom, update submodules 2022-10-31 14:24:53 +02:00
Alex Martzios a9a8a07e9e fix typo in about page, update dev ports for services, update submodules 2022-10-20 10:23:22 +03:00
Konstantinos Triantafyllou 63bb04a0ef Add forthem to piwikHelper 2022-10-12 15:55:04 +03:00
Alex Martzios f4cf667af0 change background color of fixed contact button, update submodules 2022-10-12 15:44:55 +03:00
Konstantina Galouni 6d6e8121ef Merge remote-tracking branch 'origin/angular-13' into angular-14 2022-10-05 17:57:39 +03:00
Konstantina Galouni 67cfbad954 Updating libraries 2022-10-05 17:57:30 +03:00
Konstantina Galouni b2f03a1d27 Merge remote-tracking branch 'origin/angular-12' into angular-13 2022-10-05 17:55:59 +03:00
Konstantina Galouni cac5621d93 Updating libraries 2022-10-05 17:55:47 +03:00
Konstantina Galouni 643f779dcb Merge remote-tracking branch 'origin/master' into angular-12 2022-10-05 17:39:34 +03:00
Konstantina Galouni 52e28c8a6c Updating libraries 2022-10-05 17:39:23 +03:00
Alex Martzios a1025c37f6 homepage: update width of tablet images to 70% on small screens - add space and margin in text for >= medium screens 2022-10-05 09:38:51 +03:00
Alex Martzios 02aa92c7b0 homepage - scrolling dark section: update width of tablet images to 100% and update submodules 2022-10-04 11:05:43 +03:00
Konstantinos Triantafyllou 07e7c73377 Disable inline critical css in server.ts 2022-10-03 12:34:37 +03:00
Konstantinos Triantafyllou e2b7201c97 Merge remote-tracking branch 'origin/angular-13' into angular-14 2022-09-27 11:47:28 +03:00
Konstantinos Triantafyllou 1dd40a676f Merge remote-tracking branch 'origin/angular-12' into angular-13 2022-09-27 11:47:13 +03:00
Konstantinos Triantafyllou 242ffaa517 Merge remote-tracking branch 'origin/master' into angular-12 2022-09-27 11:46:40 +03:00
Konstantinos Triantafyllou 64389d869c Update title in invite page. Subscribe -> join 2022-09-27 11:46:23 +03:00
Konstantinos Triantafyllou fe727c69da Update library before deploy in beta 2022-09-27 11:37:03 +03:00
Konstantinos Triantafyllou 571746c468 Update recaptch to version 10.0.0 and ckeditor to 1.3.7. 2022-09-26 16:48:15 +03:00
Konstantinos Triantafyllou 78cae42b37 Merge remote-tracking branch 'origin/master' into angular-14 2022-09-26 14:44:43 +03:00
argirok c498f88029 add heroBackground, put only in hero the background image 2022-09-26 14:00:37 +03:00
Alex Martzios 35864d7026 Merge remote-tracking branch 'origin/master' into angular-14 2022-09-23 15:16:43 +03:00
Alex Martzios 39f46d14af pass string into resultLanding.description variable - demo component 2022-09-23 15:14:03 +03:00
Alex Martzios 35f19d6764 update angular core and cli to v14 and update submodules 2022-09-23 14:54:30 +03:00
Alex Martzios ebc40eb74c update library submodule before upgrade to v14 2022-09-23 14:50:31 +03:00
Alex Martzios 2367cd1b22 update submodules to v12 2022-09-23 14:30:26 +03:00
Alex Martzios eb6a8d197b update submodules before angular upgrade 2022-09-23 14:23:17 +03:00
Konstantina Galouni 3825b04734 [Connect | new-theme]: app.component.ts: Removed deprecated RootMenuItem and used MenuItem instead. 2022-09-20 23:45:55 +03:00
Alex Martzios a74f5f5081 add uk-button class to all related buttons in my-communities page 2022-09-20 11:33:50 +03:00
argirok 2dd58f25f9 update link to subscribed communities 2022-09-20 10:07:21 +03:00
Konstantinos Triantafyllou e322646619 Update library for next release 2022-09-19 10:37:12 +03:00
Konstantinos Triantafyllou 4508705c9b Update submodules before deploy to beta 2022-09-14 13:17:50 +03:00
argirok 0dbc95cd0c Role verification: pass the type of the community - fix ri error 2022-09-13 12:59:01 +03:00
Konstantinos Triantafyllou a6015b272a User component: Change get userinfo with updateUserInfo 2022-09-13 10:37:18 +03:00
Alex Martzios 36e01f50f7 update submodule 2022-09-07 10:26:11 +03:00
Konstantina Galouni 35d4f9ad98 [Connect | new-theme]: learn-how.component.ts: Small update in title of first section. 2022-09-05 14:10:49 +03:00
argirok 415df1075a Clean up customization component, rename layoutService to customizationService, change the way default and connect css are renderes (read layout date from admin service) 2022-08-08 13:14:51 +03:00
Konstantina Galouni 31803fd8ed [Connect | new-theme]: community.component.html: In Community Gateway Home page aligned center the top section, updated its width, changed the ordering of title-shortTitle and the font size of shortTitle. 2022-08-05 18:09:08 +03:00
Konstantina Galouni e331fe3691 [Connect | new-theme]: app.component.ts & develop.module.ts & develop-routing.module.ts: Added route enabled check for Develop page | develop.component.ts: Added example bullet for research products & Updated view of bullets (removed quotes - type bold). 2022-08-05 13:56:09 +03:00
Konstantina Galouni 7256d6eb5b [Connect | new-theme]: app.component.ts: In Menu renamed "Dashboard" to "Home" | develop.component.ts: Title updated & Image replaced & Examples moved on top right. 2022-08-05 12:15:29 +03:00
Konstantina Galouni ca8b9b3deb [Connect | new-theme]: environment.beta.ts: [Bug fix] Added a / in the end of adminToolsAPIURL | subjects.component.ts: [Bug fix] Added checks when there is only 1 subject. 2022-08-04 16:35:55 +03:00
Konstantinos Triantafyllou 986b4aa74e Fix join loading button 2022-08-03 00:21:23 +03:00
Konstantinos Triantafyllou d027b2f1ad Add piwik for neanias-atmospheric and embrc 2022-08-02 18:19:21 +03:00
Alex Martzios 43a5dbab3b update submodule 2022-08-02 12:44:13 +03:00
Konstantinos Triantafyllou 34d60406f6 Update libraries before beta deploy 2022-08-02 11:17:54 +03:00
Alex Martzios 2720db5c62 add z-index for tablet asset in connect-homepage slider section 2022-08-02 11:15:28 +03:00
Konstantinos Triantafyllou 690c0bc846 Add default search form background for community. 2022-07-29 13:47:14 +03:00