blob: 691a5d7ad1ce7296d3af15eb7d47c8aaa7ebf423 [file] [log] [blame]
margaretha1668d872024-05-22 08:50:49 +02001# version 0.73.2-SNAPSHOT
2
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)
margaretha46e2c952024-05-23 09:09:54 +02009
margaretha21879752024-04-22 12:12:58 +020010# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010011
margaretha387e4682024-03-22 11:26:29 +010012- Fixed jakarta validation error.
13- Added openapi doc (#744)
14- Moved service.properties to src/main/resources/properties
15- Moved free-resources.json to src/main/resources/json
16- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010017- Changed loading external kustvakt.conf and jdbc.properties
18 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020019- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020020- Setup vc-cache in the data folder (#598)
21- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020022- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020023- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020024- Updated configurations of the lite version to use the
25 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020026- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010027
margaretha28a53d12024-02-20 12:57:38 +010028# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010029
margarethab06377e2024-01-30 11:06:35 +010030- Moved the content of the full folder to the root folder
31- Removed Piwik
32- Removed unused libraries
33- Cleaned up spring configs
34- Updated Krill and Koral with new groupIds
35- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010036- Updated search Krill and removed Lucene
37- Updated readme
margarethab06377e2024-01-30 11:06:35 +010038
39# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010040
41- Replaced javax.ws to jakarta.ws namespace (#648)
42- Upgrading Jersey 2.40 to 3.x (#646)
43- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
44- Replaced javax.persistence with jakarta.persistence (#648)
45- Migrate Hibernate 5 to 6 (#649)
46- Fix missing placeholders
47- Fixed conflicting jackson-jarxrs
48- Fixed conflicting commons-logging and spring jcl
49- Replaced javax.servlet with jakarta.servlet (#648)
50- Updated authorization services using Nimbus (#650)
51- Fixed BlockingFilter by replacing javax.annotation.Priority
52 with jakarta.annotation.Priority (#659, #648)
53- Replaced javax.annotation with jakarta.annotation
54- Enabled legacy support for authorization POST request
55- Changed OAuth2 token request using Nimbus (#650)
56- Removed Apache Oltu API from token requests (#650)
57- Removed OpenID
58- Fixed clearing cache
59- Fix JettyServerTest, init package, and some java docs.
60- Make scope extraction more flexible.
61- Updated token response using Nimbus (#650)
62- Remove Oltu request and validator implementations (#650)
63- Updated OAuth2 response handler (#650)
64- Fixed ShutdownHandler (fixed #708)
65- Fixed issues with multi-release jar (#706, #708)
66
67
68# version 0.71.1
69
70- Removed auditing (#611)
71- Removed old database configurations (#612)
72- Removed old tests
73- Removed unnecessary caches and methods in the authentication interface
74- Added total result cache (#599)
75- Fixed missing project.version in info web-service
76- Make sure totalResults and other numeric results are numbers (Kupietz)
77- Introduce CQP query language in Koral 0.41
78- Changed DB connection (fixed #670)
79- Resolved duplicate libraries
80- Fixed testing expiry access token
81- Fix lombok compile warning
82- Ensure the order of clean token tests.
83
84# version 0.71
85
86- Renamed entity and service packages in core
87- Renamed web.controller package in core
88- Moved SearchNetworkEndpoint to core.service package
89- Merged lite into full
90- Merged core into full
91
92
93# version 0.70.1
94
95- Added data folder containing super_client_info and database
96 for mounting into docker
97- Added an error for missing redirect uri in a token request
98 when it has been included in the authorization request.
99- Added tests for VC sharing and for OAuth2 client using VC services
100- Added and updated VC controller tests
101- Moved hibernate.properties
102- Added maximum number of user persistent virtual corpora and queries
103
104# version 0.70
105
106- Support token array in matchinfo (fixes #570; diewald)
107- Updated VC list API and deprecated owner VC list (addressed #580)
108- Added user info web-service (solved #566)
109- Implemented configurable resource filters for search and match
110 info APIs (#539)
111- Added getting username from LDAP (#568)
112- Disabled LDAP auth provider and token API in the auth filter (#587)
113- Added LDAP log for users without idsC2Profile
114- Fixed log4j2 properties.
115
116
117# version 0.69.3
118
119- Moved the service path of VC admin services to admin/vc (closed #543)
120- Added an admin service to load and cache system vc (solved #268)
121- Move oauth2 admin service path (closed #544)
122- Excluded admin service to load-cache VC from the test suite
123- Fixed refresh token expiry test
124- Fixed scope check in OAuth2 token request with refresh token
125
126# version 0.69.2
127
1282022-12-05
129- Upgrade version for E2E-simplified Docker images (diewald)
1302023-01-27
131- Updated client info API (replaced user authorization requirement with super
132 client authentication)
1332023-01-30
134- Made scope param required in authorization request (solved #508)
1352023-01-31
136- Allowed OAuth2 clients to use localhost as redirect URIs.
1372023-02-03
138- Fixed content-type in error responses by changing it to application/json
1392023-02-06
140- Allow admin access using admin token for the clean token API
1412023-02-10
142- Use admin filter instead of OAuth2 ADMIN scope
143- Added a plugin test.
1442023-02-15
145- Moved user-group retrieval API to UserGroupAdminController
146 and changed the service path URL of UserGroupAdminController.
1472023-02-20
148- Deprecate API token (JWT) web-service
149- Fixed Slf4J binding
1502023-02-28
151- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1522023-03-06
153- Fixed testing refresh token expiry.
154
155
156# version 0.69.1
157
158- Upgrade version for docker including indexer (diewald)
159
160
161# version 0.69
162
163 - Migrated to Java 11 and Jersey 2
164 - Updated dependencies
165 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
166
167
168# version 0.68
169
1702022-05-25
171 - Added a new API: list plugins (e.g for marketplace)
172 - Added redirect URI validation in authorization request (addressed #374)
173 - Handled user-defined refresh token expiry (added in client info and
174 list API response)
175 - Added installed_plugins table
176 - Added a new API: install plugin
177 - Handled redundant plugin installation
178 - Handled super client id in plugin installation
179 - Deprecated UserClientDto and uses ClientinfoDto instead
180 - Updated redirect URI error message for coherence
1812022-05-27
182 - Added maximum limit to custom refresh token expiry
1832022-06-01
184 - Added new APIs: list user-installed plugins and uninstall plugin.
185 - Moved install and list plugin APIs to PluginController and updated their
186 service paths under /plugins.
1872022-06-03
188 - Implemented searching option using a network endpoint
189 - Implemented initial super client registration for user authentication.
190 - Fixed admin clean token API and restrict plugins to confidential only.
191
192
193
194# version 0.67.1
195
1962022-05-12
197 - Implemented mapping of LDAP username to email
198 - Handled null parameters in authorization requests
1992022-05-25
200 - Fixed null client_id
201 - Updated ldap.config path in the kustvakt-test.conf
202
203
204# version 0.67
205
2062022-05-09
207 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
208 - An embedded LDAP server can now be started automatically if configured accordingly.
2092022-05-11
210 - Changed the SQL script updating oauth2_client table
211
212
213# version 0.66
214
2152022-03-31
216 - Updated query and user-group name pattern.
2172022-04-08
218 - Added redirect_uri to client info API.
2192022-04-11
220 - Added registration_date, refresh_token_expiry, source and is_permitted
221 to the oauth2_client database table, and updated the OAuth2 client
222 registration mechanism.
223 - Added authorization request with GET and deprecated that with POST.
2242022-04-13
225 - Updated OAuth2Client list API (added redirect_uri, registration_date,
226 permitted, source to OAuth2UserClientDto).
2272022-04-20
228 - Updated authorization error response. (Included error and error
229 description in the client redirect URI except for missing or
230 invalid client id or redirect URI.
231
232
233# version 0.65.2
234
2352022-03-03
236 - Removed VCLoader.
237 - Added foreign keys to the DB tables of access and refresh token scopes.
2382022-03-07
239 - Added more parameter checks and OAuth2Client web-service tests.
2402022-03-17
241 - Updated admin filter by using admin token and role checks.
2422022-03-18
243 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2442022-03-28
245 - Updated admin filter (admintoken as a form param) and uses
246 it for the closing index reader API.
247 - Removed unused admin API: clear access token cache.
2482022-03-29
249 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
250
251# version 0.65.1
252
2532022-03-01
254 - Restricts the field retrieval web-service to admin only.
255
256# version 0.65
257
258!!! includes security updates - please update all Kustvakt libraries
259!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
260
2612021-12-02
262 - Updated VC cache.
2632021-12-03
264 - Enabled listing system vc for authorized users.
2652021-12-08
266 - Removed koralQuery and statistics from VC list.
267 - Added a web-service to retrieve KoralQuery of a VC
2682021-12-10
269 - [security] Updated log4j libs due to CVE-2021-44228.
2702021-12-13
271 - Fixed broken test suite.
2722022-01-03
273 - [security] More log4j security updates
274 - Bumped unboundid-ldapsdk
275 - Updated tests.
2762022-01-25
277 - Added show-tokens option to the search API.
2782022-01-31
279 - Added an API retrieving fields of a virtual corpus.
280
281# version 0.64.1
282
2832021-10-26
284 - Bump Kustvakt and Krill versions.
285
286
287# version 0.64
2882021-07-29
289 - Updated the change files and made a new version.
2902021-08-12
291 - Fixed errors due to missing query type and added tests.
2922021-08-13
293 - Fixed missing request entity.
294 - Updated the query service to enable editing query references.
2952021-08-16
296 - Fixed creator param when storing query or VC by admins for
297 the system or other users.
298
299# version 0.63.2
3002021-06-11
301 - Updated OAuth2 token length & secure random algorithm config.
302 - Added character set filter to random code generator, e.g. for client_id.
3032021-06-14
304 - Updated roleId and super client parameters.
3052021-06-24
306 - Fixed broken test.
3072021-07-22
308 - Updated cache settings and some loggings.
3092021-07-26
310 - Replaced annotation parsing with restoring the annotation tables to the
311database.
312 - Moved cache config to the full config.
313
314# version 0.63.1
3152021-02-22
316 - Updated libraries (margaretha)
317 - Renamed virtual corpus to query (margaretha)
3182021-02-26
319 - Added query access roles and fixed vc access roles (margaretha)
320 - Added delete query webservice and tests (margaretha)
3212021-03-25
322 - Updated Koral version for Info Controller (margaretha)
323 - Updated OAuth2 token list with token type and user clientId
324parameters (margaretha)
3252021-03-29
326 - Added client type in the client list web-service. Resolved #58 (margaretha)
3272021-04-19
328 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3292021-04-26
330 - Updated OAuth2 Client list (margaretha)
3312021-04-30
332 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
333 - Updated OAuth2 API responses for coherence (margaretha)
3342021-06-07
335 - Updated OAuth2 client dto (margaretha)
336
337# version 0.63
33826/10/2020
339 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
34029/10/2020
341 - Introduction of a query reference rewrite mechanism (diewald)
34230/10/2020
343 - Added database methods for storing query references (diewald)
34404/12/2020
345 - Fix hibernate dialect for SQLite. (margaretha)
34604/12/2020
347 - Fix pipe warning. (margaretha)
34814/01/2021
349 - Updated Flyway (margaretha)
35021/01/2021
351 - Fixed running pipe and updated tests with mockserver (margaretha)
35201/02/2021
353 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
35405/02/2021
355 - Add query reference web-service (diewald,margaretha)
35610/02/2021
357 - Fixed problem with multiple desktop apps (diewald, margaretha)
35812/02/2021
359 - Added listing available queries for users (margaretha)
36017/02/2021
361 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
362 - Added query and query language in virtual corpus table (margaretha)
36318/02/2021
364 - Set corpus access public for stored query (margaretha)
36519/02/2021
366 - Enabled API info web-service (margaretha)
367
368
369# version 0.62.4
37024/01/2020
371 - Removed salt from config and updated config files (margaretha)
37203/02/2020
373 - Added an admin API for clearing access token cache (margaretha)
37405/02/2020
375 - Added a config properties for a long-time access token expiry
376 and excluded refresh tokens for public clients in OAuth2 token
377 responses (margaretha)
378 - Removed client authentication from the client deregistration and
379 client-secret reset APIs (margaretha)
38004/03/2020
381 - Updated the sample index (diewald)
382
383# version 0.62.3
38403/12/2019
385 - Implemented pipe extension in the search API (margaretha)
38611/12/2019
387 - Added errors when requesting VC in caching process (margaretha,
388 resolved #47)
38912/12/2019
390 - Added support for multiple cq parameters (margaretha, resolved #46)
39113/12/2019
392 - Handled pipe errors and added tests (margaretha)
39319/12/2019
394 - Updated create update user-group API (margaretha)
39520/12/2019
396 - Removed transactional annotations from simple select queries (margaretha)
397 - Updated free resource controller (margaretha)
39815/01-2020
399 - Added additional statistic figures to virtual corpus info API
400 response (margaretha)
401
402# version 0.62.2
40317/10/2019
404 - Handled vulnerability CVE-2019-17195. (margaretha)
4058/11/2019
406 - Added user-group name pattern (margaretha, issue #33)
40711/11/2019
408 - Updated user group service paths and replaced groupId with groupName
409 (margaretha, resolved #33)
41012/11/2019
411 - Removed UserGroupJson & updated listUserGroups and createUserGroup
412 services (margaretha)
413 - Added prefixes to username and groupname parameters in service paths
414 (margaretha, resolved #35)
41513/11/2019
416 - Added tests for issue #43 (margaretha)
41714/11/2019
418 - Added client description and URL to list-authorized-clients service
419 (margaretha, close #53)
420 - Implemented a service to list clients registered by a user (margaretha,
421 close #52)
422 - Added a check for OAuth2 client, VC, and group name length (margaretha)
42315/11/2019
424 - Merged list authorized client and list registered client services
425 (margaretha)
42621/11/2019
427 - Added a service to list active refresh tokens of a user (margaretha)
428 - Added username filtering to token revocation service via super client
429 (margaretha)
43026/11/2019
431 - Added a service to revoke a single refresh token via super client
432 (margaretha)
433
434# version 0.62.1
43508/07/2019
436 - Added tests for public metadata response in search api (margaretha,
437 issue #43)
438 - Disabled some tests of unused/disabled web-services (margaretha)
43907/08/2019
440 - Fixed missing scopes after requesting access token with refresh token
441 (margaretha)
442 - Fixed post requests with status OK and empty body (margaretha)
44307/08/2019
444 - Added users to hidden group when searching in a published VC (margaretha,
445 resolved #40)
44615/08/2019
447 - Updated the response statuses of VC PUT requests (margaretha)
448
449# version 0.62
45028/02/2019
451 - Removed old VC controllers and updated tests (margaretha, issue #34)
452 - Updated VC access controllers (margaretha)
45319/03/2019
454 - Added close index controller (margaretha)
45511/04/2019
456 - Fixed unknown authentication scheme, missing VC entity, and parameter
457 checker (margaretha)
458 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
459 unique group name and unknown VC access (margaretha)
46027/06/2019
461 - Handled LDAP errors, fixed #45 (margaretha)
46203/07/2019
463 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
464 - Changed the response media-type of authentication controllers (margaretha)
465 - Fixed bugs: allow guest to retrieve system VC,
466 remove VC from cache when it is deleted (margaretha)
46704/07/2019
468 - Updated VC name pattern and tests (margaretha)
469
470# version 0.61.6
47104/02/2019
472 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
473 - Updated client deregistration behavior (margaretha)
47405/02/2019
475 - Added delete-group-by-name controller (margaretha)
476 - Added unique index to group name (margaretha)
47706/02/2019
478 - Updated a user setting test using array for multiple values (margaretha)
479 - Added metadata controller tests (margaretha)
48018/02/2019
481 - Fixed tests (margaretha)
482 - Updated handling errors from Koral (margaretha)
48319/02/2019
484 - Added fields to metadata controller (margaretha, issue #39)
485
486# version 0.61.5
48717/12/2018
488 - Added a search timeout test (margaretha)
48918/12/2018
490 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
49108/01/2019
492 - Improved predefined vc caching (issue #28, margaretha)
49309/01/2019
494 - Added comments (margaretha)
495 - Updated code structure (margaretha)
49611/01/2019
497 - Degraded API version to 1.0 (margaretha)
498 - Added OAuth2 client info tests (margaretha)
49914/01/2019
500 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
50116/01/2019
502 - Added a PUT request for both creating and editing vc (margaretha)
503 - Added aliases to some VC controllers (margaretha)
504 - Merged VC access list controllers (margaretha)
50521/01/2019
506 - Removed codes related to user registration & password management (margaretha)
50722/01/2019
508 - Added create, edit, retrieve user default setting controllers (margaretha)
50922/01/2019
510 - Updated default setting controllers & added tests (margaretha)
511 - Added delete key in setting controllers (margaretha)
51223/01/2019
513 - Added default setting key validation (margaretha)
514 - Fixed UserdataTest (margaretha)
51524/01/2019
516 - Added default setting key validation & fixed UserdataTest (margaretha)
51725/01/2019
518 - Added VC reference and MapUtil tests (margaretha)
51928/01/2019
520 - Fixed username verification in DefaultSettingService (margaretha)
521 - Added foundry rewrite with user default setting (margaretha)
522 - Added default foundry for morphology layer (margaretha)
52329/01/2019
524 - Fixed share VC type (margaretha)
525 - Added delete setting controller (margaretha)
526 - Handled "no resource found" cases (margaretha, issue #37)
52730/01/2019
528 - Added server shutdown description in readme (margaretha)
529
530# version 0.61.4
53114/11/2018
532 - Integrated lite and full services and controllers in core (margaretha)
53321/11/2018
534 - Updated OAuth2 refresh token request to create a new refresh token and
535 revoke the old one per request (margaretha)
53628/11/2018
537 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
538 - Handled storing cached VC with VC reference (margaretha)
53929/11/2018
540 - Added a controller for listing user clients having active refresh tokens
541 (margaretha)
5426/12/2018
543 - Added debug flags to mitigate log4j debugging performance (margaretha)
544 - Fixed KoralNode at() method (margaretha)
54511/12/2018
546 - Implemented revoking all tokens of a user client via a super client
547 (margaretha)
548 - Removed document controllers and KustvaktResource (margaretha)
549 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
550
551
552# version 0.61.3
55317/10/2018
554 - Updated NamedVCLoader to be optional (margaretha)
555 - Updated annotation tables & implemented key-value structure (margaretha)
556 - Added annotation parser for annotation data from kalamar (margaretha)
557 - Implemented parsing free resource info from json (margaretha)
55822/10/2018
559 - Updated jetty, spring and hibernate versions (margaretha)
560 - Fixed the order of annotation keys and values, and added tests (margaretha)
561 - Fixed resource DAO & added tests (margaretha)
56224/10/2018
563 - Fixed query serialization service (margaretha)
564 - Added "highlights" parameter to matchInfo controller (margaretha)
565 - Added "fields" parameter to search controllers (margaretha)
566 - Integrated lite controllers, services and tests in full version (margaretha)
56729/10/2018
568 - Moved javax.servlet-api to core (margaretha)
56907/11/2018
570 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
57113/11/2018
572 - Added Shutdown handler to Jetty server (margaretha)
573 - Fixed storing VC order in NamedVCLoader (margaretha)
574
575# version 0.61.2
57612/09/2018
577 - Added various log4j2 configurations (margaretha)
57813/09/2018
579 - Implemented VirtualCorpusRewrite (margaretha)
58014/09/2018
581 - Fixed SpringJerseyTest ApplicationContext (margaretha)
582 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
583 - Enabled VCReferenceTest in maven test suite (margaretha)
58418/09/2018
585 - Handled unique constraints / inserting duplicate items to DB (margaretha)
586 - Added a controller for editing user group member roles (margaretha)
58719/09/2018
588 - Fixed cached-VC ref with username (margaretha)
589
590# version 0.61.1
59128/08/2018
592 - Added API URL versioning (margaretha)
593 - Deactivated IdRewrite (margaretha)
594 - Fixed kustvakt controller (margaretha)
59530/08/2018
596 - Fixed root packages & added api version properties in kustvakt.conf
597 (margaretha)
598 - Fixed versioning in SearchController (margaretha)
599 - Added API versioning tests (margaretha)
600
601# version 0.61.0
602
60302/08/2018
604 - Added VC reference tests (margaretha)
605 - Implemented loading and caching named VCs (margaretha)
60603/08/2018
607 - Implemented OAuth2 revoke token (margaretha)
608 - Updated OAuth2 refresh token implementation (margaretha)
60914/08/2018
610 - Implemented revoke all OAuth2 access tokens and authorization codes of
611 client users when deregistering/deleting a client (margaretha)
612 - Fixed update OAuth2 access token (margaretha)
613 - Implemented reset client secret (margaretha)
614 - Fixed revoking latest access token when refreshing OAuth2 access token
615 (margaretha)
61615/08/2018
617 - Implemented OAuth2 client info controller (margaretha)
618 - Implemented update OAuth2 client privilege controller for admins
619 (margaretha)
620 - Implemented unlimited authorization scope for super clients with OAuth2
621 password grant (margaretha)
622 - Marked native clients implementation to deprecated in favour of super
623 clients (margaretha)
624 - Enabled using Bearer tokens as user authentication tokens (Authorization
625 header value) for many controllers including OAuth2 controllers (margaretha)
62616/08/2018
627 - Implemented degrading super clients (margaretha)
628 - Improved and added OAuth2 tests (margaretha)
62921/08/2018
630 - Added VC name pattern check (margaretha)
63122/08/2018
632 - Implemented loading VC from gz files (margaretha)
633 - Updated OAuth2 authorization codes' & access tokens' expiry check
634 (margaretha)
63523/08/2018
636 - Updated RefreshToken implementations with separate DB tables (margaretha)
637 - Allows multiple access tokens per refresh token (margaretha)
63827/08/2018
639 - Added statistic with VC reference tests (margaretha)
640 - Fixed OAuth2 SQL files (margaretha)
64128/08/2018
642 - Added c3p0 datasource configuration to Spring default-config-xml
643 (margaretha)
644 - Added running Kustvakt server with custom spring config in the readme
645 (margaretha)
646 - Removed old OAuth2 codes (margaretha)
647 - Moved non-config test codes to misc (margaretha)
648
649
650# version 0.60.5
651
65209/07/2018
653 - Added service layer to the search controller (margaretha)
654 - Added OAuth2 scope checking in search and VC controllers (margaretha)
655 - Added handling OAuth2 bearer token for VC access and User group
656 controllers (margaretha)
657 - Added default scope to password grant (margaretha)
65810/07/2018
659 - Made createBasicAuthorizationHeaderValue static (margaretha)
660 - Added store access token in openID token service (margaretha)
661 - Fixed empty scope in openID authorization and token service (margaretha)
662 - Implemented storing authorization code in cache (margaretha)
66311/07/2018
664 - Fixed authentication time in authentication controller (margaretha)
665 - Added OAuth2 access token tests (margaretha)
66612/07/2018
667 - Updated maven surefire setting for faster test suite runtime (margaretha)
668 - Implemented refreshing OAuth2 access token (margaretha)
66926/07/2018
670 - Fixed issue #27 (margaretha)
67102/08/2018s
672 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
673
674
675# version 0.60.4
676
67705/07/2018
678 - implemented OAuth2 authorization code request with OpenID Authentication
679 (margaretha)
680 - enabled OAuth2 authorization without OpenID authentication using Nimbus
681 library (margaretha)
682 - implemented response handler for OpenID authentication errors in authorization
683 requests (margaretha)
684 - added tests regarding OpenID authentication in authorization requests
685 (margaretha)
686 - implemented OAuth2 authorization error response via redirect URI instead of
687 JSON (margaretha)
688 - added state to OAuth2 authorization error response (margaretha)
689 - implemented OpenID token service for authorization code flow (margaretha)
690 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
691 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
692 keys (margaretha)
693 - implemented OpenId configuration (margaretha)
694 - added authentication time and support for auth_time in id_token (margaretha)
695 - implemented support for nonce and max_age parameters in OpenID authentication
696 (margaretha)
697 - implemented OAuth2 token request with password grant using Nimbus library
698 (margaretha)
699 - updated redirect URI validator (margaretha)
700 - updated client registration requirement to allow desktop applications
701 (margaretha)
702 - fixed RSA key configuration (margaretha)
703 - merged OAuth2 client deregistration controllers (margaretha)
704 - fixed OAuth2 client unique URL-hashcode (margaretha)
705 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
706 - Added support for unrestricted corpus statistics (ndiewald)
707 - updated paths of user-group deletion-controllers (margaretha)
708 - Do not pass broken queries to Krill (diewald)
709 - added OAuth2 token request with client authentication via Authorization
710 header (margaretha)
711 - added port checking in test suite (margaretha)
712
713# version 0.60.3
714
71506/06/2018
716 - improved user authentication by using authentication filter for authorization
717 code request (margaretha)
718 - limited client authentication to client id checking in authorization code
719 request (margaretha)
720 - added user_id in the oauth2_access_token database table (margaretha)
721 - implemented OAuth2Authentication provider for token context management
722 (margaretha)
723 - added parameter checking for authorization DAO (margaretha)
724 - added controller tests using OAuth2 access token (margaretha)
725 - added database tables for MySQL (margaretha)
726 - updated JWT library and related codes (margaretha)
727
728# version 0.60.2
729
73003/05/2018
731 - implemented OAuth2 client registration (margaretha)
732 - implemented OAuth2 client authentication (margaretha)
733 - changed virtual corpus search to retrieval (margaretha)
734 - implemented public client deregistration task (margaretha)
735 - added client registration and deregistration tests (margaretha)
736 - implemented confidential client deregistration task (margaretha)
737 - fixed storing client secret (margaretha)
738 - implemented OAuth2 response handler (margaretha)
739 - implemented OAuth2 request access token with client credentials grant
740 (margaretha)
741 - implemented OAuth2 request access token with resource owner password grant
742 (margaretha)
743 - implemented OAuth2 authorization code request (margaretha)
744 - added OAuth2 error codes (margaretha)
745 - added OAuth2 authorization, scope and access token tables for SQLite
746 (margaretha)
747 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
748 - implemented OAuth2 request access token with authorization code grant
749 (margaretha)
750 - added setting default scopes in the config file (margaretha)
751 - fixed loading spring config multiple times in the test suite (margaretha)
752 - added SQLite created_date trigger for access token (margaretha)
753 - added a join table for access token scopes (margaretha)
754 - added access scopes handling (margaretha)
755 - added tests about request token with authorization code (margaretha)
756
757# version 0.60.1
758
75928/03/2018
760 - added admin-related SQL codes (margaretha)
761 - updated AdminDao (margaretha)
762 - added optional username query parameter to group list controller (margaretha)
763 - fixed non hierarchical URI of kustvakt conf files (margaretha)
764 - added delete group member triggers (margaretha)
765 - added list user-group by username and status for system admin (margaretha)
766 - added user-group status in user-group DTO (margaretha)
767 - added check for hidden groups in user-group tests (margaretha)
768 - added database trigger test on deleting members when deleting group
769 (margaretha)
770 - renamed VC type PREDEFINED to SYSTEM (margaretha)
771 - added VC list controller for system admin (margaretha)
772 - added VC controller tests with for system admin (margaretha)
773 - added hidden access removal when deleting published VC (margaretha)
774 - added check for hidden groups in VC controller tests (margaretha)
775 - added search user-group controller (margaretha)
776 - removed createdBy from VirtualCorpusJson (margaretha)
777 - moved member role setting from the invitation phase to the after-subscription
778 phase (margaretha)
779 - added member role removal after deleting members (margaretha)
780 - added add and delete member role controllers (margaretha)
781
782# version 0.60
783
78414/03/2018
785 - set up mail settings using localhost port 25 (margaretha)
786 - added mail template in kustvakt configuration (margaretha)
787 - added mail settings to readme (margaretha)
788 - disabled email notification for auto group (margaretha)
789 - added metadata retrieval (diewald)
790 - enabled custom implementation for email address retrieval (margaretha)
791 - removed old policy and deprecated code (margaretha)
792 - moved authentication related code to /full (margaretha)
793 - added userRoles attribute to UserGroupDto. (margaretha)
794 - fixed sqlite trigger (margaretha)
795 - fixed member exist error message (margaretha)
796 - fixed member invitation to join deleted group (margaretha)
797 - added checking deleted group (margaretha)
798
799# version 0.59.10
800
80120/02/2018
802 - added sort VC by id (margaretha)
803 - added test cases regarding VC sharing (margaretha)
804 - implemented withdraw VC from publication (margaretha)
805 - added Changes file (margaretha)
806 - implemented add/invite users to group (margaretha)
807 - implemented delete user-group and member tasks (margaretha)
808 - added userMemberStatus in group lists (margaretha)
809 - updated and added SQL test data (margaretha)
810 - added user group related tests (margaretha)
811 - implemented custom configuration for deleting user groups and members (margaretha)
812 - updated library versions and java environment (margaretha)
813 - added expiration time check for member invitation (margaretha)
814 - moved .properties files (margaretha)
815 - merged changelog file to Changes (margaretha)
816 - updated status codes and error messages to be more detailed (margaretha)
817 - testing mail implementation using embedded jetty jndi (margaretha)
818 - fixed collection rewrite regarding OR operation with other fields
819 (margaretha)
820 - implemented sending mail using spring injection and removed jetty jndi
821 (margaretha)
822 - fixed unrecognized application/json (margaretha)
823 - fixed and updated velocity template (margaretha)
824
825# version 0.59.9
826
82719/01/2018
828 - restructured basic authentication (margaretha)
829 - fixed AuthenticationException to include authentication scheme (margaretha)
830 - fixed rewrite redundancy in collection rewrite (margaretha)
831 - fixed foundry rewrite for constituents (margaretha)
832 - introduced authentication methods, schemes and tokens (margaretha)
833 - implemented collection rewrite with multiple licenses (margaretha)
834 - fixed foundry rewrite for korap span without wrap node (margaretha)
835 - implemented list user group (margaretha)
836 - implemented delete VC task (margaretha)
837 - implemented create user-group, subscribe to user-groups, unsubscribe to
838 user-groups tasks(margaretha)
839 - fixed handling JSON mapping exception for missing enums (margaretha)
840 - implemented list VC task (margaretha)
841 - added KoralQuery in VC lists (margaretha)
842 - implemented edit VC task (margaretha)
843 - implemented publish VC task (margaretha)
844 - implemented share VC task (margaretha)
845 - implemented list only owned VC task (margaretha)
846 - implemented list VC access task (margaretha)
847 - implemented search VC by id task (margaretha)
848 - implemented delete VC access (margaretha)
849 - implemented search for project VC (margaretha)
850 - added search VC related tests (margaretha)
851 - removed PredefinedUserGroup.ALL and related codes (margaretha)
852 - implemented search for published VC (margaretha)
853
854# version 0.59.8
855
85621/09/2017
857 - restructured statistics service (margaretha)
858 - removed deprecated loader codes and tests (margaretha)
859 - removed old Spring java configurations (margaretha)
860 - implemented entity classes for the new database (margaretha)
861 - added MySQL codes regarding VC and for testing (margaretha)
862 - added dao methods regarding VC (margaretha)
863 - added similar SQL codes (to MySQL) for sqlite (margaretha)
864 - added dao methods regarding user groups (margaretha)
865 - restructured web-service codes into controller and logic/business-service
866 (margaretha)
867 - implemented user role and privilege, and added tests (margaretha)
868 - prepared test suite using new database (margaretha)
869 - implemented UserGroupDao and tests (margaretha)
870 - fixed missing exceptions in JsonUtils (margaretha)
871 - restructured web filters and authentication codes (margaretha)
872 - implemented create/store VC (margaretha)
873 - fixed collection rewrite bug regarding availability with operation or
874 (margaretha)
875
876# version 0.59.7
877
87813/10/2016
879 - MOD: updated search to use new siglen (diewald)
880 - MOD: fixed matchinfo retrieval in light service (diewald)
881
88205/05/2015
883 - ADD: rest test suite for user service (hanl)
884 - MOD: setup parameter modification (hanl)
885 - ADD: oauth2 client unique constraint (hanl)