blob: f9e67dc764d889fa649df0f5d65e1204ff8cb72a [file] [log] [blame]
margaretha1ef2a032024-06-11 11:39:57 +02001# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +02002
margaretha46e2c952024-05-23 09:09:54 +02003- Added tests for the DNB scenario with custom max match
4 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +02005- Cleaned up named-vc.
6- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +02007- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +02008- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +02009- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020010- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020011
margaretha21879752024-04-22 12:12:58 +020012# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010013
margaretha387e4682024-03-22 11:26:29 +010014- Fixed jakarta validation error.
15- Added openapi doc (#744)
16- Moved service.properties to src/main/resources/properties
17- Moved free-resources.json to src/main/resources/json
18- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010019- Changed loading external kustvakt.conf and jdbc.properties
20 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020021- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020022- Setup vc-cache in the data folder (#598)
23- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020024- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020025- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020026- Updated configurations of the lite version to use the
27 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020028- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010029
margaretha28a53d12024-02-20 12:57:38 +010030# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010031
margarethab06377e2024-01-30 11:06:35 +010032- Moved the content of the full folder to the root folder
33- Removed Piwik
34- Removed unused libraries
35- Cleaned up spring configs
36- Updated Krill and Koral with new groupIds
37- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010038- Updated search Krill and removed Lucene
39- Updated readme
margarethab06377e2024-01-30 11:06:35 +010040
41# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010042
43- Replaced javax.ws to jakarta.ws namespace (#648)
44- Upgrading Jersey 2.40 to 3.x (#646)
45- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
46- Replaced javax.persistence with jakarta.persistence (#648)
47- Migrate Hibernate 5 to 6 (#649)
48- Fix missing placeholders
49- Fixed conflicting jackson-jarxrs
50- Fixed conflicting commons-logging and spring jcl
51- Replaced javax.servlet with jakarta.servlet (#648)
52- Updated authorization services using Nimbus (#650)
53- Fixed BlockingFilter by replacing javax.annotation.Priority
54 with jakarta.annotation.Priority (#659, #648)
55- Replaced javax.annotation with jakarta.annotation
56- Enabled legacy support for authorization POST request
57- Changed OAuth2 token request using Nimbus (#650)
58- Removed Apache Oltu API from token requests (#650)
59- Removed OpenID
60- Fixed clearing cache
61- Fix JettyServerTest, init package, and some java docs.
62- Make scope extraction more flexible.
63- Updated token response using Nimbus (#650)
64- Remove Oltu request and validator implementations (#650)
65- Updated OAuth2 response handler (#650)
66- Fixed ShutdownHandler (fixed #708)
67- Fixed issues with multi-release jar (#706, #708)
68
69
70# version 0.71.1
71
72- Removed auditing (#611)
73- Removed old database configurations (#612)
74- Removed old tests
75- Removed unnecessary caches and methods in the authentication interface
76- Added total result cache (#599)
77- Fixed missing project.version in info web-service
78- Make sure totalResults and other numeric results are numbers (Kupietz)
79- Introduce CQP query language in Koral 0.41
80- Changed DB connection (fixed #670)
81- Resolved duplicate libraries
82- Fixed testing expiry access token
83- Fix lombok compile warning
84- Ensure the order of clean token tests.
85
86# version 0.71
87
88- Renamed entity and service packages in core
89- Renamed web.controller package in core
90- Moved SearchNetworkEndpoint to core.service package
91- Merged lite into full
92- Merged core into full
93
94
95# version 0.70.1
96
97- Added data folder containing super_client_info and database
98 for mounting into docker
99- Added an error for missing redirect uri in a token request
100 when it has been included in the authorization request.
101- Added tests for VC sharing and for OAuth2 client using VC services
102- Added and updated VC controller tests
103- Moved hibernate.properties
104- Added maximum number of user persistent virtual corpora and queries
105
106# version 0.70
107
108- Support token array in matchinfo (fixes #570; diewald)
109- Updated VC list API and deprecated owner VC list (addressed #580)
110- Added user info web-service (solved #566)
111- Implemented configurable resource filters for search and match
112 info APIs (#539)
113- Added getting username from LDAP (#568)
114- Disabled LDAP auth provider and token API in the auth filter (#587)
115- Added LDAP log for users without idsC2Profile
116- Fixed log4j2 properties.
117
118
119# version 0.69.3
120
121- Moved the service path of VC admin services to admin/vc (closed #543)
122- Added an admin service to load and cache system vc (solved #268)
123- Move oauth2 admin service path (closed #544)
124- Excluded admin service to load-cache VC from the test suite
125- Fixed refresh token expiry test
126- Fixed scope check in OAuth2 token request with refresh token
127
128# version 0.69.2
129
1302022-12-05
131- Upgrade version for E2E-simplified Docker images (diewald)
1322023-01-27
133- Updated client info API (replaced user authorization requirement with super
134 client authentication)
1352023-01-30
136- Made scope param required in authorization request (solved #508)
1372023-01-31
138- Allowed OAuth2 clients to use localhost as redirect URIs.
1392023-02-03
140- Fixed content-type in error responses by changing it to application/json
1412023-02-06
142- Allow admin access using admin token for the clean token API
1432023-02-10
144- Use admin filter instead of OAuth2 ADMIN scope
145- Added a plugin test.
1462023-02-15
147- Moved user-group retrieval API to UserGroupAdminController
148 and changed the service path URL of UserGroupAdminController.
1492023-02-20
150- Deprecate API token (JWT) web-service
151- Fixed Slf4J binding
1522023-02-28
153- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1542023-03-06
155- Fixed testing refresh token expiry.
156
157
158# version 0.69.1
159
160- Upgrade version for docker including indexer (diewald)
161
162
163# version 0.69
164
165 - Migrated to Java 11 and Jersey 2
166 - Updated dependencies
167 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
168
169
170# version 0.68
171
1722022-05-25
173 - Added a new API: list plugins (e.g for marketplace)
174 - Added redirect URI validation in authorization request (addressed #374)
175 - Handled user-defined refresh token expiry (added in client info and
176 list API response)
177 - Added installed_plugins table
178 - Added a new API: install plugin
179 - Handled redundant plugin installation
180 - Handled super client id in plugin installation
181 - Deprecated UserClientDto and uses ClientinfoDto instead
182 - Updated redirect URI error message for coherence
1832022-05-27
184 - Added maximum limit to custom refresh token expiry
1852022-06-01
186 - Added new APIs: list user-installed plugins and uninstall plugin.
187 - Moved install and list plugin APIs to PluginController and updated their
188 service paths under /plugins.
1892022-06-03
190 - Implemented searching option using a network endpoint
191 - Implemented initial super client registration for user authentication.
192 - Fixed admin clean token API and restrict plugins to confidential only.
193
194
195
196# version 0.67.1
197
1982022-05-12
199 - Implemented mapping of LDAP username to email
200 - Handled null parameters in authorization requests
2012022-05-25
202 - Fixed null client_id
203 - Updated ldap.config path in the kustvakt-test.conf
204
205
206# version 0.67
207
2082022-05-09
209 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
210 - An embedded LDAP server can now be started automatically if configured accordingly.
2112022-05-11
212 - Changed the SQL script updating oauth2_client table
213
214
215# version 0.66
216
2172022-03-31
218 - Updated query and user-group name pattern.
2192022-04-08
220 - Added redirect_uri to client info API.
2212022-04-11
222 - Added registration_date, refresh_token_expiry, source and is_permitted
223 to the oauth2_client database table, and updated the OAuth2 client
224 registration mechanism.
225 - Added authorization request with GET and deprecated that with POST.
2262022-04-13
227 - Updated OAuth2Client list API (added redirect_uri, registration_date,
228 permitted, source to OAuth2UserClientDto).
2292022-04-20
230 - Updated authorization error response. (Included error and error
231 description in the client redirect URI except for missing or
232 invalid client id or redirect URI.
233
234
235# version 0.65.2
236
2372022-03-03
238 - Removed VCLoader.
239 - Added foreign keys to the DB tables of access and refresh token scopes.
2402022-03-07
241 - Added more parameter checks and OAuth2Client web-service tests.
2422022-03-17
243 - Updated admin filter by using admin token and role checks.
2442022-03-18
245 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2462022-03-28
247 - Updated admin filter (admintoken as a form param) and uses
248 it for the closing index reader API.
249 - Removed unused admin API: clear access token cache.
2502022-03-29
251 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
252
253# version 0.65.1
254
2552022-03-01
256 - Restricts the field retrieval web-service to admin only.
257
258# version 0.65
259
260!!! includes security updates - please update all Kustvakt libraries
261!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
262
2632021-12-02
264 - Updated VC cache.
2652021-12-03
266 - Enabled listing system vc for authorized users.
2672021-12-08
268 - Removed koralQuery and statistics from VC list.
269 - Added a web-service to retrieve KoralQuery of a VC
2702021-12-10
271 - [security] Updated log4j libs due to CVE-2021-44228.
2722021-12-13
273 - Fixed broken test suite.
2742022-01-03
275 - [security] More log4j security updates
276 - Bumped unboundid-ldapsdk
277 - Updated tests.
2782022-01-25
279 - Added show-tokens option to the search API.
2802022-01-31
281 - Added an API retrieving fields of a virtual corpus.
282
283# version 0.64.1
284
2852021-10-26
286 - Bump Kustvakt and Krill versions.
287
288
289# version 0.64
2902021-07-29
291 - Updated the change files and made a new version.
2922021-08-12
293 - Fixed errors due to missing query type and added tests.
2942021-08-13
295 - Fixed missing request entity.
296 - Updated the query service to enable editing query references.
2972021-08-16
298 - Fixed creator param when storing query or VC by admins for
299 the system or other users.
300
301# version 0.63.2
3022021-06-11
303 - Updated OAuth2 token length & secure random algorithm config.
304 - Added character set filter to random code generator, e.g. for client_id.
3052021-06-14
306 - Updated roleId and super client parameters.
3072021-06-24
308 - Fixed broken test.
3092021-07-22
310 - Updated cache settings and some loggings.
3112021-07-26
312 - Replaced annotation parsing with restoring the annotation tables to the
313database.
314 - Moved cache config to the full config.
315
316# version 0.63.1
3172021-02-22
318 - Updated libraries (margaretha)
319 - Renamed virtual corpus to query (margaretha)
3202021-02-26
321 - Added query access roles and fixed vc access roles (margaretha)
322 - Added delete query webservice and tests (margaretha)
3232021-03-25
324 - Updated Koral version for Info Controller (margaretha)
325 - Updated OAuth2 token list with token type and user clientId
326parameters (margaretha)
3272021-03-29
328 - Added client type in the client list web-service. Resolved #58 (margaretha)
3292021-04-19
330 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3312021-04-26
332 - Updated OAuth2 Client list (margaretha)
3332021-04-30
334 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
335 - Updated OAuth2 API responses for coherence (margaretha)
3362021-06-07
337 - Updated OAuth2 client dto (margaretha)
338
339# version 0.63
34026/10/2020
341 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
34229/10/2020
343 - Introduction of a query reference rewrite mechanism (diewald)
34430/10/2020
345 - Added database methods for storing query references (diewald)
34604/12/2020
347 - Fix hibernate dialect for SQLite. (margaretha)
34804/12/2020
349 - Fix pipe warning. (margaretha)
35014/01/2021
351 - Updated Flyway (margaretha)
35221/01/2021
353 - Fixed running pipe and updated tests with mockserver (margaretha)
35401/02/2021
355 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
35605/02/2021
357 - Add query reference web-service (diewald,margaretha)
35810/02/2021
359 - Fixed problem with multiple desktop apps (diewald, margaretha)
36012/02/2021
361 - Added listing available queries for users (margaretha)
36217/02/2021
363 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
364 - Added query and query language in virtual corpus table (margaretha)
36518/02/2021
366 - Set corpus access public for stored query (margaretha)
36719/02/2021
368 - Enabled API info web-service (margaretha)
369
370
371# version 0.62.4
37224/01/2020
373 - Removed salt from config and updated config files (margaretha)
37403/02/2020
375 - Added an admin API for clearing access token cache (margaretha)
37605/02/2020
377 - Added a config properties for a long-time access token expiry
378 and excluded refresh tokens for public clients in OAuth2 token
379 responses (margaretha)
380 - Removed client authentication from the client deregistration and
381 client-secret reset APIs (margaretha)
38204/03/2020
383 - Updated the sample index (diewald)
384
385# version 0.62.3
38603/12/2019
387 - Implemented pipe extension in the search API (margaretha)
38811/12/2019
389 - Added errors when requesting VC in caching process (margaretha,
390 resolved #47)
39112/12/2019
392 - Added support for multiple cq parameters (margaretha, resolved #46)
39313/12/2019
394 - Handled pipe errors and added tests (margaretha)
39519/12/2019
396 - Updated create update user-group API (margaretha)
39720/12/2019
398 - Removed transactional annotations from simple select queries (margaretha)
399 - Updated free resource controller (margaretha)
40015/01-2020
401 - Added additional statistic figures to virtual corpus info API
402 response (margaretha)
403
404# version 0.62.2
40517/10/2019
406 - Handled vulnerability CVE-2019-17195. (margaretha)
4078/11/2019
408 - Added user-group name pattern (margaretha, issue #33)
40911/11/2019
410 - Updated user group service paths and replaced groupId with groupName
411 (margaretha, resolved #33)
41212/11/2019
413 - Removed UserGroupJson & updated listUserGroups and createUserGroup
414 services (margaretha)
415 - Added prefixes to username and groupname parameters in service paths
416 (margaretha, resolved #35)
41713/11/2019
418 - Added tests for issue #43 (margaretha)
41914/11/2019
420 - Added client description and URL to list-authorized-clients service
421 (margaretha, close #53)
422 - Implemented a service to list clients registered by a user (margaretha,
423 close #52)
424 - Added a check for OAuth2 client, VC, and group name length (margaretha)
42515/11/2019
426 - Merged list authorized client and list registered client services
427 (margaretha)
42821/11/2019
429 - Added a service to list active refresh tokens of a user (margaretha)
430 - Added username filtering to token revocation service via super client
431 (margaretha)
43226/11/2019
433 - Added a service to revoke a single refresh token via super client
434 (margaretha)
435
436# version 0.62.1
43708/07/2019
438 - Added tests for public metadata response in search api (margaretha,
439 issue #43)
440 - Disabled some tests of unused/disabled web-services (margaretha)
44107/08/2019
442 - Fixed missing scopes after requesting access token with refresh token
443 (margaretha)
444 - Fixed post requests with status OK and empty body (margaretha)
44507/08/2019
446 - Added users to hidden group when searching in a published VC (margaretha,
447 resolved #40)
44815/08/2019
449 - Updated the response statuses of VC PUT requests (margaretha)
450
451# version 0.62
45228/02/2019
453 - Removed old VC controllers and updated tests (margaretha, issue #34)
454 - Updated VC access controllers (margaretha)
45519/03/2019
456 - Added close index controller (margaretha)
45711/04/2019
458 - Fixed unknown authentication scheme, missing VC entity, and parameter
459 checker (margaretha)
460 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
461 unique group name and unknown VC access (margaretha)
46227/06/2019
463 - Handled LDAP errors, fixed #45 (margaretha)
46403/07/2019
465 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
466 - Changed the response media-type of authentication controllers (margaretha)
467 - Fixed bugs: allow guest to retrieve system VC,
468 remove VC from cache when it is deleted (margaretha)
46904/07/2019
470 - Updated VC name pattern and tests (margaretha)
471
472# version 0.61.6
47304/02/2019
474 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
475 - Updated client deregistration behavior (margaretha)
47605/02/2019
477 - Added delete-group-by-name controller (margaretha)
478 - Added unique index to group name (margaretha)
47906/02/2019
480 - Updated a user setting test using array for multiple values (margaretha)
481 - Added metadata controller tests (margaretha)
48218/02/2019
483 - Fixed tests (margaretha)
484 - Updated handling errors from Koral (margaretha)
48519/02/2019
486 - Added fields to metadata controller (margaretha, issue #39)
487
488# version 0.61.5
48917/12/2018
490 - Added a search timeout test (margaretha)
49118/12/2018
492 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
49308/01/2019
494 - Improved predefined vc caching (issue #28, margaretha)
49509/01/2019
496 - Added comments (margaretha)
497 - Updated code structure (margaretha)
49811/01/2019
499 - Degraded API version to 1.0 (margaretha)
500 - Added OAuth2 client info tests (margaretha)
50114/01/2019
502 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
50316/01/2019
504 - Added a PUT request for both creating and editing vc (margaretha)
505 - Added aliases to some VC controllers (margaretha)
506 - Merged VC access list controllers (margaretha)
50721/01/2019
508 - Removed codes related to user registration & password management (margaretha)
50922/01/2019
510 - Added create, edit, retrieve user default setting controllers (margaretha)
51122/01/2019
512 - Updated default setting controllers & added tests (margaretha)
513 - Added delete key in setting controllers (margaretha)
51423/01/2019
515 - Added default setting key validation (margaretha)
516 - Fixed UserdataTest (margaretha)
51724/01/2019
518 - Added default setting key validation & fixed UserdataTest (margaretha)
51925/01/2019
520 - Added VC reference and MapUtil tests (margaretha)
52128/01/2019
522 - Fixed username verification in DefaultSettingService (margaretha)
523 - Added foundry rewrite with user default setting (margaretha)
524 - Added default foundry for morphology layer (margaretha)
52529/01/2019
526 - Fixed share VC type (margaretha)
527 - Added delete setting controller (margaretha)
528 - Handled "no resource found" cases (margaretha, issue #37)
52930/01/2019
530 - Added server shutdown description in readme (margaretha)
531
532# version 0.61.4
53314/11/2018
534 - Integrated lite and full services and controllers in core (margaretha)
53521/11/2018
536 - Updated OAuth2 refresh token request to create a new refresh token and
537 revoke the old one per request (margaretha)
53828/11/2018
539 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
540 - Handled storing cached VC with VC reference (margaretha)
54129/11/2018
542 - Added a controller for listing user clients having active refresh tokens
543 (margaretha)
5446/12/2018
545 - Added debug flags to mitigate log4j debugging performance (margaretha)
546 - Fixed KoralNode at() method (margaretha)
54711/12/2018
548 - Implemented revoking all tokens of a user client via a super client
549 (margaretha)
550 - Removed document controllers and KustvaktResource (margaretha)
551 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
552
553
554# version 0.61.3
55517/10/2018
556 - Updated NamedVCLoader to be optional (margaretha)
557 - Updated annotation tables & implemented key-value structure (margaretha)
558 - Added annotation parser for annotation data from kalamar (margaretha)
559 - Implemented parsing free resource info from json (margaretha)
56022/10/2018
561 - Updated jetty, spring and hibernate versions (margaretha)
562 - Fixed the order of annotation keys and values, and added tests (margaretha)
563 - Fixed resource DAO & added tests (margaretha)
56424/10/2018
565 - Fixed query serialization service (margaretha)
566 - Added "highlights" parameter to matchInfo controller (margaretha)
567 - Added "fields" parameter to search controllers (margaretha)
568 - Integrated lite controllers, services and tests in full version (margaretha)
56929/10/2018
570 - Moved javax.servlet-api to core (margaretha)
57107/11/2018
572 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
57313/11/2018
574 - Added Shutdown handler to Jetty server (margaretha)
575 - Fixed storing VC order in NamedVCLoader (margaretha)
576
577# version 0.61.2
57812/09/2018
579 - Added various log4j2 configurations (margaretha)
58013/09/2018
581 - Implemented VirtualCorpusRewrite (margaretha)
58214/09/2018
583 - Fixed SpringJerseyTest ApplicationContext (margaretha)
584 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
585 - Enabled VCReferenceTest in maven test suite (margaretha)
58618/09/2018
587 - Handled unique constraints / inserting duplicate items to DB (margaretha)
588 - Added a controller for editing user group member roles (margaretha)
58919/09/2018
590 - Fixed cached-VC ref with username (margaretha)
591
592# version 0.61.1
59328/08/2018
594 - Added API URL versioning (margaretha)
595 - Deactivated IdRewrite (margaretha)
596 - Fixed kustvakt controller (margaretha)
59730/08/2018
598 - Fixed root packages & added api version properties in kustvakt.conf
599 (margaretha)
600 - Fixed versioning in SearchController (margaretha)
601 - Added API versioning tests (margaretha)
602
603# version 0.61.0
604
60502/08/2018
606 - Added VC reference tests (margaretha)
607 - Implemented loading and caching named VCs (margaretha)
60803/08/2018
609 - Implemented OAuth2 revoke token (margaretha)
610 - Updated OAuth2 refresh token implementation (margaretha)
61114/08/2018
612 - Implemented revoke all OAuth2 access tokens and authorization codes of
613 client users when deregistering/deleting a client (margaretha)
614 - Fixed update OAuth2 access token (margaretha)
615 - Implemented reset client secret (margaretha)
616 - Fixed revoking latest access token when refreshing OAuth2 access token
617 (margaretha)
61815/08/2018
619 - Implemented OAuth2 client info controller (margaretha)
620 - Implemented update OAuth2 client privilege controller for admins
621 (margaretha)
622 - Implemented unlimited authorization scope for super clients with OAuth2
623 password grant (margaretha)
624 - Marked native clients implementation to deprecated in favour of super
625 clients (margaretha)
626 - Enabled using Bearer tokens as user authentication tokens (Authorization
627 header value) for many controllers including OAuth2 controllers (margaretha)
62816/08/2018
629 - Implemented degrading super clients (margaretha)
630 - Improved and added OAuth2 tests (margaretha)
63121/08/2018
632 - Added VC name pattern check (margaretha)
63322/08/2018
634 - Implemented loading VC from gz files (margaretha)
635 - Updated OAuth2 authorization codes' & access tokens' expiry check
636 (margaretha)
63723/08/2018
638 - Updated RefreshToken implementations with separate DB tables (margaretha)
639 - Allows multiple access tokens per refresh token (margaretha)
64027/08/2018
641 - Added statistic with VC reference tests (margaretha)
642 - Fixed OAuth2 SQL files (margaretha)
64328/08/2018
644 - Added c3p0 datasource configuration to Spring default-config-xml
645 (margaretha)
646 - Added running Kustvakt server with custom spring config in the readme
647 (margaretha)
648 - Removed old OAuth2 codes (margaretha)
649 - Moved non-config test codes to misc (margaretha)
650
651
652# version 0.60.5
653
65409/07/2018
655 - Added service layer to the search controller (margaretha)
656 - Added OAuth2 scope checking in search and VC controllers (margaretha)
657 - Added handling OAuth2 bearer token for VC access and User group
658 controllers (margaretha)
659 - Added default scope to password grant (margaretha)
66010/07/2018
661 - Made createBasicAuthorizationHeaderValue static (margaretha)
662 - Added store access token in openID token service (margaretha)
663 - Fixed empty scope in openID authorization and token service (margaretha)
664 - Implemented storing authorization code in cache (margaretha)
66511/07/2018
666 - Fixed authentication time in authentication controller (margaretha)
667 - Added OAuth2 access token tests (margaretha)
66812/07/2018
669 - Updated maven surefire setting for faster test suite runtime (margaretha)
670 - Implemented refreshing OAuth2 access token (margaretha)
67126/07/2018
672 - Fixed issue #27 (margaretha)
67302/08/2018s
674 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
675
676
677# version 0.60.4
678
67905/07/2018
680 - implemented OAuth2 authorization code request with OpenID Authentication
681 (margaretha)
682 - enabled OAuth2 authorization without OpenID authentication using Nimbus
683 library (margaretha)
684 - implemented response handler for OpenID authentication errors in authorization
685 requests (margaretha)
686 - added tests regarding OpenID authentication in authorization requests
687 (margaretha)
688 - implemented OAuth2 authorization error response via redirect URI instead of
689 JSON (margaretha)
690 - added state to OAuth2 authorization error response (margaretha)
691 - implemented OpenID token service for authorization code flow (margaretha)
692 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
693 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
694 keys (margaretha)
695 - implemented OpenId configuration (margaretha)
696 - added authentication time and support for auth_time in id_token (margaretha)
697 - implemented support for nonce and max_age parameters in OpenID authentication
698 (margaretha)
699 - implemented OAuth2 token request with password grant using Nimbus library
700 (margaretha)
701 - updated redirect URI validator (margaretha)
702 - updated client registration requirement to allow desktop applications
703 (margaretha)
704 - fixed RSA key configuration (margaretha)
705 - merged OAuth2 client deregistration controllers (margaretha)
706 - fixed OAuth2 client unique URL-hashcode (margaretha)
707 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
708 - Added support for unrestricted corpus statistics (ndiewald)
709 - updated paths of user-group deletion-controllers (margaretha)
710 - Do not pass broken queries to Krill (diewald)
711 - added OAuth2 token request with client authentication via Authorization
712 header (margaretha)
713 - added port checking in test suite (margaretha)
714
715# version 0.60.3
716
71706/06/2018
718 - improved user authentication by using authentication filter for authorization
719 code request (margaretha)
720 - limited client authentication to client id checking in authorization code
721 request (margaretha)
722 - added user_id in the oauth2_access_token database table (margaretha)
723 - implemented OAuth2Authentication provider for token context management
724 (margaretha)
725 - added parameter checking for authorization DAO (margaretha)
726 - added controller tests using OAuth2 access token (margaretha)
727 - added database tables for MySQL (margaretha)
728 - updated JWT library and related codes (margaretha)
729
730# version 0.60.2
731
73203/05/2018
733 - implemented OAuth2 client registration (margaretha)
734 - implemented OAuth2 client authentication (margaretha)
735 - changed virtual corpus search to retrieval (margaretha)
736 - implemented public client deregistration task (margaretha)
737 - added client registration and deregistration tests (margaretha)
738 - implemented confidential client deregistration task (margaretha)
739 - fixed storing client secret (margaretha)
740 - implemented OAuth2 response handler (margaretha)
741 - implemented OAuth2 request access token with client credentials grant
742 (margaretha)
743 - implemented OAuth2 request access token with resource owner password grant
744 (margaretha)
745 - implemented OAuth2 authorization code request (margaretha)
746 - added OAuth2 error codes (margaretha)
747 - added OAuth2 authorization, scope and access token tables for SQLite
748 (margaretha)
749 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
750 - implemented OAuth2 request access token with authorization code grant
751 (margaretha)
752 - added setting default scopes in the config file (margaretha)
753 - fixed loading spring config multiple times in the test suite (margaretha)
754 - added SQLite created_date trigger for access token (margaretha)
755 - added a join table for access token scopes (margaretha)
756 - added access scopes handling (margaretha)
757 - added tests about request token with authorization code (margaretha)
758
759# version 0.60.1
760
76128/03/2018
762 - added admin-related SQL codes (margaretha)
763 - updated AdminDao (margaretha)
764 - added optional username query parameter to group list controller (margaretha)
765 - fixed non hierarchical URI of kustvakt conf files (margaretha)
766 - added delete group member triggers (margaretha)
767 - added list user-group by username and status for system admin (margaretha)
768 - added user-group status in user-group DTO (margaretha)
769 - added check for hidden groups in user-group tests (margaretha)
770 - added database trigger test on deleting members when deleting group
771 (margaretha)
772 - renamed VC type PREDEFINED to SYSTEM (margaretha)
773 - added VC list controller for system admin (margaretha)
774 - added VC controller tests with for system admin (margaretha)
775 - added hidden access removal when deleting published VC (margaretha)
776 - added check for hidden groups in VC controller tests (margaretha)
777 - added search user-group controller (margaretha)
778 - removed createdBy from VirtualCorpusJson (margaretha)
779 - moved member role setting from the invitation phase to the after-subscription
780 phase (margaretha)
781 - added member role removal after deleting members (margaretha)
782 - added add and delete member role controllers (margaretha)
783
784# version 0.60
785
78614/03/2018
787 - set up mail settings using localhost port 25 (margaretha)
788 - added mail template in kustvakt configuration (margaretha)
789 - added mail settings to readme (margaretha)
790 - disabled email notification for auto group (margaretha)
791 - added metadata retrieval (diewald)
792 - enabled custom implementation for email address retrieval (margaretha)
793 - removed old policy and deprecated code (margaretha)
794 - moved authentication related code to /full (margaretha)
795 - added userRoles attribute to UserGroupDto. (margaretha)
796 - fixed sqlite trigger (margaretha)
797 - fixed member exist error message (margaretha)
798 - fixed member invitation to join deleted group (margaretha)
799 - added checking deleted group (margaretha)
800
801# version 0.59.10
802
80320/02/2018
804 - added sort VC by id (margaretha)
805 - added test cases regarding VC sharing (margaretha)
806 - implemented withdraw VC from publication (margaretha)
807 - added Changes file (margaretha)
808 - implemented add/invite users to group (margaretha)
809 - implemented delete user-group and member tasks (margaretha)
810 - added userMemberStatus in group lists (margaretha)
811 - updated and added SQL test data (margaretha)
812 - added user group related tests (margaretha)
813 - implemented custom configuration for deleting user groups and members (margaretha)
814 - updated library versions and java environment (margaretha)
815 - added expiration time check for member invitation (margaretha)
816 - moved .properties files (margaretha)
817 - merged changelog file to Changes (margaretha)
818 - updated status codes and error messages to be more detailed (margaretha)
819 - testing mail implementation using embedded jetty jndi (margaretha)
820 - fixed collection rewrite regarding OR operation with other fields
821 (margaretha)
822 - implemented sending mail using spring injection and removed jetty jndi
823 (margaretha)
824 - fixed unrecognized application/json (margaretha)
825 - fixed and updated velocity template (margaretha)
826
827# version 0.59.9
828
82919/01/2018
830 - restructured basic authentication (margaretha)
831 - fixed AuthenticationException to include authentication scheme (margaretha)
832 - fixed rewrite redundancy in collection rewrite (margaretha)
833 - fixed foundry rewrite for constituents (margaretha)
834 - introduced authentication methods, schemes and tokens (margaretha)
835 - implemented collection rewrite with multiple licenses (margaretha)
836 - fixed foundry rewrite for korap span without wrap node (margaretha)
837 - implemented list user group (margaretha)
838 - implemented delete VC task (margaretha)
839 - implemented create user-group, subscribe to user-groups, unsubscribe to
840 user-groups tasks(margaretha)
841 - fixed handling JSON mapping exception for missing enums (margaretha)
842 - implemented list VC task (margaretha)
843 - added KoralQuery in VC lists (margaretha)
844 - implemented edit VC task (margaretha)
845 - implemented publish VC task (margaretha)
846 - implemented share VC task (margaretha)
847 - implemented list only owned VC task (margaretha)
848 - implemented list VC access task (margaretha)
849 - implemented search VC by id task (margaretha)
850 - implemented delete VC access (margaretha)
851 - implemented search for project VC (margaretha)
852 - added search VC related tests (margaretha)
853 - removed PredefinedUserGroup.ALL and related codes (margaretha)
854 - implemented search for published VC (margaretha)
855
856# version 0.59.8
857
85821/09/2017
859 - restructured statistics service (margaretha)
860 - removed deprecated loader codes and tests (margaretha)
861 - removed old Spring java configurations (margaretha)
862 - implemented entity classes for the new database (margaretha)
863 - added MySQL codes regarding VC and for testing (margaretha)
864 - added dao methods regarding VC (margaretha)
865 - added similar SQL codes (to MySQL) for sqlite (margaretha)
866 - added dao methods regarding user groups (margaretha)
867 - restructured web-service codes into controller and logic/business-service
868 (margaretha)
869 - implemented user role and privilege, and added tests (margaretha)
870 - prepared test suite using new database (margaretha)
871 - implemented UserGroupDao and tests (margaretha)
872 - fixed missing exceptions in JsonUtils (margaretha)
873 - restructured web filters and authentication codes (margaretha)
874 - implemented create/store VC (margaretha)
875 - fixed collection rewrite bug regarding availability with operation or
876 (margaretha)
877
878# version 0.59.7
879
88013/10/2016
881 - MOD: updated search to use new siglen (diewald)
882 - MOD: fixed matchinfo retrieval in light service (diewald)
883
88405/05/2015
885 - ADD: rest test suite for user service (hanl)
886 - MOD: setup parameter modification (hanl)
887 - ADD: oauth2 client unique constraint (hanl)