Commit Graph

797 Commits

Author SHA1 Message Date
Alex Martzios ebb0f5090a add tablet assets for connect homepage-slider 2022-07-29 10:45:28 +03:00
argirok 7169c182fc connect user compoonent: update method to check if user is subscribed, avoiid double messages, make sure it redirects properly after login and subscribe 2022-07-27 16:57:46 +03:00
argirok e92b2eb824 Merge remote-tracking branch 'origin/new-theme' into new-theme 2022-07-27 14:46:09 +03:00
argirok 7991cdd93c subscribe: fix loading icon inside the button 2022-07-27 14:09:09 +03:00
argirok 68320fb7ec Add background for dashboard home and deposit pages 2022-07-27 13:50:33 +03:00
Alex Martzios e956cbeba7 update get-started page content 2022-07-26 13:51:47 +03:00
argirok bbe1cbe3eb Customization changes: add suffix for connect and default css files, add css only in server, add property for build date 2022-07-25 17:03:42 +03:00
Alex Martzios b62551e642 add 'develop' menu entry and page, update submodules 2022-07-25 15:13:18 +03:00
Konstantinos Triantafyllou a8c28d91f4 Server: Fix response in buildAll. Fix file name after minify. 2022-07-25 11:52:56 +03:00
argirok 27f20e1918 updates on customization/ using built css and preview css 2022-07-22 18:33:54 +03:00
argirok bca6879c78 Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect into new-theme 2022-07-21 15:46:39 +03:00
Konstantinos Triantafyllou 9044a06cba Add method buildCss in server.ts for customization. Fix invite and subscribe buttons. 2022-07-21 15:01:31 +03:00
argirok d4c7b8bf51 Search pages: set dark fonts 2022-07-21 10:46:39 +03:00
Alex Martzios c1ab9f8e9d update submodule 2022-07-20 12:14:05 +03:00
Konstantinos Triantafyllou 29dc83dd22 follow up commit for affiliations.less 2022-07-20 11:05:51 +03:00
Konstantinos Triantafyllou 00173fb16b Rename component css to less 2022-07-20 11:03:53 +03:00
Alex Martzios e15224bc88 update submodules 2022-07-15 13:43:20 +03:00
argirok 7ae6434a7f piwikHelper: new piwik ids 2022-07-14 18:36:28 +03:00
Alex-Coded4 7c13530a8f add paging for featured datasets tab (enermaps) and update submodule 2022-07-07 12:49:31 +03:00
Alex-Coded4 313053bf20 [Dashboard] home - supporting organizations: on hover just color the current logo 2022-07-07 12:18:36 +03:00
Alex-Coded4 53b8c1b0cd update submodules 2022-07-07 09:57:25 +03:00
Konstantinos Triantafyllou 0f3f70c97a Change invite users page base on new UI 2022-07-06 19:27:42 +03:00
Konstantina Galouni 4c9f17e792 [Connect & Library | new-theme]: Redesigned invite and join buttons | Added rule .uk-light .custom-external::after | Updated css for .multi-line-ellipsis - now supports inner elements.
1. invite.component.html:
   a. Redesigned invite button according to the new mocks.
   b. Button of invite is a route to invite page (removed dropdown for quick invitation).
2. subscribe.component.ts:
   a. Redesigned join (subscribe) button according to the new mocks.
   b. Subscribe renamed to Join/Leave and Member.
3 subscribe.module.ts: Imported IconsModule.
4. app.component.ts: Renamed id="subscribeAndInviteBtn" to id="joinAndInviteBtn".
5. connect-custom.less: Added rules under .communityApp for #joinAndInviteBtn, #join, #invite, .member-button.
6. utils.css:
   a. Added rule .uk-light .custom-external::after to set color with light-color.
   b. Updated css for .multi-line-ellipsis - now supports inner elements (e.g. <p>) inside parent <p>.
