Commit Graph

399 Commits

Author SHA1 Message Date
argiro.kokogiannaki d1f67d2cb8 [Connect|Trunk]
Impact factors: Remove fontawesome css, remove css from connect-custom (moved in library.css)

Statistics: add check for statistics service response



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58592 d315682c-612b-4755-9ff5-7f18f6832af3
2020-05-04 14:14:55 +00:00
k.triantafyllou adceffbe11 [Connect | Trunk]: Fix height of my communities cards
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58581 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-30 10:35:12 +00:00
argiro.kokogiannaki f12abdcd8d [Connect |Trunk]
Fixing issues with Communities search (new search component update)



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58577 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-29 07:53:37 +00:00
konstantina.galouni 960f9b7839 [Trunk | Connect]:
1. app-routing.module.ts: Add route '/subjects'.
2. app.component.ts: Group subscribe and invite buttons under id="subscribeAndInviteBtn" (keep distance between them alwayes the same) | uncomment menu item 'Subjects' in About.
3. app.module.ts: import 'SubscribeService' (singleton service to update everywhere subscriber status).
4. libUser.module.ts & subscribe.module.ts: remove import of 'SubscribeService' (singleton service to update everywhere subscriber status).
5. community.component.html: 
	a. Improve some checks
	b. In main tabs of the page (class main-tabs) add class 'uk-text-truncate' and remove class 'uk-width-3-4' (each tab has max-width)
	c. Add icon in 'Analytics' tab
	d. [Bug fix] In description, fix overflow and max height of box
6. community.component.ts: Add field '@ViewChild(SubscribeComponent) subscribeComponent: SubscribeComponent' to add some checks in html.
7. curators.component.html: Remove div with class 'image-front-topbar' | Update css for title | Add <breadcrumbs> | Add user icon for each curator.
8. curators.component.ts: Initialize breadcrumb | [Bug fix] In methods 'getPageContents()' and 'getDivContents()' use communityId (instead of 'connect').
9. curators.module.ts & organizationsPage.module.ts & inviteBasic.module.ts: import 'BreadcrumbsModule'.
10. organizationsPage.component.ts: Update css for title | Add <breadcrumbs> | Initialize breadcrumb.
11. subjects.component.ts, subjects.module.ts, subjects-routing.module.ts: Add page for Subjects.
12. invite.component.html: Add <breadcrumbs> in longView | Add icon in button 'Invite users'.
13. invite.component.ts: Initialize breadcrumb.
14. subscribe.component.ts:  
	a. Add icon in button "Subscribe"/ "Subscribed" 
	b. Add class 'uk-display-inline-block' in showNumbers (members) 
	c. Initialize and get subscriber status with new methods of service (initIsSubscribedToCommunity() & isSubscribed - BehaviorSubject instead of isSubscribedToCommunity())
15. connect-custom.css: Group css for #subscribeBtn, #inviteBtn into #subscribeAndInviteBtn | Add css for class 'user-circle-background' (background of user icon in curators).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58574 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-28 11:07:36 +00:00
argiro.kokogiannaki 0858643a4a [Connect|Trunk]
Search communities: use newsearchpage component


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58567 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-28 08:05:03 +00:00
argiro.kokogiannaki b83ec64b45 [Connect Trunk]
customization.css: remove border radius css
connect css: add border radius for subscribe buttons

Zenodo Communities: 
	add breadcrumb
	use communityId for helptexts
	


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58565 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-27 13:00:14 +00:00
k.triantafyllou c4c5a17ba6 [Connect | Trunk]: Contact us add breadcrumbs
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58558 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-27 12:31:00 +00:00
k.triantafyllou a0ea8fd83f [Connect | Trunk]: Change color of fonts.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58556 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-27 10:49:56 +00:00
argiro.kokogiannaki 04b3bc4c72 [Connect|Trunk]
Add property showAddthis
Search Projects: 
	show static filters only if there are results
	add showOnly results and breadcrumb options

Search Projects: 
	add showOnly results and breadcrumb options



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58554 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-27 08:22:46 +00:00
konstantina.galouni 17e7eb2d7f [Trunk | Connect]: Connect redesing
1. app.component.ts: <subscribe> and <invite> components added (floating buttons on the right side of each page for communities).
2. community.component.html: 
3. community.component.ts:                   
        a. 'projectsCalculated' and 'contentProvidersCalculated' fields added, to calculate tootlip after both requests complete
        b. added methods for building tootips
        c. 'activeTab' set to 'summary'.
