blob: f94d096eb2ff80b222596f90f67cc142c91c09c1 [file] [log] [blame]
margarethaf6f6c3c2024-06-11 10:51:06 +02001# version 0.73.3-SNAPSHOT
2
3- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +02004- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +02005- Clean up Spring XML configs.
margarethaf6f6c3c2024-06-11 10:51:06 +02006
margaretha1ef2a032024-06-11 11:39:57 +02007# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +02008
margaretha46e2c952024-05-23 09:09:54 +02009- Added tests for the DNB scenario with custom max match
10 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020011- Cleaned up named-vc.
12- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020013- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020014- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020015- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020016- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020017
margaretha21879752024-04-22 12:12:58 +020018# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010019
margaretha387e4682024-03-22 11:26:29 +010020- Fixed jakarta validation error.
21- Added openapi doc (#744)
22- Moved service.properties to src/main/resources/properties
23- Moved free-resources.json to src/main/resources/json
24- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010025- Changed loading external kustvakt.conf and jdbc.properties
26 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020027- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020028- Setup vc-cache in the data folder (#598)
29- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020030- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020031- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020032- Updated configurations of the lite version to use the
33 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020034- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010035
margaretha28a53d12024-02-20 12:57:38 +010036# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010037
margarethab06377e2024-01-30 11:06:35 +010038- Moved the content of the full folder to the root folder
39- Removed Piwik
40- Removed unused libraries
41- Cleaned up spring configs
42- Updated Krill and Koral with new groupIds
43- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010044- Updated search Krill and removed Lucene
45- Updated readme
margarethab06377e2024-01-30 11:06:35 +010046
47# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010048
49- Replaced javax.ws to jakarta.ws namespace (#648)
50- Upgrading Jersey 2.40 to 3.x (#646)
51- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
52- Replaced javax.persistence with jakarta.persistence (#648)
53- Migrate Hibernate 5 to 6 (#649)
54- Fix missing placeholders
55- Fixed conflicting jackson-jarxrs
56- Fixed conflicting commons-logging and spring jcl
57- Replaced javax.servlet with jakarta.servlet (#648)
58- Updated authorization services using Nimbus (#650)
59- Fixed BlockingFilter by replacing javax.annotation.Priority
60 with jakarta.annotation.Priority (#659, #648)
61- Replaced javax.annotation with jakarta.annotation
62- Enabled legacy support for authorization POST request
63- Changed OAuth2 token request using Nimbus (#650)
64- Removed Apache Oltu API from token requests (#650)
65- Removed OpenID
66- Fixed clearing cache
67- Fix JettyServerTest, init package, and some java docs.
68- Make scope extraction more flexible.
69- Updated token response using Nimbus (#650)
70- Remove Oltu request and validator implementations (#650)
71- Updated OAuth2 response handler (#650)
72- Fixed ShutdownHandler (fixed #708)
73- Fixed issues with multi-release jar (#706, #708)
74
75
76# version 0.71.1
77
78- Removed auditing (#611)
79- Removed old database configurations (#612)
80- Removed old tests
81- Removed unnecessary caches and methods in the authentication interface
82- Added total result cache (#599)
83- Fixed missing project.version in info web-service
84- Make sure totalResults and other numeric results are numbers (Kupietz)
85- Introduce CQP query language in Koral 0.41
86- Changed DB connection (fixed #670)
87- Resolved duplicate libraries
88- Fixed testing expiry access token
89- Fix lombok compile warning
90- Ensure the order of clean token tests.
91
92# version 0.71
93
94- Renamed entity and service packages in core
95- Renamed web.controller package in core
96- Moved SearchNetworkEndpoint to core.service package
97- Merged lite into full
98- Merged core into full
99
100
101# version 0.70.1
102
103- Added data folder containing super_client_info and database
104 for mounting into docker
105- Added an error for missing redirect uri in a token request
106 when it has been included in the authorization request.
107- Added tests for VC sharing and for OAuth2 client using VC services
108- Added and updated VC controller tests
109- Moved hibernate.properties
110- Added maximum number of user persistent virtual corpora and queries
111
112# version 0.70
113
114- Support token array in matchinfo (fixes #570; diewald)
115- Updated VC list API and deprecated owner VC list (addressed #580)
116- Added user info web-service (solved #566)
117- Implemented configurable resource filters for search and match
118 info APIs (#539)
119- Added getting username from LDAP (#568)
120- Disabled LDAP auth provider and token API in the auth filter (#587)
121- Added LDAP log for users without idsC2Profile
122- Fixed log4j2 properties.
123
124
125# version 0.69.3
126
127- Moved the service path of VC admin services to admin/vc (closed #543)
128- Added an admin service to load and cache system vc (solved #268)
129- Move oauth2 admin service path (closed #544)
130- Excluded admin service to load-cache VC from the test suite
131- Fixed refresh token expiry test
132- Fixed scope check in OAuth2 token request with refresh token
133
134# version 0.69.2
135
1362022-12-05
137- Upgrade version for E2E-simplified Docker images (diewald)
1382023-01-27
139- Updated client info API (replaced user authorization requirement with super
140 client authentication)
1412023-01-30
142- Made scope param required in authorization request (solved #508)
1432023-01-31
144- Allowed OAuth2 clients to use localhost as redirect URIs.
1452023-02-03
146- Fixed content-type in error responses by changing it to application/json
1472023-02-06
148- Allow admin access using admin token for the clean token API
1492023-02-10
150- Use admin filter instead of OAuth2 ADMIN scope
151- Added a plugin test.
1522023-02-15
153- Moved user-group retrieval API to UserGroupAdminController
154 and changed the service path URL of UserGroupAdminController.
1552023-02-20
156- Deprecate API token (JWT) web-service
157- Fixed Slf4J binding
1582023-02-28
159- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1602023-03-06
161- Fixed testing refresh token expiry.
162
163
164# version 0.69.1
165
166- Upgrade version for docker including indexer (diewald)
167
168
169# version 0.69
170
171 - Migrated to Java 11 and Jersey 2
172 - Updated dependencies
173 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
174
175
176# version 0.68
177
1782022-05-25
179 - Added a new API: list plugins (e.g for marketplace)
180 - Added redirect URI validation in authorization request (addressed #374)
181 - Handled user-defined refresh token expiry (added in client info and
182 list API response)
183 - Added installed_plugins table
184 - Added a new API: install plugin
185 - Handled redundant plugin installation
186 - Handled super client id in plugin installation
187 - Deprecated UserClientDto and uses ClientinfoDto instead
188 - Updated redirect URI error message for coherence
1892022-05-27
190 - Added maximum limit to custom refresh token expiry
1912022-06-01
192 - Added new APIs: list user-installed plugins and uninstall plugin.
193 - Moved install and list plugin APIs to PluginController and updated their
194 service paths under /plugins.
1952022-06-03
196 - Implemented searching option using a network endpoint
197 - Implemented initial super client registration for user authentication.
198 - Fixed admin clean token API and restrict plugins to confidential only.
199
200
201
202# version 0.67.1
203
2042022-05-12
205 - Implemented mapping of LDAP username to email
206 - Handled null parameters in authorization requests
2072022-05-25
208 - Fixed null client_id
209 - Updated ldap.config path in the kustvakt-test.conf
210
211
212# version 0.67
213
2142022-05-09
215 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
216 - An embedded LDAP server can now be started automatically if configured accordingly.
2172022-05-11
218 - Changed the SQL script updating oauth2_client table
219
220
221# version 0.66
222
2232022-03-31
224 - Updated query and user-group name pattern.
2252022-04-08
226 - Added redirect_uri to client info API.
2272022-04-11
228 - Added registration_date, refresh_token_expiry, source and is_permitted
229 to the oauth2_client database table, and updated the OAuth2 client
230 registration mechanism.
231 - Added authorization request with GET and deprecated that with POST.
2322022-04-13
233 - Updated OAuth2Client list API (added redirect_uri, registration_date,
234 permitted, source to OAuth2UserClientDto).
2352022-04-20
236 - Updated authorization error response. (Included error and error
237 description in the client redirect URI except for missing or
238 invalid client id or redirect URI.
239
240
241# version 0.65.2
242
2432022-03-03
244 - Removed VCLoader.
245 - Added foreign keys to the DB tables of access and refresh token scopes.
2462022-03-07
247 - Added more parameter checks and OAuth2Client web-service tests.
2482022-03-17
249 - Updated admin filter by using admin token and role checks.
2502022-03-18
251 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2522022-03-28
253 - Updated admin filter (admintoken as a form param) and uses
254 it for the closing index reader API.
255 - Removed unused admin API: clear access token cache.
2562022-03-29
257 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
258
259# version 0.65.1
260
2612022-03-01
262 - Restricts the field retrieval web-service to admin only.
263
264# version 0.65
265
266!!! includes security updates - please update all Kustvakt libraries
267!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
268
2692021-12-02
270 - Updated VC cache.
2712021-12-03
272 - Enabled listing system vc for authorized users.
2732021-12-08
274 - Removed koralQuery and statistics from VC list.
275 - Added a web-service to retrieve KoralQuery of a VC
2762021-12-10
277 - [security] Updated log4j libs due to CVE-2021-44228.
2782021-12-13
279 - Fixed broken test suite.
2802022-01-03
281 - [security] More log4j security updates
282 - Bumped unboundid-ldapsdk
283 - Updated tests.
2842022-01-25
285 - Added show-tokens option to the search API.
2862022-01-31
287 - Added an API retrieving fields of a virtual corpus.
288
289# version 0.64.1
290
2912021-10-26
292 - Bump Kustvakt and Krill versions.
293
294
295# version 0.64
2962021-07-29
297 - Updated the change files and made a new version.
2982021-08-12
299 - Fixed errors due to missing query type and added tests.
3002021-08-13
301 - Fixed missing request entity.
302 - Updated the query service to enable editing query references.
3032021-08-16
304 - Fixed creator param when storing query or VC by admins for
305 the system or other users.
306
307# version 0.63.2
3082021-06-11
309 - Updated OAuth2 token length & secure random algorithm config.
310 - Added character set filter to random code generator, e.g. for client_id.
3112021-06-14
312 - Updated roleId and super client parameters.
3132021-06-24
314 - Fixed broken test.
3152021-07-22
316 - Updated cache settings and some loggings.
3172021-07-26
318 - Replaced annotation parsing with restoring the annotation tables to the
319database.
320 - Moved cache config to the full config.
321
322# version 0.63.1
3232021-02-22
324 - Updated libraries (margaretha)
325 - Renamed virtual corpus to query (margaretha)
3262021-02-26
327 - Added query access roles and fixed vc access roles (margaretha)
328 - Added delete query webservice and tests (margaretha)
3292021-03-25
330 - Updated Koral version for Info Controller (margaretha)
331 - Updated OAuth2 token list with token type and user clientId
332parameters (margaretha)
3332021-03-29
334 - Added client type in the client list web-service. Resolved #58 (margaretha)
3352021-04-19
336 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3372021-04-26
338 - Updated OAuth2 Client list (margaretha)
3392021-04-30
340 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
341 - Updated OAuth2 API responses for coherence (margaretha)
3422021-06-07
343 - Updated OAuth2 client dto (margaretha)
344
345# version 0.63
34626/10/2020
347 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
34829/10/2020
349 - Introduction of a query reference rewrite mechanism (diewald)
35030/10/2020
351 - Added database methods for storing query references (diewald)
35204/12/2020
353 - Fix hibernate dialect for SQLite. (margaretha)
35404/12/2020
355 - Fix pipe warning. (margaretha)
35614/01/2021
357 - Updated Flyway (margaretha)
35821/01/2021
359 - Fixed running pipe and updated tests with mockserver (margaretha)
36001/02/2021
361 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
36205/02/2021
363 - Add query reference web-service (diewald,margaretha)
36410/02/2021
365 - Fixed problem with multiple desktop apps (diewald, margaretha)
36612/02/2021
367 - Added listing available queries for users (margaretha)
36817/02/2021
369 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
370 - Added query and query language in virtual corpus table (margaretha)
37118/02/2021
372 - Set corpus access public for stored query (margaretha)
37319/02/2021
374 - Enabled API info web-service (margaretha)
375
376
377# version 0.62.4
37824/01/2020
379 - Removed salt from config and updated config files (margaretha)
38003/02/2020
381 - Added an admin API for clearing access token cache (margaretha)
38205/02/2020
383 - Added a config properties for a long-time access token expiry
384 and excluded refresh tokens for public clients in OAuth2 token
385 responses (margaretha)
386 - Removed client authentication from the client deregistration and
387 client-secret reset APIs (margaretha)
38804/03/2020
389 - Updated the sample index (diewald)
390
391# version 0.62.3
39203/12/2019
393 - Implemented pipe extension in the search API (margaretha)
39411/12/2019
395 - Added errors when requesting VC in caching process (margaretha,
396 resolved #47)
39712/12/2019
398 - Added support for multiple cq parameters (margaretha, resolved #46)
39913/12/2019
400 - Handled pipe errors and added tests (margaretha)
40119/12/2019
402 - Updated create update user-group API (margaretha)
40320/12/2019
404 - Removed transactional annotations from simple select queries (margaretha)
405 - Updated free resource controller (margaretha)
40615/01-2020
407 - Added additional statistic figures to virtual corpus info API
408 response (margaretha)
409
410# version 0.62.2
41117/10/2019
412 - Handled vulnerability CVE-2019-17195. (margaretha)
4138/11/2019
414 - Added user-group name pattern (margaretha, issue #33)
41511/11/2019
416 - Updated user group service paths and replaced groupId with groupName
417 (margaretha, resolved #33)
41812/11/2019
419 - Removed UserGroupJson & updated listUserGroups and createUserGroup
420 services (margaretha)
421 - Added prefixes to username and groupname parameters in service paths
422 (margaretha, resolved #35)
42313/11/2019
424 - Added tests for issue #43 (margaretha)
42514/11/2019
426 - Added client description and URL to list-authorized-clients service
427 (margaretha, close #53)
428 - Implemented a service to list clients registered by a user (margaretha,
429 close #52)
430 - Added a check for OAuth2 client, VC, and group name length (margaretha)
43115/11/2019
432 - Merged list authorized client and list registered client services
433 (margaretha)
43421/11/2019
435 - Added a service to list active refresh tokens of a user (margaretha)
436 - Added username filtering to token revocation service via super client
437 (margaretha)
43826/11/2019
439 - Added a service to revoke a single refresh token via super client
440 (margaretha)
441
442# version 0.62.1
44308/07/2019
444 - Added tests for public metadata response in search api (margaretha,
445 issue #43)
446 - Disabled some tests of unused/disabled web-services (margaretha)
44707/08/2019
448 - Fixed missing scopes after requesting access token with refresh token
449 (margaretha)
450 - Fixed post requests with status OK and empty body (margaretha)
45107/08/2019
452 - Added users to hidden group when searching in a published VC (margaretha,
453 resolved #40)
45415/08/2019
455 - Updated the response statuses of VC PUT requests (margaretha)
456
457# version 0.62
45828/02/2019
459 - Removed old VC controllers and updated tests (margaretha, issue #34)
460 - Updated VC access controllers (margaretha)
46119/03/2019
462 - Added close index controller (margaretha)
46311/04/2019
464 - Fixed unknown authentication scheme, missing VC entity, and parameter
465 checker (margaretha)
466 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
467 unique group name and unknown VC access (margaretha)
46827/06/2019
469 - Handled LDAP errors, fixed #45 (margaretha)
47003/07/2019
471 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
472 - Changed the response media-type of authentication controllers (margaretha)
473 - Fixed bugs: allow guest to retrieve system VC,
474 remove VC from cache when it is deleted (margaretha)
47504/07/2019
476 - Updated VC name pattern and tests (margaretha)
477
478# version 0.61.6
47904/02/2019
480 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
481 - Updated client deregistration behavior (margaretha)
48205/02/2019
483 - Added delete-group-by-name controller (margaretha)
484 - Added unique index to group name (margaretha)
48506/02/2019
486 - Updated a user setting test using array for multiple values (margaretha)
487 - Added metadata controller tests (margaretha)
48818/02/2019
489 - Fixed tests (margaretha)
490 - Updated handling errors from Koral (margaretha)
49119/02/2019
492 - Added fields to metadata controller (margaretha, issue #39)
493
494# version 0.61.5
49517/12/2018
496 - Added a search timeout test (margaretha)
49718/12/2018
498 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
49908/01/2019
500 - Improved predefined vc caching (issue #28, margaretha)
50109/01/2019
502 - Added comments (margaretha)
503 - Updated code structure (margaretha)
50411/01/2019
505 - Degraded API version to 1.0 (margaretha)
506 - Added OAuth2 client info tests (margaretha)
50714/01/2019
508 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
50916/01/2019
510 - Added a PUT request for both creating and editing vc (margaretha)
511 - Added aliases to some VC controllers (margaretha)
512 - Merged VC access list controllers (margaretha)
51321/01/2019
514 - Removed codes related to user registration & password management (margaretha)
51522/01/2019
516 - Added create, edit, retrieve user default setting controllers (margaretha)
51722/01/2019
518 - Updated default setting controllers & added tests (margaretha)
519 - Added delete key in setting controllers (margaretha)
52023/01/2019
521 - Added default setting key validation (margaretha)
522 - Fixed UserdataTest (margaretha)
52324/01/2019
524 - Added default setting key validation & fixed UserdataTest (margaretha)
52525/01/2019
526 - Added VC reference and MapUtil tests (margaretha)
52728/01/2019
528 - Fixed username verification in DefaultSettingService (margaretha)
529 - Added foundry rewrite with user default setting (margaretha)
530 - Added default foundry for morphology layer (margaretha)
53129/01/2019
532 - Fixed share VC type (margaretha)
533 - Added delete setting controller (margaretha)
534 - Handled "no resource found" cases (margaretha, issue #37)
53530/01/2019
536 - Added server shutdown description in readme (margaretha)
537
538# version 0.61.4
53914/11/2018
540 - Integrated lite and full services and controllers in core (margaretha)
54121/11/2018
542 - Updated OAuth2 refresh token request to create a new refresh token and
543 revoke the old one per request (margaretha)
54428/11/2018
545 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
546 - Handled storing cached VC with VC reference (margaretha)
54729/11/2018
548 - Added a controller for listing user clients having active refresh tokens
549 (margaretha)
5506/12/2018
551 - Added debug flags to mitigate log4j debugging performance (margaretha)
552 - Fixed KoralNode at() method (margaretha)
55311/12/2018
554 - Implemented revoking all tokens of a user client via a super client
555 (margaretha)
556 - Removed document controllers and KustvaktResource (margaretha)
557 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
558
559
560# version 0.61.3
56117/10/2018
562 - Updated NamedVCLoader to be optional (margaretha)
563 - Updated annotation tables & implemented key-value structure (margaretha)
564 - Added annotation parser for annotation data from kalamar (margaretha)
565 - Implemented parsing free resource info from json (margaretha)
56622/10/2018
567 - Updated jetty, spring and hibernate versions (margaretha)
568 - Fixed the order of annotation keys and values, and added tests (margaretha)
569 - Fixed resource DAO & added tests (margaretha)
57024/10/2018
571 - Fixed query serialization service (margaretha)
572 - Added "highlights" parameter to matchInfo controller (margaretha)
573 - Added "fields" parameter to search controllers (margaretha)
574 - Integrated lite controllers, services and tests in full version (margaretha)
57529/10/2018
576 - Moved javax.servlet-api to core (margaretha)
57707/11/2018
578 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
57913/11/2018
580 - Added Shutdown handler to Jetty server (margaretha)
581 - Fixed storing VC order in NamedVCLoader (margaretha)
582
583# version 0.61.2
58412/09/2018
585 - Added various log4j2 configurations (margaretha)
58613/09/2018
587 - Implemented VirtualCorpusRewrite (margaretha)
58814/09/2018
589 - Fixed SpringJerseyTest ApplicationContext (margaretha)
590 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
591 - Enabled VCReferenceTest in maven test suite (margaretha)
59218/09/2018
593 - Handled unique constraints / inserting duplicate items to DB (margaretha)
594 - Added a controller for editing user group member roles (margaretha)
59519/09/2018
596 - Fixed cached-VC ref with username (margaretha)
597
598# version 0.61.1
59928/08/2018
600 - Added API URL versioning (margaretha)
601 - Deactivated IdRewrite (margaretha)
602 - Fixed kustvakt controller (margaretha)
60330/08/2018
604 - Fixed root packages & added api version properties in kustvakt.conf
605 (margaretha)
606 - Fixed versioning in SearchController (margaretha)
607 - Added API versioning tests (margaretha)
608
609# version 0.61.0
610
61102/08/2018
612 - Added VC reference tests (margaretha)
613 - Implemented loading and caching named VCs (margaretha)
61403/08/2018
615 - Implemented OAuth2 revoke token (margaretha)
616 - Updated OAuth2 refresh token implementation (margaretha)
61714/08/2018
618 - Implemented revoke all OAuth2 access tokens and authorization codes of
619 client users when deregistering/deleting a client (margaretha)
620 - Fixed update OAuth2 access token (margaretha)
621 - Implemented reset client secret (margaretha)
622 - Fixed revoking latest access token when refreshing OAuth2 access token
623 (margaretha)
62415/08/2018
625 - Implemented OAuth2 client info controller (margaretha)
626 - Implemented update OAuth2 client privilege controller for admins
627 (margaretha)
628 - Implemented unlimited authorization scope for super clients with OAuth2
629 password grant (margaretha)
630 - Marked native clients implementation to deprecated in favour of super
631 clients (margaretha)
632 - Enabled using Bearer tokens as user authentication tokens (Authorization
633 header value) for many controllers including OAuth2 controllers (margaretha)
63416/08/2018
635 - Implemented degrading super clients (margaretha)
636 - Improved and added OAuth2 tests (margaretha)
63721/08/2018
638 - Added VC name pattern check (margaretha)
63922/08/2018
640 - Implemented loading VC from gz files (margaretha)
641 - Updated OAuth2 authorization codes' & access tokens' expiry check
642 (margaretha)
64323/08/2018
644 - Updated RefreshToken implementations with separate DB tables (margaretha)
645 - Allows multiple access tokens per refresh token (margaretha)
64627/08/2018
647 - Added statistic with VC reference tests (margaretha)
648 - Fixed OAuth2 SQL files (margaretha)
64928/08/2018
650 - Added c3p0 datasource configuration to Spring default-config-xml
651 (margaretha)
652 - Added running Kustvakt server with custom spring config in the readme
653 (margaretha)
654 - Removed old OAuth2 codes (margaretha)
655 - Moved non-config test codes to misc (margaretha)
656
657
658# version 0.60.5
659
66009/07/2018
661 - Added service layer to the search controller (margaretha)
662 - Added OAuth2 scope checking in search and VC controllers (margaretha)
663 - Added handling OAuth2 bearer token for VC access and User group
664 controllers (margaretha)
665 - Added default scope to password grant (margaretha)
66610/07/2018
667 - Made createBasicAuthorizationHeaderValue static (margaretha)
668 - Added store access token in openID token service (margaretha)
669 - Fixed empty scope in openID authorization and token service (margaretha)
670 - Implemented storing authorization code in cache (margaretha)
67111/07/2018
672 - Fixed authentication time in authentication controller (margaretha)
673 - Added OAuth2 access token tests (margaretha)
67412/07/2018
675 - Updated maven surefire setting for faster test suite runtime (margaretha)
676 - Implemented refreshing OAuth2 access token (margaretha)
67726/07/2018
678 - Fixed issue #27 (margaretha)
67902/08/2018s
680 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
681
682
683# version 0.60.4
684
68505/07/2018
686 - implemented OAuth2 authorization code request with OpenID Authentication
687 (margaretha)
688 - enabled OAuth2 authorization without OpenID authentication using Nimbus
689 library (margaretha)
690 - implemented response handler for OpenID authentication errors in authorization
691 requests (margaretha)
692 - added tests regarding OpenID authentication in authorization requests
693 (margaretha)
694 - implemented OAuth2 authorization error response via redirect URI instead of
695 JSON (margaretha)
696 - added state to OAuth2 authorization error response (margaretha)
697 - implemented OpenID token service for authorization code flow (margaretha)
698 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
699 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
700 keys (margaretha)
701 - implemented OpenId configuration (margaretha)
702 - added authentication time and support for auth_time in id_token (margaretha)
703 - implemented support for nonce and max_age parameters in OpenID authentication
704 (margaretha)
705 - implemented OAuth2 token request with password grant using Nimbus library
706 (margaretha)
707 - updated redirect URI validator (margaretha)
708 - updated client registration requirement to allow desktop applications
709 (margaretha)
710 - fixed RSA key configuration (margaretha)
711 - merged OAuth2 client deregistration controllers (margaretha)
712 - fixed OAuth2 client unique URL-hashcode (margaretha)
713 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
714 - Added support for unrestricted corpus statistics (ndiewald)
715 - updated paths of user-group deletion-controllers (margaretha)
716 - Do not pass broken queries to Krill (diewald)
717 - added OAuth2 token request with client authentication via Authorization
718 header (margaretha)
719 - added port checking in test suite (margaretha)
720
721# version 0.60.3
722
72306/06/2018
724 - improved user authentication by using authentication filter for authorization
725 code request (margaretha)
726 - limited client authentication to client id checking in authorization code
727 request (margaretha)
728 - added user_id in the oauth2_access_token database table (margaretha)
729 - implemented OAuth2Authentication provider for token context management
730 (margaretha)
731 - added parameter checking for authorization DAO (margaretha)
732 - added controller tests using OAuth2 access token (margaretha)
733 - added database tables for MySQL (margaretha)
734 - updated JWT library and related codes (margaretha)
735
736# version 0.60.2
737
73803/05/2018
739 - implemented OAuth2 client registration (margaretha)
740 - implemented OAuth2 client authentication (margaretha)
741 - changed virtual corpus search to retrieval (margaretha)
742 - implemented public client deregistration task (margaretha)
743 - added client registration and deregistration tests (margaretha)
744 - implemented confidential client deregistration task (margaretha)
745 - fixed storing client secret (margaretha)
746 - implemented OAuth2 response handler (margaretha)
747 - implemented OAuth2 request access token with client credentials grant
748 (margaretha)
749 - implemented OAuth2 request access token with resource owner password grant
750 (margaretha)
751 - implemented OAuth2 authorization code request (margaretha)
752 - added OAuth2 error codes (margaretha)
753 - added OAuth2 authorization, scope and access token tables for SQLite
754 (margaretha)
755 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
756 - implemented OAuth2 request access token with authorization code grant
757 (margaretha)
758 - added setting default scopes in the config file (margaretha)
759 - fixed loading spring config multiple times in the test suite (margaretha)
760 - added SQLite created_date trigger for access token (margaretha)
761 - added a join table for access token scopes (margaretha)
762 - added access scopes handling (margaretha)
763 - added tests about request token with authorization code (margaretha)
764
765# version 0.60.1
766
76728/03/2018
768 - added admin-related SQL codes (margaretha)
769 - updated AdminDao (margaretha)
770 - added optional username query parameter to group list controller (margaretha)
771 - fixed non hierarchical URI of kustvakt conf files (margaretha)
772 - added delete group member triggers (margaretha)
773 - added list user-group by username and status for system admin (margaretha)
774 - added user-group status in user-group DTO (margaretha)
775 - added check for hidden groups in user-group tests (margaretha)
776 - added database trigger test on deleting members when deleting group
777 (margaretha)
778 - renamed VC type PREDEFINED to SYSTEM (margaretha)
779 - added VC list controller for system admin (margaretha)
780 - added VC controller tests with for system admin (margaretha)
781 - added hidden access removal when deleting published VC (margaretha)
782 - added check for hidden groups in VC controller tests (margaretha)
783 - added search user-group controller (margaretha)
784 - removed createdBy from VirtualCorpusJson (margaretha)
785 - moved member role setting from the invitation phase to the after-subscription
786 phase (margaretha)
787 - added member role removal after deleting members (margaretha)
788 - added add and delete member role controllers (margaretha)
789
790# version 0.60
791
79214/03/2018
793 - set up mail settings using localhost port 25 (margaretha)
794 - added mail template in kustvakt configuration (margaretha)
795 - added mail settings to readme (margaretha)
796 - disabled email notification for auto group (margaretha)
797 - added metadata retrieval (diewald)
798 - enabled custom implementation for email address retrieval (margaretha)
799 - removed old policy and deprecated code (margaretha)
800 - moved authentication related code to /full (margaretha)
801 - added userRoles attribute to UserGroupDto. (margaretha)
802 - fixed sqlite trigger (margaretha)
803 - fixed member exist error message (margaretha)
804 - fixed member invitation to join deleted group (margaretha)
805 - added checking deleted group (margaretha)
806
807# version 0.59.10
808
80920/02/2018
810 - added sort VC by id (margaretha)
811 - added test cases regarding VC sharing (margaretha)
812 - implemented withdraw VC from publication (margaretha)
813 - added Changes file (margaretha)
814 - implemented add/invite users to group (margaretha)
815 - implemented delete user-group and member tasks (margaretha)
816 - added userMemberStatus in group lists (margaretha)
817 - updated and added SQL test data (margaretha)
818 - added user group related tests (margaretha)
819 - implemented custom configuration for deleting user groups and members (margaretha)
820 - updated library versions and java environment (margaretha)
821 - added expiration time check for member invitation (margaretha)
822 - moved .properties files (margaretha)
823 - merged changelog file to Changes (margaretha)
824 - updated status codes and error messages to be more detailed (margaretha)
825 - testing mail implementation using embedded jetty jndi (margaretha)
826 - fixed collection rewrite regarding OR operation with other fields
827 (margaretha)
828 - implemented sending mail using spring injection and removed jetty jndi
829 (margaretha)
830 - fixed unrecognized application/json (margaretha)
831 - fixed and updated velocity template (margaretha)
832
833# version 0.59.9
834
83519/01/2018
836 - restructured basic authentication (margaretha)
837 - fixed AuthenticationException to include authentication scheme (margaretha)
838 - fixed rewrite redundancy in collection rewrite (margaretha)
839 - fixed foundry rewrite for constituents (margaretha)
840 - introduced authentication methods, schemes and tokens (margaretha)
841 - implemented collection rewrite with multiple licenses (margaretha)
842 - fixed foundry rewrite for korap span without wrap node (margaretha)
843 - implemented list user group (margaretha)
844 - implemented delete VC task (margaretha)
845 - implemented create user-group, subscribe to user-groups, unsubscribe to
846 user-groups tasks(margaretha)
847 - fixed handling JSON mapping exception for missing enums (margaretha)
848 - implemented list VC task (margaretha)
849 - added KoralQuery in VC lists (margaretha)
850 - implemented edit VC task (margaretha)
851 - implemented publish VC task (margaretha)
852 - implemented share VC task (margaretha)
853 - implemented list only owned VC task (margaretha)
854 - implemented list VC access task (margaretha)
855 - implemented search VC by id task (margaretha)
856 - implemented delete VC access (margaretha)
857 - implemented search for project VC (margaretha)
858 - added search VC related tests (margaretha)
859 - removed PredefinedUserGroup.ALL and related codes (margaretha)
860 - implemented search for published VC (margaretha)
861
862# version 0.59.8
863
86421/09/2017
865 - restructured statistics service (margaretha)
866 - removed deprecated loader codes and tests (margaretha)
867 - removed old Spring java configurations (margaretha)
868 - implemented entity classes for the new database (margaretha)
869 - added MySQL codes regarding VC and for testing (margaretha)
870 - added dao methods regarding VC (margaretha)
871 - added similar SQL codes (to MySQL) for sqlite (margaretha)
872 - added dao methods regarding user groups (margaretha)
873 - restructured web-service codes into controller and logic/business-service
874 (margaretha)
875 - implemented user role and privilege, and added tests (margaretha)
876 - prepared test suite using new database (margaretha)
877 - implemented UserGroupDao and tests (margaretha)
878 - fixed missing exceptions in JsonUtils (margaretha)
879 - restructured web filters and authentication codes (margaretha)
880 - implemented create/store VC (margaretha)
881 - fixed collection rewrite bug regarding availability with operation or
882 (margaretha)
883
884# version 0.59.7
885
88613/10/2016
887 - MOD: updated search to use new siglen (diewald)
888 - MOD: fixed matchinfo retrieval in light service (diewald)
889
89005/05/2015
891 - ADD: rest test suite for user service (hanl)
892 - MOD: setup parameter modification (hanl)
893 - ADD: oauth2 client unique constraint (hanl)