2022-07-06 13:14:47 +03:00
Alex Martzios e4e79ff31c fix for correct alphabetical in subjects array 2022-07-06 12:49:16 +03:00
Alex Martzios cd7a6722ac general tweaks and start on featured datasets paging 2022-07-06 10:12:05 +03:00
Konstantinos Triantafyllou 4d8897d743 Fix curator full screen modal 2022-07-04 22:11:59 +03:00
Konstantina Galouni 0ce5eace2c [Connect | new-theme]: app.component.ts: Added "Dashboard" in menu items to match menu with admin dashboard. 2022-07-01 11:37:50 +03:00
Alex Martzios d24032a4ef community dashboard page, deposit page and minor tweaks for curators, organizations pages 2022-06-30 18:25:22 +03:00
Konstantina Galouni d33c5890a9 [Library | new-theme]: Bug fix in download from of result landing links | In menu items added "target" field to define if urls open in new tab and have external icon.
1. availableOn.component.ts: [Bug fix] Added class "uk-link-text" in links of license and providers.
2. menu.ts: In MenuItem added field target: string = "_blank"; and in constructor added parameters and initialization of target, type, isFeatured.
3. navigationBar.component.html: Updated checks for "custom-external" class and target according to target field of MenuItem.
4. app.component.ts: In "Manage" menu item set target to "_self".
5. menu.component.ts: (Admin form) In method "menuItemSaveConfirmed()" added: this.menuItemForm.value.target = this.menuItemForm.value['type'] == "internal" ? "_self" : "_blank";
2022-06-29 13:56:19 +03:00
Alex Martzios 41f5a6fc99 start on dashboard's initial page 2022-06-27 15:02:16 +03:00
Alex Martzios 30e0a35676 update openaireLibrary repo 2022-06-27 13:46:51 +03:00
Alex Martzios 9d8693e257 finish curators page 2022-06-27 13:22:43 +03:00
Konstantinos Triantafyllou 1aad26428d Import material from library and uikit javascript from node modules 2022-06-27 12:58:15 +03:00
Konstantina Galouni 15efccf374 [Library | new-theme]: Added scrolling in links and my links | set 403 on errorPage when private data | Show pid re3data lowercase.
1. displayClaims.component.ts & searchMyOrcidResults.component.ts: Added scrolling in my/all claims page and in my orcid links page.
2. errorPage.component.ts: Set statusMessage and statusCode to 403 when page is private.
3. showIdentifiers.component.ts: Do not add uk-text-uppercase for "re3data" pid.
4. myOrcidLinks.component.ts: In "No ORCID links found" added classes "uk-text-meta uk-text-large uk-text-center" instead of alert.
5. searchMyOrcidResults.component.html: Added condition if totalResults > 0 and previewResults > 0 for <no-load-paging>.
2022-06-27 12:00:30 +03:00
Alex Martzios 406ffb4dd3 subjects page: add sort function for subjects before grouping 2022-06-24 12:51:17 +03:00
Alex Martzios 23d65d08d7 finish subjects page and some general tweaks 2022-06-24 12:41:26 +03:00
Alex Martzios dd2036b2d7 add connect-specific assets for deposit and assetsPath as input in deposit component 2022-06-22 15:39:29 +03:00
Alex Martzios 9572597c5e start on curators' modal info - awaiting finalization of the designs 2022-06-22 14:08:38 +03:00
Konstantina Galouni e3af56c95e [Library | new-theme]: newSearchPage.component.html: Updated classes for margins/paddings in search form, so that breadcrumb position is the same in all pages. 2022-06-22 12:57:00 +03:00
Konstantina Galouni 6b1d30ee1f [Library | new-theme]: navigationBar.component.html: Added "uk-active" class in custom menu items and subitems. 2022-06-21 19:52:45 +03:00
Konstantina Galouni 1e6bd99fa2 [Connect & Library | new-theme]: Breadcrumbs position updated in html pages | Bug fix in custom menu items | In search menu, use OpenaireEntities.
1. app.component.ts: In search menu, use OpenaireEntities.
2. navigationBar.component.ts: [Bug fix] In method "isTheActiveMenu()", update condition to "if(menu instanceof MenuItem || !menu.rootItem)" - custom menu items via admin tools are MenuItems but not instanceof MenuItem.
3. projectsPage.component.ts & nationalBulletinsPage.component.ts & contentPage.component.ts: Margins & paddings updated, so that breadcrumb is at the same position on all pages.
2022-06-21 19:37:21 +03:00
Konstantinos Triantafyllou 1ece24fac9 Get started: Add some margins between numbers and first section. 2022-06-21 16:10:56 +03:00
Konstantinos Triantafyllou 76e63234bf Add modal container in app component. 2022-06-20 12:18:42 +03:00
Konstantinos Triantafyllou 2635dc2a67 Change styles to less theme. Make some fixes in browse-community. Home and learn how alignments 2022-06-17 19:49:40 +03:00
Alex Martzios 51438b8e73 progress on curators, organizations and subjects pages 2022-06-16 15:01:41 +03:00
Alex Martzios 1d5b995518 start on curators, organizations, subjects pages - waiting for some details from Aristotelis 2022-06-14 13:28:45 +03:00
argirok e344e7fd15 add new piwik id 2022-06-08 14:32:36 +03:00
argirok 278f7582e4 piwik helper clean up unused parameter 2022-06-08 14:21:09 +03:00
argirok 7f604d68dd piwik helper: add ebrains and neania-space entry 2022-06-08 12:29:15 +03:00
Konstantina Galouni a6d3c02aa5 [Connect & Library | new-theme]: Replaced "Subscribed" badge with "Member" text | Renamed "subscriber" filter to "member" in search communities page | Fixed "view all" buttons in my communities page.
1. browse-community.component.html: Replaced "Subscribed" badge with "Member" text | Updated how restricted/private icons are displayed.
2. browse-community.component.ts: Updated visibilityIcon map (PRIVATE -> incognito icon, RESTRICTED -> restricted icon).
3. browse-community.module.ts: iconsService.registerIcons([incognito, restricted]).
4. communities.component.html & my-communities.component.html: Added uk-button class in "View all" button for communities.
5. portal-search-result.component.html: Replaced "Subscribed" badge with "Member" text.
6. searchCommunities.component.ts: Renamed "subscriber" filter to "member".
2022-06-03 18:34:23 +03:00
Alex Martzios 45b3334519 homepage align with latest mock changes (not text content) 2022-06-03 17:22:41 +03:00
Konstantinos Triantafyllou 77a30a55c7 Add get-started page 2022-06-03 12:46:01 +03:00
Konstantinos Triantafyllou 8849f12ae2 Add property errorLink 2022-06-02 18:43:52 +03:00
Konstantinos Triantafyllou 92bbbf5173 About add background pattern. Add quick contact in all pages and remove menu element. Make some breadcrumbs alignments. Add application class to body instread of app component to avoid modal theme issues. 2022-06-02 17:30:48 +03:00
Konstantinos Triantafyllou f15692c79b Add uikit in angular.json and remove from index.html. Some justifications in about, faqs, contact-us, my-communities 2022-05-31 23:18:58 +03:00
Konstantina Galouni 480f057247 [Connect | new-theme]: environments/: Added "fairSharingURL" and "eoscMarketplaceURL". 2022-05-03 14:39:38 +03:00
argirok be44e20518 more layout changes for the linking (eg filters, icons, etc) 2022-04-05 18:36:08 +03:00
argirok 7b83666a51 Merge branch 'new-theme' into new-theme-linking 2022-03-16 19:14:27 +02:00
argirok 5597d5ff7d add stepper css, add default button variables 2022-03-16 19:13:43 +02:00
argirok d31d2e7d2f changes in customization 2022-03-16 19:08:12 +02:00
Konstantinos Triantafyllou f19b3026d9 Change variables after refactor in new theme. Fix icons in learn-how 2022-03-14 18:40:13 +02:00
argirok e978b2967f Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect into new-theme
# Conflicts:
#	src/app/openaireLibrary
#	src/assets/openaire-theme
2022-03-09 11:03:29 +02:00
argirok 039bb56412 update libraries 2022-03-09 10:56:34 +02:00
argirok 5d7bba0b7d Merge branch 'new-theme-linking' of code-repo.d4science.org:MaDgIK/connect into new-theme-linking 2022-03-09 10:43:03 +02:00
argirok 245a81a457 linking updates 2022-03-02 18:08:37 +02:00
argirok a41fead8c4 Merge branch 'new-theme' into new-theme-linking 2022-02-25 16:57:30 +02:00
argirok e989663481 initial linking changes 2022-02-25 14:52:36 +02:00
Konstantinos Triantafyllou 4792981c60 Change contact base on new contact 2022-02-25 11:30:47 +02:00
Konstantinos Triantafyllou d97b456d1f Merge changes from master. Update libraries 2022-02-17 17:45:04 +02:00
Konstantinos Triantafyllou e2da9e6cc9 Fix bug no redirection to my-communuties after successful login 2022-02-17 17:40:00 +02:00
Konstantinos Triantafyllou dd80b849e1 Merge changes from master library. Update common-assets and openaire-theme 2022-02-16 18:28:07 +02:00
Konstantinos Triantafyllou 7cbefb4118 Merge remote-tracking branch 'origin/master' into new-theme 2022-02-16 18:27:35 +02:00
argirok 5679464561 fix issue with filters not applied in search projects 2022-02-16 16:03:14 +02:00
argirok 8b11478f20 fix 404 error code in connect server side (after load a community) 2022-02-15 16:05:25 +02:00
argirok dd8df689b4 demo.component apply abstract changes from previous library commit 2022-02-15 15:16:46 +02:00
Konstantinos Triantafyllou 1c48140943 Search Communities input breadcrumbs 2022-02-11 16:05:38 +02:00
Konstantinos Triantafyllou fcdf735974 Add main css rule for height like monitor. Add description in contact meta data as variable. Update theme and library 2022-02-11 15:39:09 +02:00
Konstantinos Triantafyllou e56f542939 Merge from master 2022-02-08 15:17:55 +02:00
Alex Martzios a850e57805 accessibility tweak for home page 2022-02-07 11:58:56 +02:00
Alex Martzios 3f29a47864 accessibility checks for home and myCommunities pages 2022-02-07 11:38:53 +02:00
Alex Martzios fb4697b90a learn how page - add text animations 2022-02-07 10:28:15 +02:00
Konstantinos Triantafyllou 5f36b8a36a Update library 2022-01-31 12:58:51 +02:00
Konstantina Galouni 802b457394 [new-theme | Connect]: Updates in home page & redesign of "my communities" page.
1. my-communities.component.html: Redesign of my communities page - 3 or 4 community cards for managers and subscribers.
2. my-communities.component.ts: Show hidden communities to their managers (disabled link).
3. browse-community.component.html:
   a. Add uk-disabled in <a> when community is hidden.
   b. Small changes in icons and badges.
   c. Remove uk-card-title class.
   d. No use case when a community has no logo.
