blob: a7d713a788ed9bf433f4ace75fe1641fd0d77e0d [file] [log] [blame]
margaretha1668d872024-05-22 08:50:49 +02001# version 0.73.2-SNAPSHOT
2
margaretha46e2c952024-05-23 09:09:54 +02003- Added tests for the DNB scenario with custom max match
4 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +02005- Cleaned up named-vc.
6- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +02007- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +02008- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +02009- Restrict registration info for plugins (solves #572)
margaretha46e2c952024-05-23 09:09:54 +020010
margaretha21879752024-04-22 12:12:58 +020011# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010012
margaretha387e4682024-03-22 11:26:29 +010013- Fixed jakarta validation error.
14- Added openapi doc (#744)
15- Moved service.properties to src/main/resources/properties
16- Moved free-resources.json to src/main/resources/json
17- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010018- Changed loading external kustvakt.conf and jdbc.properties
19 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020020- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020021- Setup vc-cache in the data folder (#598)
22- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020023- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020024- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020025- Updated configurations of the lite version to use the
26 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020027- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010028
margaretha28a53d12024-02-20 12:57:38 +010029# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010030
margarethab06377e2024-01-30 11:06:35 +010031- Moved the content of the full folder to the root folder
32- Removed Piwik
33- Removed unused libraries
34- Cleaned up spring configs
35- Updated Krill and Koral with new groupIds
36- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010037- Updated search Krill and removed Lucene
38- Updated readme
margarethab06377e2024-01-30 11:06:35 +010039
40# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010041
42- Replaced javax.ws to jakarta.ws namespace (#648)
43- Upgrading Jersey 2.40 to 3.x (#646)
44- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
45- Replaced javax.persistence with jakarta.persistence (#648)
46- Migrate Hibernate 5 to 6 (#649)
47- Fix missing placeholders
48- Fixed conflicting jackson-jarxrs
49- Fixed conflicting commons-logging and spring jcl
50- Replaced javax.servlet with jakarta.servlet (#648)
51- Updated authorization services using Nimbus (#650)
52- Fixed BlockingFilter by replacing javax.annotation.Priority
53 with jakarta.annotation.Priority (#659, #648)
54- Replaced javax.annotation with jakarta.annotation
55- Enabled legacy support for authorization POST request
56- Changed OAuth2 token request using Nimbus (#650)
57- Removed Apache Oltu API from token requests (#650)
58- Removed OpenID
59- Fixed clearing cache
60- Fix JettyServerTest, init package, and some java docs.
61- Make scope extraction more flexible.
62- Updated token response using Nimbus (#650)
63- Remove Oltu request and validator implementations (#650)
64- Updated OAuth2 response handler (#650)
65- Fixed ShutdownHandler (fixed #708)
66- Fixed issues with multi-release jar (#706, #708)
67
68
69# version 0.71.1
70
71- Removed auditing (#611)
72- Removed old database configurations (#612)
73- Removed old tests
74- Removed unnecessary caches and methods in the authentication interface
75- Added total result cache (#599)
76- Fixed missing project.version in info web-service
77- Make sure totalResults and other numeric results are numbers (Kupietz)
78- Introduce CQP query language in Koral 0.41
79- Changed DB connection (fixed #670)
80- Resolved duplicate libraries
81- Fixed testing expiry access token
82- Fix lombok compile warning
83- Ensure the order of clean token tests.
84
85# version 0.71
86
87- Renamed entity and service packages in core
88- Renamed web.controller package in core
89- Moved SearchNetworkEndpoint to core.service package
90- Merged lite into full
91- Merged core into full
92
93
94# version 0.70.1
95
96- Added data folder containing super_client_info and database
97 for mounting into docker
98- Added an error for missing redirect uri in a token request
99 when it has been included in the authorization request.
100- Added tests for VC sharing and for OAuth2 client using VC services
101- Added and updated VC controller tests
102- Moved hibernate.properties
103- Added maximum number of user persistent virtual corpora and queries
104
105# version 0.70
106
107- Support token array in matchinfo (fixes #570; diewald)
108- Updated VC list API and deprecated owner VC list (addressed #580)
109- Added user info web-service (solved #566)
110- Implemented configurable resource filters for search and match
111 info APIs (#539)
112- Added getting username from LDAP (#568)
113- Disabled LDAP auth provider and token API in the auth filter (#587)
114- Added LDAP log for users without idsC2Profile
115- Fixed log4j2 properties.
116
117
118# version 0.69.3
119
120- Moved the service path of VC admin services to admin/vc (closed #543)
121- Added an admin service to load and cache system vc (solved #268)
122- Move oauth2 admin service path (closed #544)
123- Excluded admin service to load-cache VC from the test suite
124- Fixed refresh token expiry test
125- Fixed scope check in OAuth2 token request with refresh token
126
127# version 0.69.2
128
1292022-12-05
130- Upgrade version for E2E-simplified Docker images (diewald)
1312023-01-27
132- Updated client info API (replaced user authorization requirement with super
133 client authentication)
1342023-01-30
135- Made scope param required in authorization request (solved #508)
1362023-01-31
137- Allowed OAuth2 clients to use localhost as redirect URIs.
1382023-02-03
139- Fixed content-type in error responses by changing it to application/json
1402023-02-06
141- Allow admin access using admin token for the clean token API
1422023-02-10
143- Use admin filter instead of OAuth2 ADMIN scope
144- Added a plugin test.
1452023-02-15
146- Moved user-group retrieval API to UserGroupAdminController
147 and changed the service path URL of UserGroupAdminController.
1482023-02-20
149- Deprecate API token (JWT) web-service
150- Fixed Slf4J binding
1512023-02-28
152- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1532023-03-06
154- Fixed testing refresh token expiry.
155
156
157# version 0.69.1
158
159- Upgrade version for docker including indexer (diewald)
160
161
162# version 0.69
163
164 - Migrated to Java 11 and Jersey 2
165 - Updated dependencies
166 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
167
168
169# version 0.68
170
1712022-05-25
172 - Added a new API: list plugins (e.g for marketplace)
173 - Added redirect URI validation in authorization request (addressed #374)
174 - Handled user-defined refresh token expiry (added in client info and
175 list API response)
176 - Added installed_plugins table
177 - Added a new API: install plugin
178 - Handled redundant plugin installation
179 - Handled super client id in plugin installation
180 - Deprecated UserClientDto and uses ClientinfoDto instead
181 - Updated redirect URI error message for coherence
1822022-05-27
183 - Added maximum limit to custom refresh token expiry
1842022-06-01
185 - Added new APIs: list user-installed plugins and uninstall plugin.
186 - Moved install and list plugin APIs to PluginController and updated their
187 service paths under /plugins.
1882022-06-03
189 - Implemented searching option using a network endpoint
190 - Implemented initial super client registration for user authentication.
191 - Fixed admin clean token API and restrict plugins to confidential only.
192
193
194
195# version 0.67.1
196
1972022-05-12
198 - Implemented mapping of LDAP username to email
199 - Handled null parameters in authorization requests
2002022-05-25
201 - Fixed null client_id
202 - Updated ldap.config path in the kustvakt-test.conf
203
204
205# version 0.67
206
2072022-05-09
208 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
209 - An embedded LDAP server can now be started automatically if configured accordingly.
2102022-05-11
211 - Changed the SQL script updating oauth2_client table
212
213
214# version 0.66
215
2162022-03-31
217 - Updated query and user-group name pattern.
2182022-04-08
219 - Added redirect_uri to client info API.
2202022-04-11
221 - Added registration_date, refresh_token_expiry, source and is_permitted
222 to the oauth2_client database table, and updated the OAuth2 client
223 registration mechanism.
224 - Added authorization request with GET and deprecated that with POST.
2252022-04-13
226 - Updated OAuth2Client list API (added redirect_uri, registration_date,
227 permitted, source to OAuth2UserClientDto).
2282022-04-20
229 - Updated authorization error response. (Included error and error
230 description in the client redirect URI except for missing or
231 invalid client id or redirect URI.
232
233
234# version 0.65.2
235
2362022-03-03
237 - Removed VCLoader.
238 - Added foreign keys to the DB tables of access and refresh token scopes.
2392022-03-07
240 - Added more parameter checks and OAuth2Client web-service tests.
2412022-03-17
242 - Updated admin filter by using admin token and role checks.
2432022-03-18
244 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2452022-03-28
246 - Updated admin filter (admintoken as a form param) and uses
247 it for the closing index reader API.
248 - Removed unused admin API: clear access token cache.
2492022-03-29
250 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
251
252# version 0.65.1
253
2542022-03-01
255 - Restricts the field retrieval web-service to admin only.
256
257# version 0.65
258
259!!! includes security updates - please update all Kustvakt libraries
260!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
261
2622021-12-02
263 - Updated VC cache.
2642021-12-03
265 - Enabled listing system vc for authorized users.
2662021-12-08
267 - Removed koralQuery and statistics from VC list.
268 - Added a web-service to retrieve KoralQuery of a VC
2692021-12-10
270 - [security] Updated log4j libs due to CVE-2021-44228.
2712021-12-13
272 - Fixed broken test suite.
2732022-01-03
274 - [security] More log4j security updates
275 - Bumped unboundid-ldapsdk
276 - Updated tests.
2772022-01-25
278 - Added show-tokens option to the search API.
2792022-01-31
280 - Added an API retrieving fields of a virtual corpus.
281
282# version 0.64.1
283
2842021-10-26
285 - Bump Kustvakt and Krill versions.
286
287
288# version 0.64
2892021-07-29
290 - Updated the change files and made a new version.
2912021-08-12
292 - Fixed errors due to missing query type and added tests.
2932021-08-13
294 - Fixed missing request entity.
295 - Updated the query service to enable editing query references.
2962021-08-16
297 - Fixed creator param when storing query or VC by admins for
298 the system or other users.
299
300# version 0.63.2
3012021-06-11
302 - Updated OAuth2 token length & secure random algorithm config.
303 - Added character set filter to random code generator, e.g. for client_id.
3042021-06-14
305 - Updated roleId and super client parameters.
3062021-06-24
307 - Fixed broken test.
3082021-07-22
309 - Updated cache settings and some loggings.
3102021-07-26
311 - Replaced annotation parsing with restoring the annotation tables to the
312database.
313 - Moved cache config to the full config.
314
315# version 0.63.1
3162021-02-22
317 - Updated libraries (margaretha)
318 - Renamed virtual corpus to query (margaretha)
3192021-02-26
320 - Added query access roles and fixed vc access roles (margaretha)
321 - Added delete query webservice and tests (margaretha)
3222021-03-25
323 - Updated Koral version for Info Controller (margaretha)
324 - Updated OAuth2 token list with token type and user clientId
325parameters (margaretha)
3262021-03-29
327 - Added client type in the client list web-service. Resolved #58 (margaretha)
3282021-04-19
329 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3302021-04-26
331 - Updated OAuth2 Client list (margaretha)
3322021-04-30
333 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
334 - Updated OAuth2 API responses for coherence (margaretha)
3352021-06-07
336 - Updated OAuth2 client dto (margaretha)
337
338# version 0.63
33926/10/2020
340 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
34129/10/2020
342 - Introduction of a query reference rewrite mechanism (diewald)
34330/10/2020
344 - Added database methods for storing query references (diewald)
34504/12/2020
346 - Fix hibernate dialect for SQLite. (margaretha)
34704/12/2020
348 - Fix pipe warning. (margaretha)
34914/01/2021
350 - Updated Flyway (margaretha)
35121/01/2021
352 - Fixed running pipe and updated tests with mockserver (margaretha)
35301/02/2021
354 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
35505/02/2021
356 - Add query reference web-service (diewald,margaretha)
35710/02/2021
358 - Fixed problem with multiple desktop apps (diewald, margaretha)
35912/02/2021
360 - Added listing available queries for users (margaretha)
36117/02/2021
362 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
363 - Added query and query language in virtual corpus table (margaretha)
36418/02/2021
365 - Set corpus access public for stored query (margaretha)
36619/02/2021
367 - Enabled API info web-service (margaretha)
368
369
370# version 0.62.4
37124/01/2020
372 - Removed salt from config and updated config files (margaretha)
37303/02/2020
374 - Added an admin API for clearing access token cache (margaretha)
37505/02/2020
376 - Added a config properties for a long-time access token expiry
377 and excluded refresh tokens for public clients in OAuth2 token
378 responses (margaretha)
379 - Removed client authentication from the client deregistration and
380 client-secret reset APIs (margaretha)
38104/03/2020
382 - Updated the sample index (diewald)
383
384# version 0.62.3
38503/12/2019
386 - Implemented pipe extension in the search API (margaretha)
38711/12/2019
388 - Added errors when requesting VC in caching process (margaretha,
389 resolved #47)
39012/12/2019
391 - Added support for multiple cq parameters (margaretha, resolved #46)
39213/12/2019
393 - Handled pipe errors and added tests (margaretha)
39419/12/2019
395 - Updated create update user-group API (margaretha)
39620/12/2019
397 - Removed transactional annotations from simple select queries (margaretha)
398 - Updated free resource controller (margaretha)
39915/01-2020
400 - Added additional statistic figures to virtual corpus info API
401 response (margaretha)
402
403# version 0.62.2
40417/10/2019
405 - Handled vulnerability CVE-2019-17195. (margaretha)
4068/11/2019
407 - Added user-group name pattern (margaretha, issue #33)
40811/11/2019
409 - Updated user group service paths and replaced groupId with groupName
410 (margaretha, resolved #33)
41112/11/2019
412 - Removed UserGroupJson & updated listUserGroups and createUserGroup
413 services (margaretha)
414 - Added prefixes to username and groupname parameters in service paths
415 (margaretha, resolved #35)
41613/11/2019
417 - Added tests for issue #43 (margaretha)
41814/11/2019
419 - Added client description and URL to list-authorized-clients service
420 (margaretha, close #53)
421 - Implemented a service to list clients registered by a user (margaretha,
422 close #52)
423 - Added a check for OAuth2 client, VC, and group name length (margaretha)
42415/11/2019
425 - Merged list authorized client and list registered client services
426 (margaretha)
42721/11/2019
428 - Added a service to list active refresh tokens of a user (margaretha)
429 - Added username filtering to token revocation service via super client
430 (margaretha)
43126/11/2019
432 - Added a service to revoke a single refresh token via super client
433 (margaretha)
434
435# version 0.62.1
43608/07/2019
437 - Added tests for public metadata response in search api (margaretha,
438 issue #43)
439 - Disabled some tests of unused/disabled web-services (margaretha)
44007/08/2019
441 - Fixed missing scopes after requesting access token with refresh token
442 (margaretha)
443 - Fixed post requests with status OK and empty body (margaretha)
44407/08/2019
445 - Added users to hidden group when searching in a published VC (margaretha,
446 resolved #40)
44715/08/2019
448 - Updated the response statuses of VC PUT requests (margaretha)
449
450# version 0.62
45128/02/2019
452 - Removed old VC controllers and updated tests (margaretha, issue #34)
453 - Updated VC access controllers (margaretha)
45419/03/2019
455 - Added close index controller (margaretha)
45611/04/2019
457 - Fixed unknown authentication scheme, missing VC entity, and parameter
458 checker (margaretha)
459 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
460 unique group name and unknown VC access (margaretha)
46127/06/2019
462 - Handled LDAP errors, fixed #45 (margaretha)
46303/07/2019
464 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
465 - Changed the response media-type of authentication controllers (margaretha)
466 - Fixed bugs: allow guest to retrieve system VC,
467 remove VC from cache when it is deleted (margaretha)
46804/07/2019
469 - Updated VC name pattern and tests (margaretha)
470
471# version 0.61.6
47204/02/2019
473 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
474 - Updated client deregistration behavior (margaretha)
47505/02/2019
476 - Added delete-group-by-name controller (margaretha)
477 - Added unique index to group name (margaretha)
47806/02/2019
479 - Updated a user setting test using array for multiple values (margaretha)
480 - Added metadata controller tests (margaretha)
48118/02/2019
482 - Fixed tests (margaretha)
483 - Updated handling errors from Koral (margaretha)
48419/02/2019
485 - Added fields to metadata controller (margaretha, issue #39)
486
487# version 0.61.5
48817/12/2018
489 - Added a search timeout test (margaretha)
49018/12/2018
491 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
49208/01/2019
493 - Improved predefined vc caching (issue #28, margaretha)
49409/01/2019
495 - Added comments (margaretha)
496 - Updated code structure (margaretha)
49711/01/2019
498 - Degraded API version to 1.0 (margaretha)
499 - Added OAuth2 client info tests (margaretha)
50014/01/2019
501 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
50216/01/2019
503 - Added a PUT request for both creating and editing vc (margaretha)
504 - Added aliases to some VC controllers (margaretha)
505 - Merged VC access list controllers (margaretha)
50621/01/2019
507 - Removed codes related to user registration & password management (margaretha)
50822/01/2019
509 - Added create, edit, retrieve user default setting controllers (margaretha)
51022/01/2019
511 - Updated default setting controllers & added tests (margaretha)
512 - Added delete key in setting controllers (margaretha)
51323/01/2019
514 - Added default setting key validation (margaretha)
515 - Fixed UserdataTest (margaretha)
51624/01/2019
517 - Added default setting key validation & fixed UserdataTest (margaretha)
51825/01/2019
519 - Added VC reference and MapUtil tests (margaretha)
52028/01/2019
521 - Fixed username verification in DefaultSettingService (margaretha)
522 - Added foundry rewrite with user default setting (margaretha)
523 - Added default foundry for morphology layer (margaretha)
52429/01/2019
525 - Fixed share VC type (margaretha)
526 - Added delete setting controller (margaretha)
527 - Handled "no resource found" cases (margaretha, issue #37)
52830/01/2019
529 - Added server shutdown description in readme (margaretha)
530
531# version 0.61.4
53214/11/2018
533 - Integrated lite and full services and controllers in core (margaretha)
53421/11/2018
535 - Updated OAuth2 refresh token request to create a new refresh token and
536 revoke the old one per request (margaretha)
53728/11/2018
538 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
539 - Handled storing cached VC with VC reference (margaretha)
54029/11/2018
541 - Added a controller for listing user clients having active refresh tokens
542 (margaretha)
5436/12/2018
544 - Added debug flags to mitigate log4j debugging performance (margaretha)
545 - Fixed KoralNode at() method (margaretha)
54611/12/2018
547 - Implemented revoking all tokens of a user client via a super client
548 (margaretha)
549 - Removed document controllers and KustvaktResource (margaretha)
550 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
551
552
553# version 0.61.3
55417/10/2018
555 - Updated NamedVCLoader to be optional (margaretha)
556 - Updated annotation tables & implemented key-value structure (margaretha)
557 - Added annotation parser for annotation data from kalamar (margaretha)
558 - Implemented parsing free resource info from json (margaretha)
55922/10/2018
560 - Updated jetty, spring and hibernate versions (margaretha)
561 - Fixed the order of annotation keys and values, and added tests (margaretha)
562 - Fixed resource DAO & added tests (margaretha)
56324/10/2018
564 - Fixed query serialization service (margaretha)
565 - Added "highlights" parameter to matchInfo controller (margaretha)
566 - Added "fields" parameter to search controllers (margaretha)
567 - Integrated lite controllers, services and tests in full version (margaretha)
56829/10/2018
569 - Moved javax.servlet-api to core (margaretha)
57007/11/2018
571 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
57213/11/2018
573 - Added Shutdown handler to Jetty server (margaretha)
574 - Fixed storing VC order in NamedVCLoader (margaretha)
575
576# version 0.61.2
57712/09/2018
578 - Added various log4j2 configurations (margaretha)
57913/09/2018
580 - Implemented VirtualCorpusRewrite (margaretha)
58114/09/2018
582 - Fixed SpringJerseyTest ApplicationContext (margaretha)
583 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
584 - Enabled VCReferenceTest in maven test suite (margaretha)
58518/09/2018
586 - Handled unique constraints / inserting duplicate items to DB (margaretha)
587 - Added a controller for editing user group member roles (margaretha)
58819/09/2018
589 - Fixed cached-VC ref with username (margaretha)
590
591# version 0.61.1
59228/08/2018
593 - Added API URL versioning (margaretha)
594 - Deactivated IdRewrite (margaretha)
595 - Fixed kustvakt controller (margaretha)
59630/08/2018
597 - Fixed root packages & added api version properties in kustvakt.conf
598 (margaretha)
599 - Fixed versioning in SearchController (margaretha)
600 - Added API versioning tests (margaretha)
601
602# version 0.61.0
603
60402/08/2018
605 - Added VC reference tests (margaretha)
606 - Implemented loading and caching named VCs (margaretha)
60703/08/2018
608 - Implemented OAuth2 revoke token (margaretha)
609 - Updated OAuth2 refresh token implementation (margaretha)
61014/08/2018
611 - Implemented revoke all OAuth2 access tokens and authorization codes of
612 client users when deregistering/deleting a client (margaretha)
613 - Fixed update OAuth2 access token (margaretha)
614 - Implemented reset client secret (margaretha)
615 - Fixed revoking latest access token when refreshing OAuth2 access token
616 (margaretha)
61715/08/2018
618 - Implemented OAuth2 client info controller (margaretha)
619 - Implemented update OAuth2 client privilege controller for admins
620 (margaretha)
621 - Implemented unlimited authorization scope for super clients with OAuth2
622 password grant (margaretha)
623 - Marked native clients implementation to deprecated in favour of super
624 clients (margaretha)
625 - Enabled using Bearer tokens as user authentication tokens (Authorization
626 header value) for many controllers including OAuth2 controllers (margaretha)
62716/08/2018
628 - Implemented degrading super clients (margaretha)
629 - Improved and added OAuth2 tests (margaretha)
63021/08/2018
631 - Added VC name pattern check (margaretha)
63222/08/2018
633 - Implemented loading VC from gz files (margaretha)
634 - Updated OAuth2 authorization codes' & access tokens' expiry check
635 (margaretha)
63623/08/2018
637 - Updated RefreshToken implementations with separate DB tables (margaretha)
638 - Allows multiple access tokens per refresh token (margaretha)
63927/08/2018
640 - Added statistic with VC reference tests (margaretha)
641 - Fixed OAuth2 SQL files (margaretha)
64228/08/2018
643 - Added c3p0 datasource configuration to Spring default-config-xml
644 (margaretha)
645 - Added running Kustvakt server with custom spring config in the readme
646 (margaretha)
647 - Removed old OAuth2 codes (margaretha)
648 - Moved non-config test codes to misc (margaretha)
649
650
651# version 0.60.5
652
65309/07/2018
654 - Added service layer to the search controller (margaretha)
655 - Added OAuth2 scope checking in search and VC controllers (margaretha)
656 - Added handling OAuth2 bearer token for VC access and User group
657 controllers (margaretha)
658 - Added default scope to password grant (margaretha)
65910/07/2018
660 - Made createBasicAuthorizationHeaderValue static (margaretha)
661 - Added store access token in openID token service (margaretha)
662 - Fixed empty scope in openID authorization and token service (margaretha)
663 - Implemented storing authorization code in cache (margaretha)
66411/07/2018
665 - Fixed authentication time in authentication controller (margaretha)
666 - Added OAuth2 access token tests (margaretha)
66712/07/2018
668 - Updated maven surefire setting for faster test suite runtime (margaretha)
669 - Implemented refreshing OAuth2 access token (margaretha)
67026/07/2018
671 - Fixed issue #27 (margaretha)
67202/08/2018s
673 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
674
675
676# version 0.60.4
677
67805/07/2018
679 - implemented OAuth2 authorization code request with OpenID Authentication
680 (margaretha)
681 - enabled OAuth2 authorization without OpenID authentication using Nimbus
682 library (margaretha)
683 - implemented response handler for OpenID authentication errors in authorization
684 requests (margaretha)
685 - added tests regarding OpenID authentication in authorization requests
686 (margaretha)
687 - implemented OAuth2 authorization error response via redirect URI instead of
688 JSON (margaretha)
689 - added state to OAuth2 authorization error response (margaretha)
690 - implemented OpenID token service for authorization code flow (margaretha)
691 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
692 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
693 keys (margaretha)
694 - implemented OpenId configuration (margaretha)
695 - added authentication time and support for auth_time in id_token (margaretha)
696 - implemented support for nonce and max_age parameters in OpenID authentication
697 (margaretha)
698 - implemented OAuth2 token request with password grant using Nimbus library
699 (margaretha)
700 - updated redirect URI validator (margaretha)
701 - updated client registration requirement to allow desktop applications
702 (margaretha)
703 - fixed RSA key configuration (margaretha)
704 - merged OAuth2 client deregistration controllers (margaretha)
705 - fixed OAuth2 client unique URL-hashcode (margaretha)
706 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
707 - Added support for unrestricted corpus statistics (ndiewald)
708 - updated paths of user-group deletion-controllers (margaretha)
709 - Do not pass broken queries to Krill (diewald)
710 - added OAuth2 token request with client authentication via Authorization
711 header (margaretha)
712 - added port checking in test suite (margaretha)
713
714# version 0.60.3
715
71606/06/2018
717 - improved user authentication by using authentication filter for authorization
718 code request (margaretha)
719 - limited client authentication to client id checking in authorization code
720 request (margaretha)
721 - added user_id in the oauth2_access_token database table (margaretha)
722 - implemented OAuth2Authentication provider for token context management
723 (margaretha)
724 - added parameter checking for authorization DAO (margaretha)
725 - added controller tests using OAuth2 access token (margaretha)
726 - added database tables for MySQL (margaretha)
727 - updated JWT library and related codes (margaretha)
728
729# version 0.60.2
730
73103/05/2018
732 - implemented OAuth2 client registration (margaretha)
733 - implemented OAuth2 client authentication (margaretha)
734 - changed virtual corpus search to retrieval (margaretha)
735 - implemented public client deregistration task (margaretha)
736 - added client registration and deregistration tests (margaretha)
737 - implemented confidential client deregistration task (margaretha)
738 - fixed storing client secret (margaretha)
739 - implemented OAuth2 response handler (margaretha)
740 - implemented OAuth2 request access token with client credentials grant
741 (margaretha)
742 - implemented OAuth2 request access token with resource owner password grant
743 (margaretha)
744 - implemented OAuth2 authorization code request (margaretha)
745 - added OAuth2 error codes (margaretha)
746 - added OAuth2 authorization, scope and access token tables for SQLite
747 (margaretha)
748 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
749 - implemented OAuth2 request access token with authorization code grant
750 (margaretha)
751 - added setting default scopes in the config file (margaretha)
752 - fixed loading spring config multiple times in the test suite (margaretha)
753 - added SQLite created_date trigger for access token (margaretha)
754 - added a join table for access token scopes (margaretha)
755 - added access scopes handling (margaretha)
756 - added tests about request token with authorization code (margaretha)
757
758# version 0.60.1
759
76028/03/2018
761 - added admin-related SQL codes (margaretha)
762 - updated AdminDao (margaretha)
763 - added optional username query parameter to group list controller (margaretha)
764 - fixed non hierarchical URI of kustvakt conf files (margaretha)
765 - added delete group member triggers (margaretha)
766 - added list user-group by username and status for system admin (margaretha)
767 - added user-group status in user-group DTO (margaretha)
768 - added check for hidden groups in user-group tests (margaretha)
769 - added database trigger test on deleting members when deleting group
770 (margaretha)
771 - renamed VC type PREDEFINED to SYSTEM (margaretha)
772 - added VC list controller for system admin (margaretha)
773 - added VC controller tests with for system admin (margaretha)
774 - added hidden access removal when deleting published VC (margaretha)
775 - added check for hidden groups in VC controller tests (margaretha)
776 - added search user-group controller (margaretha)
777 - removed createdBy from VirtualCorpusJson (margaretha)
778 - moved member role setting from the invitation phase to the after-subscription
779 phase (margaretha)
780 - added member role removal after deleting members (margaretha)
781 - added add and delete member role controllers (margaretha)
782
783# version 0.60
784
78514/03/2018
786 - set up mail settings using localhost port 25 (margaretha)
787 - added mail template in kustvakt configuration (margaretha)
788 - added mail settings to readme (margaretha)
789 - disabled email notification for auto group (margaretha)
790 - added metadata retrieval (diewald)
791 - enabled custom implementation for email address retrieval (margaretha)
792 - removed old policy and deprecated code (margaretha)
793 - moved authentication related code to /full (margaretha)
794 - added userRoles attribute to UserGroupDto. (margaretha)
795 - fixed sqlite trigger (margaretha)
796 - fixed member exist error message (margaretha)
797 - fixed member invitation to join deleted group (margaretha)
798 - added checking deleted group (margaretha)
799
800# version 0.59.10
801
80220/02/2018
803 - added sort VC by id (margaretha)
804 - added test cases regarding VC sharing (margaretha)
805 - implemented withdraw VC from publication (margaretha)
806 - added Changes file (margaretha)
807 - implemented add/invite users to group (margaretha)
808 - implemented delete user-group and member tasks (margaretha)
809 - added userMemberStatus in group lists (margaretha)
810 - updated and added SQL test data (margaretha)
811 - added user group related tests (margaretha)
812 - implemented custom configuration for deleting user groups and members (margaretha)
813 - updated library versions and java environment (margaretha)
814 - added expiration time check for member invitation (margaretha)
815 - moved .properties files (margaretha)
816 - merged changelog file to Changes (margaretha)
817 - updated status codes and error messages to be more detailed (margaretha)
818 - testing mail implementation using embedded jetty jndi (margaretha)
819 - fixed collection rewrite regarding OR operation with other fields
820 (margaretha)
821 - implemented sending mail using spring injection and removed jetty jndi
822 (margaretha)
823 - fixed unrecognized application/json (margaretha)
824 - fixed and updated velocity template (margaretha)
825
826# version 0.59.9
827
82819/01/2018
829 - restructured basic authentication (margaretha)
830 - fixed AuthenticationException to include authentication scheme (margaretha)
831 - fixed rewrite redundancy in collection rewrite (margaretha)
832 - fixed foundry rewrite for constituents (margaretha)
833 - introduced authentication methods, schemes and tokens (margaretha)
834 - implemented collection rewrite with multiple licenses (margaretha)
835 - fixed foundry rewrite for korap span without wrap node (margaretha)
836 - implemented list user group (margaretha)
837 - implemented delete VC task (margaretha)
838 - implemented create user-group, subscribe to user-groups, unsubscribe to
839 user-groups tasks(margaretha)
840 - fixed handling JSON mapping exception for missing enums (margaretha)
841 - implemented list VC task (margaretha)
842 - added KoralQuery in VC lists (margaretha)
843 - implemented edit VC task (margaretha)
844 - implemented publish VC task (margaretha)
845 - implemented share VC task (margaretha)
846 - implemented list only owned VC task (margaretha)
847 - implemented list VC access task (margaretha)
848 - implemented search VC by id task (margaretha)
849 - implemented delete VC access (margaretha)
850 - implemented search for project VC (margaretha)
851 - added search VC related tests (margaretha)
852 - removed PredefinedUserGroup.ALL and related codes (margaretha)
853 - implemented search for published VC (margaretha)
854
855# version 0.59.8
856
85721/09/2017
858 - restructured statistics service (margaretha)
859 - removed deprecated loader codes and tests (margaretha)
860 - removed old Spring java configurations (margaretha)
861 - implemented entity classes for the new database (margaretha)
862 - added MySQL codes regarding VC and for testing (margaretha)
863 - added dao methods regarding VC (margaretha)
864 - added similar SQL codes (to MySQL) for sqlite (margaretha)
865 - added dao methods regarding user groups (margaretha)
866 - restructured web-service codes into controller and logic/business-service
867 (margaretha)
868 - implemented user role and privilege, and added tests (margaretha)
869 - prepared test suite using new database (margaretha)
870 - implemented UserGroupDao and tests (margaretha)
871 - fixed missing exceptions in JsonUtils (margaretha)
872 - restructured web filters and authentication codes (margaretha)
873 - implemented create/store VC (margaretha)
874 - fixed collection rewrite bug regarding availability with operation or
875 (margaretha)
876
877# version 0.59.7
878
87913/10/2016
880 - MOD: updated search to use new siglen (diewald)
881 - MOD: fixed matchinfo retrieval in light service (diewald)
882
88305/05/2015
884 - ADD: rest test suite for user service (hanl)
885 - MOD: setup parameter modification (hanl)
886 - ADD: oauth2 client unique constraint (hanl)