4. affiliations.component.html: minor phrasing changes (e.g. title).
5. curators.component.html: shortview changed.
6. results.component.ts: Title changed | 'View all' moved to the bottom.
7. customization.component.ts: Changed '--portal-main-color' from  '#4C9CD5' to '#4687E6' | Changed '--portal-dark-color' from '#24857F' to '#2D72D6'.
8. invite.component.html: shortview changed.
9. invite.component.ts: 'properties' field as input (get it is called from app.component).
10. invite.module.ts & inviteBasic.module.ts: InviteBasicModule created to declare InviteComponent without routing and login guard | InviteModule imports InviteBasicModule and adds routing and login guar$
11. subscribe.component.ts: Changes for subscribe button and members | 'properties' field as input (get it is called from app.component).
12. connect-custom.css: css for subscribe and invite buttons and for tooltip with 'community-page-tooltip' class.
13. customization.css: class 'communityBackground' added and css for 'subtitle' class inside 'communityBackground'.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58549 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-24 16:38:35 +00:00
k.triantafyllou 1796453bb7 [Connect | Trunk]: Add FAQs page. Add breadcrumbs to all pages.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58548 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-24 16:33:03 +00:00
k.triantafyllou 85b3051c5c [Connect | Trunk]: Change paqes base on new mocks.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58535 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-23 15:59:00 +00:00
argiro.kokogiannaki c11b513652 [Connect|Trunk]
App Component:
	update menu items
	update navbar and footer according to the new mocks

Search projects/datasources: enable refilter when the url parameters change
Search results: add options about breadcrumb and include only results




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58531 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-23 13:35:54 +00:00
argiro.kokogiannaki 984e2a19fd [Connect|Trunk]
Add customization css as css file (ignore saved layout)



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58505 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-16 10:34:05 +00:00
konstantina.galouni d105c6aa91 [Trunk | Connect]: subscribe.component.ts: [Bug fix] In subscribe.service: method "getNumberOfCommunitySubscribers()" (/community/{pid}/subscribers/count) returns now {"value": _number_}
(Used to return String. This was a problem for cache. API changed to return object, where number of subscribers is mapped to "value").


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58486 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-14 09:35:25 +00:00
argiro.kokogiannaki 667c96f88e [Connect|Trunk]
App component: 
	Connect menu: 
		publications menu item fixes
		pass connect communityId in navbar
HtmlPages: use connect communtiy if there is no communityId
			



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58473 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-10 12:08:46 +00:00
argiro.kokogiannaki 314504e535 [Connect|Trunk]
Add html page for connect (helptexts):
	Publications
Add new html Pages per community (helptexts):
	Projects and funding
	National Bulletins
	Content (moved from connect to separate page per community)
add the routes and the menu items for the above pages

Use htmlComponent for pages that their main content comes from helptexts
	includes piwik, metatags and jsonld updates 

Links to community pages: for production installation go to BETA

Remove unnused component AboutPageComponent


Piwik: add ids for new communities

Community page:
	add check for communities without charts
	add check if charts is Active
	








git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58471 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-10 10:04:09 +00:00
konstantina.galouni cf5a7a553b [Trunk | Connect]: searchCommunities.component.ts: remove email parameter from "getCommunitiesSubscribedTo()" method call (subscribe.service).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58462 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-10 06:12:07 +00:00
konstantina.galouni 33d12026ff [Trunk | Connect]:
1. my-communities.component.ts: Use new method "isSubscribedToCommunity()" without email parameter (subscribe.service).
2. subscribe.component.ts: Do not reveal users' (subscribers') emails:
	a. Check when method "init()" is called .
	b. Use new methods "isSubscribedToCommunity()", "subscribeToCommunity", "unSubscribeToCommunity" without email parameter (subscribe.service). 
	c. Use method "getNumberOfCommunitySubscribers()" instead of "getCommunitySubscribers()".


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58460 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-10 05:24:24 +00:00
konstantina.galouni 955958a7c8 [Trunk | Connect]:
1. communities.component.ts & contentPage.component.ts & shareInZenodo.component.ts & helper-test.component.ts & organizationsPage.component.ts & 
   learn-how.component.ts & learn-in-depth.component.ts & my-communities.component.ts:
	"properties" as first parameter in methods of helper.service.ts.
2. contact.component.ts & curators.component.ts & invite.component.ts: 
	a. "properties" as first parameter in methods of helper.service.ts
	b. create request path in service (email.service.ts, curator.service.ts).
3. htmlPage.component.ts & htmlPage.service.ts: "properties" as first parameter in methods of htmlPage.service.ts.
4. customization.component.ts: create request path in service (layout.service.ts).
5. subscribe.component.ts: create request path in service (subscribe.service.ts).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58421 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-07 16:52:19 +00:00
argiro.kokogiannaki a6404f7120 Apply changes from Elixir branch r58296
add impact factors:
		add fontawesome (package.json, styles.css, angular.json)
		add them in community page - most recent results



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58414 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-06 14:51:22 +00:00
argiro.kokogiannaki 8cf1edfee7 [Connect|Trunk]
Initial commit for new UI of Search page:
	add search research outcomes page
	update links, routes and menu items  accordingly
	add result landing page