4. communities.component.html:
   a. Small changes in icons.
   b. Bug fix in "View all" link for community cards (number based on screen size).
   c. Scroll section updated - all images are in the same place with opacity.
2022-01-28 12:15:21 +02:00
Konstantina Galouni 9b15ca2245 [new-theme | Library]: section-scroll.component: Scroll component used by connect home page updated - opacity changes according to intersectionRatio of IntersectionObserver | css for medium screens added. 2022-01-28 11:01:22 +02:00
Alex Martzios e586ef08ce about page re-degisn 2022-01-21 15:40:56 +02:00
Konstantinos Triantafyllou 5f2158ad54 Update search communities base on new design 2022-01-21 10:21:19 +02:00
Konstantinos Triantafyllou 7086406d01 Update assets and openaire-theme. Comment custom classes in connect-custom 2022-01-20 16:07:22 +02:00
Konstantina Galouni cd86de5301 [new-theme | Connect]: First version of connect home page redesign.
1. browse-community.component & communities.component: First version of connect home page redesign. (not finalized)
2. connect-custom.css:
   a. Variable --button-primary-color is set with --font-default-color.
   b. Added css for classes "whiteBackground", "homeBackgroundImage", "community-logo img" (cards with community gateways).
2022-01-20 01:15:04 +02:00
Konstantina Galouni eea29b96af [new-theme | Library]: section-scroll component changed to another effect. (not finalized) 2022-01-20 00:47:29 +02:00
Konstantinos Triantafyllou 9eb8ceb7ff Contact us change title to page-title to avoid misunderstanding of attributes. Update library and openaire-theme 2022-01-19 14:33:27 +02:00
Alex Martzios 7bb9957d2c add html content and icons 2022-01-18 15:05:04 +02:00
Konstantinos Triantafyllou 23e3ded849 Add material icons in openaire theme 2022-01-18 09:58:24 +02:00
Konstantinos Triantafyllou ee80148d7d Update library with new section-scroll 2022-01-13 18:14:40 +02:00
Konstantinos Triantafyllou 244d434fba Update merge from master 2022-01-13 16:03:48 +02:00
Alex Martzios cd5cb6caf3 update openaireLibrary repo 2022-01-13 14:09:21 +02:00
Konstantinos Triantafyllou f5c80155ec Contact us base on new theme. 2022-01-12 14:14:41 +02:00
Konstantinos Triantafyllou 2255499836 Update library new-theme from master 2022-01-11 13:20:32 +02:00
Konstantinos Triantafyllou 2174a26c35 Merge remote-tracking branch 'origin/master' into new-theme 2022-01-11 13:19:44 +02:00
argirok 7f4516a622 apply changes in navbar & footer 2022-01-05 17:28:20 +02:00
Konstantina Galouni 0334f3d3de [Connect]: environments/: #7159: "doiURL" property updated from https://dx.doi.org/ to https://doi.org/. 2022-01-03 15:16:19 +02:00
argirok 65ae6d36ee update login properties in prod, add property for enermaps, show enermaps links & tabs 2021-12-21 12:30:10 +02:00
Konstantinos Triantafyllou 0a8c444b76 Update library and assets 2021-12-16 16:15:54 +02:00
argirok 998a93a8e2 Merge branch 'master' of code-repo.d4science.org:MaDgIK/connect 2021-12-15 14:24:59 +02:00
argirok 16686a5f0b add aurora piwik, update link for the footer 2021-12-15 14:24:40 +02:00
Konstantinos Triantafyllou a8b55ebfea Update library 2021-12-07 11:39:00 +02:00
argirok f1439bd82a add new single - login properties, add check in home page for server error 2021-12-01 17:19:01 +02:00
Konstantinos Triantafyllou 3697bd305c Merge branch 'master' of code-repo.d4science.org:MaDgIK/connect 2021-11-30 18:24:38 +02:00
Konstantinos Triantafyllou 7266faaada Update library and assets 2021-11-30 18:24:29 +02:00
Alex Martzios 27fadef2bb Merge branch 'master' of code-repo.d4science.org:MaDgIK/connect 2021-11-30 16:46:35 +02:00
Alex Martzios d991068379 Add homepage enermaps links - for production 2021-11-30 16:46:21 +02:00
argirok 08ac3c8d19 updates to customization component to use the background image for the forms 2021-11-26 14:50:37 +02:00
Alex Martzios 8acbe5889d Remove dev condition for enermaps homepage links, update submodules 2021-11-26 12:39:14 +02:00
Alex Martzios cde4a86961 Add css rules to match explore and update openaireLibrary 2021-11-23 13:52:16 +02:00
Alex Martzios 4b256d1a42 Merge branch 'master' of code-repo.d4science.org:MaDgIK/connect 2021-11-15 17:01:00 +02:00
Alex Martzios 4bcd6c50ee Add homepage links for enermaps 2021-11-15 17:00:02 +02:00
Konstantinos Triantafyllou 380f307cdd Add logoUrl pipe in communities logoUrl 2021-11-12 14:21:37 +02:00
Konstantinos Triantafyllou 0b55b0dcd7 Fix get logo Url for communities 2021-11-12 12:56:15 +02:00
Konstantinos Triantafyllou 84d7250654 Update library and assets 2021-11-08 18:34:32 +02:00
Konstantina Galouni d5eba5c095 community.component.ts: Moved "loading twitter widget script conditionally" part inside communityInformationState.subscribe and added check if communityInfo not null/undefined. 2021-11-08 17:41:25 +02:00
Konstantinos Triantafyllou 4fd401297c Search Communities: Fix a bug with parsing results 2021-11-05 14:11:38 +02:00
Konstantinos Triantafyllou 69b4d10384 Change new login/logout/userInfo properties in development. Seach Communities: make request only in first load 2021-11-05 13:38:48 +02:00
Konstantinos Triantafyllou 89810c107b Change filters in order to be the same with stakeholders 2021-11-03 21:08:51 +02:00
Konstantinos Triantafyllou 3786d98ec5 Search Communities: Add hidden communisties in list if you are a manager 2021-11-03 18:12:14 +02:00
Alex Martzios cbb35da785 Update openaireLibrary 2021-11-03 14:00:35 +02:00
Alex Martzios ad9a884ae6 Progress in showing the communities properly 2021-11-03 11:42:39 +02:00
Alex Martzios 66ccc04808 Add twitter tab on community page - development only 2021-10-21 13:18:28 +03:00
argirok 57b662809f #7007 update support url 2021-10-11 16:28:26 +03:00
Alex Martzios 070530b3c8 Update openaireLibrary 2021-10-11 12:54:28 +03:00
Alex Martzios 74dbe99492 Update library and assets 2021-10-08 15:01:46 +03:00
argirok b174ddbaea update library 2021-09-29 12:36:08 +03:00
Konstantina Galouni 114d2083bf [Library | Trunk]: 1. showSubjects.component.ts: Nothing but aligning code 2. parsingFunctions.class.ts: Added field "notebookInSubjects", which is set to true when "notebook" is included in subjects. 3. resultLandingInfo.ts: [New] "showEgiNotebookButton" property added. 4. resultLanding.service.ts: Set resultLandingInfo.showEgiNotebookButton. 5. resultLanding.component.html: Added Egi Notebook button on top right section of page (for beta Explore only). 6. resultLanding.component.ts: Added styles (background color) for new class "notebook-button". 2021-09-23 17:49:41 +03:00
Konstantina Galouni c8b2a69682 [Connect]: resultLanding.service.ts: In method "getEnermapsDetails()", change url to /api/metadata (used to be /api/datasets). 2021-09-20 16:32:27 +03:00
argirok d34fcacf1c enable impact factors for inspired-ris, show all featured datasets in enermaps featured tab 2021-09-07 13:13:06 +03:00
argirok 973ebda18e add citizen science piwik id 2021-09-07 12:56:26 +03:00
Konstantina Galouni 9f171d3b53 [Connect]: 1. resultLanding.service.ts: Enermaps details as string. 2. resultLanding.component.html: In enermaps details, show "words" starting with "http://" or "https://" as links. 2021-08-23 17:55:30 +03:00
argirok f3a4d7758c changes for the fix in search pages - #6937 2021-08-13 15:48:41 +03:00
argirok 7bae78623e add new piwik id 2021-08-02 11:36:00 +03:00
kostis30fyllou 3b70798c0b Update library 2021-07-19 18:24:20 +03:00
kostis30fyllou f806f365e8 [Connect]: Remove cleanlibrary. Add gitignore. Add submodules 2021-07-19 18:00:37 +03:00
k.triantafyllou 564b1f3e37 [Connect]: Update trunk to angular 11. Delete branch angular-11
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@61397 d315682c-612b-4755-9ff5-7f18f6832af3
2021-07-14 14:51:20 +00:00
konstantina.galouni 55cf2937c1 [Trunk | Connect]: app.component.ts & community.component.ts: Set open access filter in research outcomes, on search form of first page and on menu.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@61040 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-24 22:18:32 +00:00
argiro.kokogiannaki 2bce669d23 [Connect|Trunk]
- SEO: initialize prev/next rel links
- use layout service (remove check for development)
- fix issue with private communities losing  the verify parameters

