blob: 45f26fe6fbb1dc864212094d33a486534cf623ec [file] [log] [blame]
margaretha10618a02024-02-21 11:06:01 +01001# version 0.73.1-SNAPSHOT
2
margaretha387e4682024-03-22 11:26:29 +01003- Fixed jakarta validation error.
4- Added openapi doc (#744)
5- Moved service.properties to src/main/resources/properties
6- Moved free-resources.json to src/main/resources/json
7- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +01008- Changed loading external kustvakt.conf and jdbc.properties
9 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020010- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020011- Setup vc-cache in the data folder (#598)
12- Changed generating adminToken in the data folder (#598).
margaretha10618a02024-02-21 11:06:01 +010013
14
margaretha28a53d12024-02-20 12:57:38 +010015# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010016
margarethab06377e2024-01-30 11:06:35 +010017- Moved the content of the full folder to the root folder
18- Removed Piwik
19- Removed unused libraries
20- Cleaned up spring configs
21- Updated Krill and Koral with new groupIds
22- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010023- Updated search Krill and removed Lucene
24- Updated readme
margarethab06377e2024-01-30 11:06:35 +010025
26# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010027
28- Replaced javax.ws to jakarta.ws namespace (#648)
29- Upgrading Jersey 2.40 to 3.x (#646)
30- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
31- Replaced javax.persistence with jakarta.persistence (#648)
32- Migrate Hibernate 5 to 6 (#649)
33- Fix missing placeholders
34- Fixed conflicting jackson-jarxrs
35- Fixed conflicting commons-logging and spring jcl
36- Replaced javax.servlet with jakarta.servlet (#648)
37- Updated authorization services using Nimbus (#650)
38- Fixed BlockingFilter by replacing javax.annotation.Priority
39 with jakarta.annotation.Priority (#659, #648)
40- Replaced javax.annotation with jakarta.annotation
41- Enabled legacy support for authorization POST request
42- Changed OAuth2 token request using Nimbus (#650)
43- Removed Apache Oltu API from token requests (#650)
44- Removed OpenID
45- Fixed clearing cache
46- Fix JettyServerTest, init package, and some java docs.
47- Make scope extraction more flexible.
48- Updated token response using Nimbus (#650)
49- Remove Oltu request and validator implementations (#650)
50- Updated OAuth2 response handler (#650)
51- Fixed ShutdownHandler (fixed #708)
52- Fixed issues with multi-release jar (#706, #708)
53
54
55# version 0.71.1
56
57- Removed auditing (#611)
58- Removed old database configurations (#612)
59- Removed old tests
60- Removed unnecessary caches and methods in the authentication interface
61- Added total result cache (#599)
62- Fixed missing project.version in info web-service
63- Make sure totalResults and other numeric results are numbers (Kupietz)
64- Introduce CQP query language in Koral 0.41
65- Changed DB connection (fixed #670)
66- Resolved duplicate libraries
67- Fixed testing expiry access token
68- Fix lombok compile warning
69- Ensure the order of clean token tests.
70
71# version 0.71
72
73- Renamed entity and service packages in core
74- Renamed web.controller package in core
75- Moved SearchNetworkEndpoint to core.service package
76- Merged lite into full
77- Merged core into full
78
79
80# version 0.70.1
81
82- Added data folder containing super_client_info and database
83 for mounting into docker
84- Added an error for missing redirect uri in a token request
85 when it has been included in the authorization request.
86- Added tests for VC sharing and for OAuth2 client using VC services
87- Added and updated VC controller tests
88- Moved hibernate.properties
89- Added maximum number of user persistent virtual corpora and queries
90
91# version 0.70
92
93- Support token array in matchinfo (fixes #570; diewald)
94- Updated VC list API and deprecated owner VC list (addressed #580)
95- Added user info web-service (solved #566)
96- Implemented configurable resource filters for search and match
97 info APIs (#539)
98- Added getting username from LDAP (#568)
99- Disabled LDAP auth provider and token API in the auth filter (#587)
100- Added LDAP log for users without idsC2Profile
101- Fixed log4j2 properties.
102
103
104# version 0.69.3
105
106- Moved the service path of VC admin services to admin/vc (closed #543)
107- Added an admin service to load and cache system vc (solved #268)
108- Move oauth2 admin service path (closed #544)
109- Excluded admin service to load-cache VC from the test suite
110- Fixed refresh token expiry test
111- Fixed scope check in OAuth2 token request with refresh token
112
113# version 0.69.2
114
1152022-12-05
116- Upgrade version for E2E-simplified Docker images (diewald)
1172023-01-27
118- Updated client info API (replaced user authorization requirement with super
119 client authentication)
1202023-01-30
121- Made scope param required in authorization request (solved #508)
1222023-01-31
123- Allowed OAuth2 clients to use localhost as redirect URIs.
1242023-02-03
125- Fixed content-type in error responses by changing it to application/json
1262023-02-06
127- Allow admin access using admin token for the clean token API
1282023-02-10
129- Use admin filter instead of OAuth2 ADMIN scope
130- Added a plugin test.
1312023-02-15
132- Moved user-group retrieval API to UserGroupAdminController
133 and changed the service path URL of UserGroupAdminController.
1342023-02-20
135- Deprecate API token (JWT) web-service
136- Fixed Slf4J binding
1372023-02-28
138- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1392023-03-06
140- Fixed testing refresh token expiry.
141
142
143# version 0.69.1
144
145- Upgrade version for docker including indexer (diewald)
146
147
148# version 0.69
149
150 - Migrated to Java 11 and Jersey 2
151 - Updated dependencies
152 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
153
154
155# version 0.68
156
1572022-05-25
158 - Added a new API: list plugins (e.g for marketplace)
159 - Added redirect URI validation in authorization request (addressed #374)
160 - Handled user-defined refresh token expiry (added in client info and
161 list API response)
162 - Added installed_plugins table
163 - Added a new API: install plugin
164 - Handled redundant plugin installation
165 - Handled super client id in plugin installation
166 - Deprecated UserClientDto and uses ClientinfoDto instead
167 - Updated redirect URI error message for coherence
1682022-05-27
169 - Added maximum limit to custom refresh token expiry
1702022-06-01
171 - Added new APIs: list user-installed plugins and uninstall plugin.
172 - Moved install and list plugin APIs to PluginController and updated their
173 service paths under /plugins.
1742022-06-03
175 - Implemented searching option using a network endpoint
176 - Implemented initial super client registration for user authentication.
177 - Fixed admin clean token API and restrict plugins to confidential only.
178
179
180
181# version 0.67.1
182
1832022-05-12
184 - Implemented mapping of LDAP username to email
185 - Handled null parameters in authorization requests
1862022-05-25
187 - Fixed null client_id
188 - Updated ldap.config path in the kustvakt-test.conf
189
190
191# version 0.67
192
1932022-05-09
194 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
195 - An embedded LDAP server can now be started automatically if configured accordingly.
1962022-05-11
197 - Changed the SQL script updating oauth2_client table
198
199
200# version 0.66
201
2022022-03-31
203 - Updated query and user-group name pattern.
2042022-04-08
205 - Added redirect_uri to client info API.
2062022-04-11
207 - Added registration_date, refresh_token_expiry, source and is_permitted
208 to the oauth2_client database table, and updated the OAuth2 client
209 registration mechanism.
210 - Added authorization request with GET and deprecated that with POST.
2112022-04-13
212 - Updated OAuth2Client list API (added redirect_uri, registration_date,
213 permitted, source to OAuth2UserClientDto).
2142022-04-20
215 - Updated authorization error response. (Included error and error
216 description in the client redirect URI except for missing or
217 invalid client id or redirect URI.
218
219
220# version 0.65.2
221
2222022-03-03
223 - Removed VCLoader.
224 - Added foreign keys to the DB tables of access and refresh token scopes.
2252022-03-07
226 - Added more parameter checks and OAuth2Client web-service tests.
2272022-03-17
228 - Updated admin filter by using admin token and role checks.
2292022-03-18
230 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2312022-03-28
232 - Updated admin filter (admintoken as a form param) and uses
233 it for the closing index reader API.
234 - Removed unused admin API: clear access token cache.
2352022-03-29
236 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
237
238# version 0.65.1
239
2402022-03-01
241 - Restricts the field retrieval web-service to admin only.
242
243# version 0.65
244
245!!! includes security updates - please update all Kustvakt libraries
246!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
247
2482021-12-02
249 - Updated VC cache.
2502021-12-03
251 - Enabled listing system vc for authorized users.
2522021-12-08
253 - Removed koralQuery and statistics from VC list.
254 - Added a web-service to retrieve KoralQuery of a VC
2552021-12-10
256 - [security] Updated log4j libs due to CVE-2021-44228.
2572021-12-13
258 - Fixed broken test suite.
2592022-01-03
260 - [security] More log4j security updates
261 - Bumped unboundid-ldapsdk
262 - Updated tests.
2632022-01-25
264 - Added show-tokens option to the search API.
2652022-01-31
266 - Added an API retrieving fields of a virtual corpus.
267
268# version 0.64.1
269
2702021-10-26
271 - Bump Kustvakt and Krill versions.
272
273
274# version 0.64
2752021-07-29
276 - Updated the change files and made a new version.
2772021-08-12
278 - Fixed errors due to missing query type and added tests.
2792021-08-13
280 - Fixed missing request entity.
281 - Updated the query service to enable editing query references.
2822021-08-16
283 - Fixed creator param when storing query or VC by admins for
284 the system or other users.
285
286# version 0.63.2
2872021-06-11
288 - Updated OAuth2 token length & secure random algorithm config.
289 - Added character set filter to random code generator, e.g. for client_id.
2902021-06-14
291 - Updated roleId and super client parameters.
2922021-06-24
293 - Fixed broken test.
2942021-07-22
295 - Updated cache settings and some loggings.
2962021-07-26
297 - Replaced annotation parsing with restoring the annotation tables to the
298database.
299 - Moved cache config to the full config.
300
301# version 0.63.1
3022021-02-22
303 - Updated libraries (margaretha)
304 - Renamed virtual corpus to query (margaretha)
3052021-02-26
306 - Added query access roles and fixed vc access roles (margaretha)
307 - Added delete query webservice and tests (margaretha)
3082021-03-25
309 - Updated Koral version for Info Controller (margaretha)
310 - Updated OAuth2 token list with token type and user clientId
311parameters (margaretha)
3122021-03-29
313 - Added client type in the client list web-service. Resolved #58 (margaretha)
3142021-04-19
315 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3162021-04-26
317 - Updated OAuth2 Client list (margaretha)
3182021-04-30
319 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
320 - Updated OAuth2 API responses for coherence (margaretha)
3212021-06-07
322 - Updated OAuth2 client dto (margaretha)
323
324# version 0.63
32526/10/2020
326 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
32729/10/2020
328 - Introduction of a query reference rewrite mechanism (diewald)
32930/10/2020
330 - Added database methods for storing query references (diewald)
33104/12/2020
332 - Fix hibernate dialect for SQLite. (margaretha)
33304/12/2020
334 - Fix pipe warning. (margaretha)
33514/01/2021
336 - Updated Flyway (margaretha)
33721/01/2021
338 - Fixed running pipe and updated tests with mockserver (margaretha)
33901/02/2021
340 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
34105/02/2021
342 - Add query reference web-service (diewald,margaretha)
34310/02/2021
344 - Fixed problem with multiple desktop apps (diewald, margaretha)
34512/02/2021
346 - Added listing available queries for users (margaretha)
34717/02/2021
348 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
349 - Added query and query language in virtual corpus table (margaretha)
35018/02/2021
351 - Set corpus access public for stored query (margaretha)
35219/02/2021
353 - Enabled API info web-service (margaretha)
354
355
356# version 0.62.4
35724/01/2020
358 - Removed salt from config and updated config files (margaretha)
35903/02/2020
360 - Added an admin API for clearing access token cache (margaretha)
36105/02/2020
362 - Added a config properties for a long-time access token expiry
363 and excluded refresh tokens for public clients in OAuth2 token
364 responses (margaretha)
365 - Removed client authentication from the client deregistration and
366 client-secret reset APIs (margaretha)
36704/03/2020
368 - Updated the sample index (diewald)
369
370# version 0.62.3
37103/12/2019
372 - Implemented pipe extension in the search API (margaretha)
37311/12/2019
374 - Added errors when requesting VC in caching process (margaretha,
375 resolved #47)
37612/12/2019
377 - Added support for multiple cq parameters (margaretha, resolved #46)
37813/12/2019
379 - Handled pipe errors and added tests (margaretha)
38019/12/2019
381 - Updated create update user-group API (margaretha)
38220/12/2019
383 - Removed transactional annotations from simple select queries (margaretha)
384 - Updated free resource controller (margaretha)
38515/01-2020
386 - Added additional statistic figures to virtual corpus info API
387 response (margaretha)
388
389# version 0.62.2
39017/10/2019
391 - Handled vulnerability CVE-2019-17195. (margaretha)
3928/11/2019
393 - Added user-group name pattern (margaretha, issue #33)
39411/11/2019
395 - Updated user group service paths and replaced groupId with groupName
396 (margaretha, resolved #33)
39712/11/2019
398 - Removed UserGroupJson & updated listUserGroups and createUserGroup
399 services (margaretha)
400 - Added prefixes to username and groupname parameters in service paths
401 (margaretha, resolved #35)
40213/11/2019
403 - Added tests for issue #43 (margaretha)
40414/11/2019
405 - Added client description and URL to list-authorized-clients service
406 (margaretha, close #53)
407 - Implemented a service to list clients registered by a user (margaretha,
408 close #52)
409 - Added a check for OAuth2 client, VC, and group name length (margaretha)
41015/11/2019
411 - Merged list authorized client and list registered client services
412 (margaretha)
41321/11/2019
414 - Added a service to list active refresh tokens of a user (margaretha)
415 - Added username filtering to token revocation service via super client
416 (margaretha)
41726/11/2019
418 - Added a service to revoke a single refresh token via super client
419 (margaretha)
420
421# version 0.62.1
42208/07/2019
423 - Added tests for public metadata response in search api (margaretha,
424 issue #43)
425 - Disabled some tests of unused/disabled web-services (margaretha)
42607/08/2019
427 - Fixed missing scopes after requesting access token with refresh token
428 (margaretha)
429 - Fixed post requests with status OK and empty body (margaretha)
43007/08/2019
431 - Added users to hidden group when searching in a published VC (margaretha,
432 resolved #40)
43315/08/2019
434 - Updated the response statuses of VC PUT requests (margaretha)
435
436# version 0.62
43728/02/2019
438 - Removed old VC controllers and updated tests (margaretha, issue #34)
439 - Updated VC access controllers (margaretha)
44019/03/2019
441 - Added close index controller (margaretha)
44211/04/2019
443 - Fixed unknown authentication scheme, missing VC entity, and parameter
444 checker (margaretha)
445 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
446 unique group name and unknown VC access (margaretha)
44727/06/2019
448 - Handled LDAP errors, fixed #45 (margaretha)
44903/07/2019
450 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
451 - Changed the response media-type of authentication controllers (margaretha)
452 - Fixed bugs: allow guest to retrieve system VC,
453 remove VC from cache when it is deleted (margaretha)
45404/07/2019
455 - Updated VC name pattern and tests (margaretha)
456
457# version 0.61.6
45804/02/2019
459 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
460 - Updated client deregistration behavior (margaretha)
46105/02/2019
462 - Added delete-group-by-name controller (margaretha)
463 - Added unique index to group name (margaretha)
46406/02/2019
465 - Updated a user setting test using array for multiple values (margaretha)
466 - Added metadata controller tests (margaretha)
46718/02/2019
468 - Fixed tests (margaretha)
469 - Updated handling errors from Koral (margaretha)
47019/02/2019
471 - Added fields to metadata controller (margaretha, issue #39)
472
473# version 0.61.5
47417/12/2018
475 - Added a search timeout test (margaretha)
47618/12/2018
477 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
47808/01/2019
479 - Improved predefined vc caching (issue #28, margaretha)
48009/01/2019
481 - Added comments (margaretha)
482 - Updated code structure (margaretha)
48311/01/2019
484 - Degraded API version to 1.0 (margaretha)
485 - Added OAuth2 client info tests (margaretha)
48614/01/2019
487 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
48816/01/2019
489 - Added a PUT request for both creating and editing vc (margaretha)
490 - Added aliases to some VC controllers (margaretha)
491 - Merged VC access list controllers (margaretha)
49221/01/2019
493 - Removed codes related to user registration & password management (margaretha)
49422/01/2019
495 - Added create, edit, retrieve user default setting controllers (margaretha)
49622/01/2019
497 - Updated default setting controllers & added tests (margaretha)
498 - Added delete key in setting controllers (margaretha)
49923/01/2019
500 - Added default setting key validation (margaretha)
501 - Fixed UserdataTest (margaretha)
50224/01/2019
503 - Added default setting key validation & fixed UserdataTest (margaretha)
50425/01/2019
505 - Added VC reference and MapUtil tests (margaretha)
50628/01/2019
507 - Fixed username verification in DefaultSettingService (margaretha)
508 - Added foundry rewrite with user default setting (margaretha)
509 - Added default foundry for morphology layer (margaretha)
51029/01/2019
511 - Fixed share VC type (margaretha)
512 - Added delete setting controller (margaretha)
513 - Handled "no resource found" cases (margaretha, issue #37)
51430/01/2019
515 - Added server shutdown description in readme (margaretha)
516
517# version 0.61.4
51814/11/2018
519 - Integrated lite and full services and controllers in core (margaretha)
52021/11/2018
521 - Updated OAuth2 refresh token request to create a new refresh token and
522 revoke the old one per request (margaretha)
52328/11/2018
524 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
525 - Handled storing cached VC with VC reference (margaretha)
52629/11/2018
527 - Added a controller for listing user clients having active refresh tokens
528 (margaretha)
5296/12/2018
530 - Added debug flags to mitigate log4j debugging performance (margaretha)
531 - Fixed KoralNode at() method (margaretha)
53211/12/2018
533 - Implemented revoking all tokens of a user client via a super client
534 (margaretha)
535 - Removed document controllers and KustvaktResource (margaretha)
536 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
537
538
539# version 0.61.3
54017/10/2018
541 - Updated NamedVCLoader to be optional (margaretha)
542 - Updated annotation tables & implemented key-value structure (margaretha)
543 - Added annotation parser for annotation data from kalamar (margaretha)
544 - Implemented parsing free resource info from json (margaretha)
54522/10/2018
546 - Updated jetty, spring and hibernate versions (margaretha)
547 - Fixed the order of annotation keys and values, and added tests (margaretha)
548 - Fixed resource DAO & added tests (margaretha)
54924/10/2018
550 - Fixed query serialization service (margaretha)
551 - Added "highlights" parameter to matchInfo controller (margaretha)
552 - Added "fields" parameter to search controllers (margaretha)
553 - Integrated lite controllers, services and tests in full version (margaretha)
55429/10/2018
555 - Moved javax.servlet-api to core (margaretha)
55607/11/2018
557 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
55813/11/2018
559 - Added Shutdown handler to Jetty server (margaretha)
560 - Fixed storing VC order in NamedVCLoader (margaretha)
561
562# version 0.61.2
56312/09/2018
564 - Added various log4j2 configurations (margaretha)
56513/09/2018
566 - Implemented VirtualCorpusRewrite (margaretha)
56714/09/2018
568 - Fixed SpringJerseyTest ApplicationContext (margaretha)
569 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
570 - Enabled VCReferenceTest in maven test suite (margaretha)
57118/09/2018
572 - Handled unique constraints / inserting duplicate items to DB (margaretha)
573 - Added a controller for editing user group member roles (margaretha)
57419/09/2018
575 - Fixed cached-VC ref with username (margaretha)
576
577# version 0.61.1
57828/08/2018
579 - Added API URL versioning (margaretha)
580 - Deactivated IdRewrite (margaretha)
581 - Fixed kustvakt controller (margaretha)
58230/08/2018
583 - Fixed root packages & added api version properties in kustvakt.conf
584 (margaretha)
585 - Fixed versioning in SearchController (margaretha)
586 - Added API versioning tests (margaretha)
587
588# version 0.61.0
589
59002/08/2018
591 - Added VC reference tests (margaretha)
592 - Implemented loading and caching named VCs (margaretha)
59303/08/2018
594 - Implemented OAuth2 revoke token (margaretha)
595 - Updated OAuth2 refresh token implementation (margaretha)
59614/08/2018
597 - Implemented revoke all OAuth2 access tokens and authorization codes of
598 client users when deregistering/deleting a client (margaretha)
599 - Fixed update OAuth2 access token (margaretha)
600 - Implemented reset client secret (margaretha)
601 - Fixed revoking latest access token when refreshing OAuth2 access token
602 (margaretha)
60315/08/2018
604 - Implemented OAuth2 client info controller (margaretha)
605 - Implemented update OAuth2 client privilege controller for admins
606 (margaretha)
607 - Implemented unlimited authorization scope for super clients with OAuth2
608 password grant (margaretha)
609 - Marked native clients implementation to deprecated in favour of super
610 clients (margaretha)
611 - Enabled using Bearer tokens as user authentication tokens (Authorization
612 header value) for many controllers including OAuth2 controllers (margaretha)
61316/08/2018
614 - Implemented degrading super clients (margaretha)
615 - Improved and added OAuth2 tests (margaretha)
61621/08/2018
617 - Added VC name pattern check (margaretha)
61822/08/2018
619 - Implemented loading VC from gz files (margaretha)
620 - Updated OAuth2 authorization codes' & access tokens' expiry check
621 (margaretha)
62223/08/2018
623 - Updated RefreshToken implementations with separate DB tables (margaretha)
624 - Allows multiple access tokens per refresh token (margaretha)
62527/08/2018
626 - Added statistic with VC reference tests (margaretha)
627 - Fixed OAuth2 SQL files (margaretha)
62828/08/2018
629 - Added c3p0 datasource configuration to Spring default-config-xml
630 (margaretha)
631 - Added running Kustvakt server with custom spring config in the readme
632 (margaretha)
633 - Removed old OAuth2 codes (margaretha)
634 - Moved non-config test codes to misc (margaretha)
635
636
637# version 0.60.5
638
63909/07/2018
640 - Added service layer to the search controller (margaretha)
641 - Added OAuth2 scope checking in search and VC controllers (margaretha)
642 - Added handling OAuth2 bearer token for VC access and User group
643 controllers (margaretha)
644 - Added default scope to password grant (margaretha)
64510/07/2018
646 - Made createBasicAuthorizationHeaderValue static (margaretha)
647 - Added store access token in openID token service (margaretha)
648 - Fixed empty scope in openID authorization and token service (margaretha)
649 - Implemented storing authorization code in cache (margaretha)
65011/07/2018
651 - Fixed authentication time in authentication controller (margaretha)
652 - Added OAuth2 access token tests (margaretha)
65312/07/2018
654 - Updated maven surefire setting for faster test suite runtime (margaretha)
655 - Implemented refreshing OAuth2 access token (margaretha)
65626/07/2018
657 - Fixed issue #27 (margaretha)
65802/08/2018s
659 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
660
661
662# version 0.60.4
663
66405/07/2018
665 - implemented OAuth2 authorization code request with OpenID Authentication
666 (margaretha)
667 - enabled OAuth2 authorization without OpenID authentication using Nimbus
668 library (margaretha)
669 - implemented response handler for OpenID authentication errors in authorization
670 requests (margaretha)
671 - added tests regarding OpenID authentication in authorization requests
672 (margaretha)
673 - implemented OAuth2 authorization error response via redirect URI instead of
674 JSON (margaretha)
675 - added state to OAuth2 authorization error response (margaretha)
676 - implemented OpenID token service for authorization code flow (margaretha)
677 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
678 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
679 keys (margaretha)
680 - implemented OpenId configuration (margaretha)
681 - added authentication time and support for auth_time in id_token (margaretha)
682 - implemented support for nonce and max_age parameters in OpenID authentication
683 (margaretha)
684 - implemented OAuth2 token request with password grant using Nimbus library
685 (margaretha)
686 - updated redirect URI validator (margaretha)
687 - updated client registration requirement to allow desktop applications
688 (margaretha)
689 - fixed RSA key configuration (margaretha)
690 - merged OAuth2 client deregistration controllers (margaretha)
691 - fixed OAuth2 client unique URL-hashcode (margaretha)
692 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
693 - Added support for unrestricted corpus statistics (ndiewald)
694 - updated paths of user-group deletion-controllers (margaretha)
695 - Do not pass broken queries to Krill (diewald)
696 - added OAuth2 token request with client authentication via Authorization
697 header (margaretha)
698 - added port checking in test suite (margaretha)
699
700# version 0.60.3
701
70206/06/2018
703 - improved user authentication by using authentication filter for authorization
704 code request (margaretha)
705 - limited client authentication to client id checking in authorization code
706 request (margaretha)
707 - added user_id in the oauth2_access_token database table (margaretha)
708 - implemented OAuth2Authentication provider for token context management
709 (margaretha)
710 - added parameter checking for authorization DAO (margaretha)
711 - added controller tests using OAuth2 access token (margaretha)
712 - added database tables for MySQL (margaretha)
713 - updated JWT library and related codes (margaretha)
714
715# version 0.60.2
716
71703/05/2018
718 - implemented OAuth2 client registration (margaretha)
719 - implemented OAuth2 client authentication (margaretha)
720 - changed virtual corpus search to retrieval (margaretha)
721 - implemented public client deregistration task (margaretha)
722 - added client registration and deregistration tests (margaretha)
723 - implemented confidential client deregistration task (margaretha)
724 - fixed storing client secret (margaretha)
725 - implemented OAuth2 response handler (margaretha)
726 - implemented OAuth2 request access token with client credentials grant
727 (margaretha)
728 - implemented OAuth2 request access token with resource owner password grant
729 (margaretha)
730 - implemented OAuth2 authorization code request (margaretha)
731 - added OAuth2 error codes (margaretha)
732 - added OAuth2 authorization, scope and access token tables for SQLite
733 (margaretha)
734 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
735 - implemented OAuth2 request access token with authorization code grant
736 (margaretha)
737 - added setting default scopes in the config file (margaretha)
738 - fixed loading spring config multiple times in the test suite (margaretha)
739 - added SQLite created_date trigger for access token (margaretha)
740 - added a join table for access token scopes (margaretha)
741 - added access scopes handling (margaretha)
742 - added tests about request token with authorization code (margaretha)
743
744# version 0.60.1
745
74628/03/2018
747 - added admin-related SQL codes (margaretha)
748 - updated AdminDao (margaretha)
749 - added optional username query parameter to group list controller (margaretha)
750 - fixed non hierarchical URI of kustvakt conf files (margaretha)
751 - added delete group member triggers (margaretha)
752 - added list user-group by username and status for system admin (margaretha)
753 - added user-group status in user-group DTO (margaretha)
754 - added check for hidden groups in user-group tests (margaretha)
755 - added database trigger test on deleting members when deleting group
756 (margaretha)
757 - renamed VC type PREDEFINED to SYSTEM (margaretha)
758 - added VC list controller for system admin (margaretha)
759 - added VC controller tests with for system admin (margaretha)
760 - added hidden access removal when deleting published VC (margaretha)
761 - added check for hidden groups in VC controller tests (margaretha)
762 - added search user-group controller (margaretha)
763 - removed createdBy from VirtualCorpusJson (margaretha)
764 - moved member role setting from the invitation phase to the after-subscription
765 phase (margaretha)
766 - added member role removal after deleting members (margaretha)
767 - added add and delete member role controllers (margaretha)
768
769# version 0.60
770
77114/03/2018
772 - set up mail settings using localhost port 25 (margaretha)
773 - added mail template in kustvakt configuration (margaretha)
774 - added mail settings to readme (margaretha)
775 - disabled email notification for auto group (margaretha)
776 - added metadata retrieval (diewald)
777 - enabled custom implementation for email address retrieval (margaretha)
778 - removed old policy and deprecated code (margaretha)
779 - moved authentication related code to /full (margaretha)
780 - added userRoles attribute to UserGroupDto. (margaretha)
781 - fixed sqlite trigger (margaretha)
782 - fixed member exist error message (margaretha)
783 - fixed member invitation to join deleted group (margaretha)
784 - added checking deleted group (margaretha)
785
786# version 0.59.10
787
78820/02/2018
789 - added sort VC by id (margaretha)
790 - added test cases regarding VC sharing (margaretha)
791 - implemented withdraw VC from publication (margaretha)
792 - added Changes file (margaretha)
793 - implemented add/invite users to group (margaretha)
794 - implemented delete user-group and member tasks (margaretha)
795 - added userMemberStatus in group lists (margaretha)
796 - updated and added SQL test data (margaretha)
797 - added user group related tests (margaretha)
798 - implemented custom configuration for deleting user groups and members (margaretha)
799 - updated library versions and java environment (margaretha)
800 - added expiration time check for member invitation (margaretha)
801 - moved .properties files (margaretha)
802 - merged changelog file to Changes (margaretha)
803 - updated status codes and error messages to be more detailed (margaretha)
804 - testing mail implementation using embedded jetty jndi (margaretha)
805 - fixed collection rewrite regarding OR operation with other fields
806 (margaretha)
807 - implemented sending mail using spring injection and removed jetty jndi
808 (margaretha)
809 - fixed unrecognized application/json (margaretha)
810 - fixed and updated velocity template (margaretha)
811
812# version 0.59.9
813
81419/01/2018
815 - restructured basic authentication (margaretha)
816 - fixed AuthenticationException to include authentication scheme (margaretha)
817 - fixed rewrite redundancy in collection rewrite (margaretha)
818 - fixed foundry rewrite for constituents (margaretha)
819 - introduced authentication methods, schemes and tokens (margaretha)
820 - implemented collection rewrite with multiple licenses (margaretha)
821 - fixed foundry rewrite for korap span without wrap node (margaretha)
822 - implemented list user group (margaretha)
823 - implemented delete VC task (margaretha)
824 - implemented create user-group, subscribe to user-groups, unsubscribe to
825 user-groups tasks(margaretha)
826 - fixed handling JSON mapping exception for missing enums (margaretha)
827 - implemented list VC task (margaretha)
828 - added KoralQuery in VC lists (margaretha)
829 - implemented edit VC task (margaretha)
830 - implemented publish VC task (margaretha)
831 - implemented share VC task (margaretha)
832 - implemented list only owned VC task (margaretha)
833 - implemented list VC access task (margaretha)
834 - implemented search VC by id task (margaretha)
835 - implemented delete VC access (margaretha)
836 - implemented search for project VC (margaretha)
837 - added search VC related tests (margaretha)
838 - removed PredefinedUserGroup.ALL and related codes (margaretha)
839 - implemented search for published VC (margaretha)
840
841# version 0.59.8
842
84321/09/2017
844 - restructured statistics service (margaretha)
845 - removed deprecated loader codes and tests (margaretha)
846 - removed old Spring java configurations (margaretha)
847 - implemented entity classes for the new database (margaretha)
848 - added MySQL codes regarding VC and for testing (margaretha)
849 - added dao methods regarding VC (margaretha)
850 - added similar SQL codes (to MySQL) for sqlite (margaretha)
851 - added dao methods regarding user groups (margaretha)
852 - restructured web-service codes into controller and logic/business-service
853 (margaretha)
854 - implemented user role and privilege, and added tests (margaretha)
855 - prepared test suite using new database (margaretha)
856 - implemented UserGroupDao and tests (margaretha)
857 - fixed missing exceptions in JsonUtils (margaretha)
858 - restructured web filters and authentication codes (margaretha)
859 - implemented create/store VC (margaretha)
860 - fixed collection rewrite bug regarding availability with operation or
861 (margaretha)
862
863# version 0.59.7
864
86513/10/2016
866 - MOD: updated search to use new siglen (diewald)
867 - MOD: fixed matchinfo retrieval in light service (diewald)
868
86905/05/2015
870 - ADD: rest test suite for user service (hanl)
871 - MOD: setup parameter modification (hanl)
872 - ADD: oauth2 client unique constraint (hanl)