blob: ed71a4dee5fef89f90a4e911ff822b58b60100f4 [file] [log] [blame]
margaretha7f5071f2018-08-14 15:58:51 +02001# version 0.61.0
margaretha1b320452018-08-02 16:56:25 +02002
margaretha0666ddb2018-08-02 16:54:04 +0200302/08/2018
margaretha7f5071f2018-08-14 15:58:51 +02004 - Added VC referencing tests (margaretha)
5 - Implemented loading and caching named VCs (margaretha)
603/08/2018
7 - Implemented OAuth2 revoke token (margaretha)
8 - Updated OAuth2 refresh token implementation (margaretha)
914/08/2018
10 - Disallow OAuth2 access token (type Bearer) usage for authentication
11 in OAuth2 controllers (margaretha)
12 - Implemented revoke all OAuth2 access tokens and authorization codes of client
13 users when deregistering/deleting a client (margaretha)
14 - Fixed update OAuth2 access token (margaretha)
15 - Implemented reset client secret (margaretha)
16
17
18# version 0.60.5
19
2009/07/2018
margaretha20f31232018-07-09 17:49:39 +020021 - Added service layer to the search controller (margaretha)
22 - Added OAuth2 scope checking in search and VC controllers (margaretha)
23 - Added handling OAuth2 bearer token for VC access and User group controllers (margaretha)
24 - Added default scope to password grant (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +02002510/07/2018
margaretha064eb6f2018-07-10 18:33:01 +020026 - Made createBasicAuthorizationHeaderValue static (margaretha)
27 - Added store access token in openID token service (margaretha)
28 - Fixed empty scope in openID authorization and token service (margaretha)
29 - Implemented storing authorization code in cache (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +02003011/07/2018
margaretha07a356a2018-07-11 19:12:21 +020031 - Fixed authentication time in authentication controller (margaretha)
margaretha0a45be12018-07-12 15:06:30 +020032 - Added OAuth2 access token tests (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +02003312/07/2018
margaretha0a45be12018-07-12 15:06:30 +020034 - Updated maven surefire setting for faster test suite runtime (margaretha)
margaretha03b82862018-07-12 20:09:26 +020035 - Implemented refreshing OAuth2 access token (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +02003626/07/2018
margaretha0666ddb2018-08-02 16:54:04 +020037 - Fixed issue #27 (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +02003802/08/2018
margaretha0666ddb2018-08-02 16:54:04 +020039 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +020040
margaretha20f31232018-07-09 17:49:39 +020041
margaretha7f5071f2018-08-14 15:58:51 +020042# version 0.60.4
43
Akrond5058162018-07-05 11:17:15 +02004405/07/2018
margarethaec247dd2018-06-12 21:55:46 +020045 - implemented OAuth2 authorization code request with OpenID Authentication (margaretha)
margarethada3c7852018-06-14 20:35:11 +020046 - enabled OAuth2 authorization without OpenID authentication using Nimbus library (margaretha)
47 - implemented response handler for OpenID authentication errors in authorization requests (margaretha)
48 - added tests regarding OpenID authentication in authorization requests (margaretha)
margaretha56fd5582018-06-18 22:14:51 +020049 - implemented OAuth2 authorization error response via redirect URI instead of JSON (margaretha)
margarethab36b1a32018-06-20 20:13:07 +020050 - added state to OAuth2 authorization error response (margaretha)
51 - implemented OpenID token service for authorization code flow (margaretha)
margaretha5225ed02018-06-25 18:38:40 +020052 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
margarethaa2ce63d2018-06-28 10:11:43 +020053 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public keys (margaretha)
margaretha9c78e1a2018-06-27 14:12:35 +020054 - implemented OpenId configuration (margaretha)
margarethaa2ce63d2018-06-28 10:11:43 +020055 - added authentication time and support for auth_time in id_token (margaretha)
56 - implemented support for nonce and max_age parameters in OpenID authentication (margaretha)
margaretha249a0aa2018-06-28 22:25:14 +020057 - implemented OAuth2 token request with password grant using Nimbus library (margaretha)
margarethad7cab212018-07-02 19:01:43 +020058 - updated redirect URI validator (margaretha)
59 - updated client registration requirement to allow desktop applications (margaretha)
60 - fixed RSA key configuration (margaretha)
margaretha80ea0dd2018-07-03 14:22:59 +020061 - merged OAuth2 client deregistration controllers (margaretha)
margarethab1081b12018-07-03 23:35:01 +020062 - fixed OAuth2 client unique URL-hashcode (margaretha)
margaretha49cb6882018-07-04 04:19:54 +020063 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
Akron6091cf32018-07-03 20:45:49 +020064 - Added support for unrestricted corpus statistics (ndiewald)
margaretha226ec1e2018-07-04 15:45:59 +020065 - updated paths of user-group deletion-controllers (margaretha)
Akrond5058162018-07-05 11:17:15 +020066 - Do not pass broken queries to Krill (diewald)
margaretha00c28c02018-07-05 18:09:09 +020067 - added OAuth2 token request with client authentication via Authorization header (margaretha)
68 - added port checking in test suite (margaretha)
margarethaec247dd2018-06-12 21:55:46 +020069
margaretha7f5071f2018-08-14 15:58:51 +020070# version 0.60.3
71
margaretha235a6802018-06-06 19:21:53 +02007206/06/2018
margarethaec247dd2018-06-12 21:55:46 +020073 - improved user authentication by using authentication filter for authorization code request (margaretha)
74 - limited client authentication to client id checking in authorization code request (margaretha)
75 - added user_id in the oauth2_access_token database table (margaretha)
76 - implemented OAuth2Authentication provider for token context management (margaretha)
77 - added parameter checking for authorization DAO (margaretha)
78 - added controller tests using OAuth2 access token (margaretha)
79 - added database tables for MySQL (margaretha)
80 - updated JWT library and related codes (margaretha)
81
margaretha7f5071f2018-08-14 15:58:51 +020082# version 0.60.2
83
margarethabe4c5c92018-05-03 18:55:49 +02008403/05/2018
margarethaec247dd2018-06-12 21:55:46 +020085 - implemented OAuth2 client registration (margaretha)
86 - implemented OAuth2 client authentication (margaretha)
87 - changed virtual corpus search to retrieval (margaretha)
88 - implemented public client deregistration task (margaretha)
89 - added client registration and deregistration tests (margaretha)
90 - implemented confidential client deregistration task (margaretha)
91 - fixed storing client secret (margaretha)
92 - implemented OAuth2 response handler (margaretha)
93 - implemented OAuth2 request access token with client credentials grant (margaretha)
94 - implemented OAuth2 request access token with resource owner password grant (margaretha)
95 - implemented OAuth2 authorization code request (margaretha)
96 - added OAuth2 error codes (margaretha)
97 - added OAuth2 authorization, scope and access token tables for SQLite (margaretha)
98 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
99 - implemented OAuth2 request access token with authorization code grant (margaretha)
100 - added setting default scopes in the config file (margaretha)
101 - fixed loading spring config multiple times in the test suite (margaretha)
102 - added SQLite created_date trigger for access token (margaretha)
103 - added a join table for access token scopes (margaretha)
104 - added access scopes handling (margaretha)
105 - added tests about request token with authorization code (margaretha)
106
margaretha7f5071f2018-08-14 15:58:51 +0200107# version 0.60.1
108
margaretha18533fd2018-03-28 16:01:06 +020010928/03/2018
margarethaec247dd2018-06-12 21:55:46 +0200110 - added admin-related SQL codes (margaretha)
111 - updated AdminDao (margaretha)
112 - added optional username query parameter to group list controller (margaretha)
113 - fixed non hierarchical URI of kustvakt conf files (margaretha)
114 - added delete group member triggers (margaretha)
115 - added list user-group by username and status for system admin (margaretha)
116 - added user-group status in user-group DTO (margaretha)
117 - added check for hidden groups in user-group tests (margaretha)
118 - added database trigger test on deleting members when deleting group (margaretha)
119 - renamed VC type PREDEFINED to SYSTEM (margaretha)
120 - added VC list controller for system admin (margaretha)
121 - added VC controller tests with for system admin (margaretha)
122 - added hidden access removal when deleting published VC (margaretha)
123 - added check for hidden groups in VC controller tests (margaretha)
124 - added search user-group controller (margaretha)
125 - removed createdBy from VirtualCorpusJson (margaretha)
126 - moved member role setting from the invitation phase to the after-subscription phase (margaretha)
127 - added member role removal after deleting members (margaretha)
128 - added add and delete member role controllers (margaretha)
129
margaretha7f5071f2018-08-14 15:58:51 +0200130# version 0.60
131
margaretha97bb3bd2018-03-14 18:41:14 +010013214/03/2018
margarethaec247dd2018-06-12 21:55:46 +0200133 - set up mail settings using localhost port 25 (margaretha)
134 - added mail template in kustvakt configuration (margaretha)
135 - added mail settings to readme (margaretha)
136 - disabled email notification for auto group (margaretha)
137 - added metadata retrieval (diewald)
138 - enabled custom implementation for email address retrieval (margaretha)
139 - removed old policy and deprecated code (margaretha)
140 - moved authentication related code to /full (margaretha)
141 - added userRoles attribute to UserGroupDto. (margaretha)
142 - fixed sqlite trigger (margaretha)
143 - fixed member exist error message (margaretha)
144 - fixed member invitation to join deleted group (margaretha)
145 - added checking deleted group (margaretha)
margarethaa86b1412018-02-21 20:40:35 +0100146
margaretha7f5071f2018-08-14 15:58:51 +0200147# version 0.59.10
148
margarethaaecee1b2018-02-20 14:44:21 +010014920/02/2018
margarethaec247dd2018-06-12 21:55:46 +0200150 - added sort VC by id (margaretha)
151 - added test cases regarding VC sharing (margaretha)
152 - implemented withdraw VC from publication (margaretha)
153 - added Changes file (margaretha)
154 - implemented add/invite users to group (margaretha)
155 - implemented delete user-group and member tasks (margaretha)
156 - added userMemberStatus in group lists (margaretha)
157 - updated and added SQL test data (margaretha)
158 - added user group related tests (margaretha)
159 - implemented custom configuration for deleting user groups and members (margaretha)
160 - updated library versions and java environment (margaretha)
161 - added expiration time check for member invitation (margaretha)
162 - moved .properties files (margaretha)
163 - merged changelog file to Changes (margaretha)
164 - updated status codes and error messages to be more detailed (margaretha)
165 - testing mail implementation using embedded jetty jndi (margaretha)
166 - fixed collection rewrite regarding OR operation with other fields (margaretha)
167 - implemented sending mail using spring injection and removed jetty jndi (margaretha)
168 - fixed unrecognized application/json (margaretha)
169 - fixed and updated velocity template (margaretha)
170
margaretha7f5071f2018-08-14 15:58:51 +0200171# version 0.59.9
172
margarethac9f1dfa2018-02-07 17:50:33 +010017319/01/2018
margarethaec247dd2018-06-12 21:55:46 +0200174 - restructured basic authentication (margaretha)
175 - fixed AuthenticationException to include authentication scheme (margaretha)
176 - fixed rewrite redundancy in collection rewrite (margaretha)
177 - fixed foundry rewrite for constituents (margaretha)
178 - introduced authentication methods, schemes and tokens (margaretha)
179 - implemented collection rewrite with multiple licenses (margaretha)
180 - fixed foundry rewrite for korap span without wrap node (margaretha)
181 - implemented list user group (margaretha)
182 - implemented delete VC task (margaretha)
183 - implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha)
184 - fixed handling JSON mapping exception for missing enums (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100185 - implemented list VC task (margaretha)
margaretha45667922018-01-25 21:23:03 +0100186 - added KoralQuery in VC lists (margaretha)
margarethaec247dd2018-06-12 21:55:46 +0200187 - implemented edit VC task (margaretha)
188 - implemented publish VC task (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100189 - implemented share VC task (margaretha)
190 - implemented list only owned VC task (margaretha)
191 - implemented list VC access task (margaretha)
192 - implemented search VC by id task (margaretha)
193 - implemented delete VC access (margaretha)
194 - implemented search for project VC (margaretha)
195 - added search VC related tests (margaretha)
196 - removed PredefinedUserGroup.ALL and related codes (margaretha)
197 - implemented search for published VC (margaretha)
198
margaretha7f5071f2018-08-14 15:58:51 +0200199# version 0.59.8
200
margarethac9f1dfa2018-02-07 17:50:33 +010020121/09/2017
margarethaec247dd2018-06-12 21:55:46 +0200202 - restructured statistics service (margaretha)
203 - removed deprecated loader codes and tests (margaretha)
204 - removed old Spring java configurations (margaretha)
205 - implemented entity classes for the new database (margaretha)
206 - added MySQL codes regarding VC and for testing (margaretha)
207 - added dao methods regarding VC (margaretha)
208 - added similar SQL codes (to MySQL) for sqlite (margaretha)
209 - added dao methods regarding user groups (margaretha)
210 - restructured web-service codes into controller and logic/business-service(margaretha)
211 - implemented user role and privilege, and added tests (margaretha)
212 - prepared test suite using new database (margaretha)
213 - implemented UserGroupDao and tests (margaretha)
214 - fixed missing exceptions in JsonUtils (margaretha)
215 - restructured web filters and authentication codes (margaretha)
216 - implemented create/store VC (margaretha)
217 - fixed collection rewrite bug regarding availability with operation or (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +0100218
margaretha7f5071f2018-08-14 15:58:51 +0200219# version 0.59.7
220
margarethac9f1dfa2018-02-07 17:50:33 +010022113/10/2016
222 - MOD: updated search to use new siglen (diewald)
223 - MOD: fixed matchinfo retrieval in light service (diewald)
224
22505/05/2015
226 - ADD: rest test suite for user service (hanl)
227 - MOD: setup parameter modification (hanl)
228 - ADD: oauth2 client unique constraint (hanl)