- fix hover on menu items that didn't get the portal colors




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@61024 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-19 11:17:13 +00:00
konstantina.galouni 94b39c0828 [Trunk | Connect]:
1. src/app/community/community.component.html: Added informative meta text inside <search-tab> for Feautured Datasets (enermaps community).
2. src/environments/environment.ts: Added "enermapsAPIURL".


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@61022 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-19 09:36:44 +00:00
argiro.kokogiannaki 63c4309c58 [Connect|Trunk]
-completing commit 61006  + clean up code
fixing issues with private/ hidden communities
show modal for verification code

- remove preload modules
- community home page - add check for community status before load it





git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@61012 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-18 07:29:16 +00:00
argiro.kokogiannaki df1d14502e [Library|Trunk]
Rush commit for:
Fixing issues with private/hidden communities
Fixing showing the verification code modal


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@61006 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-17 10:10:27 +00:00
argiro.kokogiannaki 9ef3d0317f [Connect|Trunk]
SEO:
 - initiate robots metatag
 - reset robots in every route change
 - set  time out to 5000 
 - search research communities updtae titles and meta description


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60987 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-12 07:31:21 +00:00
konstantina.galouni a1af3a6a83 [Trunk | Connect]:
1. invite.component.ts: [Bug fix] Set meta (canonical url, url, title, description) only when "longView == true" (when we are on invite page, not just calling invite component).
2. browse-community.component.ts: Added method "_formatDescription()" which calls method "StringUtils.HTMLToString()" and then it cuts description up to a threshold (max chars).
3. browse-community.component.html: Removed tooltip from description and "_formatDescription()" is called to show description.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60985 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-11 09:26:14 +00:00
konstantina.galouni 43f54e8c5d [Trunk | Connect]:
1. community.module.ts: Imported "SafeHtmlPipeModule".
2. community.component.html: Show description of community as html using safeHtml pipe and without read more/less button.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60983 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-10 18:10:08 +00:00
k.triantafyllou c0a20f5908 [Connect | Trunk]: Add subscriber invite module from library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60969 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-23 16:27:37 +00:00
argiro.kokogiannaki cfb73f8a37 [Connect|Trunk]
customization css: portal-button colors exclude uk-disabled
add piwik ids for new communities
add GSC verification code


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60964 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-23 08:43:22 +00:00
konstantina.galouni 3283a301d5 [Trunk | Connect]: app.component.ts: [Bug fix] Update url for button "Manage helptexts" in Connect Portal.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60938 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-21 11:07:32 +00:00
k.triantafyllou 8daa5340f9 [Connect | Trunk]: Add smooth scroll service
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60927 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-20 15:20:05 +00:00
argiro.kokogiannaki dccb5c0b03 [Connect | Trunk]
- Update affiliations layout
- Use customization class to create the css
- Create preview/ demo component
- Clean up piwik helper file
- updates on customization css




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60892 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-16 16:20:27 +00:00
konstantina.galouni 60f54a0574 [Trunk | Connect]:
1. app-routing.module.ts: Added paths "orcid" and "my-orcid-links".
2. app.component.ts: Added "My ORCID links" in usermenu.
3. environment.beta.ts & environment.prod.ts && environment.ts: Added property "myOrcidLinksPage".
4. Added folder "orcid" and files for ORCID Search & Link functionality.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60879 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-16 09:14:07 +00:00
argiro.kokogiannaki a071716291 [Connect|Trunk]
Customization:
 - updates on customization object
 - clean up css


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60829 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-09 16:01:57 +00:00
argiro.kokogiannaki 0c46a8768f [Connect |Trunk]
Customization:
 - update with the new Object
 - update the way it is initialized
 - clean up code
 - test usage through app.component
 - add preview Component (for Admin quick look)

