Project

General

Profile

Statistics
| Revision:
  • svn:ignore: .idea uoa-admin-tools.iml target

# Date Author Comment
60555 02/03/2021 12:48 PM Konstantinos Triantafyllou

[Admin Tools | Trunk]: Change properties to dl instead of mapagasas

60554 02/03/2021 12:27 PM Konstantinos Triantafyllou

[Admin Tools | Trunk]: Add get managers by Type. Get Curators base on AAI ID

60521 26/02/2021 03:54 PM Konstantina Galouni

[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"....

60514 26/02/2021 11:16 AM Konstantinos Triantafyllou

[Admin Tools | Trunk]: Remove notification components

60513 26/02/2021 11:14 AM Konstantinos Triantafyllou

[Admin Tools | Trunk]: Add again role Utils. Fix curator methods

60509 25/02/2021 08:00 PM Konstantinos Triantafyllou

[Admin Tools | Trunk]: Add get managers method. Delete no needed files.

60501 25/02/2021 12:57 PM Konstantina Galouni

[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....

60499 25/02/2021 11:43 AM Konstantina Galouni

[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).

60498 25/02/2021 11:27 AM Konstantina Galouni

[Trunk | Admin Tools]: Curator.java & CuratorResponse.java: Rename "setAffiliation()" to "setAffiliations()".

60497 25/02/2021 11:18 AM Konstantina Galouni

[Trunk | Admin Tools]:
1. update_db.js: Added method to add Piwik ids for each community (check ids before running it).
2. migrateCommunityIn_db.js: Added method to migrate curators (there was an error with null fields - UI needs them empty strings).

60496 25/02/2021 11:07 AM Konstantina Galouni

[Trunk | Admin Tools]:
1. Deleted folder "responses" with all its files (moved to uoa-admin-tools-library in r60105 ).
2. Deleted file "SimpleErrorController.java" (moved to uoa-admin-tools-library in r60105 ).

60034 04/12/2020 10:56 AM Konstantina Galouni

[Trunk | Admin tools]:
1. NotificationsService.java: [NEW] service for notifications with updatePid and deleteByPid methods.
2. LayoutService.java & StatisticsService.java & SubscriberService.java: Logs added.
3. CommunityController.java:
a. [Bug fix] On "updateCommunity()" (/update) method update pid for related notifications, layout, statistics and subscribers (old_pid had the value of new_pid, not the old one)....

60033 04/12/2020 10:41 AM Konstantina Galouni

[Trunk | Admin tools]: synchronize_dbs.js & migrateCommunityIn_db.js: Add auth commands for dbs with credentials.

59482 28/09/2020 12:30 PM Konstantina Galouni

[Trunk | Admin Tools]: CommunityController.java: in "getAllCommunities()" method, change @RequestMapping value from "/" to "" (in url no need to add / in the end to match this method).

59471 24/09/2020 02:09 PM Konstantina Galouni

[Trunk | Admin Tools]: Delete "CommunitySubscribersController.java" (replaced by PortalSubscribersController.java).

59470 24/09/2020 02:02 PM Konstantina Galouni

[Trunk | Admin Tools]: Merging branch 'use-UoaAdminToolsLibrary' into trunk for revisions 58365:59468

59461 24/09/2020 11:56 AM Konstantina Galouni

[use-UoaAdminToolsLibrary | Admin Tools]: pom.xml & UoaAdminToolsApplication.java: Commit commented configuration for spring secutiry and "uoa-authorization-library".

59448 22/09/2020 04:02 PM Konstantina Galouni

[use-UoaAdminToolsLibrary | Admin Tools]: migrateCommunityIn_db.js & synchronize_dbs.js: Update scripts for migrating a portal (beta to production) - new fields and collection names (community -> portal).

59397 16/09/2020 12:19 PM Konstantina Galouni

[use-UoaAdminToolsLibrary | Admin Tools Service]: Merge trunk into branch.

59387 15/09/2020 03:05 PM Konstantina Galouni

[use-UoaAdminToolsLibrary | Admin Tools]: MongoConfig.java: In @ConfigurationProperties use admintool.mongodb, instead of admintool-branch.mongodb.

59385 15/09/2020 02:00 PM Konstantina Galouni

[use-UoaAdminToolsLibrary | Admin Tools]:
1. pom.xml: Change name of war from "uoa-admin-tools-branch" to "uoa-admin-tools".
2. update_db.js: Change name of database used to "openaireconnect" (Beta).

59377 15/09/2020 12:48 PM Konstantina Galouni

[use-UoaAdminToolsLibrary | Admin Tools]:
1. CommunityController.java:
a. Add GET methods "getAllCommunities()" (/community) and "getAllCommunitiesFull()" (/community/full).
b. Add @RequestMapping("/community") in class and remove /community from each method path....

58550 24/04/2020 06:39 PM Konstantinos Triantafyllou

[Admin Tools | Trunk]: Add on scripts new FAQs page.

58487 14/04/2020 11:48 AM Konstantina Galouni

[Trunk | Admin Tools Service]:
1. SingleValueWrapperResponse.java: Generic class SingleValueWrapperResponse created, with field "value" of type defined when instance is created (used for returning single value from API methods).
2. CommunitySubscribersController.java: In method "getNumberOfSubscribersPerCommunity()" (/community/{pid}/subscribers/count) return SingleValueWrapperResponse<Integer>...

58476 10/04/2020 02:34 PM Konstantina Galouni

[Trunk | Admin Tools Service]:
1. admintools.properties & UoaAdminToolsApplication.java: Uncomment admintools.properties and ignore if @PropertySource for dnet-override.properties not found, to let tests runs.
2. Subscriber.java: Add default constructor and constructor with email parameter....

58394 03/04/2020 09:23 PM Konstantina Galouni

[use-UoaAdminToolsLibrary | Admin Tools Service]:
REMINDER NOTE: change war name and properties (e.g. in MongoConfig.java) when merging to trunk.
1. Move MongoDBDAOs to folder /dao/MongoDBDAOs.
2. Move entities for Subscriber to folder /entities/subscriber....

58393 03/04/2020 09:01 PM Konstantina Galouni

[use-UoaAdminToolsLibrary | Admin Tools Service]:
1. Delete all unnecessary files that now exist in Admin Tools Library Service (GoogleConfig - GoogleResponse, MailConfig, Email, Community, Entity, Page, DivId, PageHelpContent, DivHelpContent).
2. Delete all unused files (Question, Topic and (deprecated) HtmlPageContent - replaced by PageHelpContent wherever needed).

58368 01/04/2020 02:52 PM Konstantina Galouni

[Trunk | Admin Tools service]:
1. Statistics.java: Added "isActive" field (default value: true).
2. StatisticsController.java: Added toggleStatistics method (/statistics/{id}/toggle) for activating/ deactivating statistics.

58365 31/03/2020 08:18 PM Konstantina Galouni

Creating a branch for using uoa-admin-tools-library

58363 31/03/2020 02:36 PM Argiro Kokogiannaki

[Uoa-admin-tool|Trunk]

Properties: use classpath instead of path of specific tomcats
Recaptcha: add logs and catch exceptions

58362 31/03/2020 02:02 PM Konstantina Galouni

All files moved to /trunk directory (improving project structure in svn).

58361 31/03/2020 01:50 PM Konstantina Galouni

Creating trunk and branches folders for improving structure of svn directory.

58346 27/03/2020 10:14 AM Konstantinos Triantafyllou

[AdminTools]: Make recaptcha mandatory again.

58306 19/03/2020 01:34 PM Konstantina Galouni

[Trunk | Admin tools Service]:
1. update_db.js: Method "addSearchResearchOutcomesPages()" added for new search pages created by search redesign.
2. init_db.js:
a. Unused deposit pages removed
b. Unused search pages removed and search pages for "research outcomes" added...

58304 19/03/2020 11:51 AM Konstantina Galouni

[Trubk | Admin tools Service]:
1. UoaAdminToolsApplication.java: Add @PropertySource for dnet-override.properties in dl170.madgik.di.uoa.gr.
2. EmailSender.java: [Bug fix] In subject and content of message add "UTF-8" type (non english characters support).

58299 18/03/2020 02:49 PM Konstantinos Triantafyllou

[Admin Tool | Trunk]: Contact email make recaptch optional

57497 02/11/2019 01:14 AM Konstantina Galouni

1. bug_fix_db.js: New script to remove leaks (statistics and community subscribers) from db for 2 deleted communities.
2. CommunityController.java: When updating a community, update 'pid' field in statistics and community subscribers related to this community....

57468 29/10/2019 05:42 PM Konstantina Galouni

PageHelpContentController.java: [Bug fix]: In method 'insertPageHelpContent()' (/pagehelpcontent/save): Entity 'pageHelpContent' keeps community id, not pid.

57319 08/10/2019 04:26 PM Konstantinos Triantafyllou

[AdminTool]: Add New Layout options. Run update.js on your mongo to delete the previous one.

56917 28/08/2019 02:50 PM Konstantinos Triantafyllou

[AdminTools]: Add myCommunities page on scripts.

56881 08/08/2019 01:10 PM Konstantina Galouni

init_db.js & update_db.js: In default page contents, change route '/about' to '/about/learn-how'.

56834 02/08/2019 12:16 PM Konstantinos Triantafyllou

AdminTool: Throw Exception on recaptcha failure.

56791 29/07/2019 12:17 PM Konstantina Galouni

update_db.js: Bug fix: Set positions in page '/participate/deposit/zenodo'.
PageController.java: Bug fix: When disabling a positions for a page, delete page help contents related to a page ROUTE (not id).

56790 29/07/2019 11:52 AM Konstantina Galouni

update_db.js: Method to remove faulty empty page from communities added | page route of 'Helper Test' fixed and set to '/helper-test'.

56788 29/07/2019 11:10 AM Konstantina Galouni

update_db.js: Method 'addNewRoutesInCommunities()' to add new pages in every community as enabled | Bug fixes: '/about/learn-how' type and set as connect page (not communities).

56785 26/07/2019 04:28 PM Konstantina Galouni

init_db.js & update_db.js: Methods added for default help texts in Home, About - Learn How, About - Learn In Depth, Contact us, Content Policy pages.

56770 25/07/2019 04:38 PM Konstantina Galouni

init_db.js & update_db.js:
Enable 'left' position in '/' page
Enable 'bottom' position in '/participate/claim' and '/participate/direct-claim'
Enable 'top', 'bottom' and 'right' positions in '/myclaims' and '/claims'

56739 24/07/2019 10:21 AM Konstantina Galouni

1. init_db.js: Bug fix: Get communityID properly for initialization of divHelpContents and pageHelpContents.
2. update_db.js: Bug fix: Use openaire_admin database name.
3. DivIdController.java: Add 'communityId' parameter in 'getDivIds' (/div) and 'getDivIdsFull' (/divFull) methods and check if the divId exists in openaire/connect/communities....

56679 22/07/2019 04:53 PM Konstantina Galouni

1. init_db.js & update_db.js & pom.xml: Version changed to 2.0.0
2. init_db.js: Add new and missing page routes, reorganize routes, add page help contents in deposit/learn-how and in organizations page for communities (not openaire and connect)
3. update_db.js: methods:...

56404 08/07/2019 03:12 PM Konstantina Galouni

1. MongoDBPageDAO.java & PageDAO.java: Add methods: "findByConnectAndRoute()", "findByCommunitiesAndRoute()", "findByOpenaireAndRoute()".
2. PageController.java: Bug fix in equality check of pid - parameter (not required) "page_route" added.

56383 05/07/2019 04:39 PM Konstantinos Triantafyllou

[AdminTools]: 1. Change the way of reading properties. 2. Replace mongodb custom properties with custom on admin-tools.properties. See deployments.txt

56293 01/07/2019 03:43 PM Konstantina Galouni

1. init_db.js:
1a. Add page "Home"
1b. Make "communities" true in "Search Find" Page
1c. Change "Organizations" page type from "html" to "other"
1d. Add divId "home-news" and "organizations"
1e. Add divHelpContents for "organizations" divId
2. update_db.js: Methods: organizationsPageTypeFromHtmlToOther(), removeHtmlPageContentsFromOrganizationsPage(), ...

56270 28/06/2019 02:54 PM Konstantinos Triantafyllou

[Admin tools]: Add google secret for beta.

56262 28/06/2019 12:19 PM Konstantinos Triantafyllou

[Admin-tools]: Add at properties of beta and production google-secret and post allowed properties.

56182 24/06/2019 03:37 PM Konstantina Galouni

Bug Fix: Typo in value (false) of "communities" field in "Project Report" page

56181 24/06/2019 03:09 PM Konstantina Galouni

init_db.js: Every page has "connect" and "communities" fields ("connect" for general connect pages - "communities" for community specific portals)

56175 24/06/2019 12:29 PM Konstantina Galouni

1. synchronize_dbs.js: Script for synchronization of pages, entities... between beta and production dbs of openaire_admin.
2. migrateCommunityIn_db.js: Script for migration of openaire_admin db from beta to production.

56174 24/06/2019 12:27 PM Konstantina Galouni

1. CommunityController.java: Add check for pid: "connect"
2. DivIdController.java: Bug fix: Save and Update methods should get parameter DivIdResponse
3. PageController.java: pid == "connect" case - get pages that are enabled in connect
4. CommunityPage.java & Page.java & PageDAO.java & MongoDBPageDAO.java: Rename "connect" field to "communities" and use "connect" field for connect general pages (not community specific) ...

56090 14/06/2019 02:48 PM Konstantinos Triantafyllou

[Admin-Tools]: Remove monitor page from communities

56039 11/06/2019 02:17 PM Konstantinos Triantafyllou

[Admin-Tools]: Update scripts to create curators page with default enabled value: false.

55991 04/06/2019 06:11 PM Konstantinos Triantafyllou

[AdminTools]: Change Affiliation fields

55938 31/05/2019 03:55 PM Konstantinos Triantafyllou

[Admin-Tools]: 1. Add Curator Collection. 2. Add CuratorDAO and Controller with crud methods.

55384 16/04/2019 03:17 PM Argiro Kokogiannaki

[Trunk]

update the method to get the community pids that a user is subscribed to

55378 16/04/2019 01:33 PM Konstantinos Triantafyllou

[Trunk|AdminTools]: EmailController: change contact method to send an email to all recipients

55305 12/04/2019 01:51 PM Konstantinos Triantafyllou

[Trunk|AdminTools]: 1. Change post.allowed and handler to match with servlet path. 2. Add an optional param in sendMail for bcc with default value true.

55272 11/04/2019 01:20 PM Konstantinos Triantafyllou

[Trunk|AdminTools]: 1. Create two new entities: EmailRecaptcha, GoogleResponse. 2. Add a new post request /contact for contact us feature. 3. Create a service for verify recaptcha. 4. Add two new properties in admintools.properties: google.secret, post-allowed list(for allowing specific post requests without login)

55036 19/03/2019 02:36 PM Konstantinos Triantafyllou

[Trunk|Admin-Tools]: Add subscriber collection to init script.

55029 19/03/2019 01:41 PM Konstantinos Triantafyllou

[Trunk|Admin-Tools]: Add community creation of Dariah.

55027 19/03/2019 11:28 AM Konstantinos Triantafyllou

[Trunk|AdminTools]: 1. Add Layout Collection 2. Create getLayout, updateLayout, resetLayout in CommunityController 3. Add at admintooles.properties default color=color of connect

54676 01/02/2019 11:58 AM Konstantina Galouni

1. emailSender/EmailSender.java: enable property 'starttls' for mail (necessary when sending mail to mailing list address).
2. controllers/EmailController.java: 'sendEmail()' function returns success and failure lists for all emails to be sent.
3. resources/admintools.properties: change 'UserInfoUrl' property from 'mpagasas' to 'scoobydoo'.

53985 27/11/2018 01:31 PM Argiro Kokogiannaki

Email Sender: Add a new property auth

Properties: add dev and beta properties

comment methods in update after run in beta

53941 23/11/2018 03:41 PM Argiro Kokogiannaki

Change NotFoundException to ContentNotFoundException
EmailSender:
add test method
parameter for bcc or to for the recipients

53936 23/11/2018 01:23 PM Konstantina Galouni

1. pom.xml: Add commented plugin for surfire (possibly needed in openjdk: bug in their release).
2. init_db.js & update_db.js: Add creation of 'Share in Zenodo' page with route: participate/share-zenodo.

53671 08/11/2018 03:03 PM Argiro Kokogiannaki

add AuthorizationHandler in API configuration: checks

53594 30/10/2018 12:58 PM Konstantina Galouni

1. update_db.js: Add 'addDefaultHtmlToHtmlPagesForCommunity()' function for adding hmtl contents (/about and /organizations routes) to 'Clarin' community.
2. CommunityController.java: Add htmlPageContents when a community is created | delete htmlPageContents, statistics, communitySubscribers when a community is deleted.

53566 26/10/2018 04:03 PM Argiro Kokogiannaki

change mail controller method names, mail sender returns boolean to check if mail send or not

53564 26/10/2018 02:40 PM Argiro Kokogiannaki

Add ORP for statistics: in init/ update scripts | add the entity in creation of a community

53555 25/10/2018 04:21 PM Konstantina Galouni

1. Update pom's and scripts' version to 1.1.1
2. init_db.js: Add missing 'notifications' collection.
3. update_db.js: Add 'createNotificationsCollection()' function and 'addDivHelpContentsForCommunity()' function for adding class contents to 'Clarin' community....

53266 26/09/2018 01:10 PM Argiro Kokogiannaki

Fix configuration update method not creating duplicates, add check for no user information

53032 06/09/2018 04:26 PM Konstantina Galouni

Update init_db.js to include 'Other Research Products'.

52992 28/08/2018 04:08 PM Argiro Kokogiannaki

uncomment values in properties file - fixing previous commit issue with deploy

52897 03/08/2018 03:17 PM Argiro Kokogiannaki

add deployments info file
remove content page from init script
update names of communities
update html for pages with htmlPageContent

Subscribers: don't subscribe again if already subscribed
Notifications: add entity, DAO, controller
Add Email entity

Change emailSender to be more generic

52811 25/07/2018 03:05 PM Konstantina Galouni

1. Change email subject in EmailSender.
2. update_db.js: Create function for inserting "Other Research Products" entity and relevant pages in database for all communities.

52363 05/06/2018 02:15 PM Konstantina Galouni

1. Update version in scripts and pom.
2. Bug fix in 'init_db' script (remove a new line).
3. Functionality for sending an email to a parametrized list of users added (EmailSender.java).
4. Add a POST method in API that gets a list of recipients and sends them an email (/invite - EmailController.java)....

52362 05/06/2018 02:10 PM Konstantina Galouni

Bug fixes in HtmlPageContentController.java (concurrency issues).

52308 01/06/2018 01:21 PM Konstantina Galouni

1. 'Monitor' and 'Content' pages of type: other in init and update script.
2. 'About' and 'Organizations' pages of type: html in init and update script.
3. Default html content of pages with type html for every community in init and update script.
4. 'AGINFRA+' and 'Clarin' communities in init script....

51850 18/04/2018 03:09 PM Argiro Kokogiannaki

fix init_db.js: use community Id for creating Div Help Contents

51846 17/04/2018 06:22 PM Argiro Kokogiannaki

set proper content for div contents | update init_db.js with lattest changes from update script

51828 16/04/2018 01:50 PM Konstantina Galouni

update_db.js: function to create and initialize one div help content per divId per community added.

51755 11/04/2018 03:49 PM Konstantina Galouni

1. Bug fix in entity/save (portal sends entity, not CommunityEntity).

51623 02/04/2018 02:09 PM Konstantina Galouni

1. Bug fix when getting pages of a community.
2. Added 2 functions in update_db.js (updateTypeOfLandingPages, removeEntitiesFromSearchFindPage).

51531 27/03/2018 01:23 PM Konstantina Galouni

1. Bug fixes in updata_db.js.
2. ExceptionsHandler.java: Handler added for NullPointerException.
3. CommunityPage.java: 'connect' and 'openaire' fields (with getters and setters) added.
4. PageController.java: in '/page' method, RequestParam 'pid' is not required....

51529 27/03/2018 12:20 PM Argiro Kokogiannaki

create all communities method in init_db.js

51508 26/03/2018 02:56 PM Argiro Kokogiannaki

organize init script with methods, add connect and openaire fields in Page, filter pages by pid depending on connect and openaire field | order page results by name | update update script with methods

51340 20/03/2018 12:31 PM Konstantina Galouni

1. Version changed to 1.0.1
1. DivIdis not related to any Community. All communities share the same divIds.
2. DivHelpContent is related to a Community.
3. Statistics' change operations fixed in init_db.js and update_db.js.
4. pom.xml, init_db.js, update_db.js updated to the new version....

51325 19/03/2018 11:51 AM Argiro Kokogiannaki

adding restricted in numbers of statistics , fix issues in update script

51273 15/03/2018 04:15 PM Argiro Kokogiannaki

Change Statistics structure - add new classes | create add update script for statistics

51206 14/03/2018 10:14 AM Argiro Kokogiannaki

Add ErrorController with cors

51187 13/03/2018 12:57 PM Argiro Kokogiannaki

add the files for dnet override properties, change origin server to contains oly domain

51049 06/03/2018 01:06 PM Argiro Kokogiannaki

Add subscribers collection, DAO and controller| add not found exception & handler | add authorization handler (disabled for now)