uoa-admin-tools/src/main/java/eu/dnetlib/uoaadmintools
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").
2022-12-09 15:01:00 +02:00
..
configuration [Admin Tools | log4j2]: SwaggerConfig.java: Updated swagger to separate libraries to folders. 2022-10-20 10:27:53 +03:00
controllers [Admin Tools | log4j2]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu. 2022-12-09 15:01:00 +02:00
dao [Admin Tools | Trunk]: 2022-08-09 09:44:39 +00:00
entities [Admin Tools | log4j2]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu. 2022-12-09 15:01:00 +02:00
services [Admin Tools | log4j2]: Allow curators with profile to be invisible in the Gateway | Dynamically align custom menu. 2022-12-09 15:01:00 +02:00
ServletInitializer.java All files moved to /trunk directory (improving project structure in svn). 2020-03-31 12:02:29 +00:00
UoaAdminToolsApplication.java [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. 2022-10-10 13:52:19 +03:00