Community Component:
 - updates on Enermaps integration
 - updates with opscidia integration
 - update tabs (use customClass attribute)





git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60815 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-08 10:58:48 +00:00
konstantina.galouni c19cea83ab [Trunk | Connect]:
1. affiliations.component.html: organizations slider in community first page: "coloredBackground" class added in <a> links for next and previous slider items
2. connect-custom.css: Css added for "coloredBackground" class (on focus and on hover too) - background color same as this of the page (#F7FCFF) and on hover opacity: 0.9.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60787 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-02 16:34:01 +00:00
argiro.kokogiannaki 72ba070939 [Connect|Trunk]
Enermaps Integration:
- add property for enermaps url
- use proper id for the images

App:
-Set properly the redirect url (status manager)




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60784 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-02 09:18:44 +00:00
k.triantafyllou 9ee09f1f3a [Connect | Trunk]: Delete properties resolver. Delete query param community id
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60772 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-01 14:25:15 +00:00
argiro.kokogiannaki 1f78864788 [Connect |Trunk]
-Routing module: remove properties resolver
-App component: 
	- check for manager and hidden status of community.
	- show private data error page
	- or login for status manager
	- if community is not loaded show connect menu
Connect menu:
	- use url instead of route if it is a community
	- remove community parameter for dev



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60745 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-29 14:05:20 +00:00
argiro.kokogiannaki 794fd39440 [Connect|Trunk]
fix issues with search content providers/projects
clean up piwikHelper file



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60731 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-26 15:54:07 +00:00
k.triantafyllou aa1c67d07a [Connect | Trunk]: App navigate to error remove params
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60689 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-22 15:52:14 +00:00
k.triantafyllou d4a2820d23 [Connect | Trunk]: Add fixRedirectUrl on service
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60655 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-17 09:58:30 +00:00
argiro.kokogiannaki 4321ca1033 [Connect|Trunk]
Enermaps
- add the extra tab for enermaps featured datasets
- visible in dev




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60613 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-10 10:47:07 +00:00
argiro.kokogiannaki ead614facc [Connect|Trunk]
remove datatables
update search pages for projects/ data providers:
	use search page component
	remove tablesearch view

Search Communities: remove graph info (add the new variable)


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60606 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-08 15:40:49 +00:00
k.triantafyllou 6d9be6587a [Connect | Trunk]: Affiliations fix urlPrefix
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60583 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-04 13:55:40 +00:00
k.triantafyllou a17b8bb887 [Connect | Trunk]: Add urlPrefix on affiliations, curators and community logo
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60582 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-04 13:46:40 +00:00
k.triantafyllou 87ffb845b7 [Connect | Trunk]: Subscribe: Fix loading if a request has been interrupted. Curators: Change getCurators method
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60530 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-01 16:07:28 +00:00
k.triantafyllou a066e76bec [Connect | Trunk]: Change admin URL on connect
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60506 d315682c-612b-4755-9ff5-7f18f6832af3
2021-02-25 14:20:17 +00:00
k.triantafyllou 81050396fe [Connect | Trunk]: 1. Remove new from getCommunityNew
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60460 d315682c-612b-4755-9ff5-7f18f6832af3
2021-02-19 18:09:52 +00:00
k.triantafyllou 57cd810c3e [Connect | Trunk]: 1. Add new roles functionllities (subscribe - role-verification). 2. Comment customization. 3. Refactor getting community logic
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60454 d315682c-612b-4755-9ff5-7f18f6832af3
2021-02-19 17:52:12 +00:00
argiro.kokogiannaki 25e8dde7d5 [Connect|Trunk]
- updates/fixes  on opcsidia tap


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60337 d315682c-612b-4755-9ff5-7f18f6832af3
2021-02-02 08:44:28 +00:00
argiro.kokogiannaki 4aa80af665 [Connect | Trunk]
inital integration of opscidia tab



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60292 d315682c-612b-4755-9ff5-7f18f6832af3
2021-01-25 16:36:54 +00:00
argiro.kokogiannaki 5dcbc657c4 [Connect|Trunk]
Zenodo communities: paging for zenodo communites



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60288 d315682c-612b-4755-9ff5-7f18f6832af3
2021-01-25 10:55:25 +00:00
argiro.kokogiannaki a5dde08d0e [Connect|Trunk]
- update admin portal url property
- use property instead of harcoded url
- use property for admin portal url



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60041 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-07 10:23:13 +00:00
argiro.kokogiannaki f55a302878 [Connect|Trunk]
- Robots.txt: remove files, generate them through server.ts
- add isCommunity in community related pages
- update properties for connect-login in beta



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60016 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-02 17:41:53 +00:00
argiro.kokogiannaki b873aebcee [Connect|Trunk]
Communities search: fix issue with filters: recreate the static filters every time, keep them synchronize between components



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60015 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-02 15:28:03 +00:00
konstantina.galouni a41adbcab7 [Trunk | Connect]:
1. connect-custom.css: [Bug fix] Add .connectApp .uk-pagination > * > *:hover in rule .connectApp .uk-pagination > * > * so that paging does not change color (white) on hover.
2. app.component.ts: [Bug fix] In some cases both <schema2jsonld> tags where active - added in the second one more check "&& community".


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60013 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-02 14:53:34 +00:00
k.triantafyllou 872b8ddcc5 [Connect | Trunk]: Fix Route enabled bug
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60012 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-02 12:19:48 +00:00
konstantina.galouni 0c6b471270 [Trunk | Connect]
1. /connect-assets/:
	a. In /about/ added updated icons (1.svg, 2.svg, 3.svg, 4.svg, cycle.svg) and removed .png.
	b. In /banner/ added updated icons (login.svg, togetger.svg) and remove .png.
	c. In /home/ added updated icons (1.svg, 2.svg, 3.svg, dashboard.svg) and removed .png.
	d. sketch_line_arrow.svg & sketch_line_arrow_large.svg: Replaced stroke color #94b2e2 with #bcc3ce.
2. connect-custom.css: 
	a. Added class "connect-background" with portal-main-color background.
	b. Added rule ".connectApp .text-small" (class text-small) for font-size: 14px;
	c. Added rule ".connectApp .uk-pagination > * > * " for color: #1a1a1a;
	d. Added class "contactUsBackground" for linear background with gradient in contact us sections.
3. curators.component.html: [Bug fix]: Show "Biography" title only when bio is available.
4. browse-community.component.html & communities.component.html & contact.component.html 
	& faqs.component.ts & learn-how.component.ts & learn-in-depth.component.ts & my-communities.component.html: 
		Updated fonts, colors and some margins according to new mocks.
5. In dashboard: subjects.component.ts & organizationsPage.component.ts & curators.component.html: Page title set to <h4>.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60009 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-02 08:44:47 +00:00
argiro.kokogiannaki 0ba78c0c11 [Connect|Trunk]
- use route instead of url for the community header
- update beta properties



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60000 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-01 11:17:53 +00:00
argiro.kokogiannaki 9d68ae13c8 [Connect|Trunk]
- update properties / use prod.prod propertis for production instance
- remove checks for production ready instances
- simplify sitemap
- remove subscribe for properties
- Add community title for custom filter
- update piwik ids - use the same for beta and production



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59991 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-30 17:04:05 +00:00
k.triantafyllou 7f99bb3640 [Connect | Trunk]: Add error interceptor
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59858 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-16 13:48:25 +00:00
argiro.kokogiannaki fdc7273d09 [Connect|Trunk]
code clean up:

-remove unused imports, code, files (Old search pages for results,  etc)
-remove Freeguard from modules
-unsubscribe all subscriptions
-Services: configuration, communities, subscribers, user management: unsubscribe from app component or the component that uses them (clearSubscriptions())
-Fetchers: unsubscribe from  the component that uses them (clearSubscriptions())



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59826 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-12 15:59:26 +00:00
argiro.kokogiannaki 1c5d9ec4a0 [Connect|Trunk]
- update search bar parameters



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59743 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-02 17:26:18 +00:00
k.triantafyllou 60e5e7978f [Connect | Trunk]: Fix sections of all pages
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59681 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-23 18:05:26 +00:00
k.triantafyllou 0af44324e7 [Connect | Trunk]: Remove logs from app.component
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59659 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-22 12:09:39 +00:00
k.triantafyllou e5455314df [Connect | Trunk]: Create header for navigation bar on app component
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59589 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-14 10:14:09 +00:00
k.triantafyllou f4c21720f8 [Connect | Trunk]: Remove helptexts from connect, Change headings
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59576 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-13 19:06:30 +00:00
k.triantafyllou 642bd9d52d [Connect | Trunk]: Remove comments from community
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59532 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-09 08:21:52 +00:00
k.triantafyllou 4b871c3865 [Connect | Trunk]: Change name of zenodoCommunityService. Change custom external
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59523 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-08 15:26:02 +00:00
konstantina.galouni b0509c2399 [Trunk | Connect]: subjects.component.ts: When error in getting subjects occurs, set loading to false.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59481 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-28 10:05:07 +00:00
konstantina.galouni 90392fc79a [Trunk | Connect]: Merging branch 'use-UoaAdminToolsLibrary' into trunk for revisions 58407:59466
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59467 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-24 11:43:34 +00:00
konstantina.galouni ccbb19b173 [Trunk | Connect]: app.component.ts & contentPage.component.ts: [Bug fix]: Rename "methology" to "methodology" (menu, title & description of page, breadcrumb).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59446 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-22 10:41:12 +00:00
argiro.kokogiannaki 7aebc3c672 [Connect|Trunk]
apply changes for domain, baseLink, update property files



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59419 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-18 13:27:26 +00:00
argiro.kokogiannaki bc70a7604b [Connect|Trunk]
update meta urls and canonicalurl to get domain from properties  instead of baseLink to work for community gateways



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59404 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-16 13:50:43 +00:00
k.triantafyllou 1117b4947e [Connect | Trunk]: Contact us remove duplicate showloading = false
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59361 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-14 07:46:23 +00:00
k.triantafyllou 213cbb0638 Revert ckeditor and fix it
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59314 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-31 11:28:21 +00:00
k.triantafyllou 9aa9590c26 [Connect | Trunk]: Add verification manager route. Change ckeditor library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59272 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-14 09:55:06 +00:00
argiro.kokogiannaki e6659bbe1a [Connect|Trunk]
- add advanced search pages for project, organization, content providers.
- remove adavanced search pages components for result subtypes (pub, data, soft, other)



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59266 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-13 11:16:44 +00:00