blob: d23bcc51275147df7261de02ca6f2c07b78c9803 [file] [log] [blame]
margaretha20f31232018-07-09 17:49:39 +02001version 0.60.5
margaretha0a45be12018-07-12 15:06:30 +0200212/07/2018
margaretha20f31232018-07-09 17:49:39 +02003 - Added service layer to the search controller (margaretha)
4 - Added OAuth2 scope checking in search and VC controllers (margaretha)
5 - Added handling OAuth2 bearer token for VC access and User group controllers (margaretha)
6 - Added default scope to password grant (margaretha)
margaretha064eb6f2018-07-10 18:33:01 +02007 - Made createBasicAuthorizationHeaderValue static (margaretha)
8 - Added store access token in openID token service (margaretha)
9 - Fixed empty scope in openID authorization and token service (margaretha)
10 - Implemented storing authorization code in cache (margaretha)
margaretha07a356a2018-07-11 19:12:21 +020011 - Fixed authentication time in authentication controller (margaretha)
margaretha0a45be12018-07-12 15:06:30 +020012 - Added OAuth2 access token tests (margaretha)
13 - Updated maven surefire setting for faster test suite runtime (margaretha)
margaretha03b82862018-07-12 20:09:26 +020014 - Implemented refreshing OAuth2 access token (margaretha)
margaretha20f31232018-07-09 17:49:39 +020015
margarethaec247dd2018-06-12 21:55:46 +020016version 0.60.4
Akrond5058162018-07-05 11:17:15 +02001705/07/2018
margarethaec247dd2018-06-12 21:55:46 +020018 - implemented OAuth2 authorization code request with OpenID Authentication (margaretha)
margarethada3c7852018-06-14 20:35:11 +020019 - enabled OAuth2 authorization without OpenID authentication using Nimbus library (margaretha)
20 - implemented response handler for OpenID authentication errors in authorization requests (margaretha)
21 - added tests regarding OpenID authentication in authorization requests (margaretha)
margaretha56fd5582018-06-18 22:14:51 +020022 - implemented OAuth2 authorization error response via redirect URI instead of JSON (margaretha)
margarethab36b1a32018-06-20 20:13:07 +020023 - added state to OAuth2 authorization error response (margaretha)
24 - implemented OpenID token service for authorization code flow (margaretha)
margaretha5225ed02018-06-25 18:38:40 +020025 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
margarethaa2ce63d2018-06-28 10:11:43 +020026 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public keys (margaretha)
margaretha9c78e1a2018-06-27 14:12:35 +020027 - implemented OpenId configuration (margaretha)
margarethaa2ce63d2018-06-28 10:11:43 +020028 - added authentication time and support for auth_time in id_token (margaretha)
29 - implemented support for nonce and max_age parameters in OpenID authentication (margaretha)
margaretha249a0aa2018-06-28 22:25:14 +020030 - implemented OAuth2 token request with password grant using Nimbus library (margaretha)
margarethad7cab212018-07-02 19:01:43 +020031 - updated redirect URI validator (margaretha)
32 - updated client registration requirement to allow desktop applications (margaretha)
33 - fixed RSA key configuration (margaretha)
margaretha80ea0dd2018-07-03 14:22:59 +020034 - merged OAuth2 client deregistration controllers (margaretha)
margarethab1081b12018-07-03 23:35:01 +020035 - fixed OAuth2 client unique URL-hashcode (margaretha)
margaretha49cb6882018-07-04 04:19:54 +020036 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
Akron6091cf32018-07-03 20:45:49 +020037 - Added support for unrestricted corpus statistics (ndiewald)
margaretha226ec1e2018-07-04 15:45:59 +020038 - updated paths of user-group deletion-controllers (margaretha)
Akrond5058162018-07-05 11:17:15 +020039 - Do not pass broken queries to Krill (diewald)
margaretha00c28c02018-07-05 18:09:09 +020040 - added OAuth2 token request with client authentication via Authorization header (margaretha)
41 - added port checking in test suite (margaretha)
margarethaec247dd2018-06-12 21:55:46 +020042
margaretha07402f42018-05-07 19:07:45 +020043version 0.60.3
margaretha235a6802018-06-06 19:21:53 +02004406/06/2018
margarethaec247dd2018-06-12 21:55:46 +020045 - improved user authentication by using authentication filter for authorization code request (margaretha)
46 - limited client authentication to client id checking in authorization code request (margaretha)
47 - added user_id in the oauth2_access_token database table (margaretha)
48 - implemented OAuth2Authentication provider for token context management (margaretha)
49 - added parameter checking for authorization DAO (margaretha)
50 - added controller tests using OAuth2 access token (margaretha)
51 - added database tables for MySQL (margaretha)
52 - updated JWT library and related codes (margaretha)
53
margaretha31a9f522018-04-03 20:40:45 +020054version 0.60.2
margarethabe4c5c92018-05-03 18:55:49 +02005503/05/2018
margarethaec247dd2018-06-12 21:55:46 +020056 - implemented OAuth2 client registration (margaretha)
57 - implemented OAuth2 client authentication (margaretha)
58 - changed virtual corpus search to retrieval (margaretha)
59 - implemented public client deregistration task (margaretha)
60 - added client registration and deregistration tests (margaretha)
61 - implemented confidential client deregistration task (margaretha)
62 - fixed storing client secret (margaretha)
63 - implemented OAuth2 response handler (margaretha)
64 - implemented OAuth2 request access token with client credentials grant (margaretha)
65 - implemented OAuth2 request access token with resource owner password grant (margaretha)
66 - implemented OAuth2 authorization code request (margaretha)
67 - added OAuth2 error codes (margaretha)
68 - added OAuth2 authorization, scope and access token tables for SQLite (margaretha)
69 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
70 - implemented OAuth2 request access token with authorization code grant (margaretha)
71 - added setting default scopes in the config file (margaretha)
72 - fixed loading spring config multiple times in the test suite (margaretha)
73 - added SQLite created_date trigger for access token (margaretha)
74 - added a join table for access token scopes (margaretha)
75 - added access scopes handling (margaretha)
76 - added tests about request token with authorization code (margaretha)
77
margaretha4edc70e2018-03-14 22:34:29 +010078version 0.60.1
margaretha18533fd2018-03-28 16:01:06 +02007928/03/2018
margarethaec247dd2018-06-12 21:55:46 +020080 - added admin-related SQL codes (margaretha)
81 - updated AdminDao (margaretha)
82 - added optional username query parameter to group list controller (margaretha)
83 - fixed non hierarchical URI of kustvakt conf files (margaretha)
84 - added delete group member triggers (margaretha)
85 - added list user-group by username and status for system admin (margaretha)
86 - added user-group status in user-group DTO (margaretha)
87 - added check for hidden groups in user-group tests (margaretha)
88 - added database trigger test on deleting members when deleting group (margaretha)
89 - renamed VC type PREDEFINED to SYSTEM (margaretha)
90 - added VC list controller for system admin (margaretha)
91 - added VC controller tests with for system admin (margaretha)
92 - added hidden access removal when deleting published VC (margaretha)
93 - added check for hidden groups in VC controller tests (margaretha)
94 - added search user-group controller (margaretha)
95 - removed createdBy from VirtualCorpusJson (margaretha)
96 - moved member role setting from the invitation phase to the after-subscription phase (margaretha)
97 - added member role removal after deleting members (margaretha)
98 - added add and delete member role controllers (margaretha)
99
margaretha7a25f012018-03-22 19:49:01 +0100100version 0.60
margaretha97bb3bd2018-03-14 18:41:14 +010010114/03/2018
margarethaec247dd2018-06-12 21:55:46 +0200102 - set up mail settings using localhost port 25 (margaretha)
103 - added mail template in kustvakt configuration (margaretha)
104 - added mail settings to readme (margaretha)
105 - disabled email notification for auto group (margaretha)
106 - added metadata retrieval (diewald)
107 - enabled custom implementation for email address retrieval (margaretha)
108 - removed old policy and deprecated code (margaretha)
109 - moved authentication related code to /full (margaretha)
110 - added userRoles attribute to UserGroupDto. (margaretha)
111 - fixed sqlite trigger (margaretha)
112 - fixed member exist error message (margaretha)
113 - fixed member invitation to join deleted group (margaretha)
114 - added checking deleted group (margaretha)
margarethaa86b1412018-02-21 20:40:35 +0100115
margarethaec247dd2018-06-12 21:55:46 +0200116version 0.59.10
margarethaaecee1b2018-02-20 14:44:21 +010011720/02/2018
margarethaec247dd2018-06-12 21:55:46 +0200118 - added sort VC by id (margaretha)
119 - added test cases regarding VC sharing (margaretha)
120 - implemented withdraw VC from publication (margaretha)
121 - added Changes file (margaretha)
122 - implemented add/invite users to group (margaretha)
123 - implemented delete user-group and member tasks (margaretha)
124 - added userMemberStatus in group lists (margaretha)
125 - updated and added SQL test data (margaretha)
126 - added user group related tests (margaretha)
127 - implemented custom configuration for deleting user groups and members (margaretha)
128 - updated library versions and java environment (margaretha)
129 - added expiration time check for member invitation (margaretha)
130 - moved .properties files (margaretha)
131 - merged changelog file to Changes (margaretha)
132 - updated status codes and error messages to be more detailed (margaretha)
133 - testing mail implementation using embedded jetty jndi (margaretha)
134 - fixed collection rewrite regarding OR operation with other fields (margaretha)
135 - implemented sending mail using spring injection and removed jetty jndi (margaretha)
136 - fixed unrecognized application/json (margaretha)
137 - fixed and updated velocity template (margaretha)
138
margarethac9f1dfa2018-02-07 17:50:33 +0100139version 0.59.9
14019/01/2018
margarethaec247dd2018-06-12 21:55:46 +0200141 - restructured basic authentication (margaretha)
142 - fixed AuthenticationException to include authentication scheme (margaretha)
143 - fixed rewrite redundancy in collection rewrite (margaretha)
144 - fixed foundry rewrite for constituents (margaretha)
145 - introduced authentication methods, schemes and tokens (margaretha)
146 - implemented collection rewrite with multiple licenses (margaretha)
147 - fixed foundry rewrite for korap span without wrap node (margaretha)
148 - implemented list user group (margaretha)
149 - implemented delete VC task (margaretha)
150 - implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha)
151 - fixed handling JSON mapping exception for missing enums (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100152 - implemented list VC task (margaretha)
margaretha45667922018-01-25 21:23:03 +0100153 - added KoralQuery in VC lists (margaretha)
margarethaec247dd2018-06-12 21:55:46 +0200154 - implemented edit VC task (margaretha)
155 - implemented publish VC task (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100156 - implemented share VC task (margaretha)
157 - implemented list only owned VC task (margaretha)
158 - implemented list VC access task (margaretha)
159 - implemented search VC by id task (margaretha)
160 - implemented delete VC access (margaretha)
161 - implemented search for project VC (margaretha)
162 - added search VC related tests (margaretha)
163 - removed PredefinedUserGroup.ALL and related codes (margaretha)
164 - implemented search for published VC (margaretha)
165
margarethac9f1dfa2018-02-07 17:50:33 +0100166version 0.59.8
16721/09/2017
margarethaec247dd2018-06-12 21:55:46 +0200168 - restructured statistics service (margaretha)
169 - removed deprecated loader codes and tests (margaretha)
170 - removed old Spring java configurations (margaretha)
171 - implemented entity classes for the new database (margaretha)
172 - added MySQL codes regarding VC and for testing (margaretha)
173 - added dao methods regarding VC (margaretha)
174 - added similar SQL codes (to MySQL) for sqlite (margaretha)
175 - added dao methods regarding user groups (margaretha)
176 - restructured web-service codes into controller and logic/business-service(margaretha)
177 - implemented user role and privilege, and added tests (margaretha)
178 - prepared test suite using new database (margaretha)
179 - implemented UserGroupDao and tests (margaretha)
180 - fixed missing exceptions in JsonUtils (margaretha)
181 - restructured web filters and authentication codes (margaretha)
182 - implemented create/store VC (margaretha)
183 - fixed collection rewrite bug regarding availability with operation or (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +0100184
185version 0.59.7
18613/10/2016
187 - MOD: updated search to use new siglen (diewald)
188 - MOD: fixed matchinfo retrieval in light service (diewald)
189
19005/05/2015
191 - ADD: rest test suite for user service (hanl)
192 - MOD: setup parameter modification (hanl)
193 - ADD: oauth2 client unique constraint (hanl)