blob: a34b4b2ed7431e2f6a574041c4d50b75f3a630e1 [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
margaretha10618a02024-02-21 11:06:01 +01008
9
margaretha28a53d12024-02-20 12:57:38 +010010# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010011
margarethab06377e2024-01-30 11:06:35 +010012- Moved the content of the full folder to the root folder
13- Removed Piwik
14- Removed unused libraries
15- Cleaned up spring configs
16- Updated Krill and Koral with new groupIds
17- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010018- Updated search Krill and removed Lucene
19- Updated readme
margarethab06377e2024-01-30 11:06:35 +010020
21# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010022
23- Replaced javax.ws to jakarta.ws namespace (#648)
24- Upgrading Jersey 2.40 to 3.x (#646)
25- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
26- Replaced javax.persistence with jakarta.persistence (#648)
27- Migrate Hibernate 5 to 6 (#649)
28- Fix missing placeholders
29- Fixed conflicting jackson-jarxrs
30- Fixed conflicting commons-logging and spring jcl
31- Replaced javax.servlet with jakarta.servlet (#648)
32- Updated authorization services using Nimbus (#650)
33- Fixed BlockingFilter by replacing javax.annotation.Priority
34 with jakarta.annotation.Priority (#659, #648)
35- Replaced javax.annotation with jakarta.annotation
36- Enabled legacy support for authorization POST request
37- Changed OAuth2 token request using Nimbus (#650)
38- Removed Apache Oltu API from token requests (#650)
39- Removed OpenID
40- Fixed clearing cache
41- Fix JettyServerTest, init package, and some java docs.
42- Make scope extraction more flexible.
43- Updated token response using Nimbus (#650)
44- Remove Oltu request and validator implementations (#650)
45- Updated OAuth2 response handler (#650)
46- Fixed ShutdownHandler (fixed #708)
47- Fixed issues with multi-release jar (#706, #708)
48
49
50# version 0.71.1
51
52- Removed auditing (#611)
53- Removed old database configurations (#612)
54- Removed old tests
55- Removed unnecessary caches and methods in the authentication interface
56- Added total result cache (#599)
57- Fixed missing project.version in info web-service
58- Make sure totalResults and other numeric results are numbers (Kupietz)
59- Introduce CQP query language in Koral 0.41
60- Changed DB connection (fixed #670)
61- Resolved duplicate libraries
62- Fixed testing expiry access token
63- Fix lombok compile warning
64- Ensure the order of clean token tests.
65
66# version 0.71
67
68- Renamed entity and service packages in core
69- Renamed web.controller package in core
70- Moved SearchNetworkEndpoint to core.service package
71- Merged lite into full
72- Merged core into full
73
74
75# version 0.70.1
76
77- Added data folder containing super_client_info and database
78 for mounting into docker
79- Added an error for missing redirect uri in a token request
80 when it has been included in the authorization request.
81- Added tests for VC sharing and for OAuth2 client using VC services
82- Added and updated VC controller tests
83- Moved hibernate.properties
84- Added maximum number of user persistent virtual corpora and queries
85
86# version 0.70
87
88- Support token array in matchinfo (fixes #570; diewald)
89- Updated VC list API and deprecated owner VC list (addressed #580)
90- Added user info web-service (solved #566)
91- Implemented configurable resource filters for search and match
92 info APIs (#539)
93- Added getting username from LDAP (#568)
94- Disabled LDAP auth provider and token API in the auth filter (#587)
95- Added LDAP log for users without idsC2Profile
96- Fixed log4j2 properties.
97
98
99# version 0.69.3
100
101- Moved the service path of VC admin services to admin/vc (closed #543)
102- Added an admin service to load and cache system vc (solved #268)
103- Move oauth2 admin service path (closed #544)
104- Excluded admin service to load-cache VC from the test suite
105- Fixed refresh token expiry test
106- Fixed scope check in OAuth2 token request with refresh token
107
108# version 0.69.2
109
1102022-12-05
111- Upgrade version for E2E-simplified Docker images (diewald)
1122023-01-27
113- Updated client info API (replaced user authorization requirement with super
114 client authentication)
1152023-01-30
116- Made scope param required in authorization request (solved #508)
1172023-01-31
118- Allowed OAuth2 clients to use localhost as redirect URIs.
1192023-02-03
120- Fixed content-type in error responses by changing it to application/json
1212023-02-06
122- Allow admin access using admin token for the clean token API
1232023-02-10
124- Use admin filter instead of OAuth2 ADMIN scope
125- Added a plugin test.
1262023-02-15
127- Moved user-group retrieval API to UserGroupAdminController
128 and changed the service path URL of UserGroupAdminController.
1292023-02-20
130- Deprecate API token (JWT) web-service
131- Fixed Slf4J binding
1322023-02-28
133- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1342023-03-06
135- Fixed testing refresh token expiry.
136
137
138# version 0.69.1
139
140- Upgrade version for docker including indexer (diewald)
141
142
143# version 0.69
144
145 - Migrated to Java 11 and Jersey 2
146 - Updated dependencies
147 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
148
149
150# version 0.68
151
1522022-05-25
153 - Added a new API: list plugins (e.g for marketplace)
154 - Added redirect URI validation in authorization request (addressed #374)
155 - Handled user-defined refresh token expiry (added in client info and
156 list API response)
157 - Added installed_plugins table
158 - Added a new API: install plugin
159 - Handled redundant plugin installation
160 - Handled super client id in plugin installation
161 - Deprecated UserClientDto and uses ClientinfoDto instead
162 - Updated redirect URI error message for coherence
1632022-05-27
164 - Added maximum limit to custom refresh token expiry
1652022-06-01
166 - Added new APIs: list user-installed plugins and uninstall plugin.
167 - Moved install and list plugin APIs to PluginController and updated their
168 service paths under /plugins.
1692022-06-03
170 - Implemented searching option using a network endpoint
171 - Implemented initial super client registration for user authentication.
172 - Fixed admin clean token API and restrict plugins to confidential only.
173
174
175
176# version 0.67.1
177
1782022-05-12
179 - Implemented mapping of LDAP username to email
180 - Handled null parameters in authorization requests
1812022-05-25
182 - Fixed null client_id
183 - Updated ldap.config path in the kustvakt-test.conf
184
185
186# version 0.67
187
1882022-05-09
189 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
190 - An embedded LDAP server can now be started automatically if configured accordingly.
1912022-05-11
192 - Changed the SQL script updating oauth2_client table
193
194
195# version 0.66
196
1972022-03-31
198 - Updated query and user-group name pattern.
1992022-04-08
200 - Added redirect_uri to client info API.
2012022-04-11
202 - Added registration_date, refresh_token_expiry, source and is_permitted
203 to the oauth2_client database table, and updated the OAuth2 client
204 registration mechanism.
205 - Added authorization request with GET and deprecated that with POST.
2062022-04-13
207 - Updated OAuth2Client list API (added redirect_uri, registration_date,
208 permitted, source to OAuth2UserClientDto).
2092022-04-20
210 - Updated authorization error response. (Included error and error
211 description in the client redirect URI except for missing or
212 invalid client id or redirect URI.
213
214
215# version 0.65.2
216
2172022-03-03
218 - Removed VCLoader.
219 - Added foreign keys to the DB tables of access and refresh token scopes.
2202022-03-07
221 - Added more parameter checks and OAuth2Client web-service tests.
2222022-03-17
223 - Updated admin filter by using admin token and role checks.
2242022-03-18
225 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2262022-03-28
227 - Updated admin filter (admintoken as a form param) and uses
228 it for the closing index reader API.
229 - Removed unused admin API: clear access token cache.
2302022-03-29
231 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
232
233# version 0.65.1
234
2352022-03-01
236 - Restricts the field retrieval web-service to admin only.
237
238# version 0.65
239
240!!! includes security updates - please update all Kustvakt libraries
241!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
242
2432021-12-02
244 - Updated VC cache.
2452021-12-03
246 - Enabled listing system vc for authorized users.
2472021-12-08
248 - Removed koralQuery and statistics from VC list.
249 - Added a web-service to retrieve KoralQuery of a VC
2502021-12-10
251 - [security] Updated log4j libs due to CVE-2021-44228.
2522021-12-13
253 - Fixed broken test suite.
2542022-01-03
255 - [security] More log4j security updates
256 - Bumped unboundid-ldapsdk
257 - Updated tests.
2582022-01-25
259 - Added show-tokens option to the search API.
2602022-01-31
261 - Added an API retrieving fields of a virtual corpus.
262
263# version 0.64.1
264
2652021-10-26
266 - Bump Kustvakt and Krill versions.
267
268
269# version 0.64
2702021-07-29
271 - Updated the change files and made a new version.
2722021-08-12
273 - Fixed errors due to missing query type and added tests.
2742021-08-13
275 - Fixed missing request entity.
276 - Updated the query service to enable editing query references.
2772021-08-16
278 - Fixed creator param when storing query or VC by admins for
279 the system or other users.
280
281# version 0.63.2
2822021-06-11
283 - Updated OAuth2 token length & secure random algorithm config.
284 - Added character set filter to random code generator, e.g. for client_id.
2852021-06-14
286 - Updated roleId and super client parameters.
2872021-06-24
288 - Fixed broken test.
2892021-07-22
290 - Updated cache settings and some loggings.
2912021-07-26
292 - Replaced annotation parsing with restoring the annotation tables to the
293database.
294 - Moved cache config to the full config.
295
296# version 0.63.1
2972021-02-22
298 - Updated libraries (margaretha)
299 - Renamed virtual corpus to query (margaretha)
3002021-02-26
301 - Added query access roles and fixed vc access roles (margaretha)
302 - Added delete query webservice and tests (margaretha)
3032021-03-25
304 - Updated Koral version for Info Controller (margaretha)
305 - Updated OAuth2 token list with token type and user clientId
306parameters (margaretha)
3072021-03-29
308 - Added client type in the client list web-service. Resolved #58 (margaretha)
3092021-04-19
310 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3112021-04-26
312 - Updated OAuth2 Client list (margaretha)
3132021-04-30
314 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
315 - Updated OAuth2 API responses for coherence (margaretha)
3162021-06-07
317 - Updated OAuth2 client dto (margaretha)
318
319# version 0.63
32026/10/2020
321 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
32229/10/2020
323 - Introduction of a query reference rewrite mechanism (diewald)
32430/10/2020
325 - Added database methods for storing query references (diewald)
32604/12/2020
327 - Fix hibernate dialect for SQLite. (margaretha)
32804/12/2020
329 - Fix pipe warning. (margaretha)
33014/01/2021
331 - Updated Flyway (margaretha)
33221/01/2021
333 - Fixed running pipe and updated tests with mockserver (margaretha)
33401/02/2021
335 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
33605/02/2021
337 - Add query reference web-service (diewald,margaretha)
33810/02/2021
339 - Fixed problem with multiple desktop apps (diewald, margaretha)
34012/02/2021
341 - Added listing available queries for users (margaretha)
34217/02/2021
343 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
344 - Added query and query language in virtual corpus table (margaretha)
34518/02/2021
346 - Set corpus access public for stored query (margaretha)
34719/02/2021
348 - Enabled API info web-service (margaretha)
349
350
351# version 0.62.4
35224/01/2020
353 - Removed salt from config and updated config files (margaretha)
35403/02/2020
355 - Added an admin API for clearing access token cache (margaretha)
35605/02/2020
357 - Added a config properties for a long-time access token expiry
358 and excluded refresh tokens for public clients in OAuth2 token
359 responses (margaretha)
360 - Removed client authentication from the client deregistration and
361 client-secret reset APIs (margaretha)
36204/03/2020
363 - Updated the sample index (diewald)
364
365# version 0.62.3
36603/12/2019
367 - Implemented pipe extension in the search API (margaretha)
36811/12/2019
369 - Added errors when requesting VC in caching process (margaretha,
370 resolved #47)
37112/12/2019
372 - Added support for multiple cq parameters (margaretha, resolved #46)
37313/12/2019
374 - Handled pipe errors and added tests (margaretha)
37519/12/2019
376 - Updated create update user-group API (margaretha)
37720/12/2019
378 - Removed transactional annotations from simple select queries (margaretha)
379 - Updated free resource controller (margaretha)
38015/01-2020
381 - Added additional statistic figures to virtual corpus info API
382 response (margaretha)
383
384# version 0.62.2
38517/10/2019
386 - Handled vulnerability CVE-2019-17195. (margaretha)
3878/11/2019
388 - Added user-group name pattern (margaretha, issue #33)
38911/11/2019
390 - Updated user group service paths and replaced groupId with groupName
391 (margaretha, resolved #33)
39212/11/2019
393 - Removed UserGroupJson & updated listUserGroups and createUserGroup
394 services (margaretha)
395 - Added prefixes to username and groupname parameters in service paths
396 (margaretha, resolved #35)
39713/11/2019
398 - Added tests for issue #43 (margaretha)
39914/11/2019
400 - Added client description and URL to list-authorized-clients service
401 (margaretha, close #53)
402 - Implemented a service to list clients registered by a user (margaretha,
403 close #52)
404 - Added a check for OAuth2 client, VC, and group name length (margaretha)
40515/11/2019
406 - Merged list authorized client and list registered client services
407 (margaretha)
40821/11/2019
409 - Added a service to list active refresh tokens of a user (margaretha)
410 - Added username filtering to token revocation service via super client
411 (margaretha)
41226/11/2019
413 - Added a service to revoke a single refresh token via super client
414 (margaretha)
415
416# version 0.62.1
41708/07/2019
418 - Added tests for public metadata response in search api (margaretha,
419 issue #43)
420 - Disabled some tests of unused/disabled web-services (margaretha)
42107/08/2019
422 - Fixed missing scopes after requesting access token with refresh token
423 (margaretha)
424 - Fixed post requests with status OK and empty body (margaretha)
42507/08/2019
426 - Added users to hidden group when searching in a published VC (margaretha,
427 resolved #40)
42815/08/2019
429 - Updated the response statuses of VC PUT requests (margaretha)
430
431# version 0.62
43228/02/2019
433 - Removed old VC controllers and updated tests (margaretha, issue #34)
434 - Updated VC access controllers (margaretha)
43519/03/2019
436 - Added close index controller (margaretha)
43711/04/2019
438 - Fixed unknown authentication scheme, missing VC entity, and parameter
439 checker (margaretha)
440 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
441 unique group name and unknown VC access (margaretha)
44227/06/2019
443 - Handled LDAP errors, fixed #45 (margaretha)
44403/07/2019
445 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
446 - Changed the response media-type of authentication controllers (margaretha)
447 - Fixed bugs: allow guest to retrieve system VC,
448 remove VC from cache when it is deleted (margaretha)
44904/07/2019
450 - Updated VC name pattern and tests (margaretha)
451
452# version 0.61.6
45304/02/2019
454 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
455 - Updated client deregistration behavior (margaretha)
45605/02/2019
457 - Added delete-group-by-name controller (margaretha)
458 - Added unique index to group name (margaretha)
45906/02/2019
460 - Updated a user setting test using array for multiple values (margaretha)
461 - Added metadata controller tests (margaretha)
46218/02/2019
463 - Fixed tests (margaretha)
464 - Updated handling errors from Koral (margaretha)
46519/02/2019
466 - Added fields to metadata controller (margaretha, issue #39)
467
468# version 0.61.5
46917/12/2018
470 - Added a search timeout test (margaretha)
47118/12/2018
472 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
47308/01/2019
474 - Improved predefined vc caching (issue #28, margaretha)
47509/01/2019
476 - Added comments (margaretha)
477 - Updated code structure (margaretha)
47811/01/2019
479 - Degraded API version to 1.0 (margaretha)
480 - Added OAuth2 client info tests (margaretha)
48114/01/2019
482 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
48316/01/2019
484 - Added a PUT request for both creating and editing vc (margaretha)
485 - Added aliases to some VC controllers (margaretha)
486 - Merged VC access list controllers (margaretha)
48721/01/2019
488 - Removed codes related to user registration & password management (margaretha)
48922/01/2019
490 - Added create, edit, retrieve user default setting controllers (margaretha)
49122/01/2019
492 - Updated default setting controllers & added tests (margaretha)
493 - Added delete key in setting controllers (margaretha)
49423/01/2019
495 - Added default setting key validation (margaretha)
496 - Fixed UserdataTest (margaretha)
49724/01/2019
498 - Added default setting key validation & fixed UserdataTest (margaretha)
49925/01/2019
500 - Added VC reference and MapUtil tests (margaretha)
50128/01/2019
502 - Fixed username verification in DefaultSettingService (margaretha)
503 - Added foundry rewrite with user default setting (margaretha)
504 - Added default foundry for morphology layer (margaretha)
50529/01/2019
506 - Fixed share VC type (margaretha)
507 - Added delete setting controller (margaretha)
508 - Handled "no resource found" cases (margaretha, issue #37)
50930/01/2019
510 - Added server shutdown description in readme (margaretha)
511
512# version 0.61.4
51314/11/2018
514 - Integrated lite and full services and controllers in core (margaretha)
51521/11/2018
516 - Updated OAuth2 refresh token request to create a new refresh token and
517 revoke the old one per request (margaretha)
51828/11/2018
519 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
520 - Handled storing cached VC with VC reference (margaretha)
52129/11/2018
522 - Added a controller for listing user clients having active refresh tokens
523 (margaretha)
5246/12/2018
525 - Added debug flags to mitigate log4j debugging performance (margaretha)
526 - Fixed KoralNode at() method (margaretha)
52711/12/2018
528 - Implemented revoking all tokens of a user client via a super client
529 (margaretha)
530 - Removed document controllers and KustvaktResource (margaretha)
531 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
532
533
534# version 0.61.3
53517/10/2018
536 - Updated NamedVCLoader to be optional (margaretha)
537 - Updated annotation tables & implemented key-value structure (margaretha)
538 - Added annotation parser for annotation data from kalamar (margaretha)
539 - Implemented parsing free resource info from json (margaretha)
54022/10/2018
541 - Updated jetty, spring and hibernate versions (margaretha)
542 - Fixed the order of annotation keys and values, and added tests (margaretha)
543 - Fixed resource DAO & added tests (margaretha)
54424/10/2018
545 - Fixed query serialization service (margaretha)
546 - Added "highlights" parameter to matchInfo controller (margaretha)
547 - Added "fields" parameter to search controllers (margaretha)
548 - Integrated lite controllers, services and tests in full version (margaretha)
54929/10/2018
550 - Moved javax.servlet-api to core (margaretha)
55107/11/2018
552 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
55313/11/2018
554 - Added Shutdown handler to Jetty server (margaretha)
555 - Fixed storing VC order in NamedVCLoader (margaretha)
556
557# version 0.61.2
55812/09/2018
559 - Added various log4j2 configurations (margaretha)
56013/09/2018
561 - Implemented VirtualCorpusRewrite (margaretha)
56214/09/2018
563 - Fixed SpringJerseyTest ApplicationContext (margaretha)
564 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
565 - Enabled VCReferenceTest in maven test suite (margaretha)
56618/09/2018
567 - Handled unique constraints / inserting duplicate items to DB (margaretha)
568 - Added a controller for editing user group member roles (margaretha)
56919/09/2018
570 - Fixed cached-VC ref with username (margaretha)
571
572# version 0.61.1
57328/08/2018
574 - Added API URL versioning (margaretha)
575 - Deactivated IdRewrite (margaretha)
576 - Fixed kustvakt controller (margaretha)
57730/08/2018
578 - Fixed root packages & added api version properties in kustvakt.conf
579 (margaretha)
580 - Fixed versioning in SearchController (margaretha)
581 - Added API versioning tests (margaretha)
582
583# version 0.61.0
584
58502/08/2018
586 - Added VC reference tests (margaretha)
587 - Implemented loading and caching named VCs (margaretha)
58803/08/2018
589 - Implemented OAuth2 revoke token (margaretha)
590 - Updated OAuth2 refresh token implementation (margaretha)
59114/08/2018
592 - Implemented revoke all OAuth2 access tokens and authorization codes of
593 client users when deregistering/deleting a client (margaretha)
594 - Fixed update OAuth2 access token (margaretha)
595 - Implemented reset client secret (margaretha)
596 - Fixed revoking latest access token when refreshing OAuth2 access token
597 (margaretha)
59815/08/2018
599 - Implemented OAuth2 client info controller (margaretha)
600 - Implemented update OAuth2 client privilege controller for admins
601 (margaretha)
602 - Implemented unlimited authorization scope for super clients with OAuth2
603 password grant (margaretha)
604 - Marked native clients implementation to deprecated in favour of super
605 clients (margaretha)
606 - Enabled using Bearer tokens as user authentication tokens (Authorization
607 header value) for many controllers including OAuth2 controllers (margaretha)
60816/08/2018
609 - Implemented degrading super clients (margaretha)
610 - Improved and added OAuth2 tests (margaretha)
61121/08/2018
612 - Added VC name pattern check (margaretha)
61322/08/2018
614 - Implemented loading VC from gz files (margaretha)
615 - Updated OAuth2 authorization codes' & access tokens' expiry check
616 (margaretha)
61723/08/2018
618 - Updated RefreshToken implementations with separate DB tables (margaretha)
619 - Allows multiple access tokens per refresh token (margaretha)
62027/08/2018
621 - Added statistic with VC reference tests (margaretha)
622 - Fixed OAuth2 SQL files (margaretha)
62328/08/2018
624 - Added c3p0 datasource configuration to Spring default-config-xml
625 (margaretha)
626 - Added running Kustvakt server with custom spring config in the readme
627 (margaretha)
628 - Removed old OAuth2 codes (margaretha)
629 - Moved non-config test codes to misc (margaretha)
630
631
632# version 0.60.5
633
63409/07/2018
635 - Added service layer to the search controller (margaretha)
636 - Added OAuth2 scope checking in search and VC controllers (margaretha)
637 - Added handling OAuth2 bearer token for VC access and User group
638 controllers (margaretha)
639 - Added default scope to password grant (margaretha)
64010/07/2018
641 - Made createBasicAuthorizationHeaderValue static (margaretha)
642 - Added store access token in openID token service (margaretha)
643 - Fixed empty scope in openID authorization and token service (margaretha)
644 - Implemented storing authorization code in cache (margaretha)
64511/07/2018
646 - Fixed authentication time in authentication controller (margaretha)
647 - Added OAuth2 access token tests (margaretha)
64812/07/2018
649 - Updated maven surefire setting for faster test suite runtime (margaretha)
650 - Implemented refreshing OAuth2 access token (margaretha)
65126/07/2018
652 - Fixed issue #27 (margaretha)
65302/08/2018s
654 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
655
656
657# version 0.60.4
658
65905/07/2018
660 - implemented OAuth2 authorization code request with OpenID Authentication
661 (margaretha)
662 - enabled OAuth2 authorization without OpenID authentication using Nimbus
663 library (margaretha)
664 - implemented response handler for OpenID authentication errors in authorization
665 requests (margaretha)
666 - added tests regarding OpenID authentication in authorization requests
667 (margaretha)
668 - implemented OAuth2 authorization error response via redirect URI instead of
669 JSON (margaretha)
670 - added state to OAuth2 authorization error response (margaretha)
671 - implemented OpenID token service for authorization code flow (margaretha)
672 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
673 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
674 keys (margaretha)
675 - implemented OpenId configuration (margaretha)
676 - added authentication time and support for auth_time in id_token (margaretha)
677 - implemented support for nonce and max_age parameters in OpenID authentication
678 (margaretha)
679 - implemented OAuth2 token request with password grant using Nimbus library
680 (margaretha)
681 - updated redirect URI validator (margaretha)
682 - updated client registration requirement to allow desktop applications
683 (margaretha)
684 - fixed RSA key configuration (margaretha)
685 - merged OAuth2 client deregistration controllers (margaretha)
686 - fixed OAuth2 client unique URL-hashcode (margaretha)
687 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
688 - Added support for unrestricted corpus statistics (ndiewald)
689 - updated paths of user-group deletion-controllers (margaretha)
690 - Do not pass broken queries to Krill (diewald)
691 - added OAuth2 token request with client authentication via Authorization
692 header (margaretha)
693 - added port checking in test suite (margaretha)
694
695# version 0.60.3
696
69706/06/2018
698 - improved user authentication by using authentication filter for authorization
699 code request (margaretha)
700 - limited client authentication to client id checking in authorization code
701 request (margaretha)
702 - added user_id in the oauth2_access_token database table (margaretha)
703 - implemented OAuth2Authentication provider for token context management
704 (margaretha)
705 - added parameter checking for authorization DAO (margaretha)
706 - added controller tests using OAuth2 access token (margaretha)
707 - added database tables for MySQL (margaretha)
708 - updated JWT library and related codes (margaretha)
709
710# version 0.60.2
711
71203/05/2018
713 - implemented OAuth2 client registration (margaretha)
714 - implemented OAuth2 client authentication (margaretha)
715 - changed virtual corpus search to retrieval (margaretha)
716 - implemented public client deregistration task (margaretha)
717 - added client registration and deregistration tests (margaretha)
718 - implemented confidential client deregistration task (margaretha)
719 - fixed storing client secret (margaretha)
720 - implemented OAuth2 response handler (margaretha)
721 - implemented OAuth2 request access token with client credentials grant
722 (margaretha)
723 - implemented OAuth2 request access token with resource owner password grant
724 (margaretha)
725 - implemented OAuth2 authorization code request (margaretha)
726 - added OAuth2 error codes (margaretha)
727 - added OAuth2 authorization, scope and access token tables for SQLite
728 (margaretha)
729 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
730 - implemented OAuth2 request access token with authorization code grant
731 (margaretha)
732 - added setting default scopes in the config file (margaretha)
733 - fixed loading spring config multiple times in the test suite (margaretha)
734 - added SQLite created_date trigger for access token (margaretha)
735 - added a join table for access token scopes (margaretha)
736 - added access scopes handling (margaretha)
737 - added tests about request token with authorization code (margaretha)
738
739# version 0.60.1
740
74128/03/2018
742 - added admin-related SQL codes (margaretha)
743 - updated AdminDao (margaretha)
744 - added optional username query parameter to group list controller (margaretha)
745 - fixed non hierarchical URI of kustvakt conf files (margaretha)
746 - added delete group member triggers (margaretha)
747 - added list user-group by username and status for system admin (margaretha)
748 - added user-group status in user-group DTO (margaretha)
749 - added check for hidden groups in user-group tests (margaretha)
750 - added database trigger test on deleting members when deleting group
751 (margaretha)
752 - renamed VC type PREDEFINED to SYSTEM (margaretha)
753 - added VC list controller for system admin (margaretha)
754 - added VC controller tests with for system admin (margaretha)
755 - added hidden access removal when deleting published VC (margaretha)
756 - added check for hidden groups in VC controller tests (margaretha)
757 - added search user-group controller (margaretha)
758 - removed createdBy from VirtualCorpusJson (margaretha)
759 - moved member role setting from the invitation phase to the after-subscription
760 phase (margaretha)
761 - added member role removal after deleting members (margaretha)
762 - added add and delete member role controllers (margaretha)
763
764# version 0.60
765
76614/03/2018
767 - set up mail settings using localhost port 25 (margaretha)
768 - added mail template in kustvakt configuration (margaretha)
769 - added mail settings to readme (margaretha)
770 - disabled email notification for auto group (margaretha)
771 - added metadata retrieval (diewald)
772 - enabled custom implementation for email address retrieval (margaretha)
773 - removed old policy and deprecated code (margaretha)
774 - moved authentication related code to /full (margaretha)
775 - added userRoles attribute to UserGroupDto. (margaretha)
776 - fixed sqlite trigger (margaretha)
777 - fixed member exist error message (margaretha)
778 - fixed member invitation to join deleted group (margaretha)
779 - added checking deleted group (margaretha)
780
781# version 0.59.10
782
78320/02/2018
784 - added sort VC by id (margaretha)
785 - added test cases regarding VC sharing (margaretha)
786 - implemented withdraw VC from publication (margaretha)
787 - added Changes file (margaretha)
788 - implemented add/invite users to group (margaretha)
789 - implemented delete user-group and member tasks (margaretha)
790 - added userMemberStatus in group lists (margaretha)
791 - updated and added SQL test data (margaretha)
792 - added user group related tests (margaretha)
793 - implemented custom configuration for deleting user groups and members (margaretha)
794 - updated library versions and java environment (margaretha)
795 - added expiration time check for member invitation (margaretha)
796 - moved .properties files (margaretha)
797 - merged changelog file to Changes (margaretha)
798 - updated status codes and error messages to be more detailed (margaretha)
799 - testing mail implementation using embedded jetty jndi (margaretha)
800 - fixed collection rewrite regarding OR operation with other fields
801 (margaretha)
802 - implemented sending mail using spring injection and removed jetty jndi
803 (margaretha)
804 - fixed unrecognized application/json (margaretha)
805 - fixed and updated velocity template (margaretha)
806
807# version 0.59.9
808
80919/01/2018
810 - restructured basic authentication (margaretha)
811 - fixed AuthenticationException to include authentication scheme (margaretha)
812 - fixed rewrite redundancy in collection rewrite (margaretha)
813 - fixed foundry rewrite for constituents (margaretha)
814 - introduced authentication methods, schemes and tokens (margaretha)
815 - implemented collection rewrite with multiple licenses (margaretha)
816 - fixed foundry rewrite for korap span without wrap node (margaretha)
817 - implemented list user group (margaretha)
818 - implemented delete VC task (margaretha)
819 - implemented create user-group, subscribe to user-groups, unsubscribe to
820 user-groups tasks(margaretha)
821 - fixed handling JSON mapping exception for missing enums (margaretha)
822 - implemented list VC task (margaretha)
823 - added KoralQuery in VC lists (margaretha)
824 - implemented edit VC task (margaretha)
825 - implemented publish VC task (margaretha)
826 - implemented share VC task (margaretha)
827 - implemented list only owned VC task (margaretha)
828 - implemented list VC access task (margaretha)
829 - implemented search VC by id task (margaretha)
830 - implemented delete VC access (margaretha)
831 - implemented search for project VC (margaretha)
832 - added search VC related tests (margaretha)
833 - removed PredefinedUserGroup.ALL and related codes (margaretha)
834 - implemented search for published VC (margaretha)
835
836# version 0.59.8
837
83821/09/2017
839 - restructured statistics service (margaretha)
840 - removed deprecated loader codes and tests (margaretha)
841 - removed old Spring java configurations (margaretha)
842 - implemented entity classes for the new database (margaretha)
843 - added MySQL codes regarding VC and for testing (margaretha)
844 - added dao methods regarding VC (margaretha)
845 - added similar SQL codes (to MySQL) for sqlite (margaretha)
846 - added dao methods regarding user groups (margaretha)
847 - restructured web-service codes into controller and logic/business-service
848 (margaretha)
849 - implemented user role and privilege, and added tests (margaretha)
850 - prepared test suite using new database (margaretha)
851 - implemented UserGroupDao and tests (margaretha)
852 - fixed missing exceptions in JsonUtils (margaretha)
853 - restructured web filters and authentication codes (margaretha)
854 - implemented create/store VC (margaretha)
855 - fixed collection rewrite bug regarding availability with operation or
856 (margaretha)
857
858# version 0.59.7
859
86013/10/2016
861 - MOD: updated search to use new siglen (diewald)
862 - MOD: fixed matchinfo retrieval in light service (diewald)
863
86405/05/2015
865 - ADD: rest test suite for user service (hanl)
866 - MOD: setup parameter modification (hanl)
867 - ADD: oauth2 client unique constraint (hanl)