blob: c31187db629a1992b99ca9f606fd1fd5c2165123 [file] [log] [blame]
margaretha1668d872024-05-22 08:50:49 +02001# version 0.73.2-SNAPSHOT
2
margaretha21879752024-04-22 12:12:58 +02003# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +01004
margaretha387e4682024-03-22 11:26:29 +01005- Fixed jakarta validation error.
6- Added openapi doc (#744)
7- Moved service.properties to src/main/resources/properties
8- Moved free-resources.json to src/main/resources/json
9- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010010- Changed loading external kustvakt.conf and jdbc.properties
11 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020012- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020013- Setup vc-cache in the data folder (#598)
14- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020015- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020016- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020017- Updated configurations of the lite version to use the
18 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020019- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010020
margaretha28a53d12024-02-20 12:57:38 +010021# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010022
margarethab06377e2024-01-30 11:06:35 +010023- Moved the content of the full folder to the root folder
24- Removed Piwik
25- Removed unused libraries
26- Cleaned up spring configs
27- Updated Krill and Koral with new groupIds
28- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010029- Updated search Krill and removed Lucene
30- Updated readme
margarethab06377e2024-01-30 11:06:35 +010031
32# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010033
34- Replaced javax.ws to jakarta.ws namespace (#648)
35- Upgrading Jersey 2.40 to 3.x (#646)
36- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
37- Replaced javax.persistence with jakarta.persistence (#648)
38- Migrate Hibernate 5 to 6 (#649)
39- Fix missing placeholders
40- Fixed conflicting jackson-jarxrs
41- Fixed conflicting commons-logging and spring jcl
42- Replaced javax.servlet with jakarta.servlet (#648)
43- Updated authorization services using Nimbus (#650)
44- Fixed BlockingFilter by replacing javax.annotation.Priority
45 with jakarta.annotation.Priority (#659, #648)
46- Replaced javax.annotation with jakarta.annotation
47- Enabled legacy support for authorization POST request
48- Changed OAuth2 token request using Nimbus (#650)
49- Removed Apache Oltu API from token requests (#650)
50- Removed OpenID
51- Fixed clearing cache
52- Fix JettyServerTest, init package, and some java docs.
53- Make scope extraction more flexible.
54- Updated token response using Nimbus (#650)
55- Remove Oltu request and validator implementations (#650)
56- Updated OAuth2 response handler (#650)
57- Fixed ShutdownHandler (fixed #708)
58- Fixed issues with multi-release jar (#706, #708)
59
60
61# version 0.71.1
62
63- Removed auditing (#611)
64- Removed old database configurations (#612)
65- Removed old tests
66- Removed unnecessary caches and methods in the authentication interface
67- Added total result cache (#599)
68- Fixed missing project.version in info web-service
69- Make sure totalResults and other numeric results are numbers (Kupietz)
70- Introduce CQP query language in Koral 0.41
71- Changed DB connection (fixed #670)
72- Resolved duplicate libraries
73- Fixed testing expiry access token
74- Fix lombok compile warning
75- Ensure the order of clean token tests.
76
77# version 0.71
78
79- Renamed entity and service packages in core
80- Renamed web.controller package in core
81- Moved SearchNetworkEndpoint to core.service package
82- Merged lite into full
83- Merged core into full
84
85
86# version 0.70.1
87
88- Added data folder containing super_client_info and database
89 for mounting into docker
90- Added an error for missing redirect uri in a token request
91 when it has been included in the authorization request.
92- Added tests for VC sharing and for OAuth2 client using VC services
93- Added and updated VC controller tests
94- Moved hibernate.properties
95- Added maximum number of user persistent virtual corpora and queries
96
97# version 0.70
98
99- Support token array in matchinfo (fixes #570; diewald)
100- Updated VC list API and deprecated owner VC list (addressed #580)
101- Added user info web-service (solved #566)
102- Implemented configurable resource filters for search and match
103 info APIs (#539)
104- Added getting username from LDAP (#568)
105- Disabled LDAP auth provider and token API in the auth filter (#587)
106- Added LDAP log for users without idsC2Profile
107- Fixed log4j2 properties.
108
109
110# version 0.69.3
111
112- Moved the service path of VC admin services to admin/vc (closed #543)
113- Added an admin service to load and cache system vc (solved #268)
114- Move oauth2 admin service path (closed #544)
115- Excluded admin service to load-cache VC from the test suite
116- Fixed refresh token expiry test
117- Fixed scope check in OAuth2 token request with refresh token
118
119# version 0.69.2
120
1212022-12-05
122- Upgrade version for E2E-simplified Docker images (diewald)
1232023-01-27
124- Updated client info API (replaced user authorization requirement with super
125 client authentication)
1262023-01-30
127- Made scope param required in authorization request (solved #508)
1282023-01-31
129- Allowed OAuth2 clients to use localhost as redirect URIs.
1302023-02-03
131- Fixed content-type in error responses by changing it to application/json
1322023-02-06
133- Allow admin access using admin token for the clean token API
1342023-02-10
135- Use admin filter instead of OAuth2 ADMIN scope
136- Added a plugin test.
1372023-02-15
138- Moved user-group retrieval API to UserGroupAdminController
139 and changed the service path URL of UserGroupAdminController.
1402023-02-20
141- Deprecate API token (JWT) web-service
142- Fixed Slf4J binding
1432023-02-28
144- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1452023-03-06
146- Fixed testing refresh token expiry.
147
148
149# version 0.69.1
150
151- Upgrade version for docker including indexer (diewald)
152
153
154# version 0.69
155
156 - Migrated to Java 11 and Jersey 2
157 - Updated dependencies
158 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
159
160
161# version 0.68
162
1632022-05-25
164 - Added a new API: list plugins (e.g for marketplace)
165 - Added redirect URI validation in authorization request (addressed #374)
166 - Handled user-defined refresh token expiry (added in client info and
167 list API response)
168 - Added installed_plugins table
169 - Added a new API: install plugin
170 - Handled redundant plugin installation
171 - Handled super client id in plugin installation
172 - Deprecated UserClientDto and uses ClientinfoDto instead
173 - Updated redirect URI error message for coherence
1742022-05-27
175 - Added maximum limit to custom refresh token expiry
1762022-06-01
177 - Added new APIs: list user-installed plugins and uninstall plugin.
178 - Moved install and list plugin APIs to PluginController and updated their
179 service paths under /plugins.
1802022-06-03
181 - Implemented searching option using a network endpoint
182 - Implemented initial super client registration for user authentication.
183 - Fixed admin clean token API and restrict plugins to confidential only.
184
185
186
187# version 0.67.1
188
1892022-05-12
190 - Implemented mapping of LDAP username to email
191 - Handled null parameters in authorization requests
1922022-05-25
193 - Fixed null client_id
194 - Updated ldap.config path in the kustvakt-test.conf
195
196
197# version 0.67
198
1992022-05-09
200 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
201 - An embedded LDAP server can now be started automatically if configured accordingly.
2022022-05-11
203 - Changed the SQL script updating oauth2_client table
204
205
206# version 0.66
207
2082022-03-31
209 - Updated query and user-group name pattern.
2102022-04-08
211 - Added redirect_uri to client info API.
2122022-04-11
213 - Added registration_date, refresh_token_expiry, source and is_permitted
214 to the oauth2_client database table, and updated the OAuth2 client
215 registration mechanism.
216 - Added authorization request with GET and deprecated that with POST.
2172022-04-13
218 - Updated OAuth2Client list API (added redirect_uri, registration_date,
219 permitted, source to OAuth2UserClientDto).
2202022-04-20
221 - Updated authorization error response. (Included error and error
222 description in the client redirect URI except for missing or
223 invalid client id or redirect URI.
224
225
226# version 0.65.2
227
2282022-03-03
229 - Removed VCLoader.
230 - Added foreign keys to the DB tables of access and refresh token scopes.
2312022-03-07
232 - Added more parameter checks and OAuth2Client web-service tests.
2332022-03-17
234 - Updated admin filter by using admin token and role checks.
2352022-03-18
236 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2372022-03-28
238 - Updated admin filter (admintoken as a form param) and uses
239 it for the closing index reader API.
240 - Removed unused admin API: clear access token cache.
2412022-03-29
242 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
243
244# version 0.65.1
245
2462022-03-01
247 - Restricts the field retrieval web-service to admin only.
248
249# version 0.65
250
251!!! includes security updates - please update all Kustvakt libraries
252!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
253
2542021-12-02
255 - Updated VC cache.
2562021-12-03
257 - Enabled listing system vc for authorized users.
2582021-12-08
259 - Removed koralQuery and statistics from VC list.
260 - Added a web-service to retrieve KoralQuery of a VC
2612021-12-10
262 - [security] Updated log4j libs due to CVE-2021-44228.
2632021-12-13
264 - Fixed broken test suite.
2652022-01-03
266 - [security] More log4j security updates
267 - Bumped unboundid-ldapsdk
268 - Updated tests.
2692022-01-25
270 - Added show-tokens option to the search API.
2712022-01-31
272 - Added an API retrieving fields of a virtual corpus.
273
274# version 0.64.1
275
2762021-10-26
277 - Bump Kustvakt and Krill versions.
278
279
280# version 0.64
2812021-07-29
282 - Updated the change files and made a new version.
2832021-08-12
284 - Fixed errors due to missing query type and added tests.
2852021-08-13
286 - Fixed missing request entity.
287 - Updated the query service to enable editing query references.
2882021-08-16
289 - Fixed creator param when storing query or VC by admins for
290 the system or other users.
291
292# version 0.63.2
2932021-06-11
294 - Updated OAuth2 token length & secure random algorithm config.
295 - Added character set filter to random code generator, e.g. for client_id.
2962021-06-14
297 - Updated roleId and super client parameters.
2982021-06-24
299 - Fixed broken test.
3002021-07-22
301 - Updated cache settings and some loggings.
3022021-07-26
303 - Replaced annotation parsing with restoring the annotation tables to the
304database.
305 - Moved cache config to the full config.
306
307# version 0.63.1
3082021-02-22
309 - Updated libraries (margaretha)
310 - Renamed virtual corpus to query (margaretha)
3112021-02-26
312 - Added query access roles and fixed vc access roles (margaretha)
313 - Added delete query webservice and tests (margaretha)
3142021-03-25
315 - Updated Koral version for Info Controller (margaretha)
316 - Updated OAuth2 token list with token type and user clientId
317parameters (margaretha)
3182021-03-29
319 - Added client type in the client list web-service. Resolved #58 (margaretha)
3202021-04-19
321 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3222021-04-26
323 - Updated OAuth2 Client list (margaretha)
3242021-04-30
325 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
326 - Updated OAuth2 API responses for coherence (margaretha)
3272021-06-07
328 - Updated OAuth2 client dto (margaretha)
329
330# version 0.63
33126/10/2020
332 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
33329/10/2020
334 - Introduction of a query reference rewrite mechanism (diewald)
33530/10/2020
336 - Added database methods for storing query references (diewald)
33704/12/2020
338 - Fix hibernate dialect for SQLite. (margaretha)
33904/12/2020
340 - Fix pipe warning. (margaretha)
34114/01/2021
342 - Updated Flyway (margaretha)
34321/01/2021
344 - Fixed running pipe and updated tests with mockserver (margaretha)
34501/02/2021
346 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
34705/02/2021
348 - Add query reference web-service (diewald,margaretha)
34910/02/2021
350 - Fixed problem with multiple desktop apps (diewald, margaretha)
35112/02/2021
352 - Added listing available queries for users (margaretha)
35317/02/2021
354 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
355 - Added query and query language in virtual corpus table (margaretha)
35618/02/2021
357 - Set corpus access public for stored query (margaretha)
35819/02/2021
359 - Enabled API info web-service (margaretha)
360
361
362# version 0.62.4
36324/01/2020
364 - Removed salt from config and updated config files (margaretha)
36503/02/2020
366 - Added an admin API for clearing access token cache (margaretha)
36705/02/2020
368 - Added a config properties for a long-time access token expiry
369 and excluded refresh tokens for public clients in OAuth2 token
370 responses (margaretha)
371 - Removed client authentication from the client deregistration and
372 client-secret reset APIs (margaretha)
37304/03/2020
374 - Updated the sample index (diewald)
375
376# version 0.62.3
37703/12/2019
378 - Implemented pipe extension in the search API (margaretha)
37911/12/2019
380 - Added errors when requesting VC in caching process (margaretha,
381 resolved #47)
38212/12/2019
383 - Added support for multiple cq parameters (margaretha, resolved #46)
38413/12/2019
385 - Handled pipe errors and added tests (margaretha)
38619/12/2019
387 - Updated create update user-group API (margaretha)
38820/12/2019
389 - Removed transactional annotations from simple select queries (margaretha)
390 - Updated free resource controller (margaretha)
39115/01-2020
392 - Added additional statistic figures to virtual corpus info API
393 response (margaretha)
394
395# version 0.62.2
39617/10/2019
397 - Handled vulnerability CVE-2019-17195. (margaretha)
3988/11/2019
399 - Added user-group name pattern (margaretha, issue #33)
40011/11/2019
401 - Updated user group service paths and replaced groupId with groupName
402 (margaretha, resolved #33)
40312/11/2019
404 - Removed UserGroupJson & updated listUserGroups and createUserGroup
405 services (margaretha)
406 - Added prefixes to username and groupname parameters in service paths
407 (margaretha, resolved #35)
40813/11/2019
409 - Added tests for issue #43 (margaretha)
41014/11/2019
411 - Added client description and URL to list-authorized-clients service
412 (margaretha, close #53)
413 - Implemented a service to list clients registered by a user (margaretha,
414 close #52)
415 - Added a check for OAuth2 client, VC, and group name length (margaretha)
41615/11/2019
417 - Merged list authorized client and list registered client services
418 (margaretha)
41921/11/2019
420 - Added a service to list active refresh tokens of a user (margaretha)
421 - Added username filtering to token revocation service via super client
422 (margaretha)
42326/11/2019
424 - Added a service to revoke a single refresh token via super client
425 (margaretha)
426
427# version 0.62.1
42808/07/2019
429 - Added tests for public metadata response in search api (margaretha,
430 issue #43)
431 - Disabled some tests of unused/disabled web-services (margaretha)
43207/08/2019
433 - Fixed missing scopes after requesting access token with refresh token
434 (margaretha)
435 - Fixed post requests with status OK and empty body (margaretha)
43607/08/2019
437 - Added users to hidden group when searching in a published VC (margaretha,
438 resolved #40)
43915/08/2019
440 - Updated the response statuses of VC PUT requests (margaretha)
441
442# version 0.62
44328/02/2019
444 - Removed old VC controllers and updated tests (margaretha, issue #34)
445 - Updated VC access controllers (margaretha)
44619/03/2019
447 - Added close index controller (margaretha)
44811/04/2019
449 - Fixed unknown authentication scheme, missing VC entity, and parameter
450 checker (margaretha)
451 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
452 unique group name and unknown VC access (margaretha)
45327/06/2019
454 - Handled LDAP errors, fixed #45 (margaretha)
45503/07/2019
456 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
457 - Changed the response media-type of authentication controllers (margaretha)
458 - Fixed bugs: allow guest to retrieve system VC,
459 remove VC from cache when it is deleted (margaretha)
46004/07/2019
461 - Updated VC name pattern and tests (margaretha)
462
463# version 0.61.6
46404/02/2019
465 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
466 - Updated client deregistration behavior (margaretha)
46705/02/2019
468 - Added delete-group-by-name controller (margaretha)
469 - Added unique index to group name (margaretha)
47006/02/2019
471 - Updated a user setting test using array for multiple values (margaretha)
472 - Added metadata controller tests (margaretha)
47318/02/2019
474 - Fixed tests (margaretha)
475 - Updated handling errors from Koral (margaretha)
47619/02/2019
477 - Added fields to metadata controller (margaretha, issue #39)
478
479# version 0.61.5
48017/12/2018
481 - Added a search timeout test (margaretha)
48218/12/2018
483 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
48408/01/2019
485 - Improved predefined vc caching (issue #28, margaretha)
48609/01/2019
487 - Added comments (margaretha)
488 - Updated code structure (margaretha)
48911/01/2019
490 - Degraded API version to 1.0 (margaretha)
491 - Added OAuth2 client info tests (margaretha)
49214/01/2019
493 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
49416/01/2019
495 - Added a PUT request for both creating and editing vc (margaretha)
496 - Added aliases to some VC controllers (margaretha)
497 - Merged VC access list controllers (margaretha)
49821/01/2019
499 - Removed codes related to user registration & password management (margaretha)
50022/01/2019
501 - Added create, edit, retrieve user default setting controllers (margaretha)
50222/01/2019
503 - Updated default setting controllers & added tests (margaretha)
504 - Added delete key in setting controllers (margaretha)
50523/01/2019
506 - Added default setting key validation (margaretha)
507 - Fixed UserdataTest (margaretha)
50824/01/2019
509 - Added default setting key validation & fixed UserdataTest (margaretha)
51025/01/2019
511 - Added VC reference and MapUtil tests (margaretha)
51228/01/2019
513 - Fixed username verification in DefaultSettingService (margaretha)
514 - Added foundry rewrite with user default setting (margaretha)
515 - Added default foundry for morphology layer (margaretha)
51629/01/2019
517 - Fixed share VC type (margaretha)
518 - Added delete setting controller (margaretha)
519 - Handled "no resource found" cases (margaretha, issue #37)
52030/01/2019
521 - Added server shutdown description in readme (margaretha)
522
523# version 0.61.4
52414/11/2018
525 - Integrated lite and full services and controllers in core (margaretha)
52621/11/2018
527 - Updated OAuth2 refresh token request to create a new refresh token and
528 revoke the old one per request (margaretha)
52928/11/2018
530 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
531 - Handled storing cached VC with VC reference (margaretha)
53229/11/2018
533 - Added a controller for listing user clients having active refresh tokens
534 (margaretha)
5356/12/2018
536 - Added debug flags to mitigate log4j debugging performance (margaretha)
537 - Fixed KoralNode at() method (margaretha)
53811/12/2018
539 - Implemented revoking all tokens of a user client via a super client
540 (margaretha)
541 - Removed document controllers and KustvaktResource (margaretha)
542 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
543
544
545# version 0.61.3
54617/10/2018
547 - Updated NamedVCLoader to be optional (margaretha)
548 - Updated annotation tables & implemented key-value structure (margaretha)
549 - Added annotation parser for annotation data from kalamar (margaretha)
550 - Implemented parsing free resource info from json (margaretha)
55122/10/2018
552 - Updated jetty, spring and hibernate versions (margaretha)
553 - Fixed the order of annotation keys and values, and added tests (margaretha)
554 - Fixed resource DAO & added tests (margaretha)
55524/10/2018
556 - Fixed query serialization service (margaretha)
557 - Added "highlights" parameter to matchInfo controller (margaretha)
558 - Added "fields" parameter to search controllers (margaretha)
559 - Integrated lite controllers, services and tests in full version (margaretha)
56029/10/2018
561 - Moved javax.servlet-api to core (margaretha)
56207/11/2018
563 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
56413/11/2018
565 - Added Shutdown handler to Jetty server (margaretha)
566 - Fixed storing VC order in NamedVCLoader (margaretha)
567
568# version 0.61.2
56912/09/2018
570 - Added various log4j2 configurations (margaretha)
57113/09/2018
572 - Implemented VirtualCorpusRewrite (margaretha)
57314/09/2018
574 - Fixed SpringJerseyTest ApplicationContext (margaretha)
575 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
576 - Enabled VCReferenceTest in maven test suite (margaretha)
57718/09/2018
578 - Handled unique constraints / inserting duplicate items to DB (margaretha)
579 - Added a controller for editing user group member roles (margaretha)
58019/09/2018
581 - Fixed cached-VC ref with username (margaretha)
582
583# version 0.61.1
58428/08/2018
585 - Added API URL versioning (margaretha)
586 - Deactivated IdRewrite (margaretha)
587 - Fixed kustvakt controller (margaretha)
58830/08/2018
589 - Fixed root packages & added api version properties in kustvakt.conf
590 (margaretha)
591 - Fixed versioning in SearchController (margaretha)
592 - Added API versioning tests (margaretha)
593
594# version 0.61.0
595
59602/08/2018
597 - Added VC reference tests (margaretha)
598 - Implemented loading and caching named VCs (margaretha)
59903/08/2018
600 - Implemented OAuth2 revoke token (margaretha)
601 - Updated OAuth2 refresh token implementation (margaretha)
60214/08/2018
603 - Implemented revoke all OAuth2 access tokens and authorization codes of
604 client users when deregistering/deleting a client (margaretha)
605 - Fixed update OAuth2 access token (margaretha)
606 - Implemented reset client secret (margaretha)
607 - Fixed revoking latest access token when refreshing OAuth2 access token
608 (margaretha)
60915/08/2018
610 - Implemented OAuth2 client info controller (margaretha)
611 - Implemented update OAuth2 client privilege controller for admins
612 (margaretha)
613 - Implemented unlimited authorization scope for super clients with OAuth2
614 password grant (margaretha)
615 - Marked native clients implementation to deprecated in favour of super
616 clients (margaretha)
617 - Enabled using Bearer tokens as user authentication tokens (Authorization
618 header value) for many controllers including OAuth2 controllers (margaretha)
61916/08/2018
620 - Implemented degrading super clients (margaretha)
621 - Improved and added OAuth2 tests (margaretha)
62221/08/2018
623 - Added VC name pattern check (margaretha)
62422/08/2018
625 - Implemented loading VC from gz files (margaretha)
626 - Updated OAuth2 authorization codes' & access tokens' expiry check
627 (margaretha)
62823/08/2018
629 - Updated RefreshToken implementations with separate DB tables (margaretha)
630 - Allows multiple access tokens per refresh token (margaretha)
63127/08/2018
632 - Added statistic with VC reference tests (margaretha)
633 - Fixed OAuth2 SQL files (margaretha)
63428/08/2018
635 - Added c3p0 datasource configuration to Spring default-config-xml
636 (margaretha)
637 - Added running Kustvakt server with custom spring config in the readme
638 (margaretha)
639 - Removed old OAuth2 codes (margaretha)
640 - Moved non-config test codes to misc (margaretha)
641
642
643# version 0.60.5
644
64509/07/2018
646 - Added service layer to the search controller (margaretha)
647 - Added OAuth2 scope checking in search and VC controllers (margaretha)
648 - Added handling OAuth2 bearer token for VC access and User group
649 controllers (margaretha)
650 - Added default scope to password grant (margaretha)
65110/07/2018
652 - Made createBasicAuthorizationHeaderValue static (margaretha)
653 - Added store access token in openID token service (margaretha)
654 - Fixed empty scope in openID authorization and token service (margaretha)
655 - Implemented storing authorization code in cache (margaretha)
65611/07/2018
657 - Fixed authentication time in authentication controller (margaretha)
658 - Added OAuth2 access token tests (margaretha)
65912/07/2018
660 - Updated maven surefire setting for faster test suite runtime (margaretha)
661 - Implemented refreshing OAuth2 access token (margaretha)
66226/07/2018
663 - Fixed issue #27 (margaretha)
66402/08/2018s
665 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
666
667
668# version 0.60.4
669
67005/07/2018
671 - implemented OAuth2 authorization code request with OpenID Authentication
672 (margaretha)
673 - enabled OAuth2 authorization without OpenID authentication using Nimbus
674 library (margaretha)
675 - implemented response handler for OpenID authentication errors in authorization
676 requests (margaretha)
677 - added tests regarding OpenID authentication in authorization requests
678 (margaretha)
679 - implemented OAuth2 authorization error response via redirect URI instead of
680 JSON (margaretha)
681 - added state to OAuth2 authorization error response (margaretha)
682 - implemented OpenID token service for authorization code flow (margaretha)
683 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
684 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
685 keys (margaretha)
686 - implemented OpenId configuration (margaretha)
687 - added authentication time and support for auth_time in id_token (margaretha)
688 - implemented support for nonce and max_age parameters in OpenID authentication
689 (margaretha)
690 - implemented OAuth2 token request with password grant using Nimbus library
691 (margaretha)
692 - updated redirect URI validator (margaretha)
693 - updated client registration requirement to allow desktop applications
694 (margaretha)
695 - fixed RSA key configuration (margaretha)
696 - merged OAuth2 client deregistration controllers (margaretha)
697 - fixed OAuth2 client unique URL-hashcode (margaretha)
698 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
699 - Added support for unrestricted corpus statistics (ndiewald)
700 - updated paths of user-group deletion-controllers (margaretha)
701 - Do not pass broken queries to Krill (diewald)
702 - added OAuth2 token request with client authentication via Authorization
703 header (margaretha)
704 - added port checking in test suite (margaretha)
705
706# version 0.60.3
707
70806/06/2018
709 - improved user authentication by using authentication filter for authorization
710 code request (margaretha)
711 - limited client authentication to client id checking in authorization code
712 request (margaretha)
713 - added user_id in the oauth2_access_token database table (margaretha)
714 - implemented OAuth2Authentication provider for token context management
715 (margaretha)
716 - added parameter checking for authorization DAO (margaretha)
717 - added controller tests using OAuth2 access token (margaretha)
718 - added database tables for MySQL (margaretha)
719 - updated JWT library and related codes (margaretha)
720
721# version 0.60.2
722
72303/05/2018
724 - implemented OAuth2 client registration (margaretha)
725 - implemented OAuth2 client authentication (margaretha)
726 - changed virtual corpus search to retrieval (margaretha)
727 - implemented public client deregistration task (margaretha)
728 - added client registration and deregistration tests (margaretha)
729 - implemented confidential client deregistration task (margaretha)
730 - fixed storing client secret (margaretha)
731 - implemented OAuth2 response handler (margaretha)
732 - implemented OAuth2 request access token with client credentials grant
733 (margaretha)
734 - implemented OAuth2 request access token with resource owner password grant
735 (margaretha)
736 - implemented OAuth2 authorization code request (margaretha)
737 - added OAuth2 error codes (margaretha)
738 - added OAuth2 authorization, scope and access token tables for SQLite
739 (margaretha)
740 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
741 - implemented OAuth2 request access token with authorization code grant
742 (margaretha)
743 - added setting default scopes in the config file (margaretha)
744 - fixed loading spring config multiple times in the test suite (margaretha)
745 - added SQLite created_date trigger for access token (margaretha)
746 - added a join table for access token scopes (margaretha)
747 - added access scopes handling (margaretha)
748 - added tests about request token with authorization code (margaretha)
749
750# version 0.60.1
751
75228/03/2018
753 - added admin-related SQL codes (margaretha)
754 - updated AdminDao (margaretha)
755 - added optional username query parameter to group list controller (margaretha)
756 - fixed non hierarchical URI of kustvakt conf files (margaretha)
757 - added delete group member triggers (margaretha)
758 - added list user-group by username and status for system admin (margaretha)
759 - added user-group status in user-group DTO (margaretha)
760 - added check for hidden groups in user-group tests (margaretha)
761 - added database trigger test on deleting members when deleting group
762 (margaretha)
763 - renamed VC type PREDEFINED to SYSTEM (margaretha)
764 - added VC list controller for system admin (margaretha)
765 - added VC controller tests with for system admin (margaretha)
766 - added hidden access removal when deleting published VC (margaretha)
767 - added check for hidden groups in VC controller tests (margaretha)
768 - added search user-group controller (margaretha)
769 - removed createdBy from VirtualCorpusJson (margaretha)
770 - moved member role setting from the invitation phase to the after-subscription
771 phase (margaretha)
772 - added member role removal after deleting members (margaretha)
773 - added add and delete member role controllers (margaretha)
774
775# version 0.60
776
77714/03/2018
778 - set up mail settings using localhost port 25 (margaretha)
779 - added mail template in kustvakt configuration (margaretha)
780 - added mail settings to readme (margaretha)
781 - disabled email notification for auto group (margaretha)
782 - added metadata retrieval (diewald)
783 - enabled custom implementation for email address retrieval (margaretha)
784 - removed old policy and deprecated code (margaretha)
785 - moved authentication related code to /full (margaretha)
786 - added userRoles attribute to UserGroupDto. (margaretha)
787 - fixed sqlite trigger (margaretha)
788 - fixed member exist error message (margaretha)
789 - fixed member invitation to join deleted group (margaretha)
790 - added checking deleted group (margaretha)
791
792# version 0.59.10
793
79420/02/2018
795 - added sort VC by id (margaretha)
796 - added test cases regarding VC sharing (margaretha)
797 - implemented withdraw VC from publication (margaretha)
798 - added Changes file (margaretha)
799 - implemented add/invite users to group (margaretha)
800 - implemented delete user-group and member tasks (margaretha)
801 - added userMemberStatus in group lists (margaretha)
802 - updated and added SQL test data (margaretha)
803 - added user group related tests (margaretha)
804 - implemented custom configuration for deleting user groups and members (margaretha)
805 - updated library versions and java environment (margaretha)
806 - added expiration time check for member invitation (margaretha)
807 - moved .properties files (margaretha)
808 - merged changelog file to Changes (margaretha)
809 - updated status codes and error messages to be more detailed (margaretha)
810 - testing mail implementation using embedded jetty jndi (margaretha)
811 - fixed collection rewrite regarding OR operation with other fields
812 (margaretha)
813 - implemented sending mail using spring injection and removed jetty jndi
814 (margaretha)
815 - fixed unrecognized application/json (margaretha)
816 - fixed and updated velocity template (margaretha)
817
818# version 0.59.9
819
82019/01/2018
821 - restructured basic authentication (margaretha)
822 - fixed AuthenticationException to include authentication scheme (margaretha)
823 - fixed rewrite redundancy in collection rewrite (margaretha)
824 - fixed foundry rewrite for constituents (margaretha)
825 - introduced authentication methods, schemes and tokens (margaretha)
826 - implemented collection rewrite with multiple licenses (margaretha)
827 - fixed foundry rewrite for korap span without wrap node (margaretha)
828 - implemented list user group (margaretha)
829 - implemented delete VC task (margaretha)
830 - implemented create user-group, subscribe to user-groups, unsubscribe to
831 user-groups tasks(margaretha)
832 - fixed handling JSON mapping exception for missing enums (margaretha)
833 - implemented list VC task (margaretha)
834 - added KoralQuery in VC lists (margaretha)
835 - implemented edit VC task (margaretha)
836 - implemented publish VC task (margaretha)
837 - implemented share VC task (margaretha)
838 - implemented list only owned VC task (margaretha)
839 - implemented list VC access task (margaretha)
840 - implemented search VC by id task (margaretha)
841 - implemented delete VC access (margaretha)
842 - implemented search for project VC (margaretha)
843 - added search VC related tests (margaretha)
844 - removed PredefinedUserGroup.ALL and related codes (margaretha)
845 - implemented search for published VC (margaretha)
846
847# version 0.59.8
848
84921/09/2017
850 - restructured statistics service (margaretha)
851 - removed deprecated loader codes and tests (margaretha)
852 - removed old Spring java configurations (margaretha)
853 - implemented entity classes for the new database (margaretha)
854 - added MySQL codes regarding VC and for testing (margaretha)
855 - added dao methods regarding VC (margaretha)
856 - added similar SQL codes (to MySQL) for sqlite (margaretha)
857 - added dao methods regarding user groups (margaretha)
858 - restructured web-service codes into controller and logic/business-service
859 (margaretha)
860 - implemented user role and privilege, and added tests (margaretha)
861 - prepared test suite using new database (margaretha)
862 - implemented UserGroupDao and tests (margaretha)
863 - fixed missing exceptions in JsonUtils (margaretha)
864 - restructured web filters and authentication codes (margaretha)
865 - implemented create/store VC (margaretha)
866 - fixed collection rewrite bug regarding availability with operation or
867 (margaretha)
868
869# version 0.59.7
870
87113/10/2016
872 - MOD: updated search to use new siglen (diewald)
873 - MOD: fixed matchinfo retrieval in light service (diewald)
874
87505/05/2015
876 - ADD: rest test suite for user service (hanl)
877 - MOD: setup parameter modification (hanl)
878 - ADD: oauth2 client unique constraint (hanl)