blob: cbacd5604cc75a29c134357f2a11a65c1df30513 [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)
5
margaretha21879752024-04-22 12:12:58 +02006# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +01007
margaretha387e4682024-03-22 11:26:29 +01008- Fixed jakarta validation error.
9- Added openapi doc (#744)
10- Moved service.properties to src/main/resources/properties
11- Moved free-resources.json to src/main/resources/json
12- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010013- Changed loading external kustvakt.conf and jdbc.properties
14 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020015- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020016- Setup vc-cache in the data folder (#598)
17- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020018- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020019- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020020- Updated configurations of the lite version to use the
21 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020022- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010023
margaretha28a53d12024-02-20 12:57:38 +010024# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010025
margarethab06377e2024-01-30 11:06:35 +010026- Moved the content of the full folder to the root folder
27- Removed Piwik
28- Removed unused libraries
29- Cleaned up spring configs
30- Updated Krill and Koral with new groupIds
31- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010032- Updated search Krill and removed Lucene
33- Updated readme
margarethab06377e2024-01-30 11:06:35 +010034
35# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010036
37- Replaced javax.ws to jakarta.ws namespace (#648)
38- Upgrading Jersey 2.40 to 3.x (#646)
39- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
40- Replaced javax.persistence with jakarta.persistence (#648)
41- Migrate Hibernate 5 to 6 (#649)
42- Fix missing placeholders
43- Fixed conflicting jackson-jarxrs
44- Fixed conflicting commons-logging and spring jcl
45- Replaced javax.servlet with jakarta.servlet (#648)
46- Updated authorization services using Nimbus (#650)
47- Fixed BlockingFilter by replacing javax.annotation.Priority
48 with jakarta.annotation.Priority (#659, #648)
49- Replaced javax.annotation with jakarta.annotation
50- Enabled legacy support for authorization POST request
51- Changed OAuth2 token request using Nimbus (#650)
52- Removed Apache Oltu API from token requests (#650)
53- Removed OpenID
54- Fixed clearing cache
55- Fix JettyServerTest, init package, and some java docs.
56- Make scope extraction more flexible.
57- Updated token response using Nimbus (#650)
58- Remove Oltu request and validator implementations (#650)
59- Updated OAuth2 response handler (#650)
60- Fixed ShutdownHandler (fixed #708)
61- Fixed issues with multi-release jar (#706, #708)
62
63
64# version 0.71.1
65
66- Removed auditing (#611)
67- Removed old database configurations (#612)
68- Removed old tests
69- Removed unnecessary caches and methods in the authentication interface
70- Added total result cache (#599)
71- Fixed missing project.version in info web-service
72- Make sure totalResults and other numeric results are numbers (Kupietz)
73- Introduce CQP query language in Koral 0.41
74- Changed DB connection (fixed #670)
75- Resolved duplicate libraries
76- Fixed testing expiry access token
77- Fix lombok compile warning
78- Ensure the order of clean token tests.
79
80# version 0.71
81
82- Renamed entity and service packages in core
83- Renamed web.controller package in core
84- Moved SearchNetworkEndpoint to core.service package
85- Merged lite into full
86- Merged core into full
87
88
89# version 0.70.1
90
91- Added data folder containing super_client_info and database
92 for mounting into docker
93- Added an error for missing redirect uri in a token request
94 when it has been included in the authorization request.
95- Added tests for VC sharing and for OAuth2 client using VC services
96- Added and updated VC controller tests
97- Moved hibernate.properties
98- Added maximum number of user persistent virtual corpora and queries
99
100# version 0.70
101
102- Support token array in matchinfo (fixes #570; diewald)
103- Updated VC list API and deprecated owner VC list (addressed #580)
104- Added user info web-service (solved #566)
105- Implemented configurable resource filters for search and match
106 info APIs (#539)
107- Added getting username from LDAP (#568)
108- Disabled LDAP auth provider and token API in the auth filter (#587)
109- Added LDAP log for users without idsC2Profile
110- Fixed log4j2 properties.
111
112
113# version 0.69.3
114
115- Moved the service path of VC admin services to admin/vc (closed #543)
116- Added an admin service to load and cache system vc (solved #268)
117- Move oauth2 admin service path (closed #544)
118- Excluded admin service to load-cache VC from the test suite
119- Fixed refresh token expiry test
120- Fixed scope check in OAuth2 token request with refresh token
121
122# version 0.69.2
123
1242022-12-05
125- Upgrade version for E2E-simplified Docker images (diewald)
1262023-01-27
127- Updated client info API (replaced user authorization requirement with super
128 client authentication)
1292023-01-30
130- Made scope param required in authorization request (solved #508)
1312023-01-31
132- Allowed OAuth2 clients to use localhost as redirect URIs.
1332023-02-03
134- Fixed content-type in error responses by changing it to application/json
1352023-02-06
136- Allow admin access using admin token for the clean token API
1372023-02-10
138- Use admin filter instead of OAuth2 ADMIN scope
139- Added a plugin test.
1402023-02-15
141- Moved user-group retrieval API to UserGroupAdminController
142 and changed the service path URL of UserGroupAdminController.
1432023-02-20
144- Deprecate API token (JWT) web-service
145- Fixed Slf4J binding
1462023-02-28
147- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1482023-03-06
149- Fixed testing refresh token expiry.
150
151
152# version 0.69.1
153
154- Upgrade version for docker including indexer (diewald)
155
156
157# version 0.69
158
159 - Migrated to Java 11 and Jersey 2
160 - Updated dependencies
161 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
162
163
164# version 0.68
165
1662022-05-25
167 - Added a new API: list plugins (e.g for marketplace)
168 - Added redirect URI validation in authorization request (addressed #374)
169 - Handled user-defined refresh token expiry (added in client info and
170 list API response)
171 - Added installed_plugins table
172 - Added a new API: install plugin
173 - Handled redundant plugin installation
174 - Handled super client id in plugin installation
175 - Deprecated UserClientDto and uses ClientinfoDto instead
176 - Updated redirect URI error message for coherence
1772022-05-27
178 - Added maximum limit to custom refresh token expiry
1792022-06-01
180 - Added new APIs: list user-installed plugins and uninstall plugin.
181 - Moved install and list plugin APIs to PluginController and updated their
182 service paths under /plugins.
1832022-06-03
184 - Implemented searching option using a network endpoint
185 - Implemented initial super client registration for user authentication.
186 - Fixed admin clean token API and restrict plugins to confidential only.
187
188
189
190# version 0.67.1
191
1922022-05-12
193 - Implemented mapping of LDAP username to email
194 - Handled null parameters in authorization requests
1952022-05-25
196 - Fixed null client_id
197 - Updated ldap.config path in the kustvakt-test.conf
198
199
200# version 0.67
201
2022022-05-09
203 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
204 - An embedded LDAP server can now be started automatically if configured accordingly.
2052022-05-11
206 - Changed the SQL script updating oauth2_client table
207
208
209# version 0.66
210
2112022-03-31
212 - Updated query and user-group name pattern.
2132022-04-08
214 - Added redirect_uri to client info API.
2152022-04-11
216 - Added registration_date, refresh_token_expiry, source and is_permitted
217 to the oauth2_client database table, and updated the OAuth2 client
218 registration mechanism.
219 - Added authorization request with GET and deprecated that with POST.
2202022-04-13
221 - Updated OAuth2Client list API (added redirect_uri, registration_date,
222 permitted, source to OAuth2UserClientDto).
2232022-04-20
224 - Updated authorization error response. (Included error and error
225 description in the client redirect URI except for missing or
226 invalid client id or redirect URI.
227
228
229# version 0.65.2
230
2312022-03-03
232 - Removed VCLoader.
233 - Added foreign keys to the DB tables of access and refresh token scopes.
2342022-03-07
235 - Added more parameter checks and OAuth2Client web-service tests.
2362022-03-17
237 - Updated admin filter by using admin token and role checks.
2382022-03-18
239 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2402022-03-28
241 - Updated admin filter (admintoken as a form param) and uses
242 it for the closing index reader API.
243 - Removed unused admin API: clear access token cache.
2442022-03-29
245 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
246
247# version 0.65.1
248
2492022-03-01
250 - Restricts the field retrieval web-service to admin only.
251
252# version 0.65
253
254!!! includes security updates - please update all Kustvakt libraries
255!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
256
2572021-12-02
258 - Updated VC cache.
2592021-12-03
260 - Enabled listing system vc for authorized users.
2612021-12-08
262 - Removed koralQuery and statistics from VC list.
263 - Added a web-service to retrieve KoralQuery of a VC
2642021-12-10
265 - [security] Updated log4j libs due to CVE-2021-44228.
2662021-12-13
267 - Fixed broken test suite.
2682022-01-03
269 - [security] More log4j security updates
270 - Bumped unboundid-ldapsdk
271 - Updated tests.
2722022-01-25
273 - Added show-tokens option to the search API.
2742022-01-31
275 - Added an API retrieving fields of a virtual corpus.
276
277# version 0.64.1
278
2792021-10-26
280 - Bump Kustvakt and Krill versions.
281
282
283# version 0.64
2842021-07-29
285 - Updated the change files and made a new version.
2862021-08-12
287 - Fixed errors due to missing query type and added tests.
2882021-08-13
289 - Fixed missing request entity.
290 - Updated the query service to enable editing query references.
2912021-08-16
292 - Fixed creator param when storing query or VC by admins for
293 the system or other users.
294
295# version 0.63.2
2962021-06-11
297 - Updated OAuth2 token length & secure random algorithm config.
298 - Added character set filter to random code generator, e.g. for client_id.
2992021-06-14
300 - Updated roleId and super client parameters.
3012021-06-24
302 - Fixed broken test.
3032021-07-22
304 - Updated cache settings and some loggings.
3052021-07-26
306 - Replaced annotation parsing with restoring the annotation tables to the
307database.
308 - Moved cache config to the full config.
309
310# version 0.63.1
3112021-02-22
312 - Updated libraries (margaretha)
313 - Renamed virtual corpus to query (margaretha)
3142021-02-26
315 - Added query access roles and fixed vc access roles (margaretha)
316 - Added delete query webservice and tests (margaretha)
3172021-03-25
318 - Updated Koral version for Info Controller (margaretha)
319 - Updated OAuth2 token list with token type and user clientId
320parameters (margaretha)
3212021-03-29
322 - Added client type in the client list web-service. Resolved #58 (margaretha)
3232021-04-19
324 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3252021-04-26
326 - Updated OAuth2 Client list (margaretha)
3272021-04-30
328 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
329 - Updated OAuth2 API responses for coherence (margaretha)
3302021-06-07
331 - Updated OAuth2 client dto (margaretha)
332
333# version 0.63
33426/10/2020
335 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
33629/10/2020
337 - Introduction of a query reference rewrite mechanism (diewald)
33830/10/2020
339 - Added database methods for storing query references (diewald)
34004/12/2020
341 - Fix hibernate dialect for SQLite. (margaretha)
34204/12/2020
343 - Fix pipe warning. (margaretha)
34414/01/2021
345 - Updated Flyway (margaretha)
34621/01/2021
347 - Fixed running pipe and updated tests with mockserver (margaretha)
34801/02/2021
349 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
35005/02/2021
351 - Add query reference web-service (diewald,margaretha)
35210/02/2021
353 - Fixed problem with multiple desktop apps (diewald, margaretha)
35412/02/2021
355 - Added listing available queries for users (margaretha)
35617/02/2021
357 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
358 - Added query and query language in virtual corpus table (margaretha)
35918/02/2021
360 - Set corpus access public for stored query (margaretha)
36119/02/2021
362 - Enabled API info web-service (margaretha)
363
364
365# version 0.62.4
36624/01/2020
367 - Removed salt from config and updated config files (margaretha)
36803/02/2020
369 - Added an admin API for clearing access token cache (margaretha)
37005/02/2020
371 - Added a config properties for a long-time access token expiry
372 and excluded refresh tokens for public clients in OAuth2 token
373 responses (margaretha)
374 - Removed client authentication from the client deregistration and
375 client-secret reset APIs (margaretha)
37604/03/2020
377 - Updated the sample index (diewald)
378
379# version 0.62.3
38003/12/2019
381 - Implemented pipe extension in the search API (margaretha)
38211/12/2019
383 - Added errors when requesting VC in caching process (margaretha,
384 resolved #47)
38512/12/2019
386 - Added support for multiple cq parameters (margaretha, resolved #46)
38713/12/2019
388 - Handled pipe errors and added tests (margaretha)
38919/12/2019
390 - Updated create update user-group API (margaretha)
39120/12/2019
392 - Removed transactional annotations from simple select queries (margaretha)
393 - Updated free resource controller (margaretha)
39415/01-2020
395 - Added additional statistic figures to virtual corpus info API
396 response (margaretha)
397
398# version 0.62.2
39917/10/2019
400 - Handled vulnerability CVE-2019-17195. (margaretha)
4018/11/2019
402 - Added user-group name pattern (margaretha, issue #33)
40311/11/2019
404 - Updated user group service paths and replaced groupId with groupName
405 (margaretha, resolved #33)
40612/11/2019
407 - Removed UserGroupJson & updated listUserGroups and createUserGroup
408 services (margaretha)
409 - Added prefixes to username and groupname parameters in service paths
410 (margaretha, resolved #35)
41113/11/2019
412 - Added tests for issue #43 (margaretha)
41314/11/2019
414 - Added client description and URL to list-authorized-clients service
415 (margaretha, close #53)
416 - Implemented a service to list clients registered by a user (margaretha,
417 close #52)
418 - Added a check for OAuth2 client, VC, and group name length (margaretha)
41915/11/2019
420 - Merged list authorized client and list registered client services
421 (margaretha)
42221/11/2019
423 - Added a service to list active refresh tokens of a user (margaretha)
424 - Added username filtering to token revocation service via super client
425 (margaretha)
42626/11/2019
427 - Added a service to revoke a single refresh token via super client
428 (margaretha)
429
430# version 0.62.1
43108/07/2019
432 - Added tests for public metadata response in search api (margaretha,
433 issue #43)
434 - Disabled some tests of unused/disabled web-services (margaretha)
43507/08/2019
436 - Fixed missing scopes after requesting access token with refresh token
437 (margaretha)
438 - Fixed post requests with status OK and empty body (margaretha)
43907/08/2019
440 - Added users to hidden group when searching in a published VC (margaretha,
441 resolved #40)
44215/08/2019
443 - Updated the response statuses of VC PUT requests (margaretha)
444
445# version 0.62
44628/02/2019
447 - Removed old VC controllers and updated tests (margaretha, issue #34)
448 - Updated VC access controllers (margaretha)
44919/03/2019
450 - Added close index controller (margaretha)
45111/04/2019
452 - Fixed unknown authentication scheme, missing VC entity, and parameter
453 checker (margaretha)
454 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
455 unique group name and unknown VC access (margaretha)
45627/06/2019
457 - Handled LDAP errors, fixed #45 (margaretha)
45803/07/2019
459 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
460 - Changed the response media-type of authentication controllers (margaretha)
461 - Fixed bugs: allow guest to retrieve system VC,
462 remove VC from cache when it is deleted (margaretha)
46304/07/2019
464 - Updated VC name pattern and tests (margaretha)
465
466# version 0.61.6
46704/02/2019
468 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
469 - Updated client deregistration behavior (margaretha)
47005/02/2019
471 - Added delete-group-by-name controller (margaretha)
472 - Added unique index to group name (margaretha)
47306/02/2019
474 - Updated a user setting test using array for multiple values (margaretha)
475 - Added metadata controller tests (margaretha)
47618/02/2019
477 - Fixed tests (margaretha)
478 - Updated handling errors from Koral (margaretha)
47919/02/2019
480 - Added fields to metadata controller (margaretha, issue #39)
481
482# version 0.61.5
48317/12/2018
484 - Added a search timeout test (margaretha)
48518/12/2018
486 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
48708/01/2019
488 - Improved predefined vc caching (issue #28, margaretha)
48909/01/2019
490 - Added comments (margaretha)
491 - Updated code structure (margaretha)
49211/01/2019
493 - Degraded API version to 1.0 (margaretha)
494 - Added OAuth2 client info tests (margaretha)
49514/01/2019
496 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
49716/01/2019
498 - Added a PUT request for both creating and editing vc (margaretha)
499 - Added aliases to some VC controllers (margaretha)
500 - Merged VC access list controllers (margaretha)
50121/01/2019
502 - Removed codes related to user registration & password management (margaretha)
50322/01/2019
504 - Added create, edit, retrieve user default setting controllers (margaretha)
50522/01/2019
506 - Updated default setting controllers & added tests (margaretha)
507 - Added delete key in setting controllers (margaretha)
50823/01/2019
509 - Added default setting key validation (margaretha)
510 - Fixed UserdataTest (margaretha)
51124/01/2019
512 - Added default setting key validation & fixed UserdataTest (margaretha)
51325/01/2019
514 - Added VC reference and MapUtil tests (margaretha)
51528/01/2019
516 - Fixed username verification in DefaultSettingService (margaretha)
517 - Added foundry rewrite with user default setting (margaretha)
518 - Added default foundry for morphology layer (margaretha)
51929/01/2019
520 - Fixed share VC type (margaretha)
521 - Added delete setting controller (margaretha)
522 - Handled "no resource found" cases (margaretha, issue #37)
52330/01/2019
524 - Added server shutdown description in readme (margaretha)
525
526# version 0.61.4
52714/11/2018
528 - Integrated lite and full services and controllers in core (margaretha)
52921/11/2018
530 - Updated OAuth2 refresh token request to create a new refresh token and
531 revoke the old one per request (margaretha)
53228/11/2018
533 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
534 - Handled storing cached VC with VC reference (margaretha)
53529/11/2018
536 - Added a controller for listing user clients having active refresh tokens
537 (margaretha)
5386/12/2018
539 - Added debug flags to mitigate log4j debugging performance (margaretha)
540 - Fixed KoralNode at() method (margaretha)
54111/12/2018
542 - Implemented revoking all tokens of a user client via a super client
543 (margaretha)
544 - Removed document controllers and KustvaktResource (margaretha)
545 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
546
547
548# version 0.61.3
54917/10/2018
550 - Updated NamedVCLoader to be optional (margaretha)
551 - Updated annotation tables & implemented key-value structure (margaretha)
552 - Added annotation parser for annotation data from kalamar (margaretha)
553 - Implemented parsing free resource info from json (margaretha)
55422/10/2018
555 - Updated jetty, spring and hibernate versions (margaretha)
556 - Fixed the order of annotation keys and values, and added tests (margaretha)
557 - Fixed resource DAO & added tests (margaretha)
55824/10/2018
559 - Fixed query serialization service (margaretha)
560 - Added "highlights" parameter to matchInfo controller (margaretha)
561 - Added "fields" parameter to search controllers (margaretha)
562 - Integrated lite controllers, services and tests in full version (margaretha)
56329/10/2018
564 - Moved javax.servlet-api to core (margaretha)
56507/11/2018
566 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
56713/11/2018
568 - Added Shutdown handler to Jetty server (margaretha)
569 - Fixed storing VC order in NamedVCLoader (margaretha)
570
571# version 0.61.2
57212/09/2018
573 - Added various log4j2 configurations (margaretha)
57413/09/2018
575 - Implemented VirtualCorpusRewrite (margaretha)
57614/09/2018
577 - Fixed SpringJerseyTest ApplicationContext (margaretha)
578 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
579 - Enabled VCReferenceTest in maven test suite (margaretha)
58018/09/2018
581 - Handled unique constraints / inserting duplicate items to DB (margaretha)
582 - Added a controller for editing user group member roles (margaretha)
58319/09/2018
584 - Fixed cached-VC ref with username (margaretha)
585
586# version 0.61.1
58728/08/2018
588 - Added API URL versioning (margaretha)
589 - Deactivated IdRewrite (margaretha)
590 - Fixed kustvakt controller (margaretha)
59130/08/2018
592 - Fixed root packages & added api version properties in kustvakt.conf
593 (margaretha)
594 - Fixed versioning in SearchController (margaretha)
595 - Added API versioning tests (margaretha)
596
597# version 0.61.0
598
59902/08/2018
600 - Added VC reference tests (margaretha)
601 - Implemented loading and caching named VCs (margaretha)
60203/08/2018
603 - Implemented OAuth2 revoke token (margaretha)
604 - Updated OAuth2 refresh token implementation (margaretha)
60514/08/2018
606 - Implemented revoke all OAuth2 access tokens and authorization codes of
607 client users when deregistering/deleting a client (margaretha)
608 - Fixed update OAuth2 access token (margaretha)
609 - Implemented reset client secret (margaretha)
610 - Fixed revoking latest access token when refreshing OAuth2 access token
611 (margaretha)
61215/08/2018
613 - Implemented OAuth2 client info controller (margaretha)
614 - Implemented update OAuth2 client privilege controller for admins
615 (margaretha)
616 - Implemented unlimited authorization scope for super clients with OAuth2
617 password grant (margaretha)
618 - Marked native clients implementation to deprecated in favour of super
619 clients (margaretha)
620 - Enabled using Bearer tokens as user authentication tokens (Authorization
621 header value) for many controllers including OAuth2 controllers (margaretha)
62216/08/2018
623 - Implemented degrading super clients (margaretha)
624 - Improved and added OAuth2 tests (margaretha)
62521/08/2018
626 - Added VC name pattern check (margaretha)
62722/08/2018
628 - Implemented loading VC from gz files (margaretha)
629 - Updated OAuth2 authorization codes' & access tokens' expiry check
630 (margaretha)
63123/08/2018
632 - Updated RefreshToken implementations with separate DB tables (margaretha)
633 - Allows multiple access tokens per refresh token (margaretha)
63427/08/2018
635 - Added statistic with VC reference tests (margaretha)
636 - Fixed OAuth2 SQL files (margaretha)
63728/08/2018
638 - Added c3p0 datasource configuration to Spring default-config-xml
639 (margaretha)
640 - Added running Kustvakt server with custom spring config in the readme
641 (margaretha)
642 - Removed old OAuth2 codes (margaretha)
643 - Moved non-config test codes to misc (margaretha)
644
645
646# version 0.60.5
647
64809/07/2018
649 - Added service layer to the search controller (margaretha)
650 - Added OAuth2 scope checking in search and VC controllers (margaretha)
651 - Added handling OAuth2 bearer token for VC access and User group
652 controllers (margaretha)
653 - Added default scope to password grant (margaretha)
65410/07/2018
655 - Made createBasicAuthorizationHeaderValue static (margaretha)
656 - Added store access token in openID token service (margaretha)
657 - Fixed empty scope in openID authorization and token service (margaretha)
658 - Implemented storing authorization code in cache (margaretha)
65911/07/2018
660 - Fixed authentication time in authentication controller (margaretha)
661 - Added OAuth2 access token tests (margaretha)
66212/07/2018
663 - Updated maven surefire setting for faster test suite runtime (margaretha)
664 - Implemented refreshing OAuth2 access token (margaretha)
66526/07/2018
666 - Fixed issue #27 (margaretha)
66702/08/2018s
668 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
669
670
671# version 0.60.4
672
67305/07/2018
674 - implemented OAuth2 authorization code request with OpenID Authentication
675 (margaretha)
676 - enabled OAuth2 authorization without OpenID authentication using Nimbus
677 library (margaretha)
678 - implemented response handler for OpenID authentication errors in authorization
679 requests (margaretha)
680 - added tests regarding OpenID authentication in authorization requests
681 (margaretha)
682 - implemented OAuth2 authorization error response via redirect URI instead of
683 JSON (margaretha)
684 - added state to OAuth2 authorization error response (margaretha)
685 - implemented OpenID token service for authorization code flow (margaretha)
686 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
687 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
688 keys (margaretha)
689 - implemented OpenId configuration (margaretha)
690 - added authentication time and support for auth_time in id_token (margaretha)
691 - implemented support for nonce and max_age parameters in OpenID authentication
692 (margaretha)
693 - implemented OAuth2 token request with password grant using Nimbus library
694 (margaretha)
695 - updated redirect URI validator (margaretha)
696 - updated client registration requirement to allow desktop applications
697 (margaretha)
698 - fixed RSA key configuration (margaretha)
699 - merged OAuth2 client deregistration controllers (margaretha)
700 - fixed OAuth2 client unique URL-hashcode (margaretha)
701 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
702 - Added support for unrestricted corpus statistics (ndiewald)
703 - updated paths of user-group deletion-controllers (margaretha)
704 - Do not pass broken queries to Krill (diewald)
705 - added OAuth2 token request with client authentication via Authorization
706 header (margaretha)
707 - added port checking in test suite (margaretha)
708
709# version 0.60.3
710
71106/06/2018
712 - improved user authentication by using authentication filter for authorization
713 code request (margaretha)
714 - limited client authentication to client id checking in authorization code
715 request (margaretha)
716 - added user_id in the oauth2_access_token database table (margaretha)
717 - implemented OAuth2Authentication provider for token context management
718 (margaretha)
719 - added parameter checking for authorization DAO (margaretha)
720 - added controller tests using OAuth2 access token (margaretha)
721 - added database tables for MySQL (margaretha)
722 - updated JWT library and related codes (margaretha)
723
724# version 0.60.2
725
72603/05/2018
727 - implemented OAuth2 client registration (margaretha)
728 - implemented OAuth2 client authentication (margaretha)
729 - changed virtual corpus search to retrieval (margaretha)
730 - implemented public client deregistration task (margaretha)
731 - added client registration and deregistration tests (margaretha)
732 - implemented confidential client deregistration task (margaretha)
733 - fixed storing client secret (margaretha)
734 - implemented OAuth2 response handler (margaretha)
735 - implemented OAuth2 request access token with client credentials grant
736 (margaretha)
737 - implemented OAuth2 request access token with resource owner password grant
738 (margaretha)
739 - implemented OAuth2 authorization code request (margaretha)
740 - added OAuth2 error codes (margaretha)
741 - added OAuth2 authorization, scope and access token tables for SQLite
742 (margaretha)
743 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
744 - implemented OAuth2 request access token with authorization code grant
745 (margaretha)
746 - added setting default scopes in the config file (margaretha)
747 - fixed loading spring config multiple times in the test suite (margaretha)
748 - added SQLite created_date trigger for access token (margaretha)
749 - added a join table for access token scopes (margaretha)
750 - added access scopes handling (margaretha)
751 - added tests about request token with authorization code (margaretha)
752
753# version 0.60.1
754
75528/03/2018
756 - added admin-related SQL codes (margaretha)
757 - updated AdminDao (margaretha)
758 - added optional username query parameter to group list controller (margaretha)
759 - fixed non hierarchical URI of kustvakt conf files (margaretha)
760 - added delete group member triggers (margaretha)
761 - added list user-group by username and status for system admin (margaretha)
762 - added user-group status in user-group DTO (margaretha)
763 - added check for hidden groups in user-group tests (margaretha)
764 - added database trigger test on deleting members when deleting group
765 (margaretha)
766 - renamed VC type PREDEFINED to SYSTEM (margaretha)
767 - added VC list controller for system admin (margaretha)
768 - added VC controller tests with for system admin (margaretha)
769 - added hidden access removal when deleting published VC (margaretha)
770 - added check for hidden groups in VC controller tests (margaretha)
771 - added search user-group controller (margaretha)
772 - removed createdBy from VirtualCorpusJson (margaretha)
773 - moved member role setting from the invitation phase to the after-subscription
774 phase (margaretha)
775 - added member role removal after deleting members (margaretha)
776 - added add and delete member role controllers (margaretha)
777
778# version 0.60
779
78014/03/2018
781 - set up mail settings using localhost port 25 (margaretha)
782 - added mail template in kustvakt configuration (margaretha)
783 - added mail settings to readme (margaretha)
784 - disabled email notification for auto group (margaretha)
785 - added metadata retrieval (diewald)
786 - enabled custom implementation for email address retrieval (margaretha)
787 - removed old policy and deprecated code (margaretha)
788 - moved authentication related code to /full (margaretha)
789 - added userRoles attribute to UserGroupDto. (margaretha)
790 - fixed sqlite trigger (margaretha)
791 - fixed member exist error message (margaretha)
792 - fixed member invitation to join deleted group (margaretha)
793 - added checking deleted group (margaretha)
794
795# version 0.59.10
796
79720/02/2018
798 - added sort VC by id (margaretha)
799 - added test cases regarding VC sharing (margaretha)
800 - implemented withdraw VC from publication (margaretha)
801 - added Changes file (margaretha)
802 - implemented add/invite users to group (margaretha)
803 - implemented delete user-group and member tasks (margaretha)
804 - added userMemberStatus in group lists (margaretha)
805 - updated and added SQL test data (margaretha)
806 - added user group related tests (margaretha)
807 - implemented custom configuration for deleting user groups and members (margaretha)
808 - updated library versions and java environment (margaretha)
809 - added expiration time check for member invitation (margaretha)
810 - moved .properties files (margaretha)
811 - merged changelog file to Changes (margaretha)
812 - updated status codes and error messages to be more detailed (margaretha)
813 - testing mail implementation using embedded jetty jndi (margaretha)
814 - fixed collection rewrite regarding OR operation with other fields
815 (margaretha)
816 - implemented sending mail using spring injection and removed jetty jndi
817 (margaretha)
818 - fixed unrecognized application/json (margaretha)
819 - fixed and updated velocity template (margaretha)
820
821# version 0.59.9
822
82319/01/2018
824 - restructured basic authentication (margaretha)
825 - fixed AuthenticationException to include authentication scheme (margaretha)
826 - fixed rewrite redundancy in collection rewrite (margaretha)
827 - fixed foundry rewrite for constituents (margaretha)
828 - introduced authentication methods, schemes and tokens (margaretha)
829 - implemented collection rewrite with multiple licenses (margaretha)
830 - fixed foundry rewrite for korap span without wrap node (margaretha)
831 - implemented list user group (margaretha)
832 - implemented delete VC task (margaretha)
833 - implemented create user-group, subscribe to user-groups, unsubscribe to
834 user-groups tasks(margaretha)
835 - fixed handling JSON mapping exception for missing enums (margaretha)
836 - implemented list VC task (margaretha)
837 - added KoralQuery in VC lists (margaretha)
838 - implemented edit VC task (margaretha)
839 - implemented publish VC task (margaretha)
840 - implemented share VC task (margaretha)
841 - implemented list only owned VC task (margaretha)
842 - implemented list VC access task (margaretha)
843 - implemented search VC by id task (margaretha)
844 - implemented delete VC access (margaretha)
845 - implemented search for project VC (margaretha)
846 - added search VC related tests (margaretha)
847 - removed PredefinedUserGroup.ALL and related codes (margaretha)
848 - implemented search for published VC (margaretha)
849
850# version 0.59.8
851
85221/09/2017
853 - restructured statistics service (margaretha)
854 - removed deprecated loader codes and tests (margaretha)
855 - removed old Spring java configurations (margaretha)
856 - implemented entity classes for the new database (margaretha)
857 - added MySQL codes regarding VC and for testing (margaretha)
858 - added dao methods regarding VC (margaretha)
859 - added similar SQL codes (to MySQL) for sqlite (margaretha)
860 - added dao methods regarding user groups (margaretha)
861 - restructured web-service codes into controller and logic/business-service
862 (margaretha)
863 - implemented user role and privilege, and added tests (margaretha)
864 - prepared test suite using new database (margaretha)
865 - implemented UserGroupDao and tests (margaretha)
866 - fixed missing exceptions in JsonUtils (margaretha)
867 - restructured web filters and authentication codes (margaretha)
868 - implemented create/store VC (margaretha)
869 - fixed collection rewrite bug regarding availability with operation or
870 (margaretha)
871
872# version 0.59.7
873
87413/10/2016
875 - MOD: updated search to use new siglen (diewald)
876 - MOD: fixed matchinfo retrieval in light service (diewald)
877
87805/05/2015
879 - ADD: rest test suite for user service (hanl)
880 - MOD: setup parameter modification (hanl)
881 - ADD: oauth2 client unique constraint (hanl)