| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 1 | version 0.60.4 | 
| margaretha | 49cb688 | 2018-07-04 04:19:54 +0200 | [diff] [blame] | 2 | 04/07/2018 | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 3 | - implemented OAuth2 authorization code request with OpenID Authentication (margaretha) | 
| margaretha | da3c785 | 2018-06-14 20:35:11 +0200 | [diff] [blame] | 4 | - enabled OAuth2 authorization without OpenID authentication using Nimbus library (margaretha) | 
|  | 5 | - implemented response handler for OpenID authentication errors in authorization requests (margaretha) | 
|  | 6 | - added tests regarding OpenID authentication in authorization requests (margaretha) | 
| margaretha | 56fd558 | 2018-06-18 22:14:51 +0200 | [diff] [blame] | 7 | - implemented OAuth2 authorization error response via redirect URI instead of JSON (margaretha) | 
| margaretha | b36b1a3 | 2018-06-20 20:13:07 +0200 | [diff] [blame] | 8 | - added state to OAuth2 authorization error response (margaretha) | 
|  | 9 | - implemented OpenID token service for authorization code flow (margaretha) | 
| margaretha | 5225ed0 | 2018-06-25 18:38:40 +0200 | [diff] [blame] | 10 | - implemented signed OpenID token with default algorithm RSA256 (margaretha) | 
| margaretha | a2ce63d | 2018-06-28 10:11:43 +0200 | [diff] [blame] | 11 | - implemented JSON Web Key (JWK) set web-controller listing kustvakt public keys (margaretha) | 
| margaretha | 9c78e1a | 2018-06-27 14:12:35 +0200 | [diff] [blame] | 12 | - implemented OpenId configuration (margaretha) | 
| margaretha | a2ce63d | 2018-06-28 10:11:43 +0200 | [diff] [blame] | 13 | - added authentication time and support for auth_time in id_token (margaretha) | 
|  | 14 | - implemented support for nonce and max_age parameters in OpenID authentication (margaretha) | 
| margaretha | 249a0aa | 2018-06-28 22:25:14 +0200 | [diff] [blame] | 15 | - implemented OAuth2 token request with password grant using Nimbus library (margaretha) | 
| margaretha | d7cab21 | 2018-07-02 19:01:43 +0200 | [diff] [blame] | 16 | - updated redirect URI validator (margaretha) | 
|  | 17 | - updated client registration requirement to allow desktop applications (margaretha) | 
|  | 18 | - fixed RSA key configuration (margaretha) | 
| margaretha | 80ea0dd | 2018-07-03 14:22:59 +0200 | [diff] [blame] | 19 | - merged OAuth2 client deregistration controllers (margaretha) | 
| margaretha | b1081b1 | 2018-07-03 23:35:01 +0200 | [diff] [blame] | 20 | - fixed OAuth2 client unique URL-hashcode (margaretha) | 
| margaretha | 49cb688 | 2018-07-04 04:19:54 +0200 | [diff] [blame] | 21 | - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha) | 
| Akron | 6091cf3 | 2018-07-03 20:45:49 +0200 | [diff] [blame^] | 22 | - Added support for unrestricted corpus statistics (ndiewald) | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 23 |  | 
| margaretha | 07402f4 | 2018-05-07 19:07:45 +0200 | [diff] [blame] | 24 | version 0.60.3 | 
| margaretha | 235a680 | 2018-06-06 19:21:53 +0200 | [diff] [blame] | 25 | 06/06/2018 | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 26 | - improved user authentication by using authentication filter for authorization code request (margaretha) | 
|  | 27 | - limited client authentication to client id checking in authorization code request (margaretha) | 
|  | 28 | - added user_id in the oauth2_access_token database table (margaretha) | 
|  | 29 | - implemented OAuth2Authentication provider for token context management (margaretha) | 
|  | 30 | - added parameter checking for authorization DAO (margaretha) | 
|  | 31 | - added controller tests using OAuth2 access token (margaretha) | 
|  | 32 | - added database tables for MySQL (margaretha) | 
|  | 33 | - updated JWT library and related codes (margaretha) | 
|  | 34 |  | 
| margaretha | 31a9f52 | 2018-04-03 20:40:45 +0200 | [diff] [blame] | 35 | version 0.60.2 | 
| margaretha | be4c5c9 | 2018-05-03 18:55:49 +0200 | [diff] [blame] | 36 | 03/05/2018 | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 37 | - implemented OAuth2 client registration (margaretha) | 
|  | 38 | - implemented OAuth2 client authentication (margaretha) | 
|  | 39 | - changed virtual corpus search to retrieval (margaretha) | 
|  | 40 | - implemented public client deregistration task (margaretha) | 
|  | 41 | - added client registration and deregistration tests (margaretha) | 
|  | 42 | - implemented confidential client deregistration task (margaretha) | 
|  | 43 | - fixed storing client secret (margaretha) | 
|  | 44 | - implemented OAuth2 response handler (margaretha) | 
|  | 45 | - implemented OAuth2 request access token with client credentials grant (margaretha) | 
|  | 46 | - implemented OAuth2 request access token with resource owner password grant (margaretha) | 
|  | 47 | - implemented OAuth2 authorization code request (margaretha) | 
|  | 48 | - added OAuth2 error codes (margaretha) | 
|  | 49 | - added OAuth2 authorization, scope and access token tables for SQLite (margaretha) | 
|  | 50 | - implemented OAuth2 authorization, scope and access token DAO (margaretha) | 
|  | 51 | - implemented OAuth2 request access token with authorization code grant (margaretha) | 
|  | 52 | - added setting default scopes in the config file (margaretha) | 
|  | 53 | - fixed loading spring config multiple times in the test suite (margaretha) | 
|  | 54 | - added SQLite created_date trigger for access token (margaretha) | 
|  | 55 | - added a join table for access token scopes (margaretha) | 
|  | 56 | - added access scopes handling (margaretha) | 
|  | 57 | - added tests about request token with authorization code (margaretha) | 
|  | 58 |  | 
| margaretha | 4edc70e | 2018-03-14 22:34:29 +0100 | [diff] [blame] | 59 | version 0.60.1 | 
| margaretha | 18533fd | 2018-03-28 16:01:06 +0200 | [diff] [blame] | 60 | 28/03/2018 | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 61 | - added admin-related SQL codes (margaretha) | 
|  | 62 | - updated AdminDao (margaretha) | 
|  | 63 | - added optional username query parameter to group list controller (margaretha) | 
|  | 64 | - fixed non hierarchical URI of kustvakt conf files (margaretha) | 
|  | 65 | - added delete group member triggers (margaretha) | 
|  | 66 | - added list user-group by username and status for system admin (margaretha) | 
|  | 67 | - added user-group status in user-group DTO (margaretha) | 
|  | 68 | - added check for hidden groups in user-group tests (margaretha) | 
|  | 69 | - added database trigger test on deleting members when deleting group (margaretha) | 
|  | 70 | - renamed VC type PREDEFINED to SYSTEM (margaretha) | 
|  | 71 | - added VC list controller for system admin (margaretha) | 
|  | 72 | - added VC controller tests with for system admin (margaretha) | 
|  | 73 | - added hidden access removal when deleting published VC (margaretha) | 
|  | 74 | - added check for hidden groups in VC controller tests (margaretha) | 
|  | 75 | - added search user-group controller (margaretha) | 
|  | 76 | - removed createdBy from VirtualCorpusJson (margaretha) | 
|  | 77 | - moved member role setting from the invitation phase to the after-subscription phase (margaretha) | 
|  | 78 | - added member role removal after deleting members (margaretha) | 
|  | 79 | - added add and delete member role controllers (margaretha) | 
|  | 80 |  | 
| margaretha | 7a25f01 | 2018-03-22 19:49:01 +0100 | [diff] [blame] | 81 | version 0.60 | 
| margaretha | 97bb3bd | 2018-03-14 18:41:14 +0100 | [diff] [blame] | 82 | 14/03/2018 | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 83 | - set up mail settings using localhost port 25 (margaretha) | 
|  | 84 | - added mail template in kustvakt configuration (margaretha) | 
|  | 85 | - added mail settings to readme (margaretha) | 
|  | 86 | - disabled email notification for auto group (margaretha) | 
|  | 87 | - added metadata retrieval (diewald) | 
|  | 88 | - enabled custom implementation for email address retrieval (margaretha) | 
|  | 89 | - removed old policy and deprecated code (margaretha) | 
|  | 90 | - moved authentication related code to /full (margaretha) | 
|  | 91 | - added userRoles attribute to UserGroupDto. (margaretha) | 
|  | 92 | - fixed sqlite trigger (margaretha) | 
|  | 93 | - fixed member exist error message (margaretha) | 
|  | 94 | - fixed member invitation to join deleted group (margaretha) | 
|  | 95 | - added checking deleted group (margaretha) | 
| margaretha | a86b141 | 2018-02-21 20:40:35 +0100 | [diff] [blame] | 96 |  | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 97 | version 0.59.10 | 
| margaretha | aecee1b | 2018-02-20 14:44:21 +0100 | [diff] [blame] | 98 | 20/02/2018 | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 99 | - added sort VC by id (margaretha) | 
|  | 100 | - added test cases regarding VC sharing (margaretha) | 
|  | 101 | - implemented withdraw VC from publication (margaretha) | 
|  | 102 | - added Changes file (margaretha) | 
|  | 103 | - implemented add/invite users to group (margaretha) | 
|  | 104 | - implemented delete user-group and member tasks (margaretha) | 
|  | 105 | - added userMemberStatus in group lists (margaretha) | 
|  | 106 | - updated and added SQL test data (margaretha) | 
|  | 107 | - added user group related tests (margaretha) | 
|  | 108 | - implemented custom configuration for deleting user groups and members (margaretha) | 
|  | 109 | - updated library versions and java environment (margaretha) | 
|  | 110 | - added expiration time check for member invitation (margaretha) | 
|  | 111 | - moved .properties files (margaretha) | 
|  | 112 | - merged changelog file to Changes (margaretha) | 
|  | 113 | - updated status codes and error messages to be more detailed (margaretha) | 
|  | 114 | - testing mail implementation using embedded jetty jndi (margaretha) | 
|  | 115 | - fixed collection rewrite regarding OR operation with other fields (margaretha) | 
|  | 116 | - implemented sending mail using spring injection and removed jetty jndi (margaretha) | 
|  | 117 | - fixed unrecognized application/json (margaretha) | 
|  | 118 | - fixed and updated velocity template (margaretha) | 
|  | 119 |  | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 120 | version 0.59.9 | 
|  | 121 | 19/01/2018 | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 122 | - restructured basic authentication (margaretha) | 
|  | 123 | - fixed AuthenticationException to include authentication scheme (margaretha) | 
|  | 124 | - fixed rewrite redundancy in collection rewrite (margaretha) | 
|  | 125 | - fixed foundry rewrite for constituents (margaretha) | 
|  | 126 | - introduced authentication methods, schemes and tokens (margaretha) | 
|  | 127 | - implemented collection rewrite with multiple licenses (margaretha) | 
|  | 128 | - fixed foundry rewrite for korap span without wrap node (margaretha) | 
|  | 129 | - implemented list user group (margaretha) | 
|  | 130 | - implemented delete VC task (margaretha) | 
|  | 131 | - implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha) | 
|  | 132 | - fixed handling JSON mapping exception for missing enums (margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 133 | - implemented list VC task (margaretha) | 
| margaretha | 4566792 | 2018-01-25 21:23:03 +0100 | [diff] [blame] | 134 | - added KoralQuery in VC lists (margaretha) | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 135 | - implemented edit VC task (margaretha) | 
|  | 136 | - implemented publish VC task (margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 137 | - implemented share VC task (margaretha) | 
|  | 138 | - implemented list only owned VC task (margaretha) | 
|  | 139 | - implemented list VC access task (margaretha) | 
|  | 140 | - implemented search VC by id task (margaretha) | 
|  | 141 | - implemented delete VC access (margaretha) | 
|  | 142 | - implemented search for project VC (margaretha) | 
|  | 143 | - added search VC related tests (margaretha) | 
|  | 144 | - removed PredefinedUserGroup.ALL and related codes (margaretha) | 
|  | 145 | - implemented search for published VC (margaretha) | 
|  | 146 |  | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 147 | version 0.59.8 | 
|  | 148 | 21/09/2017 | 
| margaretha | ec247dd | 2018-06-12 21:55:46 +0200 | [diff] [blame] | 149 | - restructured statistics service (margaretha) | 
|  | 150 | - removed deprecated loader codes and tests (margaretha) | 
|  | 151 | - removed old Spring java configurations (margaretha) | 
|  | 152 | - implemented entity classes for the new database (margaretha) | 
|  | 153 | - added MySQL codes regarding VC and for testing (margaretha) | 
|  | 154 | - added dao methods regarding VC (margaretha) | 
|  | 155 | - added similar SQL codes (to MySQL) for sqlite (margaretha) | 
|  | 156 | - added dao methods regarding user groups (margaretha) | 
|  | 157 | - restructured web-service codes into controller and logic/business-service(margaretha) | 
|  | 158 | - implemented user role and privilege, and added tests (margaretha) | 
|  | 159 | - prepared test suite using new database (margaretha) | 
|  | 160 | - implemented UserGroupDao and tests (margaretha) | 
|  | 161 | - fixed missing exceptions in JsonUtils (margaretha) | 
|  | 162 | - restructured web filters and authentication codes (margaretha) | 
|  | 163 | - implemented create/store VC (margaretha) | 
|  | 164 | - fixed collection rewrite bug regarding availability with operation or (margaretha) | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 165 |  | 
|  | 166 | version 0.59.7 | 
|  | 167 | 13/10/2016 | 
|  | 168 | - MOD: updated search to use new siglen (diewald) | 
|  | 169 | - MOD: fixed matchinfo retrieval in light service (diewald) | 
|  | 170 |  | 
|  | 171 | 05/05/2015 | 
|  | 172 | - ADD: rest test suite for user service (hanl) | 
|  | 173 | - MOD: setup parameter modification (hanl) | 
|  | 174 | - ADD: oauth2 client unique constraint (hanl) |