Project

General

Profile

Statistics
| Revision:

# Date Author Comment
58338 26/03/2020 03:51 PM Argiro Kokogiannaki

Create functions for common code:
Authorization: hasBasicAuthorization
Claims Service: getInfoAndBuildClaim that gets jsonObjects and extracts the information needed for "buildAndInsertClaim"

57030 11/09/2019 12:55 PM Argiro Kokogiannaki

-Rename HelloWorldService to ClaimsService
-Remove methods for communites and ISLookUpService imports

53917 21/11/2018 04:21 PM Konstantina Galouni

HelloWorldService.java: Add 'testEmail' get method to send test email to specific users (Argiro K. & Konstantina G.) for some test community - path: 'test-email'.

53892 20/11/2018 04:46 PM Konstantina Galouni

HelloWorldService.java: Add 'forceSendEmailNotifications' method to send email notifications now from path 'email-notifications'.

53619 04/11/2018 07:14 PM Konstantina Galouni

1. HelloWorldService.java:
a. replace method 'project/claims', with method 'projects/{projectId}/all_claims' (no token but projectId)
b. add method '/users/notification' to get user email preferences from 'notification' table
c. add method '/users/notification/save' to insert a new notification entry or update an existing in 'notification' table...

52620 29/06/2018 03:14 PM Konstantina Galouni

HelloWorldService.java: in method for path 'project/claims' return claims:
either if user's email is included in 'contact_person' field of 'project' table of postgres databaase
or if user has 'Curator - Project' role.

51938 07/05/2018 03:04 PM Argiro Kokogiannaki

add more roles for community curators | distinct admin and claim curators

50969 28/02/2018 01:26 PM Argiro Kokogiannaki

fixing issues with types filter - change the parameter for types

50948 27/02/2018 03:34 PM Argiro Kokogiannaki

add better logs

50323 16/01/2018 12:55 PM Argiro Kokogiannaki

add a logger

48572 14/07/2017 04:30 PM Argiro Kokogiannaki

use the email from the userinfo

48551 12/07/2017 05:03 PM Argiro Kokogiannaki

change the roles | handle common roles with openminted | change role parsing

48494 10/07/2017 12:32 PM Argiro Kokogiannaki

correct error code in 403 messages.

48312 04/07/2017 02:03 PM Katerina Iatropoulou

MERGE newClaimsAPI 42190:48301

47510 14/06/2017 02:20 PM Katerina Iatropoulou

Copy for Java8 migration