Commit Graph

465 Commits (master)
 

Author SHA1 Message Date
Konstantina Galouni 3ab4651ccd [Connect Admin]:personal-info.component.ts: Updated message of visibility | Changed visible default value to false (invisible). 1 year ago
Konstantina Galouni 6bbeff9152 [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.
1 year ago
Konstantina Galouni 4cfc90e7f8 [Connect Admin | Trunk]: In customization deleted icon "reset" icon replaced by "settings_backup_restore".
1. border.component.ts & customization.component.html & customization.module.ts & customize-buttons.component.ts: [Bug fix] Removed deprecated deleted icons | "reset" icon replaced by "settings_backup_restore" | removed padding from tooltips.
2. environment.ts: Commented properties "deleteCacheUrl" and "deleteBrowserCacheUrl".
1 year ago
Konstantina Galouni 9507545fd8 [Library | angular-14]: menu.component: Added commented code for creating new gateway specific pages when editing custom menu. 1 year ago
Konstantina Galouni d59e70f116 [Library & Connect Admin | angular-14]: environments/: Set property dashboard: 'connect' | page-help-content-form.component.html & class-help-content-form.component.html: [Bug fix] Set link to theme page depending on current dashboard and portal. 1 year ago
Konstantina Galouni 318d121145 Updating libraries.. 1 year ago
Konstantinos Triantafyllou f518ea4593 Remove content providers: Add extra condition if a cirteria field is null. 1 year ago
Konstantinos Triantafyllou 0c01154698 [Bug] Criteria: Change author ORCID to orcid. 1 year ago
Konstantinos Triantafyllou bc7663458c Change dev properties with new services instances 1 year ago
Konstantinos Triantafyllou b1b7c95fc3 Change dev properties with new services instances 1 year ago
Konstantina Galouni c304f8c9a8 Merge remote-tracking branch 'origin/angular-13' into angular-14 2 years ago
Konstantina Galouni 0c3333fd5d Update library 2 years ago
Konstantina Galouni a74c61846e Merge remote-tracking branch 'origin/angular-12' into angular-13 2 years ago
Konstantina Galouni 69b8cf9bd7 Update library 2 years ago
Konstantina Galouni a7e81594b9 Merge remote-tracking branch 'origin/master' into angular-12 2 years ago
Konstantina Galouni 29c1726003 Update library 2 years ago
Konstantina Galouni 0a9a464bb4 [Connect Admin | Trunk]: subscribers.component.ts & subscriber-invite.component.ts & manage-user-notifications.component.html & users-managers.component.ts & users-subscribers.component.ts: Replace "subscriber" wording with "join/member". 2 years ago
Alex Martzios a8cc90c619 add @types/ckeditor": "^4.9.10" in the devDependencies 2 years ago
Alex Martzios c29b904f33 Update recaptcha to version 10.0.0 and ckeditor to 1.3.7 2 years ago
Konstantinos Triantafyllou b1123a38f7 Interactive-mining: Change checkout branch to angular-14 2 years ago
Konstantinos Triantafyllou c913f9df07 Update material to version 14 2 years ago
Konstantinos Triantafyllou 1d18b265c3 Update angular core and cli to version 14 2 years ago
Konstantinos Triantafyllou d07c6a2f3d Interactive mining: chechout angular 14 branch while installing 2 years ago
Konstantinos Triantafyllou 67700a1e53 Update angular material to version 13 2 years ago
Konstantinos Triantafyllou 0828dc7a7b Update angular core and cli to version 13 2 years ago
Konstantinos Triantafyllou c1a689ab33 Update library before angular update to version 13 2 years ago
Konstantinos Triantafyllou aefb429e1c Update material and submodules to version 12 2 years ago
Konstantinos Triantafyllou d846427c4a Update angular core and cli to version 12 2 years ago
Alex Martzios 808aad164b update submoduls before angular upgrade 2 years ago
Konstantina Galouni fcc23ec289 [Connect Admin | Library | new-theme]: Removed RootMenuItem | Fixes in wording.
1. app.component.ts: Removed deprecated RootMenuItem and used MenuItem instead.
2. criteria.component.ts: Import OpenaireEntities and set variable openaireEntities.
3. criteria.component.html: [Bug fix] Use openaireEntities in no filters message.
4. searchAll.component.ts: [Bug fix] In method "getDefaultEntityToShow()", return "datasources" instead of "content providers".
5. add-content-providers.component.ts: [Bug fix] In error messages use "data sources" wording instead of "content providers".
6. manage-zenodo-communities.component.html: [Bug fix] In <no-load-paging>, set type to "Zenodo communities".
2 years ago
Konstantina Galouni 95e23ea67c [Connect Admin | new-theme]: profile.component.ts: [Bug fix] Class is "uk-hidden" instead of "hidden". 2 years ago
Konstantina Galouni 54bd763fc4 [Connect Admin | new-theme]: environment.prod.ts: Added property "deleteBrowserCacheUrl". 2 years ago
Konstantinos Triantafyllou 051d0101bb Fix manage communities load stuck. 2 years ago
argirok e56a6effd8 add back remove layout method in admin-customization
Customization: first create css, then save the layout and purge cache (to avoid file not found) - add timeout to load the iframe (to avoid file not found)
2 years ago
argirok 0dbb8b2c75 Customization: rename hero to hero section, add description below 2 years ago
Konstantina Galouni d9853e1d91 [Connect Admin | Library | new-theme]: Updated call for purging browser cache - through admin tools api.
1. environment.ts & environment.beta.ts: Updated property "deleteBrowserCacheUrl" to call admin tools api.
2. clear-cache.service.ts: Used updated property "deleteBrowserCacheUrl" and in GET request added CustomOptions.registryOptions().
3. connect-admin-customization.component.ts: Deleted unnecessary code for deleting layout.
2 years ago
Konstantina Galouni 92b5d7bb33 [Connect Admin | Library | new-theme]: Added call to purge browser cache when updating content of community.
1. env-properties.ts & environments/: Added property "deleteBrowserCacheUrl".
2. clear-cache.service.ts: Added method "purgeBrowserCache()" to purge browser cache for a specific community.
3. entities.component.ts & menu.component.ts & pages.component.ts & affiliations.component.ts & edit-community.component.ts add-content-providers.component.ts & remove-content-providers.component.ts & add-projects.component.ts & remove-projects.component.ts & subjects-edit-form.component.ts & personal-info.component.ts & customization.component.ts: Call "_clearCacheService.purgeBrowserCache()" when adding/updating/deleting content of a specific community.
4. connect-admin-customization.module.ts: Added CommunitiesService in providers.
5. connect-admin-customization.component.ts: Added button to purge browser cache for all communities and connect.
2 years ago
argirok de28e80413 Customization: fixes, rename service
Customization admin: update the updateCss method, add delete
2 years ago
Konstantinos Triantafyllou 7e6032823e Rename Menus & Pages to Pages & Menus 2 years ago
Konstantinos Triantafyllou 43acf36923 Change Dasbhoard menu item to home. 2 years ago
Konstantinos Triantafyllou 51b5b80c82 Update customizatiion back action style. 2 years ago
Konstantinos Triantafyllou 980ec60ac6 Change header info in all pages.
Add connect menu items in admin pages.
2 years ago
argirok ab2deefa15 remove unused properties 2 years ago
argirok b75a08506f Add .htaccess file, configure it in angular.json 2 years ago
argirok 1643eecc48 Connect Admin Customization: create button that updates layout timestamp and create new css files 2 years ago
argirok 99c109bf3f Merge remote-tracking branch 'origin/new-theme' into new-theme 2 years ago
argirok 9379c91e7e Customization: updates for buttons customization
add property connectportalUrl - use it for preview and build css methods
2 years ago
Konstantina Galouni c562177754 [Connect Admin | new-theme]: Updating libraries. 2 years ago
argirok dd37e12864 Customization: more layout changes, apply fix to reset to default the background image 2 years ago
argirok 88de7310b5 Customization: apply minor css changes in sidebar, reset to published for background, separate to buttons 2 years ago