blob: 993a4c50874e9008a03833430ce0cd3e64b20b4d [file] [log] [blame]
margaretha10618a02024-02-21 11:06:01 +01001# version 0.73.1-SNAPSHOT
2
margaretha387e4682024-03-22 11:26:29 +01003- Fixed jakarta validation error.
4- Added openapi doc (#744)
5- Moved service.properties to src/main/resources/properties
6- Moved free-resources.json to src/main/resources/json
7- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +01008- Changed loading external kustvakt.conf and jdbc.properties
9 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020010- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020011- Setup vc-cache in the data folder (#598)
12- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020013- Moved disk store path cache_store into the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010014
15
margaretha28a53d12024-02-20 12:57:38 +010016# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010017
margarethab06377e2024-01-30 11:06:35 +010018- Moved the content of the full folder to the root folder
19- Removed Piwik
20- Removed unused libraries
21- Cleaned up spring configs
22- Updated Krill and Koral with new groupIds
23- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010024- Updated search Krill and removed Lucene
25- Updated readme
margarethab06377e2024-01-30 11:06:35 +010026
27# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010028
29- Replaced javax.ws to jakarta.ws namespace (#648)
30- Upgrading Jersey 2.40 to 3.x (#646)
31- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
32- Replaced javax.persistence with jakarta.persistence (#648)
33- Migrate Hibernate 5 to 6 (#649)
34- Fix missing placeholders
35- Fixed conflicting jackson-jarxrs
36- Fixed conflicting commons-logging and spring jcl
37- Replaced javax.servlet with jakarta.servlet (#648)
38- Updated authorization services using Nimbus (#650)
39- Fixed BlockingFilter by replacing javax.annotation.Priority
40 with jakarta.annotation.Priority (#659, #648)
41- Replaced javax.annotation with jakarta.annotation
42- Enabled legacy support for authorization POST request
43- Changed OAuth2 token request using Nimbus (#650)
44- Removed Apache Oltu API from token requests (#650)
45- Removed OpenID
46- Fixed clearing cache
47- Fix JettyServerTest, init package, and some java docs.
48- Make scope extraction more flexible.
49- Updated token response using Nimbus (#650)
50- Remove Oltu request and validator implementations (#650)
51- Updated OAuth2 response handler (#650)
52- Fixed ShutdownHandler (fixed #708)
53- Fixed issues with multi-release jar (#706, #708)
54
55
56# version 0.71.1
57
58- Removed auditing (#611)
59- Removed old database configurations (#612)
60- Removed old tests
61- Removed unnecessary caches and methods in the authentication interface
62- Added total result cache (#599)
63- Fixed missing project.version in info web-service
64- Make sure totalResults and other numeric results are numbers (Kupietz)
65- Introduce CQP query language in Koral 0.41
66- Changed DB connection (fixed #670)
67- Resolved duplicate libraries
68- Fixed testing expiry access token
69- Fix lombok compile warning
70- Ensure the order of clean token tests.
71
72# version 0.71
73
74- Renamed entity and service packages in core
75- Renamed web.controller package in core
76- Moved SearchNetworkEndpoint to core.service package
77- Merged lite into full
78- Merged core into full
79
80
81# version 0.70.1
82
83- Added data folder containing super_client_info and database
84 for mounting into docker
85- Added an error for missing redirect uri in a token request
86 when it has been included in the authorization request.
87- Added tests for VC sharing and for OAuth2 client using VC services
88- Added and updated VC controller tests
89- Moved hibernate.properties
90- Added maximum number of user persistent virtual corpora and queries
91
92# version 0.70
93
94- Support token array in matchinfo (fixes #570; diewald)
95- Updated VC list API and deprecated owner VC list (addressed #580)
96- Added user info web-service (solved #566)
97- Implemented configurable resource filters for search and match
98 info APIs (#539)
99- Added getting username from LDAP (#568)
100- Disabled LDAP auth provider and token API in the auth filter (#587)
101- Added LDAP log for users without idsC2Profile
102- Fixed log4j2 properties.
103
104
105# version 0.69.3
106
107- Moved the service path of VC admin services to admin/vc (closed #543)
108- Added an admin service to load and cache system vc (solved #268)
109- Move oauth2 admin service path (closed #544)
110- Excluded admin service to load-cache VC from the test suite
111- Fixed refresh token expiry test
112- Fixed scope check in OAuth2 token request with refresh token
113
114# version 0.69.2
115
1162022-12-05
117- Upgrade version for E2E-simplified Docker images (diewald)
1182023-01-27
119- Updated client info API (replaced user authorization requirement with super
120 client authentication)
1212023-01-30
122- Made scope param required in authorization request (solved #508)
1232023-01-31
124- Allowed OAuth2 clients to use localhost as redirect URIs.
1252023-02-03
126- Fixed content-type in error responses by changing it to application/json
1272023-02-06
128- Allow admin access using admin token for the clean token API
1292023-02-10
130- Use admin filter instead of OAuth2 ADMIN scope
131- Added a plugin test.
1322023-02-15
133- Moved user-group retrieval API to UserGroupAdminController
134 and changed the service path URL of UserGroupAdminController.
1352023-02-20
136- Deprecate API token (JWT) web-service
137- Fixed Slf4J binding
1382023-02-28
139- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1402023-03-06
141- Fixed testing refresh token expiry.
142
143
144# version 0.69.1
145
146- Upgrade version for docker including indexer (diewald)
147
148
149# version 0.69
150
151 - Migrated to Java 11 and Jersey 2
152 - Updated dependencies
153 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
154
155
156# version 0.68
157
1582022-05-25
159 - Added a new API: list plugins (e.g for marketplace)
160 - Added redirect URI validation in authorization request (addressed #374)
161 - Handled user-defined refresh token expiry (added in client info and
162 list API response)
163 - Added installed_plugins table
164 - Added a new API: install plugin
165 - Handled redundant plugin installation
166 - Handled super client id in plugin installation
167 - Deprecated UserClientDto and uses ClientinfoDto instead
168 - Updated redirect URI error message for coherence
1692022-05-27
170 - Added maximum limit to custom refresh token expiry
1712022-06-01
172 - Added new APIs: list user-installed plugins and uninstall plugin.
173 - Moved install and list plugin APIs to PluginController and updated their
174 service paths under /plugins.
1752022-06-03
176 - Implemented searching option using a network endpoint
177 - Implemented initial super client registration for user authentication.
178 - Fixed admin clean token API and restrict plugins to confidential only.
179
180
181
182# version 0.67.1
183
1842022-05-12
185 - Implemented mapping of LDAP username to email
186 - Handled null parameters in authorization requests
1872022-05-25
188 - Fixed null client_id
189 - Updated ldap.config path in the kustvakt-test.conf
190
191
192# version 0.67
193
1942022-05-09
195 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
196 - An embedded LDAP server can now be started automatically if configured accordingly.
1972022-05-11
198 - Changed the SQL script updating oauth2_client table
199
200
201# version 0.66
202
2032022-03-31
204 - Updated query and user-group name pattern.
2052022-04-08
206 - Added redirect_uri to client info API.
2072022-04-11
208 - Added registration_date, refresh_token_expiry, source and is_permitted
209 to the oauth2_client database table, and updated the OAuth2 client
210 registration mechanism.
211 - Added authorization request with GET and deprecated that with POST.
2122022-04-13
213 - Updated OAuth2Client list API (added redirect_uri, registration_date,
214 permitted, source to OAuth2UserClientDto).
2152022-04-20
216 - Updated authorization error response. (Included error and error
217 description in the client redirect URI except for missing or
218 invalid client id or redirect URI.
219
220
221# version 0.65.2
222
2232022-03-03
224 - Removed VCLoader.
225 - Added foreign keys to the DB tables of access and refresh token scopes.
2262022-03-07
227 - Added more parameter checks and OAuth2Client web-service tests.
2282022-03-17
229 - Updated admin filter by using admin token and role checks.
2302022-03-18
231 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2322022-03-28
233 - Updated admin filter (admintoken as a form param) and uses
234 it for the closing index reader API.
235 - Removed unused admin API: clear access token cache.
2362022-03-29
237 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
238
239# version 0.65.1
240
2412022-03-01
242 - Restricts the field retrieval web-service to admin only.
243
244# version 0.65
245
246!!! includes security updates - please update all Kustvakt libraries
247!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
248
2492021-12-02
250 - Updated VC cache.
2512021-12-03
252 - Enabled listing system vc for authorized users.
2532021-12-08
254 - Removed koralQuery and statistics from VC list.
255 - Added a web-service to retrieve KoralQuery of a VC
2562021-12-10
257 - [security] Updated log4j libs due to CVE-2021-44228.
2582021-12-13
259 - Fixed broken test suite.
2602022-01-03
261 - [security] More log4j security updates
262 - Bumped unboundid-ldapsdk
263 - Updated tests.
2642022-01-25
265 - Added show-tokens option to the search API.
2662022-01-31
267 - Added an API retrieving fields of a virtual corpus.
268
269# version 0.64.1
270
2712021-10-26
272 - Bump Kustvakt and Krill versions.
273
274
275# version 0.64
2762021-07-29
277 - Updated the change files and made a new version.
2782021-08-12
279 - Fixed errors due to missing query type and added tests.
2802021-08-13
281 - Fixed missing request entity.
282 - Updated the query service to enable editing query references.
2832021-08-16
284 - Fixed creator param when storing query or VC by admins for
285 the system or other users.
286
287# version 0.63.2
2882021-06-11
289 - Updated OAuth2 token length & secure random algorithm config.
290 - Added character set filter to random code generator, e.g. for client_id.
2912021-06-14
292 - Updated roleId and super client parameters.
2932021-06-24
294 - Fixed broken test.
2952021-07-22
296 - Updated cache settings and some loggings.
2972021-07-26
298 - Replaced annotation parsing with restoring the annotation tables to the
299database.
300 - Moved cache config to the full config.
301
302# version 0.63.1
3032021-02-22
304 - Updated libraries (margaretha)
305 - Renamed virtual corpus to query (margaretha)
3062021-02-26
307 - Added query access roles and fixed vc access roles (margaretha)
308 - Added delete query webservice and tests (margaretha)
3092021-03-25
310 - Updated Koral version for Info Controller (margaretha)
311 - Updated OAuth2 token list with token type and user clientId
312parameters (margaretha)
3132021-03-29
314 - Added client type in the client list web-service. Resolved #58 (margaretha)
3152021-04-19
316 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3172021-04-26
318 - Updated OAuth2 Client list (margaretha)
3192021-04-30
320 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
321 - Updated OAuth2 API responses for coherence (margaretha)
3222021-06-07
323 - Updated OAuth2 client dto (margaretha)
324
325# version 0.63
32626/10/2020
327 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
32829/10/2020
329 - Introduction of a query reference rewrite mechanism (diewald)
33030/10/2020
331 - Added database methods for storing query references (diewald)
33204/12/2020
333 - Fix hibernate dialect for SQLite. (margaretha)
33404/12/2020
335 - Fix pipe warning. (margaretha)
33614/01/2021
337 - Updated Flyway (margaretha)
33821/01/2021
339 - Fixed running pipe and updated tests with mockserver (margaretha)
34001/02/2021
341 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
34205/02/2021
343 - Add query reference web-service (diewald,margaretha)
34410/02/2021
345 - Fixed problem with multiple desktop apps (diewald, margaretha)
34612/02/2021
347 - Added listing available queries for users (margaretha)
34817/02/2021
349 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
350 - Added query and query language in virtual corpus table (margaretha)
35118/02/2021
352 - Set corpus access public for stored query (margaretha)
35319/02/2021
354 - Enabled API info web-service (margaretha)
355
356
357# version 0.62.4
35824/01/2020
359 - Removed salt from config and updated config files (margaretha)
36003/02/2020
361 - Added an admin API for clearing access token cache (margaretha)
36205/02/2020
363 - Added a config properties for a long-time access token expiry
364 and excluded refresh tokens for public clients in OAuth2 token
365 responses (margaretha)
366 - Removed client authentication from the client deregistration and
367 client-secret reset APIs (margaretha)
36804/03/2020
369 - Updated the sample index (diewald)
370
371# version 0.62.3
37203/12/2019
373 - Implemented pipe extension in the search API (margaretha)
37411/12/2019
375 - Added errors when requesting VC in caching process (margaretha,
376 resolved #47)
37712/12/2019
378 - Added support for multiple cq parameters (margaretha, resolved #46)
37913/12/2019
380 - Handled pipe errors and added tests (margaretha)
38119/12/2019
382 - Updated create update user-group API (margaretha)
38320/12/2019
384 - Removed transactional annotations from simple select queries (margaretha)
385 - Updated free resource controller (margaretha)
38615/01-2020
387 - Added additional statistic figures to virtual corpus info API
388 response (margaretha)
389
390# version 0.62.2
39117/10/2019
392 - Handled vulnerability CVE-2019-17195. (margaretha)
3938/11/2019
394 - Added user-group name pattern (margaretha, issue #33)
39511/11/2019
396 - Updated user group service paths and replaced groupId with groupName
397 (margaretha, resolved #33)
39812/11/2019
399 - Removed UserGroupJson & updated listUserGroups and createUserGroup
400 services (margaretha)
401 - Added prefixes to username and groupname parameters in service paths
402 (margaretha, resolved #35)
40313/11/2019
404 - Added tests for issue #43 (margaretha)
40514/11/2019
406 - Added client description and URL to list-authorized-clients service
407 (margaretha, close #53)
408 - Implemented a service to list clients registered by a user (margaretha,
409 close #52)
410 - Added a check for OAuth2 client, VC, and group name length (margaretha)
41115/11/2019
412 - Merged list authorized client and list registered client services
413 (margaretha)
41421/11/2019
415 - Added a service to list active refresh tokens of a user (margaretha)
416 - Added username filtering to token revocation service via super client
417 (margaretha)
41826/11/2019
419 - Added a service to revoke a single refresh token via super client
420 (margaretha)
421
422# version 0.62.1
42308/07/2019
424 - Added tests for public metadata response in search api (margaretha,
425 issue #43)
426 - Disabled some tests of unused/disabled web-services (margaretha)
42707/08/2019
428 - Fixed missing scopes after requesting access token with refresh token
429 (margaretha)
430 - Fixed post requests with status OK and empty body (margaretha)
43107/08/2019
432 - Added users to hidden group when searching in a published VC (margaretha,
433 resolved #40)
43415/08/2019
435 - Updated the response statuses of VC PUT requests (margaretha)
436
437# version 0.62
43828/02/2019
439 - Removed old VC controllers and updated tests (margaretha, issue #34)
440 - Updated VC access controllers (margaretha)
44119/03/2019
442 - Added close index controller (margaretha)
44311/04/2019
444 - Fixed unknown authentication scheme, missing VC entity, and parameter
445 checker (margaretha)
446 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
447 unique group name and unknown VC access (margaretha)
44827/06/2019
449 - Handled LDAP errors, fixed #45 (margaretha)
45003/07/2019
451 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
452 - Changed the response media-type of authentication controllers (margaretha)
453 - Fixed bugs: allow guest to retrieve system VC,
454 remove VC from cache when it is deleted (margaretha)
45504/07/2019
456 - Updated VC name pattern and tests (margaretha)
457
458# version 0.61.6
45904/02/2019
460 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
461 - Updated client deregistration behavior (margaretha)
46205/02/2019
463 - Added delete-group-by-name controller (margaretha)
464 - Added unique index to group name (margaretha)
46506/02/2019
466 - Updated a user setting test using array for multiple values (margaretha)
467 - Added metadata controller tests (margaretha)
46818/02/2019
469 - Fixed tests (margaretha)
470 - Updated handling errors from Koral (margaretha)
47119/02/2019
472 - Added fields to metadata controller (margaretha, issue #39)
473
474# version 0.61.5
47517/12/2018
476 - Added a search timeout test (margaretha)
47718/12/2018
478 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
47908/01/2019
480 - Improved predefined vc caching (issue #28, margaretha)
48109/01/2019
482 - Added comments (margaretha)
483 - Updated code structure (margaretha)
48411/01/2019
485 - Degraded API version to 1.0 (margaretha)
486 - Added OAuth2 client info tests (margaretha)
48714/01/2019
488 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
48916/01/2019
490 - Added a PUT request for both creating and editing vc (margaretha)
491 - Added aliases to some VC controllers (margaretha)
492 - Merged VC access list controllers (margaretha)
49321/01/2019
494 - Removed codes related to user registration & password management (margaretha)
49522/01/2019
496 - Added create, edit, retrieve user default setting controllers (margaretha)
49722/01/2019
498 - Updated default setting controllers & added tests (margaretha)
499 - Added delete key in setting controllers (margaretha)
50023/01/2019
501 - Added default setting key validation (margaretha)
502 - Fixed UserdataTest (margaretha)
50324/01/2019
504 - Added default setting key validation & fixed UserdataTest (margaretha)
50525/01/2019
506 - Added VC reference and MapUtil tests (margaretha)
50728/01/2019
508 - Fixed username verification in DefaultSettingService (margaretha)
509 - Added foundry rewrite with user default setting (margaretha)
510 - Added default foundry for morphology layer (margaretha)
51129/01/2019
512 - Fixed share VC type (margaretha)
513 - Added delete setting controller (margaretha)
514 - Handled "no resource found" cases (margaretha, issue #37)
51530/01/2019
516 - Added server shutdown description in readme (margaretha)
517
518# version 0.61.4
51914/11/2018
520 - Integrated lite and full services and controllers in core (margaretha)
52121/11/2018
522 - Updated OAuth2 refresh token request to create a new refresh token and
523 revoke the old one per request (margaretha)
52428/11/2018
525 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
526 - Handled storing cached VC with VC reference (margaretha)
52729/11/2018
528 - Added a controller for listing user clients having active refresh tokens
529 (margaretha)
5306/12/2018
531 - Added debug flags to mitigate log4j debugging performance (margaretha)
532 - Fixed KoralNode at() method (margaretha)
53311/12/2018
534 - Implemented revoking all tokens of a user client via a super client
535 (margaretha)
536 - Removed document controllers and KustvaktResource (margaretha)
537 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
538
539
540# version 0.61.3
54117/10/2018
542 - Updated NamedVCLoader to be optional (margaretha)
543 - Updated annotation tables & implemented key-value structure (margaretha)
544 - Added annotation parser for annotation data from kalamar (margaretha)
545 - Implemented parsing free resource info from json (margaretha)
54622/10/2018
547 - Updated jetty, spring and hibernate versions (margaretha)
548 - Fixed the order of annotation keys and values, and added tests (margaretha)
549 - Fixed resource DAO & added tests (margaretha)
55024/10/2018
551 - Fixed query serialization service (margaretha)
552 - Added "highlights" parameter to matchInfo controller (margaretha)
553 - Added "fields" parameter to search controllers (margaretha)
554 - Integrated lite controllers, services and tests in full version (margaretha)
55529/10/2018
556 - Moved javax.servlet-api to core (margaretha)
55707/11/2018
558 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
55913/11/2018
560 - Added Shutdown handler to Jetty server (margaretha)
561 - Fixed storing VC order in NamedVCLoader (margaretha)
562
563# version 0.61.2
56412/09/2018
565 - Added various log4j2 configurations (margaretha)
56613/09/2018
567 - Implemented VirtualCorpusRewrite (margaretha)
56814/09/2018
569 - Fixed SpringJerseyTest ApplicationContext (margaretha)
570 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
571 - Enabled VCReferenceTest in maven test suite (margaretha)
57218/09/2018
573 - Handled unique constraints / inserting duplicate items to DB (margaretha)
574 - Added a controller for editing user group member roles (margaretha)
57519/09/2018
576 - Fixed cached-VC ref with username (margaretha)
577
578# version 0.61.1
57928/08/2018
580 - Added API URL versioning (margaretha)
581 - Deactivated IdRewrite (margaretha)
582 - Fixed kustvakt controller (margaretha)
58330/08/2018
584 - Fixed root packages & added api version properties in kustvakt.conf
585 (margaretha)
586 - Fixed versioning in SearchController (margaretha)
587 - Added API versioning tests (margaretha)
588
589# version 0.61.0
590
59102/08/2018
592 - Added VC reference tests (margaretha)
593 - Implemented loading and caching named VCs (margaretha)
59403/08/2018
595 - Implemented OAuth2 revoke token (margaretha)
596 - Updated OAuth2 refresh token implementation (margaretha)
59714/08/2018
598 - Implemented revoke all OAuth2 access tokens and authorization codes of
599 client users when deregistering/deleting a client (margaretha)
600 - Fixed update OAuth2 access token (margaretha)
601 - Implemented reset client secret (margaretha)
602 - Fixed revoking latest access token when refreshing OAuth2 access token
603 (margaretha)
60415/08/2018
605 - Implemented OAuth2 client info controller (margaretha)
606 - Implemented update OAuth2 client privilege controller for admins
607 (margaretha)
608 - Implemented unlimited authorization scope for super clients with OAuth2
609 password grant (margaretha)
610 - Marked native clients implementation to deprecated in favour of super
611 clients (margaretha)
612 - Enabled using Bearer tokens as user authentication tokens (Authorization
613 header value) for many controllers including OAuth2 controllers (margaretha)
61416/08/2018
615 - Implemented degrading super clients (margaretha)
616 - Improved and added OAuth2 tests (margaretha)
61721/08/2018
618 - Added VC name pattern check (margaretha)
61922/08/2018
620 - Implemented loading VC from gz files (margaretha)
621 - Updated OAuth2 authorization codes' & access tokens' expiry check
622 (margaretha)
62323/08/2018
624 - Updated RefreshToken implementations with separate DB tables (margaretha)
625 - Allows multiple access tokens per refresh token (margaretha)
62627/08/2018
627 - Added statistic with VC reference tests (margaretha)
628 - Fixed OAuth2 SQL files (margaretha)
62928/08/2018
630 - Added c3p0 datasource configuration to Spring default-config-xml
631 (margaretha)
632 - Added running Kustvakt server with custom spring config in the readme
633 (margaretha)
634 - Removed old OAuth2 codes (margaretha)
635 - Moved non-config test codes to misc (margaretha)
636
637
638# version 0.60.5
639
64009/07/2018
641 - Added service layer to the search controller (margaretha)
642 - Added OAuth2 scope checking in search and VC controllers (margaretha)
643 - Added handling OAuth2 bearer token for VC access and User group
644 controllers (margaretha)
645 - Added default scope to password grant (margaretha)
64610/07/2018
647 - Made createBasicAuthorizationHeaderValue static (margaretha)
648 - Added store access token in openID token service (margaretha)
649 - Fixed empty scope in openID authorization and token service (margaretha)
650 - Implemented storing authorization code in cache (margaretha)
65111/07/2018
652 - Fixed authentication time in authentication controller (margaretha)
653 - Added OAuth2 access token tests (margaretha)
65412/07/2018
655 - Updated maven surefire setting for faster test suite runtime (margaretha)
656 - Implemented refreshing OAuth2 access token (margaretha)
65726/07/2018
658 - Fixed issue #27 (margaretha)
65902/08/2018s
660 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
661
662
663# version 0.60.4
664
66505/07/2018
666 - implemented OAuth2 authorization code request with OpenID Authentication
667 (margaretha)
668 - enabled OAuth2 authorization without OpenID authentication using Nimbus
669 library (margaretha)
670 - implemented response handler for OpenID authentication errors in authorization
671 requests (margaretha)
672 - added tests regarding OpenID authentication in authorization requests
673 (margaretha)
674 - implemented OAuth2 authorization error response via redirect URI instead of
675 JSON (margaretha)
676 - added state to OAuth2 authorization error response (margaretha)
677 - implemented OpenID token service for authorization code flow (margaretha)
678 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
679 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
680 keys (margaretha)
681 - implemented OpenId configuration (margaretha)
682 - added authentication time and support for auth_time in id_token (margaretha)
683 - implemented support for nonce and max_age parameters in OpenID authentication
684 (margaretha)
685 - implemented OAuth2 token request with password grant using Nimbus library
686 (margaretha)
687 - updated redirect URI validator (margaretha)
688 - updated client registration requirement to allow desktop applications
689 (margaretha)
690 - fixed RSA key configuration (margaretha)
691 - merged OAuth2 client deregistration controllers (margaretha)
692 - fixed OAuth2 client unique URL-hashcode (margaretha)
693 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
694 - Added support for unrestricted corpus statistics (ndiewald)
695 - updated paths of user-group deletion-controllers (margaretha)
696 - Do not pass broken queries to Krill (diewald)
697 - added OAuth2 token request with client authentication via Authorization
698 header (margaretha)
699 - added port checking in test suite (margaretha)
700
701# version 0.60.3
702
70306/06/2018
704 - improved user authentication by using authentication filter for authorization
705 code request (margaretha)
706 - limited client authentication to client id checking in authorization code
707 request (margaretha)
708 - added user_id in the oauth2_access_token database table (margaretha)
709 - implemented OAuth2Authentication provider for token context management
710 (margaretha)
711 - added parameter checking for authorization DAO (margaretha)
712 - added controller tests using OAuth2 access token (margaretha)
713 - added database tables for MySQL (margaretha)
714 - updated JWT library and related codes (margaretha)
715
716# version 0.60.2
717
71803/05/2018
719 - implemented OAuth2 client registration (margaretha)
720 - implemented OAuth2 client authentication (margaretha)
721 - changed virtual corpus search to retrieval (margaretha)
722 - implemented public client deregistration task (margaretha)
723 - added client registration and deregistration tests (margaretha)
724 - implemented confidential client deregistration task (margaretha)
725 - fixed storing client secret (margaretha)
726 - implemented OAuth2 response handler (margaretha)
727 - implemented OAuth2 request access token with client credentials grant
728 (margaretha)
729 - implemented OAuth2 request access token with resource owner password grant
730 (margaretha)
731 - implemented OAuth2 authorization code request (margaretha)
732 - added OAuth2 error codes (margaretha)
733 - added OAuth2 authorization, scope and access token tables for SQLite
734 (margaretha)
735 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
736 - implemented OAuth2 request access token with authorization code grant
737 (margaretha)
738 - added setting default scopes in the config file (margaretha)
739 - fixed loading spring config multiple times in the test suite (margaretha)
740 - added SQLite created_date trigger for access token (margaretha)
741 - added a join table for access token scopes (margaretha)
742 - added access scopes handling (margaretha)
743 - added tests about request token with authorization code (margaretha)
744
745# version 0.60.1
746
74728/03/2018
748 - added admin-related SQL codes (margaretha)
749 - updated AdminDao (margaretha)
750 - added optional username query parameter to group list controller (margaretha)
751 - fixed non hierarchical URI of kustvakt conf files (margaretha)
752 - added delete group member triggers (margaretha)
753 - added list user-group by username and status for system admin (margaretha)
754 - added user-group status in user-group DTO (margaretha)
755 - added check for hidden groups in user-group tests (margaretha)
756 - added database trigger test on deleting members when deleting group
757 (margaretha)
758 - renamed VC type PREDEFINED to SYSTEM (margaretha)
759 - added VC list controller for system admin (margaretha)
760 - added VC controller tests with for system admin (margaretha)
761 - added hidden access removal when deleting published VC (margaretha)
762 - added check for hidden groups in VC controller tests (margaretha)
763 - added search user-group controller (margaretha)
764 - removed createdBy from VirtualCorpusJson (margaretha)
765 - moved member role setting from the invitation phase to the after-subscription
766 phase (margaretha)
767 - added member role removal after deleting members (margaretha)
768 - added add and delete member role controllers (margaretha)
769
770# version 0.60
771
77214/03/2018
773 - set up mail settings using localhost port 25 (margaretha)
774 - added mail template in kustvakt configuration (margaretha)
775 - added mail settings to readme (margaretha)
776 - disabled email notification for auto group (margaretha)
777 - added metadata retrieval (diewald)
778 - enabled custom implementation for email address retrieval (margaretha)
779 - removed old policy and deprecated code (margaretha)
780 - moved authentication related code to /full (margaretha)
781 - added userRoles attribute to UserGroupDto. (margaretha)
782 - fixed sqlite trigger (margaretha)
783 - fixed member exist error message (margaretha)
784 - fixed member invitation to join deleted group (margaretha)
785 - added checking deleted group (margaretha)
786
787# version 0.59.10
788
78920/02/2018
790 - added sort VC by id (margaretha)
791 - added test cases regarding VC sharing (margaretha)
792 - implemented withdraw VC from publication (margaretha)
793 - added Changes file (margaretha)
794 - implemented add/invite users to group (margaretha)
795 - implemented delete user-group and member tasks (margaretha)
796 - added userMemberStatus in group lists (margaretha)
797 - updated and added SQL test data (margaretha)
798 - added user group related tests (margaretha)
799 - implemented custom configuration for deleting user groups and members (margaretha)
800 - updated library versions and java environment (margaretha)
801 - added expiration time check for member invitation (margaretha)
802 - moved .properties files (margaretha)
803 - merged changelog file to Changes (margaretha)
804 - updated status codes and error messages to be more detailed (margaretha)
805 - testing mail implementation using embedded jetty jndi (margaretha)
806 - fixed collection rewrite regarding OR operation with other fields
807 (margaretha)
808 - implemented sending mail using spring injection and removed jetty jndi
809 (margaretha)
810 - fixed unrecognized application/json (margaretha)
811 - fixed and updated velocity template (margaretha)
812
813# version 0.59.9
814
81519/01/2018
816 - restructured basic authentication (margaretha)
817 - fixed AuthenticationException to include authentication scheme (margaretha)
818 - fixed rewrite redundancy in collection rewrite (margaretha)
819 - fixed foundry rewrite for constituents (margaretha)
820 - introduced authentication methods, schemes and tokens (margaretha)
821 - implemented collection rewrite with multiple licenses (margaretha)
822 - fixed foundry rewrite for korap span without wrap node (margaretha)
823 - implemented list user group (margaretha)
824 - implemented delete VC task (margaretha)
825 - implemented create user-group, subscribe to user-groups, unsubscribe to
826 user-groups tasks(margaretha)
827 - fixed handling JSON mapping exception for missing enums (margaretha)
828 - implemented list VC task (margaretha)
829 - added KoralQuery in VC lists (margaretha)
830 - implemented edit VC task (margaretha)
831 - implemented publish VC task (margaretha)
832 - implemented share VC task (margaretha)
833 - implemented list only owned VC task (margaretha)
834 - implemented list VC access task (margaretha)
835 - implemented search VC by id task (margaretha)
836 - implemented delete VC access (margaretha)
837 - implemented search for project VC (margaretha)
838 - added search VC related tests (margaretha)
839 - removed PredefinedUserGroup.ALL and related codes (margaretha)
840 - implemented search for published VC (margaretha)
841
842# version 0.59.8
843
84421/09/2017
845 - restructured statistics service (margaretha)
846 - removed deprecated loader codes and tests (margaretha)
847 - removed old Spring java configurations (margaretha)
848 - implemented entity classes for the new database (margaretha)
849 - added MySQL codes regarding VC and for testing (margaretha)
850 - added dao methods regarding VC (margaretha)
851 - added similar SQL codes (to MySQL) for sqlite (margaretha)
852 - added dao methods regarding user groups (margaretha)
853 - restructured web-service codes into controller and logic/business-service
854 (margaretha)
855 - implemented user role and privilege, and added tests (margaretha)
856 - prepared test suite using new database (margaretha)
857 - implemented UserGroupDao and tests (margaretha)
858 - fixed missing exceptions in JsonUtils (margaretha)
859 - restructured web filters and authentication codes (margaretha)
860 - implemented create/store VC (margaretha)
861 - fixed collection rewrite bug regarding availability with operation or
862 (margaretha)
863
864# version 0.59.7
865
86613/10/2016
867 - MOD: updated search to use new siglen (diewald)
868 - MOD: fixed matchinfo retrieval in light service (diewald)
869
87005/05/2015
871 - ADD: rest test suite for user service (hanl)
872 - MOD: setup parameter modification (hanl)
873 - ADD: oauth2 client unique constraint (hanl)