git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58392 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-03 16:02:40 +00:00
k.triantafyllou 68bf769480 [Connect | Trunk]: Contact form fix a bug while email has not been sent.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58330 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-26 10:27:50 +00:00
konstantina.galouni 0195a2df59 [Trunk | Connect]: searchCommunities.component & searchProjects.component: [Bug fix] "Filter" fields have been upadated.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58221 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-10 17:13:49 +00:00
k.triantafyllou 5641e3aaea [Connect | Trunk]: Remove url from get user info.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57944 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-23 15:45:47 +00:00
k.triantafyllou cdeadce912 [Connect]: Change contact with library contact us component.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57795 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-03 12:51:28 +00:00
k.triantafyllou 45b187f54a [Connect]: Add condition to check if user exists to create userItems.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57790 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-03 10:03:58 +00:00
argiro.kokogiannaki 94ee4c76a9 [connect | Trunk]
Server.ts: add x-frames headers to sameorigin, but allow for specific domains

piwikHelper: add community pids




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57604 d315682c-612b-4755-9ff5-7f18f6832af3
2019-11-14 10:12:48 +00:00
k.triantafyllou 771ab82c7b [Connect]: Revert check if is Client. Added on UserInfo method.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57548 d315682c-612b-4755-9ff5-7f18f6832af3
2019-11-08 12:08:15 +00:00
k.triantafyllou 3b8776b00e [Connect]: Add check if isClient to getUserInfo
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57546 d315682c-612b-4755-9ff5-7f18f6832af3
2019-11-08 11:04:10 +00:00
konstantina.galouni 164e4fc127 [Trunk | Connect]: customization.component.ts: Check if document is undefined and return in 'buildCss()' method.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57425 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-21 13:02:31 +00:00
argiro.kokogiannaki 2032202fab [Connect| Trunk]
customization options: update css for lattest deposit changes (OR - svg)


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57420 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-21 10:08:40 +00:00
argiro.kokogiannaki fc936a1673 [Connect|Trunk]
Properties: add property "dashboard"
use it in navbar




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57391 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-16 11:01:14 +00:00
argiro.kokogiannaki f4a4025fc4 [Connect|Trunk]
Customization:
	append css only once - use html id
	request the API for saved layout options
	default options using the constructor of CustomizationOptions class
	use string concat methods to create the build the css




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57332 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-09 15:54:01 +00:00
konstantina.galouni f3da2f0482 [Trunk | Connect]:
1. app.module.ts: Do not import here CKEditorModule.
2. env-properties.json: Property 'vocabulariesAPI': Use dev url.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57328 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-09 13:18:28 +00:00
argiro.kokogiannaki c25dceee79 [Connect | Trunk]
Customization: updates according to admin UI


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57275 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-07 07:00:19 +00:00
konstantina.galouni 4558e11745 [Trunk | Connect]: Use HttpInterceptorService (http-interceptor.service.ts) for not repeating in client requests of server.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57202 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-30 11:43:24 +00:00
k.triantafyllou 7887d9d944 Fix communities search when user is not logged in
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57096 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-20 10:31:45 +00:00
konstantina.galouni 86820efde1 [Trunk | Connect]: community.component & results.component: Merge methods for research results (since they are now merged in one common service & component).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57085 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-16 09:35:50 +00:00
konstantina.galouni bec026f9f3 [Trunk | Connect]: app.component.ts: [Bug fix] Check if user is not undefined or null.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57083 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-16 09:33:23 +00:00
k.triantafyllou 91d0246b62 Connect: User Component reset to session is logged in.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57069 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-13 09:25:53 +00:00
k.triantafyllou 3aaaf93625 [Connect]: Change user login check with user management service.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57061 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-13 07:47:29 +00:00
argiro.kokogiannaki ca08e72dcb [Connect|Trunk]
-update deploy script
-move /CustomizationOptions.ts in library and change paths



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57046 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-12 09:41:26 +00:00
konstantina.galouni 7a8f5b44d1 [Trunk | Connect]:
1. advancedSearchDatasets & advancedSearchOrps & advancedSearchPublications & advancedSearchSoftware: Use common advanced search page for research results (advancedSearchResearchResults).
2. searchDatasets & searchOrps & searchPublications & searchSoftware: Use common simple search page for research results (searchResearchResults).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57028 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-11 09:49:35 +00:00
argiro.kokogiannaki 96255091ac [Connect|Trunk]
Customization css/ Linking : don't override css for uk-modal - the default background is white



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56974 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-05 13:12:06 +00:00
konstantina.galouni f6246b9f79 [Trunk | Connect]: Merging branch "mergeResultLandingPages" into Trunk 56933:56969
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56970 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-05 08:56:01 +00:00
k.triantafyllou 369c9ad798 [Connect]: Replace banner background with gradient color.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56930 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-30 08:10:01 +00:00
k.triantafyllou e7102ffc7e [Connect]: Add on communities page condition for error Message.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56924 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-29 10:47:54 +00:00
argiro.kokogiannaki 19f663ea61 [Connect|Library]
community page: css changes, also applied in configuration

share in zenodo: make variable private to correct build error

beta properties; update last index date




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56920 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-29 09:44:51 +00:00
k.triantafyllou 4c60c0564c [Connect|Trunk]: Merge from Login: Login Experience functionality has been added.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56918 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-28 12:54:35 +00:00