Alex Martzios
e0a8127353
change fos+sdg selection arrays into FormArrays (to detect changes on connect admin - subjects)
2023-03-13 21:23:00 +02:00
Konstantinos Triantafyllou
cdd59b68ab
Claims: Fix color of icon in cards. Input: Add noWrap for chips in order to show them in a row. Add extendEnter Input in order to extend enter event.
2023-03-10 17:13:33 +02:00
Alex Martzios
efc2d6c47b
add changes for sdg-selection component
2023-03-09 16:29:25 +02:00
Konstantinos Triantafyllou
f6084fbcd4
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop
2023-03-09 16:07:46 +02:00
Konstantinos Triantafyllou
978d9f0269
Add updateSubjects and advanced criteria in community service. Add margin-top in actions of users and subscribers.
2023-03-09 16:07:39 +02:00
Konstantina Galouni
b25c6dd2f7
[Library | develop & EOSC Explore | master]: Redirect to eosc search for any page except landing | If property adminToolsPortalType is eosc, open search links to OpenAIRE Explore in a new tab.
...
1. home.component.html: Commented everything.
2. home.component.ts: Commented everything and added redirect to EOSC search.
3. app.component.ts: Commented <navbar>.
4. app-routing.module.ts: Removed unused routes | For any route other than landing, redirect to home page.
5. index.html: Removed BETA badge | Updated title from "Search OpenAIRE" to "Search EOSC".
6. errorPage.component.ts & relatedDatasourcesTab.component.ts & showAuthors.component.ts & search-tab.component.ts: If property adminToolsPortalType is eosc, open search page in OpenAIRE Explore in a new tab.
7. fos.component.ts & sdg.component.ts: If property adminToolsPortalType is eosc, open search page in OpenAIRE Explore in a new tab | If property adminToolsPortalType is eosc, do not show "feedback/suggest" link.
8. open-aire-jsonld-converter.service.ts: If property adminToolsPortalType is eosc, do not add fos and sdgs as doc.isPartOf.
2023-03-09 10:54:03 +02:00
Konstantinos Triantafyllou
1d2a0effa8
Input: Show static placeholder in case of autocomplete. Update validators of form control when input validators is changed
2023-03-07 12:26:26 +02:00
Konstantinos Triantafyllou
4a03065dbd
Input component: Delete depracated inputs, add visibleChips limit, add separators for chips and style note with italic
2023-03-06 13:18:16 +02:00
Konstantinos Triantafyllou
799a62afc5
Add Fos and sdgs selections in master
2023-03-02 16:20:56 +02:00
Konstantinos Triantafyllou
886b50a52c
Change special menu item to back Item and move it in the top of sidebar
2023-03-01 15:20:00 +02:00
Konstantinos Triantafyllou
679cae51f2
Quick fix in page content stickyBugWorkaround.
2023-02-15 12:04:09 +02:00
Konstantinos Triantafyllou
5a782ebd48
Merge branch 'angular-14' of code-repo.d4science.org:MaDgIK/openaire-library into angular-14
2023-02-15 11:53:32 +02:00
Konstantinos Triantafyllou
f53370213a
Add sidebar mobile toggle. Add activeSidebarItem in layout service and handle it in sidebar. Add isActive in menuItem. Make some improvents in slider-tabs
2023-02-15 11:53:25 +02:00
Konstantinos Triantafyllou
c53806f5b3
1. Add cache in get managers and members methods. 2. Add delete Authorization level with values curator and manager in role users for managers. Authorization level for mebers are always manager. 3. Clear cache when managers and members list has been updated.
2023-02-09 16:30:24 +02:00
Konstantinos Triantafyllou
ee71b895bf
Merge branch 'angular-14' of code-repo.d4science.org:MaDgIK/openaire-library into angular-14
2023-02-09 12:10:06 +02:00
Konstantinos Triantafyllou
1e56ef66ec
1. Simplify logout process. 2. Deprecate isSmallScreen in Layout service. 3. Make some inmprovements in slider-tabs and add slider-arrow for previous and next. 4. Navigation Bar: Remove badge and header logo info from mobiles. 5. Page Content: Fix paddings for mobiles and add events for sticky status changes.
2023-02-09 12:09:49 +02:00
Alex Martzios
39a2549681
change path of vocabulary fos/sdgs
2023-02-08 11:31:47 +02:00
Konstantinos Triantafyllou
5454509b55
Fix sidebar flex items
2023-01-27 15:57:39 +02:00
Konstantinos Triantafyllou
ccab3d0847
Slider-tabs: Add align left and right and merge query params on navigate to other fragment
2023-01-27 13:54:40 +02:00
Konstantinos Triantafyllou
3acd9a6c29
Portals: Add piwik as a column. Add pid in search
2023-01-26 12:35:05 +02:00
Konstantinos Triantafyllou
70e0d02227
Add a workaround for sticky update bug on sidebar toggle
2023-01-25 14:41:53 +02:00
Konstantinos Triantafyllou
9f4be4b29b
Bottom: Fix shortView. Sidebar: Add toggle and hover behaviour.
2023-01-25 08:00:35 +02:00
Konstantinos Triantafyllou
53400f7745
Add shouldUpdate in getStakeholder method. Role-verification: Add userInfoLink if user-info is on other portal
2023-01-20 17:31:36 +02:00
Konstantinos Triantafyllou
da144c1c77
Round pipe: Make it HTML in order to add class in number's size
2023-01-13 11:33:53 +02:00
Konstantinos Triantafyllou
4cd5bcd12b
Number round: Add decimal argument in order to be dynamic
2023-01-11 15:51:55 +02:00
Konstantinos Triantafyllou
eddd7e00b9
Number round: Add level of round and round to 1 decimal
2023-01-11 15:35:13 +02:00
Konstantina Galouni
062f1a23c4
[Explore | master & Library | angular-14]: composer.ts: [Bug fix] Add parenthesis around ternary operator in method composeEmailForExplore() - empty or wrong body | contact-us.component.html: Added #captchaElem in <re-captcha> | contact-us.component.ts: Added ViewChild for captchaElem and added method "resetRecaptcha()" | contact.component.html: Added #contactUs in <contact-us> | contact.component.ts: Added ViewChild for contactUs and call contactUsComponent.resetRecaptcha() on reset method.
2023-01-10 02:25:03 +02:00
Konstantinos Triantafyllou
a2af95098b
Add password boolean in Input component
2023-01-05 10:53:08 +02:00
Konstantinos Triantafyllou
e0c45b1065
Add condiction if withCredentials in order to add cookie in the request.
2022-12-23 17:56:47 +02:00
Konstantinos Triantafyllou
789a0225fa
Add cookie in server side requests. Remove sticky footer from page-content in server. Hide subitems in sidebar on server
2022-12-23 17:36:35 +02:00
Konstantinos Triantafyllou
88b0987ba3
import less variables in how.component.less
2022-12-23 13:07:12 +02:00
Konstantinos Triantafyllou
328198b6a5
Merge branch 'angular-14' of code-repo.d4science.org:MaDgIK/openaire-library into angular-14
2022-12-21 13:37:25 +02:00
Konstantinos Triantafyllou
92488d015b
Add number-rounf pipe
2022-12-21 13:37:16 +02:00
Konstantina Galouni
ff330802ab
Merge branch 'angular-14' of code-repo.d4science.org:MaDgIK/openaire-library into angular-14
2022-12-21 13:34:16 +02:00
Konstantina Galouni
471c177251
[Library | angular-14]: landing-header.component.ts: [Bug fix] Typo in uk-margin-bottom class.
2022-12-21 13:33:58 +02:00
Konstantinos Triantafyllou
10130d368a
Merge branch 'angular-14' of code-repo.d4science.org:MaDgIK/openaire-library into angular-14
2022-12-20 17:39:56 +02:00
Konstantinos Triantafyllou
5bd828d03c
Fix an error in sidebar
2022-12-20 17:39:51 +02:00
Konstantina Galouni
f91c3ba0fb
[Library | angular-14]: loading.component.ts: [Bug fix] In ngOnDestory changed to document.getElementById("modal-container").
2022-12-16 17:21:37 +02:00
Konstantinos Triantafyllou
92b823a1ed
Fix input tooltip when value is undefined and a placeholder or hint should be shown
2022-12-16 17:19:53 +02:00
Konstantina Galouni
ce4b9273e0
[Library | angular-14 & Explore | master]: Updated request to Crossref for bulk uploaded DOIs in linking | Added link for more information to joomla article (Canada's request).
...
1. sdg.component.html: Added link for more information to joomla article (Canada's request).
2. timeout-interceptor.service.ts: Excluded from timeout interceptor properties.searchCrossrefAPIURL and properties.searchDataciteAPIURL.
3. searchDatacite.service.ts: In method "getDataciteResultByDOI()", for requests coming from file uploaded in linking added timeout to 20 sec, and for other requests timeout similar to the interceptor (6 sec for production, 12 otherwise).
4. searchCrossref.service.ts: In method "searchCrossrefByDOIs()", added timeout similar to the interceptor (6 sec for production, 12 otherwise) | Added method "searchCrossrefByDOI()", called for requests coming from file uploaded in linking.
5. bulkClaim.component.ts: Call new API method for Crossref requests for DOIs | Fixed tooltip to appear.
2022-12-16 09:59:48 +02:00
Konstantinos Triantafyllou
06f2f586a8
Change message in role verification
2022-12-12 19:01:05 +02:00
Alex Martzios
6ca864d376
remove "Admin Dashboard -" title and logo from monitor admin pages
2022-12-12 16:59:47 +02:00
Konstantinos Triantafyllou
37545606a0
Fix a bug with replace header in navbar. Page content add header and actions class in order to handle border bottom in tabs
2022-12-12 16:16:47 +02:00
Alex Martzios
203c3b71c7
hide breadcrumbs in indicators' component for mobile view
2022-12-12 11:27:16 +02:00
Konstantinos Triantafyllou
5bc5e3f3ad
Merge branch 'angular-14' of code-repo.d4science.org:MaDgIK/openaire-library into angular-14
2022-12-10 01:57:04 +02:00
Konstantinos Triantafyllou
4afcb8f27f
Change ol to ul in error message of role verifcation and fix a bug with toggle item with no subitems in sidebar
2022-12-10 01:56:56 +02:00
Konstantinos Triantafyllou
437a5fa50d
Smooth scroll: Fix headerOffset in mobile
2022-12-09 18:17:06 +02:00
Konstantinos Triantafyllou
2492f737b8
1. Change message in role verification if an error is occurred. 2. Add isCurator in create a category. 3. Hide delete section if it not permitted and make manage roles visible to curators and superAdmins
2022-12-09 18:01:18 +02:00
Konstantina Galouni
53a39d0a34
[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
acdba43c8b
[Connect Admin | Trunk & Library | angular-14]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu.
...
1. CuratorInfo.ts: In Curator class added visible: boolean = true;
2. personal-info.module.ts: Imported MatSlideToggleModule.
3. personal-info.component.ts: Added slider to set curator profile to visible or invisible (default to visible).
4. menu.ts: In Menu class added field "featuredAlignment: MenuAlignment;" | Added enum MenuAlignment.
5. menu.component: Updated title "Menu settings" | Added "Menu Alignment" setting, to set if custom menu will be left, center or right alligned | Added notification when menu visibility changes.
6. help-content.service.ts: Added "alignMenu()" method to align custom menu dynamically.
2022-12-09 16:43:36 +02:00