[maven-release-plugin] copy for tag uoa-claims-api-2.0.1
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
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag uoa-openaire-connector-1.3.2
[maven-release-plugin] prepare release uoa-openaire-connector-1.3.2
merge with indexFeed branch r41352:42736. Related to direct index claim
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
[maven-release-plugin] copy for tag uoa-openaire-connector-1.3.0
[maven-release-plugin] prepare release uoa-openaire-connector-1.3.0
Changed thrift interface and java method for insertConcept to pass doi information - related to #1500
[maven-release-plugin] copy for tag uoa-openaire-connector-1.2.0
[maven-release-plugin] prepare release uoa-openaire-connector-1.2.0
new wellcome trust prefix + datasourceprefix set to openaire____ #1501
new uoa-commons version and INFO debug level related to #1288 and #1278
[maven-release-plugin] copy for tag uoa-openaire-connector-1.1.0
[maven-release-plugin] prepare release uoa-openaire-connector-1.1.0
Closing #990 and adding deletion functionality
Handling from - to queries with timestamps instead of dates
connector and thrift php with enhanced Claim object that contains objectid. This is to better support claim deletion.
[maven-release-plugin] copy for tag uoa-openaire-connector-1.0.0
[maven-release-plugin] prepare release uoa-openaire-connector-1.0.0
prepare for 1.0.0 release - changed version
prepare for 1.0.0 release - added scm info
prepare for 1.0.0 release
preparing for 1.0.0 release
embargoenddate properly stored
typo
adding embargoEndDate in DMF schema in claims
adding 40| and 50| in front of results and project ids
created tag folder for release
using timestamps instead of dates
- Fixed the ids in result to result relations- Added a simple test class
correct formatting of code
catching and logging exceptions at claimConnector level
- Fixed a bug in spring config- Accepting null source for claiming
stopped closing connections
- Removed obsolete inference input methods- Updated the connector interface to add a result-result relation