Commit Graph

367 Commits

Author SHA1 Message Date
Konstantinos Triantafyllou 1ad0acf07b Update assets 2023-03-27 17:26:28 +03:00
Konstantinos Triantafyllou f1fe38a0a6 Update libraries before deploy 2023-03-27 16:19:10 +03:00
Konstantina Galouni 3ab4651ccd [Connect Admin]:personal-info.component.ts: Updated message of visibility | Changed visible default value to false (invisible). 2022-12-09 17:16:08 +02:00
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.
2022-12-09 16:43:36 +02:00
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".
2022-12-09 16:34:19 +02:00
Konstantina Galouni 9507545fd8 [Library | angular-14]: menu.component: Added commented code for creating new gateway specific pages when editing custom menu. 2022-12-07 12:09:01 +02:00
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. 2022-11-29 18:11:29 +02:00
Konstantina Galouni 318d121145 Updating libraries.. 2022-11-29 14:45:31 +02:00
Konstantinos Triantafyllou f518ea4593 Remove content providers: Add extra condition if a cirteria field is null. 2022-11-28 13:19:33 +02:00
Konstantinos Triantafyllou 0c01154698 [Bug] Criteria: Change author ORCID to orcid. 2022-11-28 13:06:40 +02:00
Konstantinos Triantafyllou bc7663458c Change dev properties with new services instances 2022-11-08 16:46:44 +02:00
Konstantinos Triantafyllou b1b7c95fc3 Change dev properties with new services instances 2022-11-08 16:45:53 +02:00
Konstantina Galouni c304f8c9a8 Merge remote-tracking branch 'origin/angular-13' into angular-14 2022-09-27 11:32:14 +03:00
Konstantina Galouni 0c3333fd5d Update library 2022-09-27 11:32:01 +03:00
Konstantina Galouni a74c61846e Merge remote-tracking branch 'origin/angular-12' into angular-13 2022-09-27 11:30:51 +03:00
Konstantina Galouni 69b8cf9bd7 Update library 2022-09-27 11:30:29 +03:00
Konstantina Galouni a7e81594b9 Merge remote-tracking branch 'origin/master' into angular-12 2022-09-27 11:29:10 +03:00
Konstantina Galouni 29c1726003 Update library 2022-09-27 11:28:52 +03:00
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". 2022-09-27 11:11:25 +03:00
Alex Martzios a8cc90c619 add @types/ckeditor": "^4.9.10" in the devDependencies 2022-09-26 18:31:22 +03:00
Alex Martzios c29b904f33 Update recaptcha to version 10.0.0 and ckeditor to 1.3.7 2022-09-26 16:57:16 +03:00
Konstantinos Triantafyllou b1123a38f7 Interactive-mining: Change checkout branch to angular-14 2022-09-26 11:03:47 +03:00
Konstantinos Triantafyllou c913f9df07 Update material to version 14 2022-09-23 17:16:09 +03:00
Konstantinos Triantafyllou 1d18b265c3 Update angular core and cli to version 14 2022-09-23 17:14:20 +03:00
Konstantinos Triantafyllou d07c6a2f3d Interactive mining: chechout angular 14 branch while installing 2022-09-23 17:11:23 +03:00
Konstantinos Triantafyllou 67700a1e53 Update angular material to version 13 2022-09-23 17:09:31 +03:00
Konstantinos Triantafyllou 0828dc7a7b Update angular core and cli to version 13 2022-09-23 17:07:54 +03:00
Konstantinos Triantafyllou c1a689ab33 Update library before angular update to version 13 2022-09-23 17:05:54 +03:00
Konstantinos Triantafyllou aefb429e1c Update material and submodules to version 12 2022-09-23 16:00:00 +03:00
Konstantinos Triantafyllou d846427c4a Update angular core and cli to version 12 2022-09-23 15:56:30 +03:00
Alex Martzios 808aad164b update submoduls before angular upgrade 2022-09-23 15:23:59 +03:00
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".
2022-09-21 10:29:11 +03:00
Konstantina Galouni 95e23ea67c [Connect Admin | new-theme]: profile.component.ts: [Bug fix] Class is "uk-hidden" instead of "hidden". 2022-09-19 12:45:45 +03:00
Konstantina Galouni 54bd763fc4 [Connect Admin | new-theme]: environment.prod.ts: Added property "deleteBrowserCacheUrl". 2022-09-19 12:15:31 +03:00
Konstantinos Triantafyllou 051d0101bb Fix manage communities load stuck. 2022-09-08 16:44:46 +03:00
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)
2022-08-12 16:18:36 +03:00
argirok 0dbb8b2c75 Customization: rename hero to hero section, add description below 2022-08-11 16:06:50 +03:00
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.
2022-08-11 15:46:55 +03:00
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.
2022-08-11 12:58:20 +03:00
argirok de28e80413 Customization: fixes, rename service
Customization admin: update the updateCss method, add delete
2022-08-08 13:03:14 +03:00
Konstantinos Triantafyllou 7e6032823e Rename Menus & Pages to Pages & Menus 2022-08-05 15:23:45 +03:00
Konstantinos Triantafyllou 43acf36923 Change Dasbhoard menu item to home. 2022-08-05 11:47:07 +03:00
Konstantinos Triantafyllou 51b5b80c82 Update customizatiion back action style. 2022-08-05 10:33:46 +03:00
Konstantinos Triantafyllou 980ec60ac6 Change header info in all pages.
Add connect menu items in admin pages.
2022-08-04 18:44:55 +03:00
argirok ab2deefa15 remove unused properties 2022-08-04 13:02:32 +03:00
argirok b75a08506f Add .htaccess file, configure it in angular.json 2022-08-02 17:06:31 +03:00
argirok 1643eecc48 Connect Admin Customization: create button that updates layout timestamp and create new css files 2022-08-01 17:32:25 +03:00
argirok 99c109bf3f Merge remote-tracking branch 'origin/new-theme' into new-theme 2022-08-01 12:19:11 +03:00
argirok 9379c91e7e Customization: updates for buttons customization
add property connectportalUrl - use it for preview and build css methods
2022-08-01 12:18:47 +03:00
Konstantina Galouni c562177754 [Connect Admin | new-theme]: Updating libraries. 2022-07-29 12:33:31 +03:00