blob: a28f02c1ec096bc2f6be5f66ecc6243518b962d6 [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)
margaretha205dc5b2024-06-05 11:12:11 +02005- Clean up named-vc.
margaretha46e2c952024-05-23 09:09:54 +02006
margaretha21879752024-04-22 12:12:58 +02007# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +01008
margaretha387e4682024-03-22 11:26:29 +01009- Fixed jakarta validation error.
10- Added openapi doc (#744)
11- Moved service.properties to src/main/resources/properties
12- Moved free-resources.json to src/main/resources/json
13- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010014- Changed loading external kustvakt.conf and jdbc.properties
15 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020016- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020017- Setup vc-cache in the data folder (#598)
18- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020019- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020020- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020021- Updated configurations of the lite version to use the
22 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020023- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010024
margaretha28a53d12024-02-20 12:57:38 +010025# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010026
margarethab06377e2024-01-30 11:06:35 +010027- Moved the content of the full folder to the root folder
28- Removed Piwik
29- Removed unused libraries
30- Cleaned up spring configs
31- Updated Krill and Koral with new groupIds
32- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010033- Updated search Krill and removed Lucene
34- Updated readme
margarethab06377e2024-01-30 11:06:35 +010035
36# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010037
38- Replaced javax.ws to jakarta.ws namespace (#648)
39- Upgrading Jersey 2.40 to 3.x (#646)
40- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
41- Replaced javax.persistence with jakarta.persistence (#648)
42- Migrate Hibernate 5 to 6 (#649)
43- Fix missing placeholders
44- Fixed conflicting jackson-jarxrs
45- Fixed conflicting commons-logging and spring jcl
46- Replaced javax.servlet with jakarta.servlet (#648)
47- Updated authorization services using Nimbus (#650)
48- Fixed BlockingFilter by replacing javax.annotation.Priority
49 with jakarta.annotation.Priority (#659, #648)
50- Replaced javax.annotation with jakarta.annotation
51- Enabled legacy support for authorization POST request
52- Changed OAuth2 token request using Nimbus (#650)
53- Removed Apache Oltu API from token requests (#650)
54- Removed OpenID
55- Fixed clearing cache
56- Fix JettyServerTest, init package, and some java docs.
57- Make scope extraction more flexible.
58- Updated token response using Nimbus (#650)
59- Remove Oltu request and validator implementations (#650)
60- Updated OAuth2 response handler (#650)
61- Fixed ShutdownHandler (fixed #708)
62- Fixed issues with multi-release jar (#706, #708)
63
64
65# version 0.71.1
66
67- Removed auditing (#611)
68- Removed old database configurations (#612)
69- Removed old tests
70- Removed unnecessary caches and methods in the authentication interface
71- Added total result cache (#599)
72- Fixed missing project.version in info web-service
73- Make sure totalResults and other numeric results are numbers (Kupietz)
74- Introduce CQP query language in Koral 0.41
75- Changed DB connection (fixed #670)
76- Resolved duplicate libraries
77- Fixed testing expiry access token
78- Fix lombok compile warning
79- Ensure the order of clean token tests.
80
81# version 0.71
82
83- Renamed entity and service packages in core
84- Renamed web.controller package in core
85- Moved SearchNetworkEndpoint to core.service package
86- Merged lite into full
87- Merged core into full
88
89
90# version 0.70.1
91
92- Added data folder containing super_client_info and database
93 for mounting into docker
94- Added an error for missing redirect uri in a token request
95 when it has been included in the authorization request.
96- Added tests for VC sharing and for OAuth2 client using VC services
97- Added and updated VC controller tests
98- Moved hibernate.properties
99- Added maximum number of user persistent virtual corpora and queries
100
101# version 0.70
102
103- Support token array in matchinfo (fixes #570; diewald)
104- Updated VC list API and deprecated owner VC list (addressed #580)
105- Added user info web-service (solved #566)
106- Implemented configurable resource filters for search and match
107 info APIs (#539)
108- Added getting username from LDAP (#568)
109- Disabled LDAP auth provider and token API in the auth filter (#587)
110- Added LDAP log for users without idsC2Profile
111- Fixed log4j2 properties.
112
113
114# version 0.69.3
115
116- Moved the service path of VC admin services to admin/vc (closed #543)
117- Added an admin service to load and cache system vc (solved #268)
118- Move oauth2 admin service path (closed #544)
119- Excluded admin service to load-cache VC from the test suite
120- Fixed refresh token expiry test
121- Fixed scope check in OAuth2 token request with refresh token
122
123# version 0.69.2
124
1252022-12-05
126- Upgrade version for E2E-simplified Docker images (diewald)
1272023-01-27
128- Updated client info API (replaced user authorization requirement with super
129 client authentication)
1302023-01-30
131- Made scope param required in authorization request (solved #508)
1322023-01-31
133- Allowed OAuth2 clients to use localhost as redirect URIs.
1342023-02-03
135- Fixed content-type in error responses by changing it to application/json
1362023-02-06
137- Allow admin access using admin token for the clean token API
1382023-02-10
139- Use admin filter instead of OAuth2 ADMIN scope
140- Added a plugin test.
1412023-02-15
142- Moved user-group retrieval API to UserGroupAdminController
143 and changed the service path URL of UserGroupAdminController.
1442023-02-20
145- Deprecate API token (JWT) web-service
146- Fixed Slf4J binding
1472023-02-28
148- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1492023-03-06
150- Fixed testing refresh token expiry.
151
152
153# version 0.69.1
154
155- Upgrade version for docker including indexer (diewald)
156
157
158# version 0.69
159
160 - Migrated to Java 11 and Jersey 2
161 - Updated dependencies
162 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
163
164
165# version 0.68
166
1672022-05-25
168 - Added a new API: list plugins (e.g for marketplace)
169 - Added redirect URI validation in authorization request (addressed #374)
170 - Handled user-defined refresh token expiry (added in client info and
171 list API response)
172 - Added installed_plugins table
173 - Added a new API: install plugin
174 - Handled redundant plugin installation
175 - Handled super client id in plugin installation
176 - Deprecated UserClientDto and uses ClientinfoDto instead
177 - Updated redirect URI error message for coherence
1782022-05-27
179 - Added maximum limit to custom refresh token expiry
1802022-06-01
181 - Added new APIs: list user-installed plugins and uninstall plugin.
182 - Moved install and list plugin APIs to PluginController and updated their
183 service paths under /plugins.
1842022-06-03
185 - Implemented searching option using a network endpoint
186 - Implemented initial super client registration for user authentication.
187 - Fixed admin clean token API and restrict plugins to confidential only.
188
189
190
191# version 0.67.1
192
1932022-05-12
194 - Implemented mapping of LDAP username to email
195 - Handled null parameters in authorization requests
1962022-05-25
197 - Fixed null client_id
198 - Updated ldap.config path in the kustvakt-test.conf
199
200
201# version 0.67
202
2032022-05-09
204 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
205 - An embedded LDAP server can now be started automatically if configured accordingly.
2062022-05-11
207 - Changed the SQL script updating oauth2_client table
208
209
210# version 0.66
211
2122022-03-31
213 - Updated query and user-group name pattern.
2142022-04-08
215 - Added redirect_uri to client info API.
2162022-04-11
217 - Added registration_date, refresh_token_expiry, source and is_permitted
218 to the oauth2_client database table, and updated the OAuth2 client
219 registration mechanism.
220 - Added authorization request with GET and deprecated that with POST.
2212022-04-13
222 - Updated OAuth2Client list API (added redirect_uri, registration_date,
223 permitted, source to OAuth2UserClientDto).
2242022-04-20
225 - Updated authorization error response. (Included error and error
226 description in the client redirect URI except for missing or
227 invalid client id or redirect URI.
228
229
230# version 0.65.2
231
2322022-03-03
233 - Removed VCLoader.
234 - Added foreign keys to the DB tables of access and refresh token scopes.
2352022-03-07
236 - Added more parameter checks and OAuth2Client web-service tests.
2372022-03-17
238 - Updated admin filter by using admin token and role checks.
2392022-03-18
240 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2412022-03-28
242 - Updated admin filter (admintoken as a form param) and uses
243 it for the closing index reader API.
244 - Removed unused admin API: clear access token cache.
2452022-03-29
246 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
247
248# version 0.65.1
249
2502022-03-01
251 - Restricts the field retrieval web-service to admin only.
252
253# version 0.65
254
255!!! includes security updates - please update all Kustvakt libraries
256!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
257
2582021-12-02
259 - Updated VC cache.
2602021-12-03
261 - Enabled listing system vc for authorized users.
2622021-12-08
263 - Removed koralQuery and statistics from VC list.
264 - Added a web-service to retrieve KoralQuery of a VC
2652021-12-10
266 - [security] Updated log4j libs due to CVE-2021-44228.
2672021-12-13
268 - Fixed broken test suite.
2692022-01-03
270 - [security] More log4j security updates
271 - Bumped unboundid-ldapsdk
272 - Updated tests.
2732022-01-25
274 - Added show-tokens option to the search API.
2752022-01-31
276 - Added an API retrieving fields of a virtual corpus.
277
278# version 0.64.1
279
2802021-10-26
281 - Bump Kustvakt and Krill versions.
282
283
284# version 0.64
2852021-07-29
286 - Updated the change files and made a new version.
2872021-08-12
288 - Fixed errors due to missing query type and added tests.
2892021-08-13
290 - Fixed missing request entity.
291 - Updated the query service to enable editing query references.
2922021-08-16
293 - Fixed creator param when storing query or VC by admins for
294 the system or other users.
295
296# version 0.63.2
2972021-06-11
298 - Updated OAuth2 token length & secure random algorithm config.
299 - Added character set filter to random code generator, e.g. for client_id.
3002021-06-14
301 - Updated roleId and super client parameters.
3022021-06-24
303 - Fixed broken test.
3042021-07-22
305 - Updated cache settings and some loggings.
3062021-07-26
307 - Replaced annotation parsing with restoring the annotation tables to the
308database.
309 - Moved cache config to the full config.
310
311# version 0.63.1
3122021-02-22
313 - Updated libraries (margaretha)
314 - Renamed virtual corpus to query (margaretha)
3152021-02-26
316 - Added query access roles and fixed vc access roles (margaretha)
317 - Added delete query webservice and tests (margaretha)
3182021-03-25
319 - Updated Koral version for Info Controller (margaretha)
320 - Updated OAuth2 token list with token type and user clientId
321parameters (margaretha)
3222021-03-29
323 - Added client type in the client list web-service. Resolved #58 (margaretha)
3242021-04-19
325 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3262021-04-26
327 - Updated OAuth2 Client list (margaretha)
3282021-04-30
329 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
330 - Updated OAuth2 API responses for coherence (margaretha)
3312021-06-07
332 - Updated OAuth2 client dto (margaretha)
333
334# version 0.63
33526/10/2020
336 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
33729/10/2020
338 - Introduction of a query reference rewrite mechanism (diewald)
33930/10/2020
340 - Added database methods for storing query references (diewald)
34104/12/2020
342 - Fix hibernate dialect for SQLite. (margaretha)
34304/12/2020
344 - Fix pipe warning. (margaretha)
34514/01/2021
346 - Updated Flyway (margaretha)
34721/01/2021
348 - Fixed running pipe and updated tests with mockserver (margaretha)
34901/02/2021
350 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
35105/02/2021
352 - Add query reference web-service (diewald,margaretha)
35310/02/2021
354 - Fixed problem with multiple desktop apps (diewald, margaretha)
35512/02/2021
356 - Added listing available queries for users (margaretha)
35717/02/2021
358 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
359 - Added query and query language in virtual corpus table (margaretha)
36018/02/2021
361 - Set corpus access public for stored query (margaretha)
36219/02/2021
363 - Enabled API info web-service (margaretha)
364
365
366# version 0.62.4
36724/01/2020
368 - Removed salt from config and updated config files (margaretha)
36903/02/2020
370 - Added an admin API for clearing access token cache (margaretha)
37105/02/2020
372 - Added a config properties for a long-time access token expiry
373 and excluded refresh tokens for public clients in OAuth2 token
374 responses (margaretha)
375 - Removed client authentication from the client deregistration and
376 client-secret reset APIs (margaretha)
37704/03/2020
378 - Updated the sample index (diewald)
379
380# version 0.62.3
38103/12/2019
382 - Implemented pipe extension in the search API (margaretha)
38311/12/2019
384 - Added errors when requesting VC in caching process (margaretha,
385 resolved #47)
38612/12/2019
387 - Added support for multiple cq parameters (margaretha, resolved #46)
38813/12/2019
389 - Handled pipe errors and added tests (margaretha)
39019/12/2019
391 - Updated create update user-group API (margaretha)
39220/12/2019
393 - Removed transactional annotations from simple select queries (margaretha)
394 - Updated free resource controller (margaretha)
39515/01-2020
396 - Added additional statistic figures to virtual corpus info API
397 response (margaretha)
398
399# version 0.62.2
40017/10/2019
401 - Handled vulnerability CVE-2019-17195. (margaretha)
4028/11/2019
403 - Added user-group name pattern (margaretha, issue #33)
40411/11/2019
405 - Updated user group service paths and replaced groupId with groupName
406 (margaretha, resolved #33)
40712/11/2019
408 - Removed UserGroupJson & updated listUserGroups and createUserGroup
409 services (margaretha)
410 - Added prefixes to username and groupname parameters in service paths
411 (margaretha, resolved #35)
41213/11/2019
413 - Added tests for issue #43 (margaretha)
41414/11/2019
415 - Added client description and URL to list-authorized-clients service
416 (margaretha, close #53)
417 - Implemented a service to list clients registered by a user (margaretha,
418 close #52)
419 - Added a check for OAuth2 client, VC, and group name length (margaretha)
42015/11/2019
421 - Merged list authorized client and list registered client services
422 (margaretha)
42321/11/2019
424 - Added a service to list active refresh tokens of a user (margaretha)
425 - Added username filtering to token revocation service via super client
426 (margaretha)
42726/11/2019
428 - Added a service to revoke a single refresh token via super client
429 (margaretha)
430
431# version 0.62.1
43208/07/2019
433 - Added tests for public metadata response in search api (margaretha,
434 issue #43)
435 - Disabled some tests of unused/disabled web-services (margaretha)
43607/08/2019
437 - Fixed missing scopes after requesting access token with refresh token
438 (margaretha)
439 - Fixed post requests with status OK and empty body (margaretha)
44007/08/2019
441 - Added users to hidden group when searching in a published VC (margaretha,
442 resolved #40)
44315/08/2019
444 - Updated the response statuses of VC PUT requests (margaretha)
445
446# version 0.62
44728/02/2019
448 - Removed old VC controllers and updated tests (margaretha, issue #34)
449 - Updated VC access controllers (margaretha)
45019/03/2019
451 - Added close index controller (margaretha)
45211/04/2019
453 - Fixed unknown authentication scheme, missing VC entity, and parameter
454 checker (margaretha)
455 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
456 unique group name and unknown VC access (margaretha)
45727/06/2019
458 - Handled LDAP errors, fixed #45 (margaretha)
45903/07/2019
460 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
461 - Changed the response media-type of authentication controllers (margaretha)
462 - Fixed bugs: allow guest to retrieve system VC,
463 remove VC from cache when it is deleted (margaretha)
46404/07/2019
465 - Updated VC name pattern and tests (margaretha)
466
467# version 0.61.6
46804/02/2019
469 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
470 - Updated client deregistration behavior (margaretha)
47105/02/2019
472 - Added delete-group-by-name controller (margaretha)
473 - Added unique index to group name (margaretha)
47406/02/2019
475 - Updated a user setting test using array for multiple values (margaretha)
476 - Added metadata controller tests (margaretha)
47718/02/2019
478 - Fixed tests (margaretha)
479 - Updated handling errors from Koral (margaretha)
48019/02/2019
481 - Added fields to metadata controller (margaretha, issue #39)
482
483# version 0.61.5
48417/12/2018
485 - Added a search timeout test (margaretha)
48618/12/2018
487 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
48808/01/2019
489 - Improved predefined vc caching (issue #28, margaretha)
49009/01/2019
491 - Added comments (margaretha)
492 - Updated code structure (margaretha)
49311/01/2019
494 - Degraded API version to 1.0 (margaretha)
495 - Added OAuth2 client info tests (margaretha)
49614/01/2019
497 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
49816/01/2019
499 - Added a PUT request for both creating and editing vc (margaretha)
500 - Added aliases to some VC controllers (margaretha)
501 - Merged VC access list controllers (margaretha)
50221/01/2019
503 - Removed codes related to user registration & password management (margaretha)
50422/01/2019
505 - Added create, edit, retrieve user default setting controllers (margaretha)
50622/01/2019
507 - Updated default setting controllers & added tests (margaretha)
508 - Added delete key in setting controllers (margaretha)
50923/01/2019
510 - Added default setting key validation (margaretha)
511 - Fixed UserdataTest (margaretha)
51224/01/2019
513 - Added default setting key validation & fixed UserdataTest (margaretha)
51425/01/2019
515 - Added VC reference and MapUtil tests (margaretha)
51628/01/2019
517 - Fixed username verification in DefaultSettingService (margaretha)
518 - Added foundry rewrite with user default setting (margaretha)
519 - Added default foundry for morphology layer (margaretha)
52029/01/2019
521 - Fixed share VC type (margaretha)
522 - Added delete setting controller (margaretha)
523 - Handled "no resource found" cases (margaretha, issue #37)
52430/01/2019
525 - Added server shutdown description in readme (margaretha)
526
527# version 0.61.4
52814/11/2018
529 - Integrated lite and full services and controllers in core (margaretha)
53021/11/2018
531 - Updated OAuth2 refresh token request to create a new refresh token and
532 revoke the old one per request (margaretha)
53328/11/2018
534 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
535 - Handled storing cached VC with VC reference (margaretha)
53629/11/2018
537 - Added a controller for listing user clients having active refresh tokens
538 (margaretha)
5396/12/2018
540 - Added debug flags to mitigate log4j debugging performance (margaretha)
541 - Fixed KoralNode at() method (margaretha)
54211/12/2018
543 - Implemented revoking all tokens of a user client via a super client
544 (margaretha)
545 - Removed document controllers and KustvaktResource (margaretha)
546 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
547
548
549# version 0.61.3
55017/10/2018
551 - Updated NamedVCLoader to be optional (margaretha)
552 - Updated annotation tables & implemented key-value structure (margaretha)
553 - Added annotation parser for annotation data from kalamar (margaretha)
554 - Implemented parsing free resource info from json (margaretha)
55522/10/2018
556 - Updated jetty, spring and hibernate versions (margaretha)
557 - Fixed the order of annotation keys and values, and added tests (margaretha)
558 - Fixed resource DAO & added tests (margaretha)
55924/10/2018
560 - Fixed query serialization service (margaretha)
561 - Added "highlights" parameter to matchInfo controller (margaretha)
562 - Added "fields" parameter to search controllers (margaretha)
563 - Integrated lite controllers, services and tests in full version (margaretha)
56429/10/2018
565 - Moved javax.servlet-api to core (margaretha)
56607/11/2018
567 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
56813/11/2018
569 - Added Shutdown handler to Jetty server (margaretha)
570 - Fixed storing VC order in NamedVCLoader (margaretha)
571
572# version 0.61.2
57312/09/2018
574 - Added various log4j2 configurations (margaretha)
57513/09/2018
576 - Implemented VirtualCorpusRewrite (margaretha)
57714/09/2018
578 - Fixed SpringJerseyTest ApplicationContext (margaretha)
579 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
580 - Enabled VCReferenceTest in maven test suite (margaretha)
58118/09/2018
582 - Handled unique constraints / inserting duplicate items to DB (margaretha)
583 - Added a controller for editing user group member roles (margaretha)
58419/09/2018
585 - Fixed cached-VC ref with username (margaretha)
586
587# version 0.61.1
58828/08/2018
589 - Added API URL versioning (margaretha)
590 - Deactivated IdRewrite (margaretha)
591 - Fixed kustvakt controller (margaretha)
59230/08/2018
593 - Fixed root packages & added api version properties in kustvakt.conf
594 (margaretha)
595 - Fixed versioning in SearchController (margaretha)
596 - Added API versioning tests (margaretha)
597
598# version 0.61.0
599
60002/08/2018
601 - Added VC reference tests (margaretha)
602 - Implemented loading and caching named VCs (margaretha)
60303/08/2018
604 - Implemented OAuth2 revoke token (margaretha)
605 - Updated OAuth2 refresh token implementation (margaretha)
60614/08/2018
607 - Implemented revoke all OAuth2 access tokens and authorization codes of
608 client users when deregistering/deleting a client (margaretha)
609 - Fixed update OAuth2 access token (margaretha)
610 - Implemented reset client secret (margaretha)
611 - Fixed revoking latest access token when refreshing OAuth2 access token
612 (margaretha)
61315/08/2018
614 - Implemented OAuth2 client info controller (margaretha)
615 - Implemented update OAuth2 client privilege controller for admins
616 (margaretha)
617 - Implemented unlimited authorization scope for super clients with OAuth2
618 password grant (margaretha)
619 - Marked native clients implementation to deprecated in favour of super
620 clients (margaretha)
621 - Enabled using Bearer tokens as user authentication tokens (Authorization
622 header value) for many controllers including OAuth2 controllers (margaretha)
62316/08/2018
624 - Implemented degrading super clients (margaretha)
625 - Improved and added OAuth2 tests (margaretha)
62621/08/2018
627 - Added VC name pattern check (margaretha)
62822/08/2018
629 - Implemented loading VC from gz files (margaretha)
630 - Updated OAuth2 authorization codes' & access tokens' expiry check
631 (margaretha)
63223/08/2018
633 - Updated RefreshToken implementations with separate DB tables (margaretha)
634 - Allows multiple access tokens per refresh token (margaretha)
63527/08/2018
636 - Added statistic with VC reference tests (margaretha)
637 - Fixed OAuth2 SQL files (margaretha)
63828/08/2018
639 - Added c3p0 datasource configuration to Spring default-config-xml
640 (margaretha)
641 - Added running Kustvakt server with custom spring config in the readme
642 (margaretha)
643 - Removed old OAuth2 codes (margaretha)
644 - Moved non-config test codes to misc (margaretha)
645
646
647# version 0.60.5
648
64909/07/2018
650 - Added service layer to the search controller (margaretha)
651 - Added OAuth2 scope checking in search and VC controllers (margaretha)
652 - Added handling OAuth2 bearer token for VC access and User group
653 controllers (margaretha)
654 - Added default scope to password grant (margaretha)
65510/07/2018
656 - Made createBasicAuthorizationHeaderValue static (margaretha)
657 - Added store access token in openID token service (margaretha)
658 - Fixed empty scope in openID authorization and token service (margaretha)
659 - Implemented storing authorization code in cache (margaretha)
66011/07/2018
661 - Fixed authentication time in authentication controller (margaretha)
662 - Added OAuth2 access token tests (margaretha)
66312/07/2018
664 - Updated maven surefire setting for faster test suite runtime (margaretha)
665 - Implemented refreshing OAuth2 access token (margaretha)
66626/07/2018
667 - Fixed issue #27 (margaretha)
66802/08/2018s
669 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
670
671
672# version 0.60.4
673
67405/07/2018
675 - implemented OAuth2 authorization code request with OpenID Authentication
676 (margaretha)
677 - enabled OAuth2 authorization without OpenID authentication using Nimbus
678 library (margaretha)
679 - implemented response handler for OpenID authentication errors in authorization
680 requests (margaretha)
681 - added tests regarding OpenID authentication in authorization requests
682 (margaretha)
683 - implemented OAuth2 authorization error response via redirect URI instead of
684 JSON (margaretha)
685 - added state to OAuth2 authorization error response (margaretha)
686 - implemented OpenID token service for authorization code flow (margaretha)
687 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
688 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
689 keys (margaretha)
690 - implemented OpenId configuration (margaretha)
691 - added authentication time and support for auth_time in id_token (margaretha)
692 - implemented support for nonce and max_age parameters in OpenID authentication
693 (margaretha)
694 - implemented OAuth2 token request with password grant using Nimbus library
695 (margaretha)
696 - updated redirect URI validator (margaretha)
697 - updated client registration requirement to allow desktop applications
698 (margaretha)
699 - fixed RSA key configuration (margaretha)
700 - merged OAuth2 client deregistration controllers (margaretha)
701 - fixed OAuth2 client unique URL-hashcode (margaretha)
702 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
703 - Added support for unrestricted corpus statistics (ndiewald)
704 - updated paths of user-group deletion-controllers (margaretha)
705 - Do not pass broken queries to Krill (diewald)
706 - added OAuth2 token request with client authentication via Authorization
707 header (margaretha)
708 - added port checking in test suite (margaretha)
709
710# version 0.60.3
711
71206/06/2018
713 - improved user authentication by using authentication filter for authorization
714 code request (margaretha)
715 - limited client authentication to client id checking in authorization code
716 request (margaretha)
717 - added user_id in the oauth2_access_token database table (margaretha)
718 - implemented OAuth2Authentication provider for token context management
719 (margaretha)
720 - added parameter checking for authorization DAO (margaretha)
721 - added controller tests using OAuth2 access token (margaretha)
722 - added database tables for MySQL (margaretha)
723 - updated JWT library and related codes (margaretha)
724
725# version 0.60.2
726
72703/05/2018
728 - implemented OAuth2 client registration (margaretha)
729 - implemented OAuth2 client authentication (margaretha)
730 - changed virtual corpus search to retrieval (margaretha)
731 - implemented public client deregistration task (margaretha)
732 - added client registration and deregistration tests (margaretha)
733 - implemented confidential client deregistration task (margaretha)
734 - fixed storing client secret (margaretha)
735 - implemented OAuth2 response handler (margaretha)
736 - implemented OAuth2 request access token with client credentials grant
737 (margaretha)
738 - implemented OAuth2 request access token with resource owner password grant
739 (margaretha)
740 - implemented OAuth2 authorization code request (margaretha)
741 - added OAuth2 error codes (margaretha)
742 - added OAuth2 authorization, scope and access token tables for SQLite
743 (margaretha)
744 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
745 - implemented OAuth2 request access token with authorization code grant
746 (margaretha)
747 - added setting default scopes in the config file (margaretha)
748 - fixed loading spring config multiple times in the test suite (margaretha)
749 - added SQLite created_date trigger for access token (margaretha)
750 - added a join table for access token scopes (margaretha)
751 - added access scopes handling (margaretha)
752 - added tests about request token with authorization code (margaretha)
753
754# version 0.60.1
755
75628/03/2018
757 - added admin-related SQL codes (margaretha)
758 - updated AdminDao (margaretha)
759 - added optional username query parameter to group list controller (margaretha)
760 - fixed non hierarchical URI of kustvakt conf files (margaretha)
761 - added delete group member triggers (margaretha)
762 - added list user-group by username and status for system admin (margaretha)
763 - added user-group status in user-group DTO (margaretha)
764 - added check for hidden groups in user-group tests (margaretha)
765 - added database trigger test on deleting members when deleting group
766 (margaretha)
767 - renamed VC type PREDEFINED to SYSTEM (margaretha)
768 - added VC list controller for system admin (margaretha)
769 - added VC controller tests with for system admin (margaretha)
770 - added hidden access removal when deleting published VC (margaretha)
771 - added check for hidden groups in VC controller tests (margaretha)
772 - added search user-group controller (margaretha)
773 - removed createdBy from VirtualCorpusJson (margaretha)
774 - moved member role setting from the invitation phase to the after-subscription
775 phase (margaretha)
776 - added member role removal after deleting members (margaretha)
777 - added add and delete member role controllers (margaretha)
778
779# version 0.60
780
78114/03/2018
782 - set up mail settings using localhost port 25 (margaretha)
783 - added mail template in kustvakt configuration (margaretha)
784 - added mail settings to readme (margaretha)
785 - disabled email notification for auto group (margaretha)
786 - added metadata retrieval (diewald)
787 - enabled custom implementation for email address retrieval (margaretha)
788 - removed old policy and deprecated code (margaretha)
789 - moved authentication related code to /full (margaretha)
790 - added userRoles attribute to UserGroupDto. (margaretha)
791 - fixed sqlite trigger (margaretha)
792 - fixed member exist error message (margaretha)
793 - fixed member invitation to join deleted group (margaretha)
794 - added checking deleted group (margaretha)
795
796# version 0.59.10
797
79820/02/2018
799 - added sort VC by id (margaretha)
800 - added test cases regarding VC sharing (margaretha)
801 - implemented withdraw VC from publication (margaretha)
802 - added Changes file (margaretha)
803 - implemented add/invite users to group (margaretha)
804 - implemented delete user-group and member tasks (margaretha)
805 - added userMemberStatus in group lists (margaretha)
806 - updated and added SQL test data (margaretha)
807 - added user group related tests (margaretha)
808 - implemented custom configuration for deleting user groups and members (margaretha)
809 - updated library versions and java environment (margaretha)
810 - added expiration time check for member invitation (margaretha)
811 - moved .properties files (margaretha)
812 - merged changelog file to Changes (margaretha)
813 - updated status codes and error messages to be more detailed (margaretha)
814 - testing mail implementation using embedded jetty jndi (margaretha)
815 - fixed collection rewrite regarding OR operation with other fields
816 (margaretha)
817 - implemented sending mail using spring injection and removed jetty jndi
818 (margaretha)
819 - fixed unrecognized application/json (margaretha)
820 - fixed and updated velocity template (margaretha)
821
822# version 0.59.9
823
82419/01/2018
825 - restructured basic authentication (margaretha)
826 - fixed AuthenticationException to include authentication scheme (margaretha)
827 - fixed rewrite redundancy in collection rewrite (margaretha)
828 - fixed foundry rewrite for constituents (margaretha)
829 - introduced authentication methods, schemes and tokens (margaretha)
830 - implemented collection rewrite with multiple licenses (margaretha)
831 - fixed foundry rewrite for korap span without wrap node (margaretha)
832 - implemented list user group (margaretha)
833 - implemented delete VC task (margaretha)
834 - implemented create user-group, subscribe to user-groups, unsubscribe to
835 user-groups tasks(margaretha)
836 - fixed handling JSON mapping exception for missing enums (margaretha)
837 - implemented list VC task (margaretha)
838 - added KoralQuery in VC lists (margaretha)
839 - implemented edit VC task (margaretha)
840 - implemented publish VC task (margaretha)
841 - implemented share VC task (margaretha)
842 - implemented list only owned VC task (margaretha)
843 - implemented list VC access task (margaretha)
844 - implemented search VC by id task (margaretha)
845 - implemented delete VC access (margaretha)
846 - implemented search for project VC (margaretha)
847 - added search VC related tests (margaretha)
848 - removed PredefinedUserGroup.ALL and related codes (margaretha)
849 - implemented search for published VC (margaretha)
850
851# version 0.59.8
852
85321/09/2017
854 - restructured statistics service (margaretha)
855 - removed deprecated loader codes and tests (margaretha)
856 - removed old Spring java configurations (margaretha)
857 - implemented entity classes for the new database (margaretha)
858 - added MySQL codes regarding VC and for testing (margaretha)
859 - added dao methods regarding VC (margaretha)
860 - added similar SQL codes (to MySQL) for sqlite (margaretha)
861 - added dao methods regarding user groups (margaretha)
862 - restructured web-service codes into controller and logic/business-service
863 (margaretha)
864 - implemented user role and privilege, and added tests (margaretha)
865 - prepared test suite using new database (margaretha)
866 - implemented UserGroupDao and tests (margaretha)
867 - fixed missing exceptions in JsonUtils (margaretha)
868 - restructured web filters and authentication codes (margaretha)
869 - implemented create/store VC (margaretha)
870 - fixed collection rewrite bug regarding availability with operation or
871 (margaretha)
872
873# version 0.59.7
874
87513/10/2016
876 - MOD: updated search to use new siglen (diewald)
877 - MOD: fixed matchinfo retrieval in light service (diewald)
878
87905/05/2015
880 - ADD: rest test suite for user service (hanl)
881 - MOD: setup parameter modification (hanl)
882 - ADD: oauth2 client unique constraint (hanl)