| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 1 | version 0.59.10 | 
| margaretha | aecee1b | 2018-02-20 14:44:21 +0100 | [diff] [blame] | 2 | 20/02/2018 | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 3 | - added sort VC by id (margaretha) | 
|  | 4 | - added test cases regarding VC sharing (margaretha) | 
|  | 5 | - implemented withdraw VC from publication (margaretha) | 
|  | 6 | - added Changes file (margaretha) | 
| margaretha | e6c711b | 2018-02-06 21:55:04 +0100 | [diff] [blame] | 7 | - implemented add/invite users to group (margaretha) | 
| margaretha | 4566792 | 2018-01-25 21:23:03 +0100 | [diff] [blame] | 8 | - implemented delete user-group and member tasks (margaretha) | 
|  | 9 | - added userMemberStatus in group lists (margaretha) | 
| margaretha | 2c019fa | 2018-02-01 19:50:51 +0100 | [diff] [blame] | 10 | - updated and added SQL test data (margaretha) | 
|  | 11 | - added user group related tests (margaretha) | 
|  | 12 | - implemented custom configuration for deleting user groups and members (margaretha) | 
|  | 13 | - updated library versions and java environment (margaretha) | 
| margaretha | e6c711b | 2018-02-06 21:55:04 +0100 | [diff] [blame] | 14 | - added expiration time check for member invitation (margaretha) | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 15 | - moved .properties files (margaretha) | 
|  | 16 | - merged changelog file to Changes (margaretha) | 
|  | 17 | - updated status codes and error messages to be more detailed (margaretha) | 
| margaretha | aecee1b | 2018-02-20 14:44:21 +0100 | [diff] [blame] | 18 | - testing mail implementation using embedded jetty jndi (margaretha) | 
|  | 19 | - fixed collection rewrite regarding OR operation with other fields (margaretha) | 
| margaretha | 7f0a4d4 | 2018-02-20 19:16:44 +0100 | [diff] [blame^] | 20 | - implemented sending mail using spring injection and removed jetty jndi (margaretha) | 
|  | 21 | - fixed and updated velocity template (margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 22 |  | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 23 | version 0.59.9 | 
|  | 24 | 19/01/2018 | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 25 | - restructured basic authentication (margaretha) | 
|  | 26 | - fixed AuthenticationException to include authentication scheme (margaretha) | 
|  | 27 | - fixed rewrite redundancy in collection rewrite (margaretha) | 
|  | 28 | - fixed foundry rewrite for constituents (margaretha) | 
|  | 29 | - introduced authentication methods, schemes and tokens (margaretha) | 
|  | 30 | - implemented collection rewrite with multiple licenses (margaretha) | 
|  | 31 | - fixed foundry rewrite for korap span without wrap node (margaretha) | 
|  | 32 | - implemented list user group (margaretha) | 
|  | 33 | - implemented delete VC task (margaretha) | 
| margaretha | e6c711b | 2018-02-06 21:55:04 +0100 | [diff] [blame] | 34 | - implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 35 | - fixed handling JSON mapping exception for missing enums (margaretha) | 
|  | 36 | - implemented list VC task (margaretha) | 
| margaretha | 4566792 | 2018-01-25 21:23:03 +0100 | [diff] [blame] | 37 | - added KoralQuery in VC lists (margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 38 | - implemented edit VC task (margaretha) | 
|  | 39 | - implemented publish VC task (margaretha) | 
|  | 40 | - implemented share VC task (margaretha) | 
|  | 41 | - implemented list only owned VC task (margaretha) | 
|  | 42 | - implemented list VC access task (margaretha) | 
|  | 43 | - implemented search VC by id task (margaretha) | 
|  | 44 | - implemented delete VC access (margaretha) | 
|  | 45 | - implemented search for project VC (margaretha) | 
|  | 46 | - added search VC related tests (margaretha) | 
|  | 47 | - removed PredefinedUserGroup.ALL and related codes (margaretha) | 
|  | 48 | - implemented search for published VC (margaretha) | 
|  | 49 |  | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 50 | version 0.59.8 | 
|  | 51 | 21/09/2017 | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 52 | - restructured statistics service (margaretha) | 
|  | 53 | - removed deprecated loader codes and tests (margaretha) | 
|  | 54 | - removed old Spring java configurations (margaretha) | 
|  | 55 | - implemented entity classes for the new database (margaretha) | 
|  | 56 | - added MySQL codes regarding virtual corpus and for testing (margaretha) | 
|  | 57 | - added dao methods regarding virtual corpus (margaretha) | 
|  | 58 | - added similar SQL codes (to MySQL) for sqlite (margaretha) | 
|  | 59 | - added dao methods regarding user groups (margaretha) | 
|  | 60 | - restructured web-service codes into controller and logic/business-service(margaretha) | 
|  | 61 | - implemented user role and privilege, and added tests (margaretha) | 
|  | 62 | - prepared test suite using new database (margaretha) | 
|  | 63 | - implemented UserGroupDao and tests (margaretha) | 
|  | 64 | - fixed missing exceptions in JsonUtils (margaretha) | 
|  | 65 | - restructured web filters and authentication codes (margaretha) | 
|  | 66 | - implemented create/store VC (margaretha) | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 67 | - fixed collection rewrite bug regarding availability with operation or (margaretha) | 
|  | 68 |  | 
|  | 69 | version 0.59.7 | 
|  | 70 | 13/10/2016 | 
|  | 71 | - MOD: updated search to use new siglen (diewald) | 
|  | 72 | - MOD: fixed matchinfo retrieval in light service (diewald) | 
|  | 73 |  | 
|  | 74 | 05/05/2015 | 
|  | 75 | - ADD: rest test suite for user service (hanl) | 
|  | 76 | - MOD: setup parameter modification (hanl) | 
|  | 77 | - ADD: oauth2 client unique constraint (hanl) |