blob: 111885d9f92382758a07bdd82ace6be96cced9c8 [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)
margaretha46e2c952024-05-23 09:09:54 +02008
margaretha21879752024-04-22 12:12:58 +02009# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010010
margaretha387e4682024-03-22 11:26:29 +010011- Fixed jakarta validation error.
12- Added openapi doc (#744)
13- Moved service.properties to src/main/resources/properties
14- Moved free-resources.json to src/main/resources/json
15- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010016- Changed loading external kustvakt.conf and jdbc.properties
17 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020018- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020019- Setup vc-cache in the data folder (#598)
20- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020021- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020022- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020023- Updated configurations of the lite version to use the
24 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020025- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010026
margaretha28a53d12024-02-20 12:57:38 +010027# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010028
margarethab06377e2024-01-30 11:06:35 +010029- Moved the content of the full folder to the root folder
30- Removed Piwik
31- Removed unused libraries
32- Cleaned up spring configs
33- Updated Krill and Koral with new groupIds
34- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010035- Updated search Krill and removed Lucene
36- Updated readme
margarethab06377e2024-01-30 11:06:35 +010037
38# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010039
40- Replaced javax.ws to jakarta.ws namespace (#648)
41- Upgrading Jersey 2.40 to 3.x (#646)
42- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
43- Replaced javax.persistence with jakarta.persistence (#648)
44- Migrate Hibernate 5 to 6 (#649)
45- Fix missing placeholders
46- Fixed conflicting jackson-jarxrs
47- Fixed conflicting commons-logging and spring jcl
48- Replaced javax.servlet with jakarta.servlet (#648)
49- Updated authorization services using Nimbus (#650)
50- Fixed BlockingFilter by replacing javax.annotation.Priority
51 with jakarta.annotation.Priority (#659, #648)
52- Replaced javax.annotation with jakarta.annotation
53- Enabled legacy support for authorization POST request
54- Changed OAuth2 token request using Nimbus (#650)
55- Removed Apache Oltu API from token requests (#650)
56- Removed OpenID
57- Fixed clearing cache
58- Fix JettyServerTest, init package, and some java docs.
59- Make scope extraction more flexible.
60- Updated token response using Nimbus (#650)
61- Remove Oltu request and validator implementations (#650)
62- Updated OAuth2 response handler (#650)
63- Fixed ShutdownHandler (fixed #708)
64- Fixed issues with multi-release jar (#706, #708)
65
66
67# version 0.71.1
68
69- Removed auditing (#611)
70- Removed old database configurations (#612)
71- Removed old tests
72- Removed unnecessary caches and methods in the authentication interface
73- Added total result cache (#599)
74- Fixed missing project.version in info web-service
75- Make sure totalResults and other numeric results are numbers (Kupietz)
76- Introduce CQP query language in Koral 0.41
77- Changed DB connection (fixed #670)
78- Resolved duplicate libraries
79- Fixed testing expiry access token
80- Fix lombok compile warning
81- Ensure the order of clean token tests.
82
83# version 0.71
84
85- Renamed entity and service packages in core
86- Renamed web.controller package in core
87- Moved SearchNetworkEndpoint to core.service package
88- Merged lite into full
89- Merged core into full
90
91
92# version 0.70.1
93
94- Added data folder containing super_client_info and database
95 for mounting into docker
96- Added an error for missing redirect uri in a token request
97 when it has been included in the authorization request.
98- Added tests for VC sharing and for OAuth2 client using VC services
99- Added and updated VC controller tests
100- Moved hibernate.properties
101- Added maximum number of user persistent virtual corpora and queries
102
103# version 0.70
104
105- Support token array in matchinfo (fixes #570; diewald)
106- Updated VC list API and deprecated owner VC list (addressed #580)
107- Added user info web-service (solved #566)
108- Implemented configurable resource filters for search and match
109 info APIs (#539)
110- Added getting username from LDAP (#568)
111- Disabled LDAP auth provider and token API in the auth filter (#587)
112- Added LDAP log for users without idsC2Profile
113- Fixed log4j2 properties.
114
115
116# version 0.69.3
117
118- Moved the service path of VC admin services to admin/vc (closed #543)
119- Added an admin service to load and cache system vc (solved #268)
120- Move oauth2 admin service path (closed #544)
121- Excluded admin service to load-cache VC from the test suite
122- Fixed refresh token expiry test
123- Fixed scope check in OAuth2 token request with refresh token
124
125# version 0.69.2
126
1272022-12-05
128- Upgrade version for E2E-simplified Docker images (diewald)
1292023-01-27
130- Updated client info API (replaced user authorization requirement with super
131 client authentication)
1322023-01-30
133- Made scope param required in authorization request (solved #508)
1342023-01-31
135- Allowed OAuth2 clients to use localhost as redirect URIs.
1362023-02-03
137- Fixed content-type in error responses by changing it to application/json
1382023-02-06
139- Allow admin access using admin token for the clean token API
1402023-02-10
141- Use admin filter instead of OAuth2 ADMIN scope
142- Added a plugin test.
1432023-02-15
144- Moved user-group retrieval API to UserGroupAdminController
145 and changed the service path URL of UserGroupAdminController.
1462023-02-20
147- Deprecate API token (JWT) web-service
148- Fixed Slf4J binding
1492023-02-28
150- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1512023-03-06
152- Fixed testing refresh token expiry.
153
154
155# version 0.69.1
156
157- Upgrade version for docker including indexer (diewald)
158
159
160# version 0.69
161
162 - Migrated to Java 11 and Jersey 2
163 - Updated dependencies
164 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
165
166
167# version 0.68
168
1692022-05-25
170 - Added a new API: list plugins (e.g for marketplace)
171 - Added redirect URI validation in authorization request (addressed #374)
172 - Handled user-defined refresh token expiry (added in client info and
173 list API response)
174 - Added installed_plugins table
175 - Added a new API: install plugin
176 - Handled redundant plugin installation
177 - Handled super client id in plugin installation
178 - Deprecated UserClientDto and uses ClientinfoDto instead
179 - Updated redirect URI error message for coherence
1802022-05-27
181 - Added maximum limit to custom refresh token expiry
1822022-06-01
183 - Added new APIs: list user-installed plugins and uninstall plugin.
184 - Moved install and list plugin APIs to PluginController and updated their
185 service paths under /plugins.
1862022-06-03
187 - Implemented searching option using a network endpoint
188 - Implemented initial super client registration for user authentication.
189 - Fixed admin clean token API and restrict plugins to confidential only.
190
191
192
193# version 0.67.1
194
1952022-05-12
196 - Implemented mapping of LDAP username to email
197 - Handled null parameters in authorization requests
1982022-05-25
199 - Fixed null client_id
200 - Updated ldap.config path in the kustvakt-test.conf
201
202
203# version 0.67
204
2052022-05-09
206 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
207 - An embedded LDAP server can now be started automatically if configured accordingly.
2082022-05-11
209 - Changed the SQL script updating oauth2_client table
210
211
212# version 0.66
213
2142022-03-31
215 - Updated query and user-group name pattern.
2162022-04-08
217 - Added redirect_uri to client info API.
2182022-04-11
219 - Added registration_date, refresh_token_expiry, source and is_permitted
220 to the oauth2_client database table, and updated the OAuth2 client
221 registration mechanism.
222 - Added authorization request with GET and deprecated that with POST.
2232022-04-13
224 - Updated OAuth2Client list API (added redirect_uri, registration_date,
225 permitted, source to OAuth2UserClientDto).
2262022-04-20
227 - Updated authorization error response. (Included error and error
228 description in the client redirect URI except for missing or
229 invalid client id or redirect URI.
230
231
232# version 0.65.2
233
2342022-03-03
235 - Removed VCLoader.
236 - Added foreign keys to the DB tables of access and refresh token scopes.
2372022-03-07
238 - Added more parameter checks and OAuth2Client web-service tests.
2392022-03-17
240 - Updated admin filter by using admin token and role checks.
2412022-03-18
242 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2432022-03-28
244 - Updated admin filter (admintoken as a form param) and uses
245 it for the closing index reader API.
246 - Removed unused admin API: clear access token cache.
2472022-03-29
248 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
249
250# version 0.65.1
251
2522022-03-01
253 - Restricts the field retrieval web-service to admin only.
254
255# version 0.65
256
257!!! includes security updates - please update all Kustvakt libraries
258!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
259
2602021-12-02
261 - Updated VC cache.
2622021-12-03
263 - Enabled listing system vc for authorized users.
2642021-12-08
265 - Removed koralQuery and statistics from VC list.
266 - Added a web-service to retrieve KoralQuery of a VC
2672021-12-10
268 - [security] Updated log4j libs due to CVE-2021-44228.
2692021-12-13
270 - Fixed broken test suite.
2712022-01-03
272 - [security] More log4j security updates
273 - Bumped unboundid-ldapsdk
274 - Updated tests.
2752022-01-25
276 - Added show-tokens option to the search API.
2772022-01-31
278 - Added an API retrieving fields of a virtual corpus.
279
280# version 0.64.1
281
2822021-10-26
283 - Bump Kustvakt and Krill versions.
284
285
286# version 0.64
2872021-07-29
288 - Updated the change files and made a new version.
2892021-08-12
290 - Fixed errors due to missing query type and added tests.
2912021-08-13
292 - Fixed missing request entity.
293 - Updated the query service to enable editing query references.
2942021-08-16
295 - Fixed creator param when storing query or VC by admins for
296 the system or other users.
297
298# version 0.63.2
2992021-06-11
300 - Updated OAuth2 token length & secure random algorithm config.
301 - Added character set filter to random code generator, e.g. for client_id.
3022021-06-14
303 - Updated roleId and super client parameters.
3042021-06-24
305 - Fixed broken test.
3062021-07-22
307 - Updated cache settings and some loggings.
3082021-07-26
309 - Replaced annotation parsing with restoring the annotation tables to the
310database.
311 - Moved cache config to the full config.
312
313# version 0.63.1
3142021-02-22
315 - Updated libraries (margaretha)
316 - Renamed virtual corpus to query (margaretha)
3172021-02-26
318 - Added query access roles and fixed vc access roles (margaretha)
319 - Added delete query webservice and tests (margaretha)
3202021-03-25
321 - Updated Koral version for Info Controller (margaretha)
322 - Updated OAuth2 token list with token type and user clientId
323parameters (margaretha)
3242021-03-29
325 - Added client type in the client list web-service. Resolved #58 (margaretha)
3262021-04-19
327 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3282021-04-26
329 - Updated OAuth2 Client list (margaretha)
3302021-04-30
331 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
332 - Updated OAuth2 API responses for coherence (margaretha)
3332021-06-07
334 - Updated OAuth2 client dto (margaretha)
335
336# version 0.63
33726/10/2020
338 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
33929/10/2020
340 - Introduction of a query reference rewrite mechanism (diewald)
34130/10/2020
342 - Added database methods for storing query references (diewald)
34304/12/2020
344 - Fix hibernate dialect for SQLite. (margaretha)
34504/12/2020
346 - Fix pipe warning. (margaretha)
34714/01/2021
348 - Updated Flyway (margaretha)
34921/01/2021
350 - Fixed running pipe and updated tests with mockserver (margaretha)
35101/02/2021
352 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
35305/02/2021
354 - Add query reference web-service (diewald,margaretha)
35510/02/2021
356 - Fixed problem with multiple desktop apps (diewald, margaretha)
35712/02/2021
358 - Added listing available queries for users (margaretha)
35917/02/2021
360 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
361 - Added query and query language in virtual corpus table (margaretha)
36218/02/2021
363 - Set corpus access public for stored query (margaretha)
36419/02/2021
365 - Enabled API info web-service (margaretha)
366
367
368# version 0.62.4
36924/01/2020
370 - Removed salt from config and updated config files (margaretha)
37103/02/2020
372 - Added an admin API for clearing access token cache (margaretha)
37305/02/2020
374 - Added a config properties for a long-time access token expiry
375 and excluded refresh tokens for public clients in OAuth2 token
376 responses (margaretha)
377 - Removed client authentication from the client deregistration and
378 client-secret reset APIs (margaretha)
37904/03/2020
380 - Updated the sample index (diewald)
381
382# version 0.62.3
38303/12/2019
384 - Implemented pipe extension in the search API (margaretha)
38511/12/2019
386 - Added errors when requesting VC in caching process (margaretha,
387 resolved #47)
38812/12/2019
389 - Added support for multiple cq parameters (margaretha, resolved #46)
39013/12/2019
391 - Handled pipe errors and added tests (margaretha)
39219/12/2019
393 - Updated create update user-group API (margaretha)
39420/12/2019
395 - Removed transactional annotations from simple select queries (margaretha)
396 - Updated free resource controller (margaretha)
39715/01-2020
398 - Added additional statistic figures to virtual corpus info API
399 response (margaretha)
400
401# version 0.62.2
40217/10/2019
403 - Handled vulnerability CVE-2019-17195. (margaretha)
4048/11/2019
405 - Added user-group name pattern (margaretha, issue #33)
40611/11/2019
407 - Updated user group service paths and replaced groupId with groupName
408 (margaretha, resolved #33)
40912/11/2019
410 - Removed UserGroupJson & updated listUserGroups and createUserGroup
411 services (margaretha)
412 - Added prefixes to username and groupname parameters in service paths
413 (margaretha, resolved #35)
41413/11/2019
415 - Added tests for issue #43 (margaretha)
41614/11/2019
417 - Added client description and URL to list-authorized-clients service
418 (margaretha, close #53)
419 - Implemented a service to list clients registered by a user (margaretha,
420 close #52)
421 - Added a check for OAuth2 client, VC, and group name length (margaretha)
42215/11/2019
423 - Merged list authorized client and list registered client services
424 (margaretha)
42521/11/2019
426 - Added a service to list active refresh tokens of a user (margaretha)
427 - Added username filtering to token revocation service via super client
428 (margaretha)
42926/11/2019
430 - Added a service to revoke a single refresh token via super client
431 (margaretha)
432
433# version 0.62.1
43408/07/2019
435 - Added tests for public metadata response in search api (margaretha,
436 issue #43)
437 - Disabled some tests of unused/disabled web-services (margaretha)
43807/08/2019
439 - Fixed missing scopes after requesting access token with refresh token
440 (margaretha)
441 - Fixed post requests with status OK and empty body (margaretha)
44207/08/2019
443 - Added users to hidden group when searching in a published VC (margaretha,
444 resolved #40)
44515/08/2019
446 - Updated the response statuses of VC PUT requests (margaretha)
447
448# version 0.62
44928/02/2019
450 - Removed old VC controllers and updated tests (margaretha, issue #34)
451 - Updated VC access controllers (margaretha)
45219/03/2019
453 - Added close index controller (margaretha)
45411/04/2019
455 - Fixed unknown authentication scheme, missing VC entity, and parameter
456 checker (margaretha)
457 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
458 unique group name and unknown VC access (margaretha)
45927/06/2019
460 - Handled LDAP errors, fixed #45 (margaretha)
46103/07/2019
462 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
463 - Changed the response media-type of authentication controllers (margaretha)
464 - Fixed bugs: allow guest to retrieve system VC,
465 remove VC from cache when it is deleted (margaretha)
46604/07/2019
467 - Updated VC name pattern and tests (margaretha)
468
469# version 0.61.6
47004/02/2019
471 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
472 - Updated client deregistration behavior (margaretha)
47305/02/2019
474 - Added delete-group-by-name controller (margaretha)
475 - Added unique index to group name (margaretha)
47606/02/2019
477 - Updated a user setting test using array for multiple values (margaretha)
478 - Added metadata controller tests (margaretha)
47918/02/2019
480 - Fixed tests (margaretha)
481 - Updated handling errors from Koral (margaretha)
48219/02/2019
483 - Added fields to metadata controller (margaretha, issue #39)
484
485# version 0.61.5
48617/12/2018
487 - Added a search timeout test (margaretha)
48818/12/2018
489 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
49008/01/2019
491 - Improved predefined vc caching (issue #28, margaretha)
49209/01/2019
493 - Added comments (margaretha)
494 - Updated code structure (margaretha)
49511/01/2019
496 - Degraded API version to 1.0 (margaretha)
497 - Added OAuth2 client info tests (margaretha)
49814/01/2019
499 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
50016/01/2019
501 - Added a PUT request for both creating and editing vc (margaretha)
502 - Added aliases to some VC controllers (margaretha)
503 - Merged VC access list controllers (margaretha)
50421/01/2019
505 - Removed codes related to user registration & password management (margaretha)
50622/01/2019
507 - Added create, edit, retrieve user default setting controllers (margaretha)
50822/01/2019
509 - Updated default setting controllers & added tests (margaretha)
510 - Added delete key in setting controllers (margaretha)
51123/01/2019
512 - Added default setting key validation (margaretha)
513 - Fixed UserdataTest (margaretha)
51424/01/2019
515 - Added default setting key validation & fixed UserdataTest (margaretha)
51625/01/2019
517 - Added VC reference and MapUtil tests (margaretha)
51828/01/2019
519 - Fixed username verification in DefaultSettingService (margaretha)
520 - Added foundry rewrite with user default setting (margaretha)
521 - Added default foundry for morphology layer (margaretha)
52229/01/2019
523 - Fixed share VC type (margaretha)
524 - Added delete setting controller (margaretha)
525 - Handled "no resource found" cases (margaretha, issue #37)
52630/01/2019
527 - Added server shutdown description in readme (margaretha)
528
529# version 0.61.4
53014/11/2018
531 - Integrated lite and full services and controllers in core (margaretha)
53221/11/2018
533 - Updated OAuth2 refresh token request to create a new refresh token and
534 revoke the old one per request (margaretha)
53528/11/2018
536 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
537 - Handled storing cached VC with VC reference (margaretha)
53829/11/2018
539 - Added a controller for listing user clients having active refresh tokens
540 (margaretha)
5416/12/2018
542 - Added debug flags to mitigate log4j debugging performance (margaretha)
543 - Fixed KoralNode at() method (margaretha)
54411/12/2018
545 - Implemented revoking all tokens of a user client via a super client
546 (margaretha)
547 - Removed document controllers and KustvaktResource (margaretha)
548 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
549
550
551# version 0.61.3
55217/10/2018
553 - Updated NamedVCLoader to be optional (margaretha)
554 - Updated annotation tables & implemented key-value structure (margaretha)
555 - Added annotation parser for annotation data from kalamar (margaretha)
556 - Implemented parsing free resource info from json (margaretha)
55722/10/2018
558 - Updated jetty, spring and hibernate versions (margaretha)
559 - Fixed the order of annotation keys and values, and added tests (margaretha)
560 - Fixed resource DAO & added tests (margaretha)
56124/10/2018
562 - Fixed query serialization service (margaretha)
563 - Added "highlights" parameter to matchInfo controller (margaretha)
564 - Added "fields" parameter to search controllers (margaretha)
565 - Integrated lite controllers, services and tests in full version (margaretha)
56629/10/2018
567 - Moved javax.servlet-api to core (margaretha)
56807/11/2018
569 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
57013/11/2018
571 - Added Shutdown handler to Jetty server (margaretha)
572 - Fixed storing VC order in NamedVCLoader (margaretha)
573
574# version 0.61.2
57512/09/2018
576 - Added various log4j2 configurations (margaretha)
57713/09/2018
578 - Implemented VirtualCorpusRewrite (margaretha)
57914/09/2018
580 - Fixed SpringJerseyTest ApplicationContext (margaretha)
581 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
582 - Enabled VCReferenceTest in maven test suite (margaretha)
58318/09/2018
584 - Handled unique constraints / inserting duplicate items to DB (margaretha)
585 - Added a controller for editing user group member roles (margaretha)
58619/09/2018
587 - Fixed cached-VC ref with username (margaretha)
588
589# version 0.61.1
59028/08/2018
591 - Added API URL versioning (margaretha)
592 - Deactivated IdRewrite (margaretha)
593 - Fixed kustvakt controller (margaretha)
59430/08/2018
595 - Fixed root packages & added api version properties in kustvakt.conf
596 (margaretha)
597 - Fixed versioning in SearchController (margaretha)
598 - Added API versioning tests (margaretha)
599
600# version 0.61.0
601
60202/08/2018
603 - Added VC reference tests (margaretha)
604 - Implemented loading and caching named VCs (margaretha)
60503/08/2018
606 - Implemented OAuth2 revoke token (margaretha)
607 - Updated OAuth2 refresh token implementation (margaretha)
60814/08/2018
609 - Implemented revoke all OAuth2 access tokens and authorization codes of
610 client users when deregistering/deleting a client (margaretha)
611 - Fixed update OAuth2 access token (margaretha)
612 - Implemented reset client secret (margaretha)
613 - Fixed revoking latest access token when refreshing OAuth2 access token
614 (margaretha)
61515/08/2018
616 - Implemented OAuth2 client info controller (margaretha)
617 - Implemented update OAuth2 client privilege controller for admins
618 (margaretha)
619 - Implemented unlimited authorization scope for super clients with OAuth2
620 password grant (margaretha)
621 - Marked native clients implementation to deprecated in favour of super
622 clients (margaretha)
623 - Enabled using Bearer tokens as user authentication tokens (Authorization
624 header value) for many controllers including OAuth2 controllers (margaretha)
62516/08/2018
626 - Implemented degrading super clients (margaretha)
627 - Improved and added OAuth2 tests (margaretha)
62821/08/2018
629 - Added VC name pattern check (margaretha)
63022/08/2018
631 - Implemented loading VC from gz files (margaretha)
632 - Updated OAuth2 authorization codes' & access tokens' expiry check
633 (margaretha)
63423/08/2018
635 - Updated RefreshToken implementations with separate DB tables (margaretha)
636 - Allows multiple access tokens per refresh token (margaretha)
63727/08/2018
638 - Added statistic with VC reference tests (margaretha)
639 - Fixed OAuth2 SQL files (margaretha)
64028/08/2018
641 - Added c3p0 datasource configuration to Spring default-config-xml
642 (margaretha)
643 - Added running Kustvakt server with custom spring config in the readme
644 (margaretha)
645 - Removed old OAuth2 codes (margaretha)
646 - Moved non-config test codes to misc (margaretha)
647
648
649# version 0.60.5
650
65109/07/2018
652 - Added service layer to the search controller (margaretha)
653 - Added OAuth2 scope checking in search and VC controllers (margaretha)
654 - Added handling OAuth2 bearer token for VC access and User group
655 controllers (margaretha)
656 - Added default scope to password grant (margaretha)
65710/07/2018
658 - Made createBasicAuthorizationHeaderValue static (margaretha)
659 - Added store access token in openID token service (margaretha)
660 - Fixed empty scope in openID authorization and token service (margaretha)
661 - Implemented storing authorization code in cache (margaretha)
66211/07/2018
663 - Fixed authentication time in authentication controller (margaretha)
664 - Added OAuth2 access token tests (margaretha)
66512/07/2018
666 - Updated maven surefire setting for faster test suite runtime (margaretha)
667 - Implemented refreshing OAuth2 access token (margaretha)
66826/07/2018
669 - Fixed issue #27 (margaretha)
67002/08/2018s
671 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
672
673
674# version 0.60.4
675
67605/07/2018
677 - implemented OAuth2 authorization code request with OpenID Authentication
678 (margaretha)
679 - enabled OAuth2 authorization without OpenID authentication using Nimbus
680 library (margaretha)
681 - implemented response handler for OpenID authentication errors in authorization
682 requests (margaretha)
683 - added tests regarding OpenID authentication in authorization requests
684 (margaretha)
685 - implemented OAuth2 authorization error response via redirect URI instead of
686 JSON (margaretha)
687 - added state to OAuth2 authorization error response (margaretha)
688 - implemented OpenID token service for authorization code flow (margaretha)
689 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
690 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
691 keys (margaretha)
692 - implemented OpenId configuration (margaretha)
693 - added authentication time and support for auth_time in id_token (margaretha)
694 - implemented support for nonce and max_age parameters in OpenID authentication
695 (margaretha)
696 - implemented OAuth2 token request with password grant using Nimbus library
697 (margaretha)
698 - updated redirect URI validator (margaretha)
699 - updated client registration requirement to allow desktop applications
700 (margaretha)
701 - fixed RSA key configuration (margaretha)
702 - merged OAuth2 client deregistration controllers (margaretha)
703 - fixed OAuth2 client unique URL-hashcode (margaretha)
704 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
705 - Added support for unrestricted corpus statistics (ndiewald)
706 - updated paths of user-group deletion-controllers (margaretha)
707 - Do not pass broken queries to Krill (diewald)
708 - added OAuth2 token request with client authentication via Authorization
709 header (margaretha)
710 - added port checking in test suite (margaretha)
711
712# version 0.60.3
713
71406/06/2018
715 - improved user authentication by using authentication filter for authorization
716 code request (margaretha)
717 - limited client authentication to client id checking in authorization code
718 request (margaretha)
719 - added user_id in the oauth2_access_token database table (margaretha)
720 - implemented OAuth2Authentication provider for token context management
721 (margaretha)
722 - added parameter checking for authorization DAO (margaretha)
723 - added controller tests using OAuth2 access token (margaretha)
724 - added database tables for MySQL (margaretha)
725 - updated JWT library and related codes (margaretha)
726
727# version 0.60.2
728
72903/05/2018
730 - implemented OAuth2 client registration (margaretha)
731 - implemented OAuth2 client authentication (margaretha)
732 - changed virtual corpus search to retrieval (margaretha)
733 - implemented public client deregistration task (margaretha)
734 - added client registration and deregistration tests (margaretha)
735 - implemented confidential client deregistration task (margaretha)
736 - fixed storing client secret (margaretha)
737 - implemented OAuth2 response handler (margaretha)
738 - implemented OAuth2 request access token with client credentials grant
739 (margaretha)
740 - implemented OAuth2 request access token with resource owner password grant
741 (margaretha)
742 - implemented OAuth2 authorization code request (margaretha)
743 - added OAuth2 error codes (margaretha)
744 - added OAuth2 authorization, scope and access token tables for SQLite
745 (margaretha)
746 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
747 - implemented OAuth2 request access token with authorization code grant
748 (margaretha)
749 - added setting default scopes in the config file (margaretha)
750 - fixed loading spring config multiple times in the test suite (margaretha)
751 - added SQLite created_date trigger for access token (margaretha)
752 - added a join table for access token scopes (margaretha)
753 - added access scopes handling (margaretha)
754 - added tests about request token with authorization code (margaretha)
755
756# version 0.60.1
757
75828/03/2018
759 - added admin-related SQL codes (margaretha)
760 - updated AdminDao (margaretha)
761 - added optional username query parameter to group list controller (margaretha)
762 - fixed non hierarchical URI of kustvakt conf files (margaretha)
763 - added delete group member triggers (margaretha)
764 - added list user-group by username and status for system admin (margaretha)
765 - added user-group status in user-group DTO (margaretha)
766 - added check for hidden groups in user-group tests (margaretha)
767 - added database trigger test on deleting members when deleting group
768 (margaretha)
769 - renamed VC type PREDEFINED to SYSTEM (margaretha)
770 - added VC list controller for system admin (margaretha)
771 - added VC controller tests with for system admin (margaretha)
772 - added hidden access removal when deleting published VC (margaretha)
773 - added check for hidden groups in VC controller tests (margaretha)
774 - added search user-group controller (margaretha)
775 - removed createdBy from VirtualCorpusJson (margaretha)
776 - moved member role setting from the invitation phase to the after-subscription
777 phase (margaretha)
778 - added member role removal after deleting members (margaretha)
779 - added add and delete member role controllers (margaretha)
780
781# version 0.60
782
78314/03/2018
784 - set up mail settings using localhost port 25 (margaretha)
785 - added mail template in kustvakt configuration (margaretha)
786 - added mail settings to readme (margaretha)
787 - disabled email notification for auto group (margaretha)
788 - added metadata retrieval (diewald)
789 - enabled custom implementation for email address retrieval (margaretha)
790 - removed old policy and deprecated code (margaretha)
791 - moved authentication related code to /full (margaretha)
792 - added userRoles attribute to UserGroupDto. (margaretha)
793 - fixed sqlite trigger (margaretha)
794 - fixed member exist error message (margaretha)
795 - fixed member invitation to join deleted group (margaretha)
796 - added checking deleted group (margaretha)
797
798# version 0.59.10
799
80020/02/2018
801 - added sort VC by id (margaretha)
802 - added test cases regarding VC sharing (margaretha)
803 - implemented withdraw VC from publication (margaretha)
804 - added Changes file (margaretha)
805 - implemented add/invite users to group (margaretha)
806 - implemented delete user-group and member tasks (margaretha)
807 - added userMemberStatus in group lists (margaretha)
808 - updated and added SQL test data (margaretha)
809 - added user group related tests (margaretha)
810 - implemented custom configuration for deleting user groups and members (margaretha)
811 - updated library versions and java environment (margaretha)
812 - added expiration time check for member invitation (margaretha)
813 - moved .properties files (margaretha)
814 - merged changelog file to Changes (margaretha)
815 - updated status codes and error messages to be more detailed (margaretha)
816 - testing mail implementation using embedded jetty jndi (margaretha)
817 - fixed collection rewrite regarding OR operation with other fields
818 (margaretha)
819 - implemented sending mail using spring injection and removed jetty jndi
820 (margaretha)
821 - fixed unrecognized application/json (margaretha)
822 - fixed and updated velocity template (margaretha)
823
824# version 0.59.9
825
82619/01/2018
827 - restructured basic authentication (margaretha)
828 - fixed AuthenticationException to include authentication scheme (margaretha)
829 - fixed rewrite redundancy in collection rewrite (margaretha)
830 - fixed foundry rewrite for constituents (margaretha)
831 - introduced authentication methods, schemes and tokens (margaretha)
832 - implemented collection rewrite with multiple licenses (margaretha)
833 - fixed foundry rewrite for korap span without wrap node (margaretha)
834 - implemented list user group (margaretha)
835 - implemented delete VC task (margaretha)
836 - implemented create user-group, subscribe to user-groups, unsubscribe to
837 user-groups tasks(margaretha)
838 - fixed handling JSON mapping exception for missing enums (margaretha)
839 - implemented list VC task (margaretha)
840 - added KoralQuery in VC lists (margaretha)
841 - implemented edit VC task (margaretha)
842 - implemented publish VC task (margaretha)
843 - implemented share VC task (margaretha)
844 - implemented list only owned VC task (margaretha)
845 - implemented list VC access task (margaretha)
846 - implemented search VC by id task (margaretha)
847 - implemented delete VC access (margaretha)
848 - implemented search for project VC (margaretha)
849 - added search VC related tests (margaretha)
850 - removed PredefinedUserGroup.ALL and related codes (margaretha)
851 - implemented search for published VC (margaretha)
852
853# version 0.59.8
854
85521/09/2017
856 - restructured statistics service (margaretha)
857 - removed deprecated loader codes and tests (margaretha)
858 - removed old Spring java configurations (margaretha)
859 - implemented entity classes for the new database (margaretha)
860 - added MySQL codes regarding VC and for testing (margaretha)
861 - added dao methods regarding VC (margaretha)
862 - added similar SQL codes (to MySQL) for sqlite (margaretha)
863 - added dao methods regarding user groups (margaretha)
864 - restructured web-service codes into controller and logic/business-service
865 (margaretha)
866 - implemented user role and privilege, and added tests (margaretha)
867 - prepared test suite using new database (margaretha)
868 - implemented UserGroupDao and tests (margaretha)
869 - fixed missing exceptions in JsonUtils (margaretha)
870 - restructured web filters and authentication codes (margaretha)
871 - implemented create/store VC (margaretha)
872 - fixed collection rewrite bug regarding availability with operation or
873 (margaretha)
874
875# version 0.59.7
876
87713/10/2016
878 - MOD: updated search to use new siglen (diewald)
879 - MOD: fixed matchinfo retrieval in light service (diewald)
880
88105/05/2015
882 - ADD: rest test suite for user service (hanl)
883 - MOD: setup parameter modification (hanl)
884 - ADD: oauth2 client unique constraint (hanl)