Change default values of limit and offset to -1 in project/claims api used for claims project manager page of portal in order to fetch all claims
Exception handling
code cleaning
cleaning up code
Update JWTValidatorAdd logger.error
For the method which get claims for project manager: add a check if token and user mail match for a project | correct 403 response message to valid json
fix mispelling in responses | add method to project/claims with projectToken
Add method for curation of claims | rename class UserHandler
Add a method for feeding a list of records to the index
Update JWTValidator, Add logger error messages
Update Authorization
Update HelloWorldService
Update Authorization, correct equals
Update userHandler, correct equals
Update JWTVAlidator, it works!
Update Authorization, Add role==2 - Admin is already registered
Update HelloWorldService, check if user is admin or registered and if input mail is equal to claim's mail at deleteBulkClaims
Add inputHandler package
Update HelloWorldService, check if user is admin or registerd and if user's mail is equal to claim's mail at deleteClaim
Update HelloWorldService, check if user is registered at fetchCategoryConcepts
Update HelloWorldService, check if user is registered at fetchCommunities, fetchCommunityCategories
Update HelloWorldService, check if user is registered at addBulkClaims
Update HelloWorldService, check if token is valid and user is registered at deleteClaim
Update HelloWorldService, check if token is valid and user is registered at getUserClaims
Update HelloWorldService, check if token is valid and user is admin at getResultClaims
Update HelloWorldService, check if token is valid and if user is admin at getContextClains
Update HelloWorldService, check if token is valid and if user is admin
Update HelloWorldService, check if user is admin at getAllClaims
Add Authorization.java
Added token in every API claim method.
Update pom.xml
Update JWTValidator, add a first draft with jwt's exception handling
Update JWTValidator, remove comments
Update HelloWorldService.java, Add Response isValid
Update JWTValidator, check if a jwt token is valid
Update JWTValidator, TODO plan about validation token and testing
Added security package
Adding bulk insert and delete methods
disabling thrift
minor changes
in insert claim method new parameters added for access rights and embargo date
More parameters added for fetch methods to include: sorting functionality, filtering by type, filtering by keyword / add the proper parameters in fetch
small changes in responses
correct xQueries for contexts
context related information added in the API
No need for thrifth
finalizing direct index claim
POST and DELET methods added to the connector API
add get claims by project, result, user, context, id.
First version of REST API for connector - get claims per project available
Creating branch for connector without thrift implementation. Introducing Jersey
Creating branch for the new claim schema migration
first implementation of claims for third parties are directly inserted in the index. Exisiting issues mentioned in #1803#note-4
Creating branch for direct claim indexFeed
Branching project to keep legacy import code