blob: 73e60b5d7f00445d85a3fbce8dcbf38f824bb717 [file] [log] [blame]
margaretha10618a02024-02-21 11:06:01 +01001# version 0.73.1-SNAPSHOT
2
3
4
margaretha28a53d12024-02-20 12:57:38 +01005# version 0.73
margarethafbfe2872024-01-04 23:29:28 +01006
margarethab06377e2024-01-30 11:06:35 +01007- Moved the content of the full folder to the root folder
8- Removed Piwik
9- Removed unused libraries
10- Cleaned up spring configs
11- Updated Krill and Koral with new groupIds
12- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010013- Updated search Krill and removed Lucene
14- Updated readme
margarethab06377e2024-01-30 11:06:35 +010015
16# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010017
18- Replaced javax.ws to jakarta.ws namespace (#648)
19- Upgrading Jersey 2.40 to 3.x (#646)
20- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
21- Replaced javax.persistence with jakarta.persistence (#648)
22- Migrate Hibernate 5 to 6 (#649)
23- Fix missing placeholders
24- Fixed conflicting jackson-jarxrs
25- Fixed conflicting commons-logging and spring jcl
26- Replaced javax.servlet with jakarta.servlet (#648)
27- Updated authorization services using Nimbus (#650)
28- Fixed BlockingFilter by replacing javax.annotation.Priority
29 with jakarta.annotation.Priority (#659, #648)
30- Replaced javax.annotation with jakarta.annotation
31- Enabled legacy support for authorization POST request
32- Changed OAuth2 token request using Nimbus (#650)
33- Removed Apache Oltu API from token requests (#650)
34- Removed OpenID
35- Fixed clearing cache
36- Fix JettyServerTest, init package, and some java docs.
37- Make scope extraction more flexible.
38- Updated token response using Nimbus (#650)
39- Remove Oltu request and validator implementations (#650)
40- Updated OAuth2 response handler (#650)
41- Fixed ShutdownHandler (fixed #708)
42- Fixed issues with multi-release jar (#706, #708)
43
44
45# version 0.71.1
46
47- Removed auditing (#611)
48- Removed old database configurations (#612)
49- Removed old tests
50- Removed unnecessary caches and methods in the authentication interface
51- Added total result cache (#599)
52- Fixed missing project.version in info web-service
53- Make sure totalResults and other numeric results are numbers (Kupietz)
54- Introduce CQP query language in Koral 0.41
55- Changed DB connection (fixed #670)
56- Resolved duplicate libraries
57- Fixed testing expiry access token
58- Fix lombok compile warning
59- Ensure the order of clean token tests.
60
61# version 0.71
62
63- Renamed entity and service packages in core
64- Renamed web.controller package in core
65- Moved SearchNetworkEndpoint to core.service package
66- Merged lite into full
67- Merged core into full
68
69
70# version 0.70.1
71
72- Added data folder containing super_client_info and database
73 for mounting into docker
74- Added an error for missing redirect uri in a token request
75 when it has been included in the authorization request.
76- Added tests for VC sharing and for OAuth2 client using VC services
77- Added and updated VC controller tests
78- Moved hibernate.properties
79- Added maximum number of user persistent virtual corpora and queries
80
81# version 0.70
82
83- Support token array in matchinfo (fixes #570; diewald)
84- Updated VC list API and deprecated owner VC list (addressed #580)
85- Added user info web-service (solved #566)
86- Implemented configurable resource filters for search and match
87 info APIs (#539)
88- Added getting username from LDAP (#568)
89- Disabled LDAP auth provider and token API in the auth filter (#587)
90- Added LDAP log for users without idsC2Profile
91- Fixed log4j2 properties.
92
93
94# version 0.69.3
95
96- Moved the service path of VC admin services to admin/vc (closed #543)
97- Added an admin service to load and cache system vc (solved #268)
98- Move oauth2 admin service path (closed #544)
99- Excluded admin service to load-cache VC from the test suite
100- Fixed refresh token expiry test
101- Fixed scope check in OAuth2 token request with refresh token
102
103# version 0.69.2
104
1052022-12-05
106- Upgrade version for E2E-simplified Docker images (diewald)
1072023-01-27
108- Updated client info API (replaced user authorization requirement with super
109 client authentication)
1102023-01-30
111- Made scope param required in authorization request (solved #508)
1122023-01-31
113- Allowed OAuth2 clients to use localhost as redirect URIs.
1142023-02-03
115- Fixed content-type in error responses by changing it to application/json
1162023-02-06
117- Allow admin access using admin token for the clean token API
1182023-02-10
119- Use admin filter instead of OAuth2 ADMIN scope
120- Added a plugin test.
1212023-02-15
122- Moved user-group retrieval API to UserGroupAdminController
123 and changed the service path URL of UserGroupAdminController.
1242023-02-20
125- Deprecate API token (JWT) web-service
126- Fixed Slf4J binding
1272023-02-28
128- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1292023-03-06
130- Fixed testing refresh token expiry.
131
132
133# version 0.69.1
134
135- Upgrade version for docker including indexer (diewald)
136
137
138# version 0.69
139
140 - Migrated to Java 11 and Jersey 2
141 - Updated dependencies
142 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
143
144
145# version 0.68
146
1472022-05-25
148 - Added a new API: list plugins (e.g for marketplace)
149 - Added redirect URI validation in authorization request (addressed #374)
150 - Handled user-defined refresh token expiry (added in client info and
151 list API response)
152 - Added installed_plugins table
153 - Added a new API: install plugin
154 - Handled redundant plugin installation
155 - Handled super client id in plugin installation
156 - Deprecated UserClientDto and uses ClientinfoDto instead
157 - Updated redirect URI error message for coherence
1582022-05-27
159 - Added maximum limit to custom refresh token expiry
1602022-06-01
161 - Added new APIs: list user-installed plugins and uninstall plugin.
162 - Moved install and list plugin APIs to PluginController and updated their
163 service paths under /plugins.
1642022-06-03
165 - Implemented searching option using a network endpoint
166 - Implemented initial super client registration for user authentication.
167 - Fixed admin clean token API and restrict plugins to confidential only.
168
169
170
171# version 0.67.1
172
1732022-05-12
174 - Implemented mapping of LDAP username to email
175 - Handled null parameters in authorization requests
1762022-05-25
177 - Fixed null client_id
178 - Updated ldap.config path in the kustvakt-test.conf
179
180
181# version 0.67
182
1832022-05-09
184 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
185 - An embedded LDAP server can now be started automatically if configured accordingly.
1862022-05-11
187 - Changed the SQL script updating oauth2_client table
188
189
190# version 0.66
191
1922022-03-31
193 - Updated query and user-group name pattern.
1942022-04-08
195 - Added redirect_uri to client info API.
1962022-04-11
197 - Added registration_date, refresh_token_expiry, source and is_permitted
198 to the oauth2_client database table, and updated the OAuth2 client
199 registration mechanism.
200 - Added authorization request with GET and deprecated that with POST.
2012022-04-13
202 - Updated OAuth2Client list API (added redirect_uri, registration_date,
203 permitted, source to OAuth2UserClientDto).
2042022-04-20
205 - Updated authorization error response. (Included error and error
206 description in the client redirect URI except for missing or
207 invalid client id or redirect URI.
208
209
210# version 0.65.2
211
2122022-03-03
213 - Removed VCLoader.
214 - Added foreign keys to the DB tables of access and refresh token scopes.
2152022-03-07
216 - Added more parameter checks and OAuth2Client web-service tests.
2172022-03-17
218 - Updated admin filter by using admin token and role checks.
2192022-03-18
220 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2212022-03-28
222 - Updated admin filter (admintoken as a form param) and uses
223 it for the closing index reader API.
224 - Removed unused admin API: clear access token cache.
2252022-03-29
226 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
227
228# version 0.65.1
229
2302022-03-01
231 - Restricts the field retrieval web-service to admin only.
232
233# version 0.65
234
235!!! includes security updates - please update all Kustvakt libraries
236!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
237
2382021-12-02
239 - Updated VC cache.
2402021-12-03
241 - Enabled listing system vc for authorized users.
2422021-12-08
243 - Removed koralQuery and statistics from VC list.
244 - Added a web-service to retrieve KoralQuery of a VC
2452021-12-10
246 - [security] Updated log4j libs due to CVE-2021-44228.
2472021-12-13
248 - Fixed broken test suite.
2492022-01-03
250 - [security] More log4j security updates
251 - Bumped unboundid-ldapsdk
252 - Updated tests.
2532022-01-25
254 - Added show-tokens option to the search API.
2552022-01-31
256 - Added an API retrieving fields of a virtual corpus.
257
258# version 0.64.1
259
2602021-10-26
261 - Bump Kustvakt and Krill versions.
262
263
264# version 0.64
2652021-07-29
266 - Updated the change files and made a new version.
2672021-08-12
268 - Fixed errors due to missing query type and added tests.
2692021-08-13
270 - Fixed missing request entity.
271 - Updated the query service to enable editing query references.
2722021-08-16
273 - Fixed creator param when storing query or VC by admins for
274 the system or other users.
275
276# version 0.63.2
2772021-06-11
278 - Updated OAuth2 token length & secure random algorithm config.
279 - Added character set filter to random code generator, e.g. for client_id.
2802021-06-14
281 - Updated roleId and super client parameters.
2822021-06-24
283 - Fixed broken test.
2842021-07-22
285 - Updated cache settings and some loggings.
2862021-07-26
287 - Replaced annotation parsing with restoring the annotation tables to the
288database.
289 - Moved cache config to the full config.
290
291# version 0.63.1
2922021-02-22
293 - Updated libraries (margaretha)
294 - Renamed virtual corpus to query (margaretha)
2952021-02-26
296 - Added query access roles and fixed vc access roles (margaretha)
297 - Added delete query webservice and tests (margaretha)
2982021-03-25
299 - Updated Koral version for Info Controller (margaretha)
300 - Updated OAuth2 token list with token type and user clientId
301parameters (margaretha)
3022021-03-29
303 - Added client type in the client list web-service. Resolved #58 (margaretha)
3042021-04-19
305 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3062021-04-26
307 - Updated OAuth2 Client list (margaretha)
3082021-04-30
309 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
310 - Updated OAuth2 API responses for coherence (margaretha)
3112021-06-07
312 - Updated OAuth2 client dto (margaretha)
313
314# version 0.63
31526/10/2020
316 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
31729/10/2020
318 - Introduction of a query reference rewrite mechanism (diewald)
31930/10/2020
320 - Added database methods for storing query references (diewald)
32104/12/2020
322 - Fix hibernate dialect for SQLite. (margaretha)
32304/12/2020
324 - Fix pipe warning. (margaretha)
32514/01/2021
326 - Updated Flyway (margaretha)
32721/01/2021
328 - Fixed running pipe and updated tests with mockserver (margaretha)
32901/02/2021
330 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
33105/02/2021
332 - Add query reference web-service (diewald,margaretha)
33310/02/2021
334 - Fixed problem with multiple desktop apps (diewald, margaretha)
33512/02/2021
336 - Added listing available queries for users (margaretha)
33717/02/2021
338 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
339 - Added query and query language in virtual corpus table (margaretha)
34018/02/2021
341 - Set corpus access public for stored query (margaretha)
34219/02/2021
343 - Enabled API info web-service (margaretha)
344
345
346# version 0.62.4
34724/01/2020
348 - Removed salt from config and updated config files (margaretha)
34903/02/2020
350 - Added an admin API for clearing access token cache (margaretha)
35105/02/2020
352 - Added a config properties for a long-time access token expiry
353 and excluded refresh tokens for public clients in OAuth2 token
354 responses (margaretha)
355 - Removed client authentication from the client deregistration and
356 client-secret reset APIs (margaretha)
35704/03/2020
358 - Updated the sample index (diewald)
359
360# version 0.62.3
36103/12/2019
362 - Implemented pipe extension in the search API (margaretha)
36311/12/2019
364 - Added errors when requesting VC in caching process (margaretha,
365 resolved #47)
36612/12/2019
367 - Added support for multiple cq parameters (margaretha, resolved #46)
36813/12/2019
369 - Handled pipe errors and added tests (margaretha)
37019/12/2019
371 - Updated create update user-group API (margaretha)
37220/12/2019
373 - Removed transactional annotations from simple select queries (margaretha)
374 - Updated free resource controller (margaretha)
37515/01-2020
376 - Added additional statistic figures to virtual corpus info API
377 response (margaretha)
378
379# version 0.62.2
38017/10/2019
381 - Handled vulnerability CVE-2019-17195. (margaretha)
3828/11/2019
383 - Added user-group name pattern (margaretha, issue #33)
38411/11/2019
385 - Updated user group service paths and replaced groupId with groupName
386 (margaretha, resolved #33)
38712/11/2019
388 - Removed UserGroupJson & updated listUserGroups and createUserGroup
389 services (margaretha)
390 - Added prefixes to username and groupname parameters in service paths
391 (margaretha, resolved #35)
39213/11/2019
393 - Added tests for issue #43 (margaretha)
39414/11/2019
395 - Added client description and URL to list-authorized-clients service
396 (margaretha, close #53)
397 - Implemented a service to list clients registered by a user (margaretha,
398 close #52)
399 - Added a check for OAuth2 client, VC, and group name length (margaretha)
40015/11/2019
401 - Merged list authorized client and list registered client services
402 (margaretha)
40321/11/2019
404 - Added a service to list active refresh tokens of a user (margaretha)
405 - Added username filtering to token revocation service via super client
406 (margaretha)
40726/11/2019
408 - Added a service to revoke a single refresh token via super client
409 (margaretha)
410
411# version 0.62.1
41208/07/2019
413 - Added tests for public metadata response in search api (margaretha,
414 issue #43)
415 - Disabled some tests of unused/disabled web-services (margaretha)
41607/08/2019
417 - Fixed missing scopes after requesting access token with refresh token
418 (margaretha)
419 - Fixed post requests with status OK and empty body (margaretha)
42007/08/2019
421 - Added users to hidden group when searching in a published VC (margaretha,
422 resolved #40)
42315/08/2019
424 - Updated the response statuses of VC PUT requests (margaretha)
425
426# version 0.62
42728/02/2019
428 - Removed old VC controllers and updated tests (margaretha, issue #34)
429 - Updated VC access controllers (margaretha)
43019/03/2019
431 - Added close index controller (margaretha)
43211/04/2019
433 - Fixed unknown authentication scheme, missing VC entity, and parameter
434 checker (margaretha)
435 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
436 unique group name and unknown VC access (margaretha)
43727/06/2019
438 - Handled LDAP errors, fixed #45 (margaretha)
43903/07/2019
440 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
441 - Changed the response media-type of authentication controllers (margaretha)
442 - Fixed bugs: allow guest to retrieve system VC,
443 remove VC from cache when it is deleted (margaretha)
44404/07/2019
445 - Updated VC name pattern and tests (margaretha)
446
447# version 0.61.6
44804/02/2019
449 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
450 - Updated client deregistration behavior (margaretha)
45105/02/2019
452 - Added delete-group-by-name controller (margaretha)
453 - Added unique index to group name (margaretha)
45406/02/2019
455 - Updated a user setting test using array for multiple values (margaretha)
456 - Added metadata controller tests (margaretha)
45718/02/2019
458 - Fixed tests (margaretha)
459 - Updated handling errors from Koral (margaretha)
46019/02/2019
461 - Added fields to metadata controller (margaretha, issue #39)
462
463# version 0.61.5
46417/12/2018
465 - Added a search timeout test (margaretha)
46618/12/2018
467 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
46808/01/2019
469 - Improved predefined vc caching (issue #28, margaretha)
47009/01/2019
471 - Added comments (margaretha)
472 - Updated code structure (margaretha)
47311/01/2019
474 - Degraded API version to 1.0 (margaretha)
475 - Added OAuth2 client info tests (margaretha)
47614/01/2019
477 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
47816/01/2019
479 - Added a PUT request for both creating and editing vc (margaretha)
480 - Added aliases to some VC controllers (margaretha)
481 - Merged VC access list controllers (margaretha)
48221/01/2019
483 - Removed codes related to user registration & password management (margaretha)
48422/01/2019
485 - Added create, edit, retrieve user default setting controllers (margaretha)
48622/01/2019
487 - Updated default setting controllers & added tests (margaretha)
488 - Added delete key in setting controllers (margaretha)
48923/01/2019
490 - Added default setting key validation (margaretha)
491 - Fixed UserdataTest (margaretha)
49224/01/2019
493 - Added default setting key validation & fixed UserdataTest (margaretha)
49425/01/2019
495 - Added VC reference and MapUtil tests (margaretha)
49628/01/2019
497 - Fixed username verification in DefaultSettingService (margaretha)
498 - Added foundry rewrite with user default setting (margaretha)
499 - Added default foundry for morphology layer (margaretha)
50029/01/2019
501 - Fixed share VC type (margaretha)
502 - Added delete setting controller (margaretha)
503 - Handled "no resource found" cases (margaretha, issue #37)
50430/01/2019
505 - Added server shutdown description in readme (margaretha)
506
507# version 0.61.4
50814/11/2018
509 - Integrated lite and full services and controllers in core (margaretha)
51021/11/2018
511 - Updated OAuth2 refresh token request to create a new refresh token and
512 revoke the old one per request (margaretha)
51328/11/2018
514 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
515 - Handled storing cached VC with VC reference (margaretha)
51629/11/2018
517 - Added a controller for listing user clients having active refresh tokens
518 (margaretha)
5196/12/2018
520 - Added debug flags to mitigate log4j debugging performance (margaretha)
521 - Fixed KoralNode at() method (margaretha)
52211/12/2018
523 - Implemented revoking all tokens of a user client via a super client
524 (margaretha)
525 - Removed document controllers and KustvaktResource (margaretha)
526 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
527
528
529# version 0.61.3
53017/10/2018
531 - Updated NamedVCLoader to be optional (margaretha)
532 - Updated annotation tables & implemented key-value structure (margaretha)
533 - Added annotation parser for annotation data from kalamar (margaretha)
534 - Implemented parsing free resource info from json (margaretha)
53522/10/2018
536 - Updated jetty, spring and hibernate versions (margaretha)
537 - Fixed the order of annotation keys and values, and added tests (margaretha)
538 - Fixed resource DAO & added tests (margaretha)
53924/10/2018
540 - Fixed query serialization service (margaretha)
541 - Added "highlights" parameter to matchInfo controller (margaretha)
542 - Added "fields" parameter to search controllers (margaretha)
543 - Integrated lite controllers, services and tests in full version (margaretha)
54429/10/2018
545 - Moved javax.servlet-api to core (margaretha)
54607/11/2018
547 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
54813/11/2018
549 - Added Shutdown handler to Jetty server (margaretha)
550 - Fixed storing VC order in NamedVCLoader (margaretha)
551
552# version 0.61.2
55312/09/2018
554 - Added various log4j2 configurations (margaretha)
55513/09/2018
556 - Implemented VirtualCorpusRewrite (margaretha)
55714/09/2018
558 - Fixed SpringJerseyTest ApplicationContext (margaretha)
559 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
560 - Enabled VCReferenceTest in maven test suite (margaretha)
56118/09/2018
562 - Handled unique constraints / inserting duplicate items to DB (margaretha)
563 - Added a controller for editing user group member roles (margaretha)
56419/09/2018
565 - Fixed cached-VC ref with username (margaretha)
566
567# version 0.61.1
56828/08/2018
569 - Added API URL versioning (margaretha)
570 - Deactivated IdRewrite (margaretha)
571 - Fixed kustvakt controller (margaretha)
57230/08/2018
573 - Fixed root packages & added api version properties in kustvakt.conf
574 (margaretha)
575 - Fixed versioning in SearchController (margaretha)
576 - Added API versioning tests (margaretha)
577
578# version 0.61.0
579
58002/08/2018
581 - Added VC reference tests (margaretha)
582 - Implemented loading and caching named VCs (margaretha)
58303/08/2018
584 - Implemented OAuth2 revoke token (margaretha)
585 - Updated OAuth2 refresh token implementation (margaretha)
58614/08/2018
587 - Implemented revoke all OAuth2 access tokens and authorization codes of
588 client users when deregistering/deleting a client (margaretha)
589 - Fixed update OAuth2 access token (margaretha)
590 - Implemented reset client secret (margaretha)
591 - Fixed revoking latest access token when refreshing OAuth2 access token
592 (margaretha)
59315/08/2018
594 - Implemented OAuth2 client info controller (margaretha)
595 - Implemented update OAuth2 client privilege controller for admins
596 (margaretha)
597 - Implemented unlimited authorization scope for super clients with OAuth2
598 password grant (margaretha)
599 - Marked native clients implementation to deprecated in favour of super
600 clients (margaretha)
601 - Enabled using Bearer tokens as user authentication tokens (Authorization
602 header value) for many controllers including OAuth2 controllers (margaretha)
60316/08/2018
604 - Implemented degrading super clients (margaretha)
605 - Improved and added OAuth2 tests (margaretha)
60621/08/2018
607 - Added VC name pattern check (margaretha)
60822/08/2018
609 - Implemented loading VC from gz files (margaretha)
610 - Updated OAuth2 authorization codes' & access tokens' expiry check
611 (margaretha)
61223/08/2018
613 - Updated RefreshToken implementations with separate DB tables (margaretha)
614 - Allows multiple access tokens per refresh token (margaretha)
61527/08/2018
616 - Added statistic with VC reference tests (margaretha)
617 - Fixed OAuth2 SQL files (margaretha)
61828/08/2018
619 - Added c3p0 datasource configuration to Spring default-config-xml
620 (margaretha)
621 - Added running Kustvakt server with custom spring config in the readme
622 (margaretha)
623 - Removed old OAuth2 codes (margaretha)
624 - Moved non-config test codes to misc (margaretha)
625
626
627# version 0.60.5
628
62909/07/2018
630 - Added service layer to the search controller (margaretha)
631 - Added OAuth2 scope checking in search and VC controllers (margaretha)
632 - Added handling OAuth2 bearer token for VC access and User group
633 controllers (margaretha)
634 - Added default scope to password grant (margaretha)
63510/07/2018
636 - Made createBasicAuthorizationHeaderValue static (margaretha)
637 - Added store access token in openID token service (margaretha)
638 - Fixed empty scope in openID authorization and token service (margaretha)
639 - Implemented storing authorization code in cache (margaretha)
64011/07/2018
641 - Fixed authentication time in authentication controller (margaretha)
642 - Added OAuth2 access token tests (margaretha)
64312/07/2018
644 - Updated maven surefire setting for faster test suite runtime (margaretha)
645 - Implemented refreshing OAuth2 access token (margaretha)
64626/07/2018
647 - Fixed issue #27 (margaretha)
64802/08/2018s
649 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
650
651
652# version 0.60.4
653
65405/07/2018
655 - implemented OAuth2 authorization code request with OpenID Authentication
656 (margaretha)
657 - enabled OAuth2 authorization without OpenID authentication using Nimbus
658 library (margaretha)
659 - implemented response handler for OpenID authentication errors in authorization
660 requests (margaretha)
661 - added tests regarding OpenID authentication in authorization requests
662 (margaretha)
663 - implemented OAuth2 authorization error response via redirect URI instead of
664 JSON (margaretha)
665 - added state to OAuth2 authorization error response (margaretha)
666 - implemented OpenID token service for authorization code flow (margaretha)
667 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
668 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
669 keys (margaretha)
670 - implemented OpenId configuration (margaretha)
671 - added authentication time and support for auth_time in id_token (margaretha)
672 - implemented support for nonce and max_age parameters in OpenID authentication
673 (margaretha)
674 - implemented OAuth2 token request with password grant using Nimbus library
675 (margaretha)
676 - updated redirect URI validator (margaretha)
677 - updated client registration requirement to allow desktop applications
678 (margaretha)
679 - fixed RSA key configuration (margaretha)
680 - merged OAuth2 client deregistration controllers (margaretha)
681 - fixed OAuth2 client unique URL-hashcode (margaretha)
682 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
683 - Added support for unrestricted corpus statistics (ndiewald)
684 - updated paths of user-group deletion-controllers (margaretha)
685 - Do not pass broken queries to Krill (diewald)
686 - added OAuth2 token request with client authentication via Authorization
687 header (margaretha)
688 - added port checking in test suite (margaretha)
689
690# version 0.60.3
691
69206/06/2018
693 - improved user authentication by using authentication filter for authorization
694 code request (margaretha)
695 - limited client authentication to client id checking in authorization code
696 request (margaretha)
697 - added user_id in the oauth2_access_token database table (margaretha)
698 - implemented OAuth2Authentication provider for token context management
699 (margaretha)
700 - added parameter checking for authorization DAO (margaretha)
701 - added controller tests using OAuth2 access token (margaretha)
702 - added database tables for MySQL (margaretha)
703 - updated JWT library and related codes (margaretha)
704
705# version 0.60.2
706
70703/05/2018
708 - implemented OAuth2 client registration (margaretha)
709 - implemented OAuth2 client authentication (margaretha)
710 - changed virtual corpus search to retrieval (margaretha)
711 - implemented public client deregistration task (margaretha)
712 - added client registration and deregistration tests (margaretha)
713 - implemented confidential client deregistration task (margaretha)
714 - fixed storing client secret (margaretha)
715 - implemented OAuth2 response handler (margaretha)
716 - implemented OAuth2 request access token with client credentials grant
717 (margaretha)
718 - implemented OAuth2 request access token with resource owner password grant
719 (margaretha)
720 - implemented OAuth2 authorization code request (margaretha)
721 - added OAuth2 error codes (margaretha)
722 - added OAuth2 authorization, scope and access token tables for SQLite
723 (margaretha)
724 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
725 - implemented OAuth2 request access token with authorization code grant
726 (margaretha)
727 - added setting default scopes in the config file (margaretha)
728 - fixed loading spring config multiple times in the test suite (margaretha)
729 - added SQLite created_date trigger for access token (margaretha)
730 - added a join table for access token scopes (margaretha)
731 - added access scopes handling (margaretha)
732 - added tests about request token with authorization code (margaretha)
733
734# version 0.60.1
735
73628/03/2018
737 - added admin-related SQL codes (margaretha)
738 - updated AdminDao (margaretha)
739 - added optional username query parameter to group list controller (margaretha)
740 - fixed non hierarchical URI of kustvakt conf files (margaretha)
741 - added delete group member triggers (margaretha)
742 - added list user-group by username and status for system admin (margaretha)
743 - added user-group status in user-group DTO (margaretha)
744 - added check for hidden groups in user-group tests (margaretha)
745 - added database trigger test on deleting members when deleting group
746 (margaretha)
747 - renamed VC type PREDEFINED to SYSTEM (margaretha)
748 - added VC list controller for system admin (margaretha)
749 - added VC controller tests with for system admin (margaretha)
750 - added hidden access removal when deleting published VC (margaretha)
751 - added check for hidden groups in VC controller tests (margaretha)
752 - added search user-group controller (margaretha)
753 - removed createdBy from VirtualCorpusJson (margaretha)
754 - moved member role setting from the invitation phase to the after-subscription
755 phase (margaretha)
756 - added member role removal after deleting members (margaretha)
757 - added add and delete member role controllers (margaretha)
758
759# version 0.60
760
76114/03/2018
762 - set up mail settings using localhost port 25 (margaretha)
763 - added mail template in kustvakt configuration (margaretha)
764 - added mail settings to readme (margaretha)
765 - disabled email notification for auto group (margaretha)
766 - added metadata retrieval (diewald)
767 - enabled custom implementation for email address retrieval (margaretha)
768 - removed old policy and deprecated code (margaretha)
769 - moved authentication related code to /full (margaretha)
770 - added userRoles attribute to UserGroupDto. (margaretha)
771 - fixed sqlite trigger (margaretha)
772 - fixed member exist error message (margaretha)
773 - fixed member invitation to join deleted group (margaretha)
774 - added checking deleted group (margaretha)
775
776# version 0.59.10
777
77820/02/2018
779 - added sort VC by id (margaretha)
780 - added test cases regarding VC sharing (margaretha)
781 - implemented withdraw VC from publication (margaretha)
782 - added Changes file (margaretha)
783 - implemented add/invite users to group (margaretha)
784 - implemented delete user-group and member tasks (margaretha)
785 - added userMemberStatus in group lists (margaretha)
786 - updated and added SQL test data (margaretha)
787 - added user group related tests (margaretha)
788 - implemented custom configuration for deleting user groups and members (margaretha)
789 - updated library versions and java environment (margaretha)
790 - added expiration time check for member invitation (margaretha)
791 - moved .properties files (margaretha)
792 - merged changelog file to Changes (margaretha)
793 - updated status codes and error messages to be more detailed (margaretha)
794 - testing mail implementation using embedded jetty jndi (margaretha)
795 - fixed collection rewrite regarding OR operation with other fields
796 (margaretha)
797 - implemented sending mail using spring injection and removed jetty jndi
798 (margaretha)
799 - fixed unrecognized application/json (margaretha)
800 - fixed and updated velocity template (margaretha)
801
802# version 0.59.9
803
80419/01/2018
805 - restructured basic authentication (margaretha)
806 - fixed AuthenticationException to include authentication scheme (margaretha)
807 - fixed rewrite redundancy in collection rewrite (margaretha)
808 - fixed foundry rewrite for constituents (margaretha)
809 - introduced authentication methods, schemes and tokens (margaretha)
810 - implemented collection rewrite with multiple licenses (margaretha)
811 - fixed foundry rewrite for korap span without wrap node (margaretha)
812 - implemented list user group (margaretha)
813 - implemented delete VC task (margaretha)
814 - implemented create user-group, subscribe to user-groups, unsubscribe to
815 user-groups tasks(margaretha)
816 - fixed handling JSON mapping exception for missing enums (margaretha)
817 - implemented list VC task (margaretha)
818 - added KoralQuery in VC lists (margaretha)
819 - implemented edit VC task (margaretha)
820 - implemented publish VC task (margaretha)
821 - implemented share VC task (margaretha)
822 - implemented list only owned VC task (margaretha)
823 - implemented list VC access task (margaretha)
824 - implemented search VC by id task (margaretha)
825 - implemented delete VC access (margaretha)
826 - implemented search for project VC (margaretha)
827 - added search VC related tests (margaretha)
828 - removed PredefinedUserGroup.ALL and related codes (margaretha)
829 - implemented search for published VC (margaretha)
830
831# version 0.59.8
832
83321/09/2017
834 - restructured statistics service (margaretha)
835 - removed deprecated loader codes and tests (margaretha)
836 - removed old Spring java configurations (margaretha)
837 - implemented entity classes for the new database (margaretha)
838 - added MySQL codes regarding VC and for testing (margaretha)
839 - added dao methods regarding VC (margaretha)
840 - added similar SQL codes (to MySQL) for sqlite (margaretha)
841 - added dao methods regarding user groups (margaretha)
842 - restructured web-service codes into controller and logic/business-service
843 (margaretha)
844 - implemented user role and privilege, and added tests (margaretha)
845 - prepared test suite using new database (margaretha)
846 - implemented UserGroupDao and tests (margaretha)
847 - fixed missing exceptions in JsonUtils (margaretha)
848 - restructured web filters and authentication codes (margaretha)
849 - implemented create/store VC (margaretha)
850 - fixed collection rewrite bug regarding availability with operation or
851 (margaretha)
852
853# version 0.59.7
854
85513/10/2016
856 - MOD: updated search to use new siglen (diewald)
857 - MOD: fixed matchinfo retrieval in light service (diewald)
858
85905/05/2015
860 - ADD: rest test suite for user service (hanl)
861 - MOD: setup parameter modification (hanl)
862 - ADD: oauth2 client unique constraint (hanl)