blob: b2fbd03352606cc77744da649e35041ce3d00116 [file] [log] [blame]
Akronbaa04702020-09-29 18:08:09 +02001# version 0.63
2
margaretha2618beb2020-01-24 14:12:28 +01003# version 0.62.4
424/01/2020
margaretha6aee1972020-02-03 14:34:06 +01005 - Removed salt from config and updated config files (margaretha)
603/02/2020
7 - Added an admin API for clearing access token cache (margaretha)
margaretha0afd44a2020-02-05 10:49:21 +0100805/02/2020
9 - Added a config properties for a long-time access token expiry
10 and excluded refresh tokens for public clients in OAuth2 token
margaretha9a270a52020-02-05 16:31:14 +010011 responses (margaretha)
12 - Removed client authentication from the client deregistration and
13 client-secret reset APIs (margaretha)
Akron39326ee2020-03-04 10:17:34 +01001404/03/2020
15 - Updated the sample index (diewald)
16
margaretha1d1c73e2019-12-03 18:07:28 +010017# version 0.62.3
1803/12/2019
19 - Implemented pipe extension in the search API (margaretha)
margaretha52ee9e32019-12-11 16:36:14 +01002011/12/2019
21 - Added errors when requesting VC in caching process (margaretha,
margaretha137d4ee2019-12-13 14:49:15 +010022 resolved #47)
margarethaed2ee242019-12-12 17:34:18 +01002312/12/2019
24 - Added support for multiple cq parameters (margaretha, resolved #46)
margaretha137d4ee2019-12-13 14:49:15 +01002513/12/2019
26 - Handled pipe errors and added tests (margaretha)
margarethad8aa1352019-12-19 11:04:41 +01002719/12/2019
28 - Updated create update user-group API (margaretha)
margarethad3a46ec2019-12-20 12:18:44 +01002920/12/2019
margarethad9546d32019-12-20 12:19:17 +010030 - Removed transactional annotations from simple select queries (margaretha)
margaretha89273b52020-01-20 12:54:58 +010031 - Updated free resource controller (margaretha)
3215/01-2020
33 - Added additional statistic figures to virtual corpus info API
34 response (margaretha)
margaretha137d4ee2019-12-13 14:49:15 +010035
margaretha89836f32019-10-17 10:50:50 +020036# version 0.62.2
3717/10/2019
margarethada5a6ab2019-11-08 10:06:05 +010038 - Handled vulnerability CVE-2019-17195. (margaretha)
398/11/2019
40 - Added user-group name pattern (margaretha, issue #33)
margarethaa18ab2b2019-11-11 12:55:26 +01004111/11/2019
42 - Updated user group service paths and replaced groupId with groupName
43 (margaretha, resolved #33)
margarethaca7cff82019-11-12 12:06:37 +01004412/11/2019
45 - Removed UserGroupJson & updated listUserGroups and createUserGroup
46 services (margaretha)
margaretha03b195a2019-11-12 14:57:15 +010047 - Added prefixes to username and groupname parameters in service paths
margaretha21d32962019-11-14 17:08:15 +010048 (margaretha, resolved #35)
margaretha85967642019-11-13 13:35:33 +01004913/11/2019
50 - Added tests for issue #43 (margaretha)
margarethac20cd342019-11-14 10:59:39 +01005114/11/2019
52 - Added client description and URL to list-authorized-clients service
margaretha21d32962019-11-14 17:08:15 +010053 (margaretha, close #53)
margaretha7a09e482019-11-14 14:34:07 +010054 - Implemented a service to list clients registered by a user (margaretha,
margaretha21d32962019-11-14 17:08:15 +010055 close #52)
56 - Added a check for OAuth2 client, VC, and group name length (margaretha)
margaretha77e74742019-11-15 12:15:20 +01005715/11/2019
58 - Merged list authorized client and list registered client services
59 (margaretha)
margaretha43aceb52019-11-21 12:58:53 +01006021/11/2019
margarethadb457bc2019-11-21 14:38:56 +010061 - Added a service to list active refresh tokens of a user (margaretha)
62 - Added username filtering to token revocation service via super client
63 (margaretha)
margaretha7497adf2019-11-26 13:13:57 +01006426/11/2019
65 - Added a service to revoke a single refresh token via super client
66 (margaretha)
margaretha89836f32019-10-17 10:50:50 +020067
margaretha2544cdf2019-07-08 11:39:43 +020068# version 0.62.1
6908/07/2019
margaretha93e602e2019-08-07 15:19:56 +020070 - Added tests for public metadata response in search api (margaretha,
71 issue #43)
margaretha2544cdf2019-07-08 11:39:43 +020072 - Disabled some tests of unused/disabled web-services (margaretha)
margaretha93e602e2019-08-07 15:19:56 +02007307/08/2019
74 - Fixed missing scopes after requesting access token with refresh token
75 (margaretha)
margarethac9f40e22019-08-07 17:32:19 +020076 - Fixed post requests with status OK and empty body (margaretha)
margaretha0e1fc552019-08-08 15:31:01 +02007707/08/2019
margaretha7497adf2019-11-26 13:13:57 +010078 - Added users to hidden group when searching in a published VC (margaretha,
79 resolved #40)
margarethabdd47ac2019-08-15 14:22:38 +02008015/08/2019
margaretha89836f32019-10-17 10:50:50 +020081 - Updated the response statuses of VC PUT requests (margaretha)
margaretha2544cdf2019-07-08 11:39:43 +020082
margaretha3ccaeb72019-02-28 18:40:22 +010083# version 0.62
8428/02/2019
85 - Removed old VC controllers and updated tests (margaretha, issue #34)
86 - Updated VC access controllers (margaretha)
margaretha3d55b002019-03-19 12:00:44 +01008719/03/2019
margaretha47a72a82019-07-03 16:00:54 +020088 - Added close index controller (margaretha)
margaretha4b0eb3d2019-04-11 10:25:56 +02008911/04/2019
90 - Fixed unknown authentication scheme, missing VC entity, and parameter
91 checker (margaretha)
margarethaed053fb2019-04-11 15:15:13 +020092 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
93 unique group name and unknown VC access (margaretha)
margaretha03ae28d2019-06-27 14:20:30 +02009427/06/2019
95 - Handled LDAP errors, fixed #45 (margaretha)
margaretha47a72a82019-07-03 16:00:54 +02009603/07/2019
97 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
98 - Changed the response media-type of authentication controllers (margaretha)
99 - Fixed bugs: allow guest to retrieve system VC,
100 remove VC from cache when it is deleted (margaretha)
margaretha3a579402019-07-04 15:40:46 +020010104/07/2019
102 - Updated VC name pattern and tests (margaretha)
margaretha3ccaeb72019-02-28 18:40:22 +0100103
margaretha85273f12019-02-04 18:13:17 +0100104# version 0.61.6
10504/02/2019
106 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
107 - Updated client deregistration behavior (margaretha)
margaretha39cec602019-02-05 19:48:49 +010010805/02/2019
109 - Added delete-group-by-name controller (margaretha)
110 - Added unique index to group name (margaretha)
margaretha798e8bd2019-02-06 15:48:58 +010011106/02/2019
112 - Updated a user setting test using array for multiple values (margaretha)
margaretha351f7692019-02-06 19:36:52 +0100113 - Added metadata controller tests (margaretha)
margaretha2558a7c2019-02-18 16:48:54 +010011418/02/2019
115 - Fixed tests (margaretha)
margaretha852a0f62019-02-19 12:14:30 +0100116 - Updated handling errors from Koral (margaretha)
11719/02/2019
118 - Added fields to metadata controller (margaretha, issue #39)
margaretha85273f12019-02-04 18:13:17 +0100119
margaretha79d738c2018-12-17 16:45:47 +0100120# version 0.61.5
margaretha5c67dd52018-12-18 17:27:05 +010012117/12/2018
margaretha79d738c2018-12-17 16:45:47 +0100122 - Added a search timeout test (margaretha)
margaretha5c67dd52018-12-18 17:27:05 +010012318/12/2018
124 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
margaretha0b903912019-01-08 17:41:39 +010012508/01/2019
126 - Improved predefined vc caching (issue #28, margaretha)
margaretha398f4722019-01-09 19:07:20 +010012709/01/2019
128 - Added comments (margaretha)
129 - Updated code structure (margaretha)
margaretha2ea9a1e2019-01-11 16:37:21 +010013011/01/2019
131 - Degraded API version to 1.0 (margaretha)
132 - Added OAuth2 client info tests (margaretha)
margaretha8c203962019-01-14 17:01:33 +010013314/01/2019
134 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
margaretha4af3f1e2019-01-16 17:53:26 +010013516/01/2019
136 - Added a PUT request for both creating and editing vc (margaretha)
137 - Added aliases to some VC controllers (margaretha)
margaretha0866a532019-01-22 17:52:40 +0100138 - Merged VC access list controllers (margaretha)
13921/01/2019
margaretha137d4ee2019-12-13 14:49:15 +0100140 - Removed codes related to user registration & password management (margaretha)
margaretha0866a532019-01-22 17:52:40 +010014122/01/2019
142 - Added create, edit, retrieve user default setting controllers (margaretha)
margaretha62c06762019-01-23 16:58:30 +010014322/01/2019
144 - Updated default setting controllers & added tests (margaretha)
margaretha0bcde4c2019-01-23 19:08:51 +0100145 - Added delete key in setting controllers (margaretha)
margaretha6cd27f32019-01-24 14:47:47 +010014623/01/2019
147 - Added default setting key validation (margaretha)
148 - Fixed UserdataTest (margaretha)
margaretha4a338122019-01-25 16:02:18 +010014924/01/2019
150 - Added default setting key validation & fixed UserdataTest (margaretha)
15125/01/2019
margaretha4fa4b062019-01-28 19:43:30 +0100152 - Added VC reference and MapUtil tests (margaretha)
15328/01/2019
154 - Fixed username verification in DefaultSettingService (margaretha)
155 - Added foundry rewrite with user default setting (margaretha)
156 - Added default foundry for morphology layer (margaretha)
margaretha1b8bc4d2019-01-29 12:19:54 +010015729/01/2019
158 - Fixed share VC type (margaretha)
margarethab5e1e0a2019-01-29 22:11:57 +0100159 - Added delete setting controller (margaretha)
160 - Handled "no resource found" cases (margaretha, issue #37)
margarethabab55d52019-01-30 16:09:07 +010016130/01/2019
162 - Added server shutdown description in readme (margaretha)
margaretha79d738c2018-12-17 16:45:47 +0100163
margaretha2df06602018-11-14 19:10:30 +0100164# version 0.61.4
16514/11/2018
166 - Integrated lite and full services and controllers in core (margaretha)
margaretha6f0b7382018-11-21 17:42:02 +010016721/11/2018
168 - Updated OAuth2 refresh token request to create a new refresh token and
margarethae72355a2018-11-28 16:53:09 +0100169 revoke the old one per request (margaretha)
17028/11/2018
171 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
172 - Handled storing cached VC with VC reference (margaretha)
margaretha230effb2018-11-29 17:28:18 +010017329/11/2018
margaretha5a2c34e2018-11-29 19:35:13 +0100174 - Added a controller for listing user clients having active refresh tokens
margarethadda4ef72018-12-06 14:20:51 +0100175 (margaretha)
1766/12/2018
177 - Added debug flags to mitigate log4j debugging performance (margaretha)
margarethad6f39d52018-12-06 14:21:39 +0100178 - Fixed KoralNode at() method (margaretha)
margarethac750cbb2018-12-11 12:47:02 +010017911/12/2018
180 - Implemented revoking all tokens of a user client via a super client
181 (margaretha)
margaretha420db0e2018-12-11 15:04:19 +0100182 - Removed document controllers and KustvaktResource (margaretha)
margaretha1bc9cca2018-12-11 15:09:44 +0100183 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
margaretha420db0e2018-12-11 15:04:19 +0100184
margaretha2df06602018-11-14 19:10:30 +0100185
margaretha51e5e3f2018-10-17 15:10:03 +0200186# version 0.61.3
18717/10/2018
margaretha137d4ee2019-12-13 14:49:15 +0100188 - Updated NamedVCLoader to be optional (margaretha)
189 - Updated annotation tables & implemented key-value structure (margaretha)
190 - Added annotation parser for annotation data from kalamar (margaretha)
191 - Implemented parsing free resource info from json (margaretha)
margaretha3da7cd32018-10-22 17:42:52 +020019222/10/2018
margaretha137d4ee2019-12-13 14:49:15 +0100193 - Updated jetty, spring and hibernate versions (margaretha)
194 - Fixed the order of annotation keys and values, and added tests (margaretha)
195 - Fixed resource DAO & added tests (margaretha)
19624/10/2018
197 - Fixed query serialization service (margaretha)
198 - Added "highlights" parameter to matchInfo controller (margaretha)
199 - Added "fields" parameter to search controllers (margaretha)
200 - Integrated lite controllers, services and tests in full version (margaretha)
margaretha439ad572018-10-29 12:15:28 +010020129/10/2018
margaretha137d4ee2019-12-13 14:49:15 +0100202 - Moved javax.servlet-api to core (margaretha)
Akron63656052018-11-07 12:20:13 +010020307/11/2018
margaretha137d4ee2019-12-13 14:49:15 +0100204 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
margaretha339fd2e2018-11-13 12:14:53 +010020513/11/2018
margaretha137d4ee2019-12-13 14:49:15 +0100206 - Added Shutdown handler to Jetty server (margaretha)
207 - Fixed storing VC order in NamedVCLoader (margaretha)
margaretha51e5e3f2018-10-17 15:10:03 +0200208
margaretha6ef00dd2018-09-12 14:06:38 +0200209# version 0.61.2
21012/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100211 - Added various log4j2 configurations (margaretha)
margaretha563aabe2018-09-13 20:39:45 +020021213/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100213 - Implemented VirtualCorpusRewrite (margaretha)
margaretha9e53bb22018-09-14 19:39:15 +020021414/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100215 - Fixed SpringJerseyTest ApplicationContext (margaretha)
216 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
217 - Enabled VCReferenceTest in maven test suite (margaretha)
margarethaf7abb362018-09-18 20:09:37 +020021818/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100219 - Handled unique constraints / inserting duplicate items to DB (margaretha)
220 - Added a controller for editing user group member roles (margaretha)
margaretha488e04b2018-09-19 18:17:45 +020022119/09/2018
margaretha137d4ee2019-12-13 14:49:15 +0100222 - Fixed cached-VC ref with username (margaretha)
margaretha6ef00dd2018-09-12 14:06:38 +0200223
margarethaee0cbfe2018-08-28 17:47:14 +0200224# version 0.61.1
22528/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100226 - Added API URL versioning (margaretha)
227 - Deactivated IdRewrite (margaretha)
228 - Fixed kustvakt controller (margaretha)
margaretha7926adc2018-08-30 13:45:33 +020022930/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100230 - Fixed root packages & added api version properties in kustvakt.conf
231 (margaretha)
232 - Fixed versioning in SearchController (margaretha)
233 - Added API versioning tests (margaretha)
margarethaee0cbfe2018-08-28 17:47:14 +0200234
margaretha7f5071f2018-08-14 15:58:51 +0200235# version 0.61.0
margaretha1b320452018-08-02 16:56:25 +0200236
margaretha0666ddb2018-08-02 16:54:04 +020023702/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100238 - Added VC reference tests (margaretha)
239 - Implemented loading and caching named VCs (margaretha)
24003/08/2018
241 - Implemented OAuth2 revoke token (margaretha)
242 - Updated OAuth2 refresh token implementation (margaretha)
24314/08/2018
244 - Implemented revoke all OAuth2 access tokens and authorization codes of
245 client users when deregistering/deleting a client (margaretha)
246 - Fixed update OAuth2 access token (margaretha)
247 - Implemented reset client secret (margaretha)
248 - Fixed revoking latest access token when refreshing OAuth2 access token
249 (margaretha)
margaretha835178d2018-08-15 19:04:03 +020025015/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100251 - Implemented OAuth2 client info controller (margaretha)
252 - Implemented update OAuth2 client privilege controller for admins
253 (margaretha)
254 - Implemented unlimited authorization scope for super clients with OAuth2
255 password grant (margaretha)
256 - Marked native clients implementation to deprecated in favour of super
257 clients (margaretha)
258 - Enabled using Bearer tokens as user authentication tokens (Authorization
259 header value) for many controllers including OAuth2 controllers (margaretha)
margarethaf0085122018-08-16 16:19:53 +020026016/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100261 - Implemented degrading super clients (margaretha)
262 - Improved and added OAuth2 tests (margaretha)
margaretha2e1781f2018-08-21 11:45:26 +020026321/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100264 - Added VC name pattern check (margaretha)
margaretha6ad08b42018-08-22 18:33:54 +020026522/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100266 - Implemented loading VC from gz files (margaretha)
267 - Updated OAuth2 authorization codes' & access tokens' expiry check
268 (margaretha)
26923/08/2018
270 - Updated RefreshToken implementations with separate DB tables (margaretha)
271 - Allows multiple access tokens per refresh token (margaretha)
margarethac7196d22018-08-27 14:20:03 +020027227/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100273 - Added statistic with VC reference tests (margaretha)
274 - Fixed OAuth2 SQL files (margaretha)
margaretha45211af2018-08-28 12:49:07 +020027528/08/2018
margaretha137d4ee2019-12-13 14:49:15 +0100276 - Added c3p0 datasource configuration to Spring default-config-xml
277 (margaretha)
278 - Added running Kustvakt server with custom spring config in the readme
279 (margaretha)
280 - Removed old OAuth2 codes (margaretha)
281 - Moved non-config test codes to misc (margaretha)
282
margaretha7f5071f2018-08-14 15:58:51 +0200283
284# version 0.60.5
285
28609/07/2018
margaretha137d4ee2019-12-13 14:49:15 +0100287 - Added service layer to the search controller (margaretha)
288 - Added OAuth2 scope checking in search and VC controllers (margaretha)
289 - Added handling OAuth2 bearer token for VC access and User group
290 controllers (margaretha)
291 - Added default scope to password grant (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +020029210/07/2018
margaretha137d4ee2019-12-13 14:49:15 +0100293 - Made createBasicAuthorizationHeaderValue static (margaretha)
294 - Added store access token in openID token service (margaretha)
295 - Fixed empty scope in openID authorization and token service (margaretha)
296 - Implemented storing authorization code in cache (margaretha)
29711/07/2018
298 - Fixed authentication time in authentication controller (margaretha)
299 - Added OAuth2 access token tests (margaretha)
30012/07/2018
301 - Updated maven surefire setting for faster test suite runtime (margaretha)
302 - Implemented refreshing OAuth2 access token (margaretha)
30326/07/2018
304 - Fixed issue #27 (margaretha)
30502/08/2018s
306 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +0200307
margaretha137d4ee2019-12-13 14:49:15 +0100308
margaretha7f5071f2018-08-14 15:58:51 +0200309# version 0.60.4
310
Akrond5058162018-07-05 11:17:15 +020031105/07/2018
margaretha137d4ee2019-12-13 14:49:15 +0100312 - implemented OAuth2 authorization code request with OpenID Authentication
313 (margaretha)
314 - enabled OAuth2 authorization without OpenID authentication using Nimbus
315 library (margaretha)
316 - implemented response handler for OpenID authentication errors in authorization
317 requests (margaretha)
318 - added tests regarding OpenID authentication in authorization requests
319 (margaretha)
320 - implemented OAuth2 authorization error response via redirect URI instead of
321 JSON (margaretha)
322 - added state to OAuth2 authorization error response (margaretha)
323 - implemented OpenID token service for authorization code flow (margaretha)
324 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
325 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
326 keys (margaretha)
327 - implemented OpenId configuration (margaretha)
328 - added authentication time and support for auth_time in id_token (margaretha)
329 - implemented support for nonce and max_age parameters in OpenID authentication
330 (margaretha)
331 - implemented OAuth2 token request with password grant using Nimbus library
332 (margaretha)
333 - updated redirect URI validator (margaretha)
334 - updated client registration requirement to allow desktop applications
335 (margaretha)
336 - fixed RSA key configuration (margaretha)
337 - merged OAuth2 client deregistration controllers (margaretha)
338 - fixed OAuth2 client unique URL-hashcode (margaretha)
339 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
340 - Added support for unrestricted corpus statistics (ndiewald)
341 - updated paths of user-group deletion-controllers (margaretha)
342 - Do not pass broken queries to Krill (diewald)
343 - added OAuth2 token request with client authentication via Authorization
344 header (margaretha)
345 - added port checking in test suite (margaretha)
346
margaretha7f5071f2018-08-14 15:58:51 +0200347# version 0.60.3
348
margaretha235a6802018-06-06 19:21:53 +020034906/06/2018
margaretha137d4ee2019-12-13 14:49:15 +0100350 - improved user authentication by using authentication filter for authorization
351 code request (margaretha)
352 - limited client authentication to client id checking in authorization code
353 request (margaretha)
354 - added user_id in the oauth2_access_token database table (margaretha)
355 - implemented OAuth2Authentication provider for token context management
356 (margaretha)
357 - added parameter checking for authorization DAO (margaretha)
358 - added controller tests using OAuth2 access token (margaretha)
359 - added database tables for MySQL (margaretha)
360 - updated JWT library and related codes (margaretha)
361
margaretha7f5071f2018-08-14 15:58:51 +0200362# version 0.60.2
363
margarethabe4c5c92018-05-03 18:55:49 +020036403/05/2018
margaretha137d4ee2019-12-13 14:49:15 +0100365 - implemented OAuth2 client registration (margaretha)
366 - implemented OAuth2 client authentication (margaretha)
367 - changed virtual corpus search to retrieval (margaretha)
368 - implemented public client deregistration task (margaretha)
369 - added client registration and deregistration tests (margaretha)
370 - implemented confidential client deregistration task (margaretha)
371 - fixed storing client secret (margaretha)
372 - implemented OAuth2 response handler (margaretha)
373 - implemented OAuth2 request access token with client credentials grant
374 (margaretha)
375 - implemented OAuth2 request access token with resource owner password grant
376 (margaretha)
377 - implemented OAuth2 authorization code request (margaretha)
378 - added OAuth2 error codes (margaretha)
379 - added OAuth2 authorization, scope and access token tables for SQLite
380 (margaretha)
381 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
382 - implemented OAuth2 request access token with authorization code grant
383 (margaretha)
384 - added setting default scopes in the config file (margaretha)
385 - fixed loading spring config multiple times in the test suite (margaretha)
386 - added SQLite created_date trigger for access token (margaretha)
387 - added a join table for access token scopes (margaretha)
388 - added access scopes handling (margaretha)
389 - added tests about request token with authorization code (margaretha)
390
margaretha7f5071f2018-08-14 15:58:51 +0200391# version 0.60.1
392
margaretha18533fd2018-03-28 16:01:06 +020039328/03/2018
margaretha137d4ee2019-12-13 14:49:15 +0100394 - added admin-related SQL codes (margaretha)
395 - updated AdminDao (margaretha)
396 - added optional username query parameter to group list controller (margaretha)
397 - fixed non hierarchical URI of kustvakt conf files (margaretha)
398 - added delete group member triggers (margaretha)
399 - added list user-group by username and status for system admin (margaretha)
400 - added user-group status in user-group DTO (margaretha)
401 - added check for hidden groups in user-group tests (margaretha)
402 - added database trigger test on deleting members when deleting group
403 (margaretha)
404 - renamed VC type PREDEFINED to SYSTEM (margaretha)
405 - added VC list controller for system admin (margaretha)
406 - added VC controller tests with for system admin (margaretha)
407 - added hidden access removal when deleting published VC (margaretha)
408 - added check for hidden groups in VC controller tests (margaretha)
409 - added search user-group controller (margaretha)
410 - removed createdBy from VirtualCorpusJson (margaretha)
411 - moved member role setting from the invitation phase to the after-subscription
412 phase (margaretha)
413 - added member role removal after deleting members (margaretha)
414 - added add and delete member role controllers (margaretha)
415
margaretha7f5071f2018-08-14 15:58:51 +0200416# version 0.60
417
margaretha97bb3bd2018-03-14 18:41:14 +010041814/03/2018
margaretha137d4ee2019-12-13 14:49:15 +0100419 - set up mail settings using localhost port 25 (margaretha)
420 - added mail template in kustvakt configuration (margaretha)
421 - added mail settings to readme (margaretha)
422 - disabled email notification for auto group (margaretha)
423 - added metadata retrieval (diewald)
424 - enabled custom implementation for email address retrieval (margaretha)
425 - removed old policy and deprecated code (margaretha)
426 - moved authentication related code to /full (margaretha)
427 - added userRoles attribute to UserGroupDto. (margaretha)
428 - fixed sqlite trigger (margaretha)
429 - fixed member exist error message (margaretha)
430 - fixed member invitation to join deleted group (margaretha)
431 - added checking deleted group (margaretha)
margarethaa86b1412018-02-21 20:40:35 +0100432
margaretha7f5071f2018-08-14 15:58:51 +0200433# version 0.59.10
margaretha137d4ee2019-12-13 14:49:15 +0100434
margarethaaecee1b2018-02-20 14:44:21 +010043520/02/2018
margaretha137d4ee2019-12-13 14:49:15 +0100436 - added sort VC by id (margaretha)
437 - added test cases regarding VC sharing (margaretha)
438 - implemented withdraw VC from publication (margaretha)
439 - added Changes file (margaretha)
440 - implemented add/invite users to group (margaretha)
441 - implemented delete user-group and member tasks (margaretha)
442 - added userMemberStatus in group lists (margaretha)
443 - updated and added SQL test data (margaretha)
444 - added user group related tests (margaretha)
445 - implemented custom configuration for deleting user groups and members (margaretha)
446 - updated library versions and java environment (margaretha)
447 - added expiration time check for member invitation (margaretha)
448 - moved .properties files (margaretha)
449 - merged changelog file to Changes (margaretha)
450 - updated status codes and error messages to be more detailed (margaretha)
451 - testing mail implementation using embedded jetty jndi (margaretha)
452 - fixed collection rewrite regarding OR operation with other fields
453 (margaretha)
454 - implemented sending mail using spring injection and removed jetty jndi
455 (margaretha)
456 - fixed unrecognized application/json (margaretha)
457 - fixed and updated velocity template (margaretha)
458
margaretha7f5071f2018-08-14 15:58:51 +0200459# version 0.59.9
460
margarethac9f1dfa2018-02-07 17:50:33 +010046119/01/2018
margaretha137d4ee2019-12-13 14:49:15 +0100462 - restructured basic authentication (margaretha)
463 - fixed AuthenticationException to include authentication scheme (margaretha)
464 - fixed rewrite redundancy in collection rewrite (margaretha)
465 - fixed foundry rewrite for constituents (margaretha)
466 - introduced authentication methods, schemes and tokens (margaretha)
467 - implemented collection rewrite with multiple licenses (margaretha)
468 - fixed foundry rewrite for korap span without wrap node (margaretha)
469 - implemented list user group (margaretha)
470 - implemented delete VC task (margaretha)
471 - implemented create user-group, subscribe to user-groups, unsubscribe to
472 user-groups tasks(margaretha)
473 - fixed handling JSON mapping exception for missing enums (margaretha)
474 - implemented list VC task (margaretha)
475 - added KoralQuery in VC lists (margaretha)
476 - implemented edit VC task (margaretha)
477 - implemented publish VC task (margaretha)
478 - implemented share VC task (margaretha)
479 - implemented list only owned VC task (margaretha)
480 - implemented list VC access task (margaretha)
481 - implemented search VC by id task (margaretha)
482 - implemented delete VC access (margaretha)
483 - implemented search for project VC (margaretha)
484 - added search VC related tests (margaretha)
485 - removed PredefinedUserGroup.ALL and related codes (margaretha)
486 - implemented search for published VC (margaretha)
487
margaretha7f5071f2018-08-14 15:58:51 +0200488# version 0.59.8
489
margarethac9f1dfa2018-02-07 17:50:33 +010049021/09/2017
margaretha137d4ee2019-12-13 14:49:15 +0100491 - restructured statistics service (margaretha)
492 - removed deprecated loader codes and tests (margaretha)
493 - removed old Spring java configurations (margaretha)
494 - implemented entity classes for the new database (margaretha)
495 - added MySQL codes regarding VC and for testing (margaretha)
496 - added dao methods regarding VC (margaretha)
497 - added similar SQL codes (to MySQL) for sqlite (margaretha)
498 - added dao methods regarding user groups (margaretha)
499 - restructured web-service codes into controller and logic/business-service
500 (margaretha)
501 - implemented user role and privilege, and added tests (margaretha)
502 - prepared test suite using new database (margaretha)
503 - implemented UserGroupDao and tests (margaretha)
504 - fixed missing exceptions in JsonUtils (margaretha)
505 - restructured web filters and authentication codes (margaretha)
506 - implemented create/store VC (margaretha)
507 - fixed collection rewrite bug regarding availability with operation or
508 (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +0100509
margaretha7f5071f2018-08-14 15:58:51 +0200510# version 0.59.7
511
margarethac9f1dfa2018-02-07 17:50:33 +010051213/10/2016
margaretha137d4ee2019-12-13 14:49:15 +0100513 - MOD: updated search to use new siglen (diewald)
514 - MOD: fixed matchinfo retrieval in light service (diewald)
margarethac9f1dfa2018-02-07 17:50:33 +0100515
51605/05/2015
margaretha137d4ee2019-12-13 14:49:15 +0100517 - ADD: rest test suite for user service (hanl)
518 - MOD: setup parameter modification (hanl)
519 - ADD: oauth2 client unique constraint (hanl)