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