Commit Graph

65 Commits (master)
 

Author SHA1 Message Date
Konstantinos Triantafyllou 61096bf7ea Update admin tools library 3 weeks ago
Konstantinos Triantafyllou 87d4ffa8b3 Fix RoleUtils 10 months ago
Konstantinos Triantafyllou f51095c183 Merge remote-tracking branch 'origin/log4j2' 11 months ago
Konstantinos Triantafyllou 0116120843 Pom: Add spring-boot-version in maven-plugin 11 months ago
Konstantina Galouni 61cba891a1 Merge pull request 'log4j2' (#1) from log4j2 into master
Reviewed-on: #1
12 months ago
Konstantina Galouni 675ea269cc Admin Tools | log4j2: pom.xml: Updated version of uoa-admin-tools-library to 1.0.7 (previous 1.0.6) | CommunityController.java & ConnectController.java & ExploreController.java: In methods of update portal, if pid was changed, call also pageService.updatePid() 12 months ago
Konstantina Galouni 58f6612945 [Admin Tools | log4j2]: MenuService.java: [Bug fix] Method "updatePid()" needs to update portalPid in menu and menu items. 1 year ago
Konstantina Galouni 43a4c1a5a4 [Admin Tools | log4j2]: CommunityController.java: In method "updateCommunity()", update also portalPid in the related menu | MenuService.java: Added method "updatePid()". 1 year ago
Konstantina Galouni 0586a82e86 Merge log4j2 branch into master 1 year ago
Konstantina Galouni 4f62befa74 [Admin Tools | log4j2]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu.
1. Curator.java & CuratorResponse.java: Added field private boolean visible = true; to allow curators have a profile but not be visible in the Gateway.
2. CuratorService.java: In method "getCurators()" called by /{pid}/curator, return curators that have a profile and the profile is visible.
3. MenuAlignment.java: Enum created for menu alignment options.
4. Menu.java & MenuFull.java: Added field public MenuAlignment featuredAlignment = MenuAlignment.CENTER; to allow dynamic alignment of the Gateway custom menu.
5. MenuController.java: Added api method "alignMenu()" (/community/{pid}/menu/align), to change alignment of the custom menu.
6. MenuService.java: Added method "alignMenu()" | Set featuredAlignment field (default to "CENTER").
1 year ago
Konstantina Galouni 22d010c096 [Admin Tools | log4j2]: AdminToolsCheckDeployController.java: In /health_check/advanced method added admintool.cache.url. 1 year ago
Konstantinos Triantafyllou 6ee562dcb2 Fix scm developer correction url 2 years ago
Konstantina Galouni 708e59f1e1 [Admin Tools | log4j2]: SwaggerConfig.java: Updated swagger to separate libraries to folders. 2 years ago
Konstantina Galouni 031192b9fb [Admin Tools | log4j2]: Added swagger | log4j2.xml: Updated log4j settings - default file is spring log file | pom.xml: Added scm & updated version of libraries and parent. 2 years ago
Konstantina Galouni 5af0f6a841 Updated parent in pom.xml and moved to log4j2 2 years ago
Konstantinos Triantafyllou 5ba5ab4587 [maven-release-plugin] rollback the release of uoa-admin-tools-2.0.5 2 years ago
Konstantinos Triantafyllou fdb546500b [maven-release-plugin] prepare for next development iteration 2 years ago
Konstantinos Triantafyllou a1cf5f9a59 [maven-release-plugin] prepare release uoa-admin-tools-2.0.5 2 years ago
Konstantinos Triantafyllou d8ee820a78 Fix scm info type 2 years ago
Konstantinos Triantafyllou 2f6fbc0efe Add scm info 2 years ago
Konstantinos Triantafyllou 86deb80e71 Adding make.sh to .gitignore 2 years ago
Konstantinos Triantafyllou 95dd4cf145 Add gitignore 2 years ago
Konstantina Galouni 09d1088a8b [Admin tools | Trunk]: BrowserCacheController.java: Commented catch of exceptions to print error stacktraces | [Bug fix] Response is HTML, so added String.class instead of Object.class. 2 years ago
Konstantina Galouni ee0eb49e24 [Admin tools | Trunk] pom.xml: Increased version. 2 years ago
Konstantina Galouni 6e14c0b41b [Admin tools | Trunk]: Added endpoing for purging browser cache.
1. admintools.properties: Added property "admintool.cache.url".
2. BrowserCacheConfig.java: Added config for browser cache properties.
3. UoaAdminToolsApplication.java: In EnableConfigurationProperties added BrowserCacheConfig.
4. BrowserCacheController.java: Added class and method "purge()" (/cache/{pid}) for purging browser cache for a specific community.
2 years ago
Konstantina Galouni b5de59ee75 [Admin Tools | Trunk]:
1. pom.xml: Increased version.
2. LayoutDAO.java & MongoDBLayoutDAO.java: Updated return type of "findByPortalPid()" to be List<Layout>.
3. LayoutService.java: Updated all usages of "findByPortalPid()" | In "save()" method, if there is one existing Layout for this pid already, set id to update layout instead of saving a new one.
4. CommunityController.java: Added method "deleteLayoutForCommunity()" (DELETE /community/{pid}/layout).
5. ConnectController.java: Added methods for "connect" and "default" pids: 
   "getLayoutForConnect()" (GET /connect/{pid}/layout - no authorization), "updateLayoutForConnect()" (POST /connect/{pid}/layout), "deleteLayoutForConnect()" (DELETE /connect/{pid}/layout).
2 years ago
Konstantina Galouni 99e01c7662 [Admin Tools | Trunk]: pom.xml: Increased version to 2.0.3 | ManagerService.java: Change response in method "getManagers()" to get them via role management instead of user management. 2 years ago
Konstantina Galouni a9cc44c443 [Trunk | Admin Tools]: Updated version of admin-tools-library | Updated structure of dynamic Menus.
1. pom.xml: Updated version of admin-tools-library to 1.0.5 (used to be 1.0.4).
2. Added Menu.java, MenuFull.java, MenuDAO.java, MongoDBMenuDAO.java.
3. CommunityController.java: On method "deleteCommunities()", delete also dynamic Menus for these pids.
4. Renamed MenuItemController.java to MenuController.java & added or updated methods to get/save/delete/toggle Menu structure instead of MenuItems.
5. Renamed MenuItemService.java to MenuService.java & added or updated methods to get/save/delete Menu structure instead of MenuItems.
6. MenuItem.java & MenuItemFull.java: Added field "String target;" (values _self or _blank) & field "Boolean isFeatured = false;".
7. UoaAdminToolsApplicationTests.java: Added test for sending email.
8. Layout.java: Added field "Date date".
2 years ago
Konstantinos Triantafyllou 834dcc26f0 Add get available layouts endpoint 2 years ago
Konstantina Galouni ad80551db7 [Trunk | Admin tools]: MenuItemController.java & MenuItemDAO.java & MongoDBMenuItemDAO.java & MenuItem.java & MenuItemFull.java & MenuItemService.java: Added dynamically configurable Menu Items for specific portal. 2 years ago
Konstantinos Triantafyllou 38833860e3 Update admin tools library 2 years ago
Konstantina Galouni fbd8be51a0 [Trunk | Admin Tools]: pom.xml: Updated to 2.0.1-SNAPSHOT current version and to 1.0.3 uoa-admin-tools-library. 2 years ago
Konstantina Galouni 9412df30a0 [Trunk | Admin Tools Service]:
1. pom.xml: 
	a. Updated version of "uoa-admin-tools-library" from 1.0.1 to 1.0.2
	b. Added <repositories> tag with http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases url for released libraries.
2. GlobalVars.java: Added field "version" (version of project in pom).
3. AdminToolsCheckDeployController.java: Expose globalBars.version in /health_check/advanced.
4. admintools.properties: Added admintool.globalVars.version=@version@ (initialized by pom version).
2 years ago
Konstantina Galouni 8989707b79 [Trunk | Admin Tools]: pom.xml:
a. Revert from r61633 changes for parent and plugins: now from "dnet45-parent" to "spring-boot-starter-parent".
b. In dependency "uoa-admin-tools-library" remove snapshot from version (the library is released on http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases/eu/dnetlib/uoa-admin-tools-library/).
3 years ago
Konstantina Galouni 84d0d916b7 [Trunk | Admin Tools]: pom.xml: Update parent from "spring-boot-starter-parent" to "dnet45-parent" ==> add <dependencyManagement> and "maven-war-plugin" and comment "spring-boot-maven-plugin". 3 years ago
Konstantina Galouni 7e5d71828e [Trunk | Admin Tools Service]:
1. pom.xml: 
        a. Added timestamp in properties.
        b. In <build> added <resources> with filtering set to true.
2. GlobalVars.java: Added GlobalVars class for date of deploy & date of build.
3. UoaAdminToolsApplication.java: 
	a. Added  @PropertySource("classpath:authorization.properties") and @PropertySource("classpath:admintoolslibrary.properties").
	b. In @EnableConfigurationProperties added GlobalVars.class.
4. AdminToolsCheckDeployController.java: Added exposing date of deploy and date of build.
5. admintools.properties: Added property admintool.globalVars.buildDate=@timestamp@.
3 years ago
Konstantina Galouni 6f16710191 [Trunk | Admin Tools]: update_db.js: [Bug fix] Add Home page of communities by updating "portal" collection (not "community) | call "addHomePageInCommunities()" independently (not from other function). 3 years ago
Konstantina Galouni c40385090c [Trunk | Admin Tools]: update_db.js: Updated default footer div helptext for communities. 3 years ago
Konstantina Galouni f30a0d8a80 [Trunk | Admin Tools]: update_db.js:
a. In function addPiwik(), add new communities (galaxy, gortriple, neanias-underwater, pending piwik: embrc).
	b. New functions for footer divId & div helptexts (connect & communities): addFooterDivIdForConnect(), addFooterDivIdForCommunities(), addFooterHelpTextForConnect(), addFooterHelpTextForCommunities().
3 years ago
Konstantina Galouni b2254975da [Trunk | Admin Tools]:
1. AdminToolsCheckDeployController.java: 
	a. In "hello()" method added @RequestMapping (except for existing ""), "/health_check".
	b. Added method "checkEverything()" (/health_chech/advanced) only accessible by PORTAL ADMINS which checks connection with db and prints properties.
2. Layout.java: Commented all fields for layout configuration (e.g. mainColor, buttons,...) and added an Object layoutOptions which includes any required options.
3 years ago
Konstantina Galouni c4f63e0d78 [Trunk | Admin Tools]: AdminToolsCheckDeployController.java: [NEW] Controller added and "hello()" method (@RequestMapping(value = "", method = RequestMethod.GET)) which just prints and returns a greeting message. 3 years ago
Konstantina Galouni 0f14a41d6f [Trunk | Admin Tools]: EmailController.java: Added method "notifyNewManager()" (/notifyNewManager) to send a wellcome email to a new manager (recipient not by portal - user is sending email to himself). 3 years ago
Konstantinos Triantafyllou f7c9a6ce38 [Admin Tools | Trunk]: Change properties to dl instead of mapagasas 3 years ago
Konstantinos Triantafyllou 7466b04f4f [Admin Tools | Trunk]: Add get managers by Type. Get Curators base on AAI ID 3 years ago
Konstantina Galouni ac370aa055 [Trunk | Admin Tools]:
1. CuratorResponse.java: Remove "email" field.
2. EmailController.java: 
	a.Replace methods "notifyNewManagers()" (/notifyForNewManagers/{pid}) and "notifyForNewSubscribers()" (/notifyForNewSuscribers/{pid}) 
	  with "notifyManagers()" (/notifyManagers/{pid}/{newRoleType}), where newRoleType is "manager" or "subscriber".
	b. Method notifyManagers() finds manager emails by calling registry service - stop getting them from portals inside Email object.
3 years ago
Konstantinos Triantafyllou 946c099fee [Admin Tools | Trunk]: Remove notification components 3 years ago
Konstantinos Triantafyllou af53843d1c [Admin Tools | Trunk]: Add again role Utils. Fix curator methods 3 years ago
Konstantinos Triantafyllou 6484343d2f [Admin Tools | Trunk]: Add get managers method. Delete no needed files. 3 years ago
Konstantina Galouni 6c452b5433 [Trunk | Admin Tools]:
1. pom.xml: Added dependency for spring security.
2. UoaAdminToolsApplication.java: Import AuthorizationConfiguration.class | Remove SecurityConfig.class from @EnableConfigurationProperties.
3. UoaAdminToolsConfiguration.java: Comment "addInterceptors()" method calling AuthorizationHandler with SecurityConfig.
4. SecurityConfig.java & AuthorizationHandler.java & AuthorizationUtils.java & CommunityInfo.java & UserInfo.java: Commented all contents of these files (files will be deleted in coming commit).
5. PortalSubscribersController.java: Comment imports from commeted files.
6. Notifications.java: Added field "aaiId" get getters and setters.
7. NotificationsController.java:
        a. Method "getNotifications()" is replaced by "getNotificationsForUser()" (/community/{pid}/notifications) - returns notification settings only for user who made the request (uoa-authorization-li$
        b. Path changed for method "getNotifications()": /community/{pid}/notifications/all
        c. Remove "@RequestBody String email" parameter from method "deleteNotification()" - get email from user who made the request (uoa-authorization-library).
        d. In method "saveNotification()" get aaiId and email from user who made the request (uoa-authorization-library).
        e. Added checks and throw Exceptions in all methods.
        f. Added @PreAuthorize
                Portal Admins: "getNotifications()" (/community/{pid}/notifications/all) 
                Portal Admins - Curators - Managers: "getNotificationsForUser()" (/community/{pid}/notifications), "deleteNotification()" (/community/{pid}/notifications), "saveNotification()" (/communit$
8. ExploreController.java:
        a. Added checks and throw Exceptions in all methods.
        b. Added @PreAuthorize
                Portal Admins: "updateExplore()" (/explore/update), "insertExplore()" (/explore/save), "deleteExplore()" (/explore/delete).
9. ConnectController.java:
        a. Added checks and throw Exceptions in all methods.
        b. Added @PreAuthorize
                Portal Admins: "updateConnect()" (/connect/update), "insertConnect()" (/connect/save), "deleteConnect()" (/connect/delete).
        c. Commented methods "getLayoutForConnect()" and "updateLayoutForConnect()" (/connect/{pid}/layout).
10. CommunityController.java:
        a. Added checks and throw Exceptions in all methods.
        b. Added @PreAuthorize
                Portal Admins: "updateCommunity()" (/community/update), "insertCommunity()" (/community/save), "deleteCommunity()" (/community/delete).
                Portal Admin - Curators - Managers: "updateLayoutForCommunity()" (/community/{pid}/layout).
11. CuratorController.java: 
        a. In "insertCurator() (/curator) set _id field with aaiId from user who made the request (uoa-authorization-library).
        b. Added @PreAuthorize
                Authenticated users: "getCuratorById()" (/curator/{id}), "insertCurator()" (/curator).
                Portal Admins: "deleteCurators()" (/curator).
3 years ago
Konstantina Galouni 40b7fa40cd [Trunk | Admin Tools]:
1. SubscriberController.java & PortalSubscribersController.java: Commented POST/ DELETE methods from controllers related to subscribers (these files will be deleted after migration of roles to AAI).
2. StatisticsController.java: Commented all methods (file and statistics schema in general need update - currently not working).
3 years ago