Pom.xml: adding dependency after removing uoa-clients
add dependency needed after removing uoa-commons
-Rename HelloWorldService to ClaimsService-Remove methods for communites and ISLookUpService imports
HelloWorldService.java: Add 'testEmail' get method to send test email to specific users (Argiro K. & Konstantina G.) for some test community - path: 'test-email'.
HelloWorldService.java: Add 'forceSendEmailNotifications' method to send email notifications now from path 'email-notifications'.
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...
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.
add more roles for community curators | distinct admin and claim curators
fixing issues with types filter - change the parameter for types
add better logs
more user friendly message
without jersey + added only one mapping for /claims
Last try for a no jersey branch
Yet another...
New branch without jersey
add a logger
use the email from the userinfo
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag uoa-claims-api-2.0.2
[maven-release-plugin] prepare release uoa-claims-api-2.0.2
change the roles | handle common roles with openminted | change role parsing
[maven-release-plugin] copy for tag uoa-claims-api-2.0.1
[maven-release-plugin] prepare release uoa-claims-api-2.0.1
removed SNAPSHOT from version
Removing released version with SNAPSHOT
Removing thrift leftovers
correct error code in 403 messages.
[maven-release-plugin] copy for tag uoa-claims-api-2.0.0
[maven-release-plugin] prepare release uoa-claims-api-2.0.0
Bring back SNAPSHOT in dnet parent and module version
Fixed scm
MERGE newClaimsAPI 42190:48301
use cookies and header with access token instead of jwt in parameter | get from usermanagement service the roles and user e-mail | enable delete for administrators
Cleaning dependencies + removing ehcache
Changes for java8/dnet45 migration.
Changes for java8 migration.
Copy for Java8 migration