blob: 8d1347af519e142a0e5c704b56e3d164a6a687fa [file] [log] [blame]
margaretha1d1c73e2019-12-03 18:07:28 +01001# version 0.62.3
203/12/2019
3 - Implemented pipe extension in the search API (margaretha)
margaretha52ee9e32019-12-11 16:36:14 +0100411/12/2019
5 - Added errors when requesting VC in caching process (margaretha,
margaretha137d4ee2019-12-13 14:49:15 +01006 resolved #47)
margarethaed2ee242019-12-12 17:34:18 +0100712/12/2019
8 - Added support for multiple cq parameters (margaretha, resolved #46)
margaretha137d4ee2019-12-13 14:49:15 +0100913/12/2019
10 - Handled pipe errors and added tests (margaretha)
11
margaretha89836f32019-10-17 10:50:50 +020012# version 0.62.2
1317/10/2019
margarethada5a6ab2019-11-08 10:06:05 +010014 - Handled vulnerability CVE-2019-17195. (margaretha)
158/11/2019
16 - Added user-group name pattern (margaretha, issue #33)
margarethaa18ab2b2019-11-11 12:55:26 +01001711/11/2019
18 - Updated user group service paths and replaced groupId with groupName
19 (margaretha, resolved #33)
margarethaca7cff82019-11-12 12:06:37 +01002012/11/2019
21 - Removed UserGroupJson & updated listUserGroups and createUserGroup
22 services (margaretha)
margaretha03b195a2019-11-12 14:57:15 +010023 - Added prefixes to username and groupname parameters in service paths
margaretha21d32962019-11-14 17:08:15 +010024 (margaretha, resolved #35)
margaretha85967642019-11-13 13:35:33 +01002513/11/2019
26 - Added tests for issue #43 (margaretha)
margarethac20cd342019-11-14 10:59:39 +01002714/11/2019
28 - Added client description and URL to list-authorized-clients service
margaretha21d32962019-11-14 17:08:15 +010029 (margaretha, close #53)
margaretha7a09e482019-11-14 14:34:07 +010030 - Implemented a service to list clients registered by a user (margaretha,
margaretha21d32962019-11-14 17:08:15 +010031 close #52)
32 - Added a check for OAuth2 client, VC, and group name length (margaretha)
margaretha77e74742019-11-15 12:15:20 +01003315/11/2019
34 - Merged list authorized client and list registered client services
35 (margaretha)
margaretha43aceb52019-11-21 12:58:53 +01003621/11/2019
margarethadb457bc2019-11-21 14:38:56 +010037 - Added a service to list active refresh tokens of a user (margaretha)
38 - Added username filtering to token revocation service via super client
39 (margaretha)
margaretha7497adf2019-11-26 13:13:57 +01004026/11/2019
41 - Added a service to revoke a single refresh token via super client
42 (margaretha)
margaretha89836f32019-10-17 10:50:50 +020043
margaretha2544cdf2019-07-08 11:39:43 +020044# version 0.62.1
4508/07/2019
margaretha93e602e2019-08-07 15:19:56 +020046 - Added tests for public metadata response in search api (margaretha,
47 issue #43)
margaretha2544cdf2019-07-08 11:39:43 +020048 - Disabled some tests of unused/disabled web-services (margaretha)
margaretha93e602e2019-08-07 15:19:56 +02004907/08/2019
50 - Fixed missing scopes after requesting access token with refresh token
51 (margaretha)
margarethac9f40e22019-08-07 17:32:19 +020052 - Fixed post requests with status OK and empty body (margaretha)
margaretha0e1fc552019-08-08 15:31:01 +02005307/08/2019
margaretha7497adf2019-11-26 13:13:57 +010054 - Added users to hidden group when searching in a published VC (margaretha,
55 resolved #40)
margarethabdd47ac2019-08-15 14:22:38 +02005615/08/2019
margaretha89836f32019-10-17 10:50:50 +020057 - Updated the response statuses of VC PUT requests (margaretha)
margaretha2544cdf2019-07-08 11:39:43 +020058
margaretha3ccaeb72019-02-28 18:40:22 +010059# version 0.62
6028/02/2019
61 - Removed old VC controllers and updated tests (margaretha, issue #34)
62 - Updated VC access controllers (margaretha)
margaretha3d55b002019-03-19 12:00:44 +01006319/03/2019
margaretha47a72a82019-07-03 16:00:54 +020064 - Added close index controller (margaretha)
margaretha4b0eb3d2019-04-11 10:25:56 +02006511/04/2019
66 - Fixed unknown authentication scheme, missing VC entity, and parameter
67 checker (margaretha)
margarethaed053fb2019-04-11 15:15:13 +020068 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
69 unique group name and unknown VC access (margaretha)
margaretha03ae28d2019-06-27 14:20:30 +02007027/06/2019
71 - Handled LDAP errors, fixed #45 (margaretha)
margaretha47a72a82019-07-03 16:00:54 +02007203/07/2019
73 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
74 - Changed the response media-type of authentication controllers (margaretha)
75 - Fixed bugs: allow guest to retrieve system VC,
76 remove VC from cache when it is deleted (margaretha)
margaretha3a579402019-07-04 15:40:46 +02007704/07/2019
78 - Updated VC name pattern and tests (margaretha)
margaretha3ccaeb72019-02-28 18:40:22 +010079
margaretha85273f12019-02-04 18:13:17 +010080# version 0.61.6
8104/02/2019
82 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
83 - Updated client deregistration behavior (margaretha)
margaretha39cec602019-02-05 19:48:49 +01008405/02/2019
85 - Added delete-group-by-name controller (margaretha)
86 - Added unique index to group name (margaretha)
margaretha798e8bd2019-02-06 15:48:58 +01008706/02/2019
88 - Updated a user setting test using array for multiple values (margaretha)
margaretha351f7692019-02-06 19:36:52 +010089 - Added metadata controller tests (margaretha)
margaretha2558a7c2019-02-18 16:48:54 +01009018/02/2019
91 - Fixed tests (margaretha)
margaretha852a0f62019-02-19 12:14:30 +010092 - Updated handling errors from Koral (margaretha)
9319/02/2019
94 - Added fields to metadata controller (margaretha, issue #39)
margaretha85273f12019-02-04 18:13:17 +010095
margaretha79d738c2018-12-17 16:45:47 +010096# version 0.61.5
margaretha5c67dd52018-12-18 17:27:05 +01009717/12/2018
margaretha79d738c2018-12-17 16:45:47 +010098 - Added a search timeout test (margaretha)
margaretha5c67dd52018-12-18 17:27:05 +01009918/12/2018
100 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
margaretha0b903912019-01-08 17:41:39 +010010108/01/2019
102 - Improved predefined vc caching (issue #28, margaretha)
margaretha398f4722019-01-09 19:07:20 +010010309/01/2019
104 - Added comments (margaretha)
105 - Updated code structure (margaretha)
margaretha2ea9a1e2019-01-11 16:37:21 +010010611/01/2019
107 - Degraded API version to 1.0 (margaretha)
108 - Added OAuth2 client info tests (margaretha)
margaretha8c203962019-01-14 17:01:33 +010010914/01/2019
110 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
margaretha4af3f1e2019-01-16 17:53:26 +010011116/01/2019
112 - Added a PUT request for both creating and editing vc (margaretha)
113 - Added aliases to some VC controllers (margaretha)
margaretha0866a532019-01-22 17:52:40 +0100114 - Merged VC access list controllers (margaretha)
11521/01/2019
margaretha137d4ee2019-12-13 14:49:15 +0100116 - Removed codes related to user registration & password management (margaretha)
margaretha0866a532019-01-22 17:52:40 +010011722/01/2019
118 - Added create, edit, retrieve user default setting controllers (margaretha)
margaretha62c06762019-01-23 16:58:30 +010011922/01/2019
120 - Updated default setting controllers & added tests (margaretha)
margaretha0bcde4c2019-01-23 19:08:51 +0100121 - Added delete key in setting controllers (margaretha)
margaretha6cd27f32019-01-24 14:47:47 +010012223/01/2019
123 - Added default setting key validation (margaretha)
124 - Fixed UserdataTest (margaretha)
margaretha4a338122019-01-25 16:02:18 +010012524/01/2019
126 - Added default setting key validation & fixed UserdataTest (margaretha)
12725/01/2019
margaretha4fa4b062019-01-28 19:43:30 +0100128 - Added VC reference and MapUtil tests (margaretha)
12928/01/2019
130 - Fixed username verification in DefaultSettingService (margaretha)
131 - Added foundry rewrite with user default setting (margaretha)
132 - Added default foundry for morphology layer (margaretha)
margaretha1b8bc4d2019-01-29 12:19:54 +010013329/01/2019
134 - Fixed share VC type (margaretha)
margarethab5e1e0a2019-01-29 22:11:57 +0100135 - Added delete setting controller (margaretha)
136 - Handled "no resource found" cases (margaretha, issue #37)
margarethabab55d52019-01-30 16:09:07 +010013730/01/2019
138 - Added server shutdown description in readme (margaretha)
margaretha79d738c2018-12-17 16:45:47 +0100139
margaretha2df06602018-11-14 19:10:30 +0100140# version 0.61.4
14114/11/2018
142 - Integrated lite and full services and controllers in core (margaretha)
margaretha6f0b7382018-11-21 17:42:02 +010014321/11/2018
144 - Updated OAuth2 refresh token request to create a new refresh token and
margarethae72355a2018-11-28 16:53:09 +0100145 revoke the old one per request (margaretha)
14628/11/2018
147 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
148 - Handled storing cached VC with VC reference (margaretha)
margaretha230effb2018-11-29 17:28:18 +010014929/11/2018
margaretha5a2c34e2018-11-29 19:35:13 +0100150 - Added a controller for listing user clients having active refresh tokens
margarethadda4ef72018-12-06 14:20:51 +0100151 (margaretha)
1526/12/2018
153 - Added debug flags to mitigate log4j debugging performance (margaretha)
margarethad6f39d52018-12-06 14:21:39 +0100154 - Fixed KoralNode at() method (margaretha)
margarethac750cbb2018-12-11 12:47:02 +010015511/12/2018
156 - Implemented revoking all tokens of a user client via a super client
157 (margaretha)
margaretha420db0e2018-12-11 15:04:19 +0100158 - Removed document controllers and KustvaktResource (margaretha)
margaretha1bc9cca2018-12-11 15:09:44 +0100159 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
margaretha420db0e2018-12-11 15:04:19 +0100160
margaretha2df06602018-11-14 19:10:30 +0100161
margaretha51e5e3f2018-10-17 15:10:03 +0200162# version 0.61.3
16317/10/2018
margaretha137d4ee2019-12-13 14:49:15 +0100164 - Updated NamedVCLoader to be optional (margaretha)
165 - Updated annotation tables & implemented key-value structure (margaretha)
166 - Added annotation parser for annotation data from kalamar (margaretha)
167 - Implemented parsing free resource info from json (margaretha)
margaretha3da7cd32018-10-22 17:42:52 +020016822/10/2018
margaretha137d4ee2019-12-13 14:49:15 +0100169 - Updated jetty, spring and hibernate versions (margaretha)
170 - Fixed the order of annotation keys and values, and added tests (margaretha)
171 - Fixed resource DAO & added tests (margaretha)
17224/10/2018
173 - Fixed query serialization service (margaretha)
174 - Added "highlights" parameter to matchInfo controller (margaretha)
175 - Added "fields" parameter to search controllers (margaretha)
176 - Integrated lite controllers, services and tests in full version (margaretha)
margaretha439ad572018-10-29 12:15:28 +010017729/10/2018
margaretha137d4ee2019-12-13 14:49:15 +0100178 - Moved javax.servlet-api to core (margaretha)
Akron63656052018-11-07 12:20:13 +010017907/11/2018
margaretha137d4ee2019-12-13 14:49:15 +0100180 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
margaretha339fd2e2018-11-13 12:14:53 +010018113/11/2018
margaretha137d4ee2019-12-13 14:49:15 +0100182 - Added Shutdown handler to Jetty server (margaretha)
183 - Fixed storing VC order in NamedVCLoader (margaretha)
margaretha51e5e3f2018-10-17 15:10:03 +0200184
margaretha6ef00dd2018-09-12 14:06:38 +0200185# version 0.61.2
18612/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100187 - Added various log4j2 configurations (margaretha)
margaretha563aabe2018-09-13 20:39:45 +020018813/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100189 - Implemented VirtualCorpusRewrite (margaretha)
margaretha9e53bb22018-09-14 19:39:15 +020019014/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100191 - Fixed SpringJerseyTest ApplicationContext (margaretha)
192 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
193 - Enabled VCReferenceTest in maven test suite (margaretha)
margarethaf7abb362018-09-18 20:09:37 +020019418/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100195 - Handled unique constraints / inserting duplicate items to DB (margaretha)
196 - Added a controller for editing user group member roles (margaretha)
margaretha488e04b2018-09-19 18:17:45 +020019719/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100198 - Fixed cached-VC ref with username (margaretha)
margaretha6ef00dd2018-09-12 14:06:38 +0200199
margarethaee0cbfe2018-08-28 17:47:14 +0200200# version 0.61.1
20128/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100202 - Added API URL versioning (margaretha)
203 - Deactivated IdRewrite (margaretha)
204 - Fixed kustvakt controller (margaretha)
margaretha7926adc2018-08-30 13:45:33 +020020530/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100206 - Fixed root packages & added api version properties in kustvakt.conf
207 (margaretha)
208 - Fixed versioning in SearchController (margaretha)
209 - Added API versioning tests (margaretha)
margarethaee0cbfe2018-08-28 17:47:14 +0200210
margaretha7f5071f2018-08-14 15:58:51 +0200211# version 0.61.0
margaretha1b320452018-08-02 16:56:25 +0200212
margaretha0666ddb2018-08-02 16:54:04 +020021302/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100214 - Added VC reference tests (margaretha)
215 - Implemented loading and caching named VCs (margaretha)
21603/08/2018
217 - Implemented OAuth2 revoke token (margaretha)
218 - Updated OAuth2 refresh token implementation (margaretha)
21914/08/2018
220 - Implemented revoke all OAuth2 access tokens and authorization codes of
221 client users when deregistering/deleting a client (margaretha)
222 - Fixed update OAuth2 access token (margaretha)
223 - Implemented reset client secret (margaretha)
224 - Fixed revoking latest access token when refreshing OAuth2 access token
225 (margaretha)
margaretha835178d2018-08-15 19:04:03 +020022615/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100227 - Implemented OAuth2 client info controller (margaretha)
228 - Implemented update OAuth2 client privilege controller for admins
229 (margaretha)
230 - Implemented unlimited authorization scope for super clients with OAuth2
231 password grant (margaretha)
232 - Marked native clients implementation to deprecated in favour of super
233 clients (margaretha)
234 - Enabled using Bearer tokens as user authentication tokens (Authorization
235 header value) for many controllers including OAuth2 controllers (margaretha)
margarethaf0085122018-08-16 16:19:53 +020023616/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100237 - Implemented degrading super clients (margaretha)
238 - Improved and added OAuth2 tests (margaretha)
margaretha2e1781f2018-08-21 11:45:26 +020023921/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100240 - Added VC name pattern check (margaretha)
margaretha6ad08b42018-08-22 18:33:54 +020024122/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100242 - Implemented loading VC from gz files (margaretha)
243 - Updated OAuth2 authorization codes' & access tokens' expiry check
244 (margaretha)
24523/08/2018
246 - Updated RefreshToken implementations with separate DB tables (margaretha)
247 - Allows multiple access tokens per refresh token (margaretha)
margarethac7196d22018-08-27 14:20:03 +020024827/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100249 - Added statistic with VC reference tests (margaretha)
250 - Fixed OAuth2 SQL files (margaretha)
margaretha45211af2018-08-28 12:49:07 +020025128/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100252 - Added c3p0 datasource configuration to Spring default-config-xml
253 (margaretha)
254 - Added running Kustvakt server with custom spring config in the readme
255 (margaretha)
256 - Removed old OAuth2 codes (margaretha)
257 - Moved non-config test codes to misc (margaretha)
258
margaretha7f5071f2018-08-14 15:58:51 +0200259
260# version 0.60.5
261
26209/07/2018
margaretha137d4ee2019-12-13 14:49:15 +0100263 - Added service layer to the search controller (margaretha)
264 - Added OAuth2 scope checking in search and VC controllers (margaretha)
265 - Added handling OAuth2 bearer token for VC access and User group
266 controllers (margaretha)
267 - Added default scope to password grant (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +020026810/07/2018
margaretha137d4ee2019-12-13 14:49:15 +0100269 - Made createBasicAuthorizationHeaderValue static (margaretha)
270 - Added store access token in openID token service (margaretha)
271 - Fixed empty scope in openID authorization and token service (margaretha)
272 - Implemented storing authorization code in cache (margaretha)
27311/07/2018
274 - Fixed authentication time in authentication controller (margaretha)
275 - Added OAuth2 access token tests (margaretha)
27612/07/2018
277 - Updated maven surefire setting for faster test suite runtime (margaretha)
278 - Implemented refreshing OAuth2 access token (margaretha)
27926/07/2018
280 - Fixed issue #27 (margaretha)
28102/08/2018s
282 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +0200283
margaretha137d4ee2019-12-13 14:49:15 +0100284
margaretha7f5071f2018-08-14 15:58:51 +0200285# version 0.60.4
286
Akrond5058162018-07-05 11:17:15 +020028705/07/2018
margaretha137d4ee2019-12-13 14:49:15 +0100288 - implemented OAuth2 authorization code request with OpenID Authentication
289 (margaretha)
290 - enabled OAuth2 authorization without OpenID authentication using Nimbus
291 library (margaretha)
292 - implemented response handler for OpenID authentication errors in authorization
293 requests (margaretha)
294 - added tests regarding OpenID authentication in authorization requests
295 (margaretha)
296 - implemented OAuth2 authorization error response via redirect URI instead of
297 JSON (margaretha)
298 - added state to OAuth2 authorization error response (margaretha)
299 - implemented OpenID token service for authorization code flow (margaretha)
300 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
301 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
302 keys (margaretha)
303 - implemented OpenId configuration (margaretha)
304 - added authentication time and support for auth_time in id_token (margaretha)
305 - implemented support for nonce and max_age parameters in OpenID authentication
306 (margaretha)
307 - implemented OAuth2 token request with password grant using Nimbus library
308 (margaretha)
309 - updated redirect URI validator (margaretha)
310 - updated client registration requirement to allow desktop applications
311 (margaretha)
312 - fixed RSA key configuration (margaretha)
313 - merged OAuth2 client deregistration controllers (margaretha)
314 - fixed OAuth2 client unique URL-hashcode (margaretha)
315 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
316 - Added support for unrestricted corpus statistics (ndiewald)
317 - updated paths of user-group deletion-controllers (margaretha)
318 - Do not pass broken queries to Krill (diewald)
319 - added OAuth2 token request with client authentication via Authorization
320 header (margaretha)
321 - added port checking in test suite (margaretha)
322
margaretha7f5071f2018-08-14 15:58:51 +0200323# version 0.60.3
324
margaretha235a6802018-06-06 19:21:53 +020032506/06/2018
margaretha137d4ee2019-12-13 14:49:15 +0100326 - improved user authentication by using authentication filter for authorization
327 code request (margaretha)
328 - limited client authentication to client id checking in authorization code
329 request (margaretha)
330 - added user_id in the oauth2_access_token database table (margaretha)
331 - implemented OAuth2Authentication provider for token context management
332 (margaretha)
333 - added parameter checking for authorization DAO (margaretha)
334 - added controller tests using OAuth2 access token (margaretha)
335 - added database tables for MySQL (margaretha)
336 - updated JWT library and related codes (margaretha)
337
margaretha7f5071f2018-08-14 15:58:51 +0200338# version 0.60.2
339
margarethabe4c5c92018-05-03 18:55:49 +020034003/05/2018
margaretha137d4ee2019-12-13 14:49:15 +0100341 - implemented OAuth2 client registration (margaretha)
342 - implemented OAuth2 client authentication (margaretha)
343 - changed virtual corpus search to retrieval (margaretha)
344 - implemented public client deregistration task (margaretha)
345 - added client registration and deregistration tests (margaretha)
346 - implemented confidential client deregistration task (margaretha)
347 - fixed storing client secret (margaretha)
348 - implemented OAuth2 response handler (margaretha)
349 - implemented OAuth2 request access token with client credentials grant
350 (margaretha)
351 - implemented OAuth2 request access token with resource owner password grant
352 (margaretha)
353 - implemented OAuth2 authorization code request (margaretha)
354 - added OAuth2 error codes (margaretha)
355 - added OAuth2 authorization, scope and access token tables for SQLite
356 (margaretha)
357 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
358 - implemented OAuth2 request access token with authorization code grant
359 (margaretha)
360 - added setting default scopes in the config file (margaretha)
361 - fixed loading spring config multiple times in the test suite (margaretha)
362 - added SQLite created_date trigger for access token (margaretha)
363 - added a join table for access token scopes (margaretha)
364 - added access scopes handling (margaretha)
365 - added tests about request token with authorization code (margaretha)
366
margaretha7f5071f2018-08-14 15:58:51 +0200367# version 0.60.1
368
margaretha18533fd2018-03-28 16:01:06 +020036928/03/2018
margaretha137d4ee2019-12-13 14:49:15 +0100370 - added admin-related SQL codes (margaretha)
371 - updated AdminDao (margaretha)
372 - added optional username query parameter to group list controller (margaretha)
373 - fixed non hierarchical URI of kustvakt conf files (margaretha)
374 - added delete group member triggers (margaretha)
375 - added list user-group by username and status for system admin (margaretha)
376 - added user-group status in user-group DTO (margaretha)
377 - added check for hidden groups in user-group tests (margaretha)
378 - added database trigger test on deleting members when deleting group
379 (margaretha)
380 - renamed VC type PREDEFINED to SYSTEM (margaretha)
381 - added VC list controller for system admin (margaretha)
382 - added VC controller tests with for system admin (margaretha)
383 - added hidden access removal when deleting published VC (margaretha)
384 - added check for hidden groups in VC controller tests (margaretha)
385 - added search user-group controller (margaretha)
386 - removed createdBy from VirtualCorpusJson (margaretha)
387 - moved member role setting from the invitation phase to the after-subscription
388 phase (margaretha)
389 - added member role removal after deleting members (margaretha)
390 - added add and delete member role controllers (margaretha)
391
margaretha7f5071f2018-08-14 15:58:51 +0200392# version 0.60
393
margaretha97bb3bd2018-03-14 18:41:14 +010039414/03/2018
margaretha137d4ee2019-12-13 14:49:15 +0100395 - set up mail settings using localhost port 25 (margaretha)
396 - added mail template in kustvakt configuration (margaretha)
397 - added mail settings to readme (margaretha)
398 - disabled email notification for auto group (margaretha)
399 - added metadata retrieval (diewald)
400 - enabled custom implementation for email address retrieval (margaretha)
401 - removed old policy and deprecated code (margaretha)
402 - moved authentication related code to /full (margaretha)
403 - added userRoles attribute to UserGroupDto. (margaretha)
404 - fixed sqlite trigger (margaretha)
405 - fixed member exist error message (margaretha)
406 - fixed member invitation to join deleted group (margaretha)
407 - added checking deleted group (margaretha)
margarethaa86b1412018-02-21 20:40:35 +0100408
margaretha7f5071f2018-08-14 15:58:51 +0200409# version 0.59.10
margaretha137d4ee2019-12-13 14:49:15 +0100410
margarethaaecee1b2018-02-20 14:44:21 +010041120/02/2018
margaretha137d4ee2019-12-13 14:49:15 +0100412 - added sort VC by id (margaretha)
413 - added test cases regarding VC sharing (margaretha)
414 - implemented withdraw VC from publication (margaretha)
415 - added Changes file (margaretha)
416 - implemented add/invite users to group (margaretha)
417 - implemented delete user-group and member tasks (margaretha)
418 - added userMemberStatus in group lists (margaretha)
419 - updated and added SQL test data (margaretha)
420 - added user group related tests (margaretha)
421 - implemented custom configuration for deleting user groups and members (margaretha)
422 - updated library versions and java environment (margaretha)
423 - added expiration time check for member invitation (margaretha)
424 - moved .properties files (margaretha)
425 - merged changelog file to Changes (margaretha)
426 - updated status codes and error messages to be more detailed (margaretha)
427 - testing mail implementation using embedded jetty jndi (margaretha)
428 - fixed collection rewrite regarding OR operation with other fields
429 (margaretha)
430 - implemented sending mail using spring injection and removed jetty jndi
431 (margaretha)
432 - fixed unrecognized application/json (margaretha)
433 - fixed and updated velocity template (margaretha)
434
margaretha7f5071f2018-08-14 15:58:51 +0200435# version 0.59.9
436
margarethac9f1dfa2018-02-07 17:50:33 +010043719/01/2018
margaretha137d4ee2019-12-13 14:49:15 +0100438 - restructured basic authentication (margaretha)
439 - fixed AuthenticationException to include authentication scheme (margaretha)
440 - fixed rewrite redundancy in collection rewrite (margaretha)
441 - fixed foundry rewrite for constituents (margaretha)
442 - introduced authentication methods, schemes and tokens (margaretha)
443 - implemented collection rewrite with multiple licenses (margaretha)
444 - fixed foundry rewrite for korap span without wrap node (margaretha)
445 - implemented list user group (margaretha)
446 - implemented delete VC task (margaretha)
447 - implemented create user-group, subscribe to user-groups, unsubscribe to
448 user-groups tasks(margaretha)
449 - fixed handling JSON mapping exception for missing enums (margaretha)
450 - implemented list VC task (margaretha)
451 - added KoralQuery in VC lists (margaretha)
452 - implemented edit VC task (margaretha)
453 - implemented publish VC task (margaretha)
454 - implemented share VC task (margaretha)
455 - implemented list only owned VC task (margaretha)
456 - implemented list VC access task (margaretha)
457 - implemented search VC by id task (margaretha)
458 - implemented delete VC access (margaretha)
459 - implemented search for project VC (margaretha)
460 - added search VC related tests (margaretha)
461 - removed PredefinedUserGroup.ALL and related codes (margaretha)
462 - implemented search for published VC (margaretha)
463
margaretha7f5071f2018-08-14 15:58:51 +0200464# version 0.59.8
465
margarethac9f1dfa2018-02-07 17:50:33 +010046621/09/2017
margaretha137d4ee2019-12-13 14:49:15 +0100467 - restructured statistics service (margaretha)
468 - removed deprecated loader codes and tests (margaretha)
469 - removed old Spring java configurations (margaretha)
470 - implemented entity classes for the new database (margaretha)
471 - added MySQL codes regarding VC and for testing (margaretha)
472 - added dao methods regarding VC (margaretha)
473 - added similar SQL codes (to MySQL) for sqlite (margaretha)
474 - added dao methods regarding user groups (margaretha)
475 - restructured web-service codes into controller and logic/business-service
476 (margaretha)
477 - implemented user role and privilege, and added tests (margaretha)
478 - prepared test suite using new database (margaretha)
479 - implemented UserGroupDao and tests (margaretha)
480 - fixed missing exceptions in JsonUtils (margaretha)
481 - restructured web filters and authentication codes (margaretha)
482 - implemented create/store VC (margaretha)
483 - fixed collection rewrite bug regarding availability with operation or
484 (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +0100485
margaretha7f5071f2018-08-14 15:58:51 +0200486# version 0.59.7
487
margarethac9f1dfa2018-02-07 17:50:33 +010048813/10/2016
margaretha137d4ee2019-12-13 14:49:15 +0100489 - MOD: updated search to use new siglen (diewald)
490 - MOD: fixed matchinfo retrieval in light service (diewald)
margarethac9f1dfa2018-02-07 17:50:33 +0100491
49205/05/2015
margaretha137d4ee2019-12-13 14:49:15 +0100493 - ADD: rest test suite for user service (hanl)
494 - MOD: setup parameter modification (hanl)
495 - ADD: oauth2 client unique constraint (hanl)