Replace Meta service Import and use with Meta and Title from angular/platform-browser for communityErrorPage.component and communityError.module
add piwikSiteId in properties | pass it as input in all components | in piwik service use it either from parameter pass if available or from properties
added statisticsEntities.ts
1. Change the way variable of type 'EnvProperties' is accessed in guards.2. Add <ng-content> in modal of openaireLibrary. (e.g. for nested component)
1. Pass argument of type: EnvProperties in connect services (used for cache).
1. Add searchDataproviders.service and searchProjects.service in openaireLibrary/connect.2. Remove connect/approvedByCommunity/approved.service.ts: Duplicate of searchDataproviders.service.3. approved.component: Use searchDataproviders.service from openaireLibrary/connect/contentProviders/ folder.
Don't save user in localstorage - use always cookie | remove check for expiration cookie - expires when cookie expires in 4 hours
Using new AAI, update some properties
showOptions in bottom menu for social buttons, menu, etc
Add portal class in menu
1. approved.component.ts: component to check and show approval of content providers in share result pages by current community.2. searchResult.component.html: approved.component moved to openaireLibrary: 'connect/approvedByCommunity/'.
1. searchResult.component.html: component from 'utils/approvedByCommunity/approved.component.ts' is called to show if a content provider is approved by current community.
parameterize claims admin to show proper link, title for connect - remove extra unclosed divs
move Connect helper in the library| change help service to get communityId by parameter/domain (for connect or properties for explore) | add helper before/after option in search/advanced/table pages
1. env-properties.ts: 'baseOpenaireLink' field added, which is base url for OpenAIRE portal.2. searchResult.ts: 'subjects' and 'englishname' fields added (used by dataproviders).3. searchDataproviders.service.ts: parse 'englishname'.
1. Columns changed from 4 to 3 for 'Search Projects' in community portals ('Acronym' and 'Name' merged to 'Project').2. Links added to 'Search Projects' and 'Search Content Providers' in community portals.
add function for separeate roles in Session| add isCommunityRI method in community service and RIGuard || change admin guard to be only administrator | add claims curator guard|
Add and parse type field in CommunityInfo
Fixing menu that gets invisible| add id in user session| add miningBackendURL in properties class
Fixing bug with community in menu | add changes for root items in navigationBar
Software advanced page issue: Return empty vocabulary for software type - temporal solution until a vocabulary is created
environment-specific.servic: use document location to get absolute url for server mode
1. Bug fixes in "searchResult.component.html" and "tabResult.component.html"
Add headers and options in post request for community-edit-form
Add updateCommunity method to community.service
Change isRouteEnabled to get admintools API from properties
In project landing page read also grantId and funder parameter and query based on them
1. Change of SearchResult field for funders (used for project results): instead of funders: {"funderShortname": string, "funderName": string}[] now: funderShortname: string // only 1 funder per project and we don't use the full name2. Addition of SearchResult field for project results: acronym: string, code: string...
add communityId in claims url when it is provided
Context to community in display claims| showMenu Input for naviation Bar
Declare communitiesAPI in env-properties
Add a mathod in community service to check if a user is a manager of a community| change connectAdminLoginGuard to really ask for a community manager| correct some links in properties json
Add communites folder,Move communities.service to openaireLibrary and Change imports
Fixing insert claims for direct linking| isRouteEnable checks for community also in parameters, if no community avaiable load the page normally
Add connect/community and results directories, Move community.service, communityInfo and resultInfo in openaireLibrary
Add /connect/community folder
1. 'searchPageTableView' component updated: column's 'official name' contents for content providers gotten by community API added.2. searchPageTableView: if no filters exist, do not contain this section in html template. (datatable expands)
add statistics API and charts url in properties file
1. searchDataproviders.service: compatibility field always in results.2. Bug fix in datatable of 'searchPageTableView' component.
1. Community API added in env properties.2. 'columnNames' variable added in search table pages (e.g. OpenAIRE Journals Table) to describe column names of the datatable.3. Input 'columnNames' variable added in 'searchPageTableView' compontent, its value comes from search table pages (e.g. OpenAIRE Journals Table)....
add a check for community logo url
Filter claims by community
creating a first draft for connect admin guard
put the divids- helper for linking views, Fix the links in advanced search page, remove openaireProperties class change error codes path, add the
1. Language parsed in 'Software' and 'Dataset' Landing2. Added check if 'bestaccessright' is undefined in search pages and landing pages3. Small fix in 'available on' component used by landing pages4. Helper component and service updates - 'position' and 'before' inputs are for page contents, 'div' is for div contents...
Refactoring - change file name of Meta service & module
fixing the cookies for the login| export claims admin component
fix in userMini
add properties json file , minor changes for navbar and login
USe a json file to read properties | replace openaire Properties | parameterize menu (use params, community, ) | parameterize search pages (hide community information)
changes in feedback - parameterize mail| fixe navigation bar
parameterize menu items & login/out urls
Clear some files | use new version of datatables for dataproviders tables
Fixing claim pages to be used as library cmponents - modules | use new version of datatables
Commiting first draft of openaire library for angular portals