blob: a46b723aa013ec5afb8f3ec3ce6771fd2516a673 [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).
margaretha94b46fe2024-04-16 11:15:00 +020013- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020014- Fixed invalid signature of the uber jar.
margaretha10618a02024-02-21 11:06:01 +010015
16
margaretha28a53d12024-02-20 12:57:38 +010017# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010018
margarethab06377e2024-01-30 11:06:35 +010019- Moved the content of the full folder to the root folder
20- Removed Piwik
21- Removed unused libraries
22- Cleaned up spring configs
23- Updated Krill and Koral with new groupIds
24- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010025- Updated search Krill and removed Lucene
26- Updated readme
margarethab06377e2024-01-30 11:06:35 +010027
28# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010029
30- Replaced javax.ws to jakarta.ws namespace (#648)
31- Upgrading Jersey 2.40 to 3.x (#646)
32- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
33- Replaced javax.persistence with jakarta.persistence (#648)
34- Migrate Hibernate 5 to 6 (#649)
35- Fix missing placeholders
36- Fixed conflicting jackson-jarxrs
37- Fixed conflicting commons-logging and spring jcl
38- Replaced javax.servlet with jakarta.servlet (#648)
39- Updated authorization services using Nimbus (#650)
40- Fixed BlockingFilter by replacing javax.annotation.Priority
41 with jakarta.annotation.Priority (#659, #648)
42- Replaced javax.annotation with jakarta.annotation
43- Enabled legacy support for authorization POST request
44- Changed OAuth2 token request using Nimbus (#650)
45- Removed Apache Oltu API from token requests (#650)
46- Removed OpenID
47- Fixed clearing cache
48- Fix JettyServerTest, init package, and some java docs.
49- Make scope extraction more flexible.
50- Updated token response using Nimbus (#650)
51- Remove Oltu request and validator implementations (#650)
52- Updated OAuth2 response handler (#650)
53- Fixed ShutdownHandler (fixed #708)
54- Fixed issues with multi-release jar (#706, #708)
55
56
57# version 0.71.1
58
59- Removed auditing (#611)
60- Removed old database configurations (#612)
61- Removed old tests
62- Removed unnecessary caches and methods in the authentication interface
63- Added total result cache (#599)
64- Fixed missing project.version in info web-service
65- Make sure totalResults and other numeric results are numbers (Kupietz)
66- Introduce CQP query language in Koral 0.41
67- Changed DB connection (fixed #670)
68- Resolved duplicate libraries
69- Fixed testing expiry access token
70- Fix lombok compile warning
71- Ensure the order of clean token tests.
72
73# version 0.71
74
75- Renamed entity and service packages in core
76- Renamed web.controller package in core
77- Moved SearchNetworkEndpoint to core.service package
78- Merged lite into full
79- Merged core into full
80
81
82# version 0.70.1
83
84- Added data folder containing super_client_info and database
85 for mounting into docker
86- Added an error for missing redirect uri in a token request
87 when it has been included in the authorization request.
88- Added tests for VC sharing and for OAuth2 client using VC services
89- Added and updated VC controller tests
90- Moved hibernate.properties
91- Added maximum number of user persistent virtual corpora and queries
92
93# version 0.70
94
95- Support token array in matchinfo (fixes #570; diewald)
96- Updated VC list API and deprecated owner VC list (addressed #580)
97- Added user info web-service (solved #566)
98- Implemented configurable resource filters for search and match
99 info APIs (#539)
100- Added getting username from LDAP (#568)
101- Disabled LDAP auth provider and token API in the auth filter (#587)
102- Added LDAP log for users without idsC2Profile
103- Fixed log4j2 properties.
104
105
106# version 0.69.3
107
108- Moved the service path of VC admin services to admin/vc (closed #543)
109- Added an admin service to load and cache system vc (solved #268)
110- Move oauth2 admin service path (closed #544)
111- Excluded admin service to load-cache VC from the test suite
112- Fixed refresh token expiry test
113- Fixed scope check in OAuth2 token request with refresh token
114
115# version 0.69.2
116
1172022-12-05
118- Upgrade version for E2E-simplified Docker images (diewald)
1192023-01-27
120- Updated client info API (replaced user authorization requirement with super
121 client authentication)
1222023-01-30
123- Made scope param required in authorization request (solved #508)
1242023-01-31
125- Allowed OAuth2 clients to use localhost as redirect URIs.
1262023-02-03
127- Fixed content-type in error responses by changing it to application/json
1282023-02-06
129- Allow admin access using admin token for the clean token API
1302023-02-10
131- Use admin filter instead of OAuth2 ADMIN scope
132- Added a plugin test.
1332023-02-15
134- Moved user-group retrieval API to UserGroupAdminController
135 and changed the service path URL of UserGroupAdminController.
1362023-02-20
137- Deprecate API token (JWT) web-service
138- Fixed Slf4J binding
1392023-02-28
140- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1412023-03-06
142- Fixed testing refresh token expiry.
143
144
145# version 0.69.1
146
147- Upgrade version for docker including indexer (diewald)
148
149
150# version 0.69
151
152 - Migrated to Java 11 and Jersey 2
153 - Updated dependencies
154 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
155
156
157# version 0.68
158
1592022-05-25
160 - Added a new API: list plugins (e.g for marketplace)
161 - Added redirect URI validation in authorization request (addressed #374)
162 - Handled user-defined refresh token expiry (added in client info and
163 list API response)
164 - Added installed_plugins table
165 - Added a new API: install plugin
166 - Handled redundant plugin installation
167 - Handled super client id in plugin installation
168 - Deprecated UserClientDto and uses ClientinfoDto instead
169 - Updated redirect URI error message for coherence
1702022-05-27
171 - Added maximum limit to custom refresh token expiry
1722022-06-01
173 - Added new APIs: list user-installed plugins and uninstall plugin.
174 - Moved install and list plugin APIs to PluginController and updated their
175 service paths under /plugins.
1762022-06-03
177 - Implemented searching option using a network endpoint
178 - Implemented initial super client registration for user authentication.
179 - Fixed admin clean token API and restrict plugins to confidential only.
180
181
182
183# version 0.67.1
184
1852022-05-12
186 - Implemented mapping of LDAP username to email
187 - Handled null parameters in authorization requests
1882022-05-25
189 - Fixed null client_id
190 - Updated ldap.config path in the kustvakt-test.conf
191
192
193# version 0.67
194
1952022-05-09
196 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
197 - An embedded LDAP server can now be started automatically if configured accordingly.
1982022-05-11
199 - Changed the SQL script updating oauth2_client table
200
201
202# version 0.66
203
2042022-03-31
205 - Updated query and user-group name pattern.
2062022-04-08
207 - Added redirect_uri to client info API.
2082022-04-11
209 - Added registration_date, refresh_token_expiry, source and is_permitted
210 to the oauth2_client database table, and updated the OAuth2 client
211 registration mechanism.
212 - Added authorization request with GET and deprecated that with POST.
2132022-04-13
214 - Updated OAuth2Client list API (added redirect_uri, registration_date,
215 permitted, source to OAuth2UserClientDto).
2162022-04-20
217 - Updated authorization error response. (Included error and error
218 description in the client redirect URI except for missing or
219 invalid client id or redirect URI.
220
221
222# version 0.65.2
223
2242022-03-03
225 - Removed VCLoader.
226 - Added foreign keys to the DB tables of access and refresh token scopes.
2272022-03-07
228 - Added more parameter checks and OAuth2Client web-service tests.
2292022-03-17
230 - Updated admin filter by using admin token and role checks.
2312022-03-18
232 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2332022-03-28
234 - Updated admin filter (admintoken as a form param) and uses
235 it for the closing index reader API.
236 - Removed unused admin API: clear access token cache.
2372022-03-29
238 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
239
240# version 0.65.1
241
2422022-03-01
243 - Restricts the field retrieval web-service to admin only.
244
245# version 0.65
246
247!!! includes security updates - please update all Kustvakt libraries
248!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
249
2502021-12-02
251 - Updated VC cache.
2522021-12-03
253 - Enabled listing system vc for authorized users.
2542021-12-08
255 - Removed koralQuery and statistics from VC list.
256 - Added a web-service to retrieve KoralQuery of a VC
2572021-12-10
258 - [security] Updated log4j libs due to CVE-2021-44228.
2592021-12-13
260 - Fixed broken test suite.
2612022-01-03
262 - [security] More log4j security updates
263 - Bumped unboundid-ldapsdk
264 - Updated tests.
2652022-01-25
266 - Added show-tokens option to the search API.
2672022-01-31
268 - Added an API retrieving fields of a virtual corpus.
269
270# version 0.64.1
271
2722021-10-26
273 - Bump Kustvakt and Krill versions.
274
275
276# version 0.64
2772021-07-29
278 - Updated the change files and made a new version.
2792021-08-12
280 - Fixed errors due to missing query type and added tests.
2812021-08-13
282 - Fixed missing request entity.
283 - Updated the query service to enable editing query references.
2842021-08-16
285 - Fixed creator param when storing query or VC by admins for
286 the system or other users.
287
288# version 0.63.2
2892021-06-11
290 - Updated OAuth2 token length & secure random algorithm config.
291 - Added character set filter to random code generator, e.g. for client_id.
2922021-06-14
293 - Updated roleId and super client parameters.
2942021-06-24
295 - Fixed broken test.
2962021-07-22
297 - Updated cache settings and some loggings.
2982021-07-26
299 - Replaced annotation parsing with restoring the annotation tables to the
300database.
301 - Moved cache config to the full config.
302
303# version 0.63.1
3042021-02-22
305 - Updated libraries (margaretha)
306 - Renamed virtual corpus to query (margaretha)
3072021-02-26
308 - Added query access roles and fixed vc access roles (margaretha)
309 - Added delete query webservice and tests (margaretha)
3102021-03-25
311 - Updated Koral version for Info Controller (margaretha)
312 - Updated OAuth2 token list with token type and user clientId
313parameters (margaretha)
3142021-03-29
315 - Added client type in the client list web-service. Resolved #58 (margaretha)
3162021-04-19
317 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3182021-04-26
319 - Updated OAuth2 Client list (margaretha)
3202021-04-30
321 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
322 - Updated OAuth2 API responses for coherence (margaretha)
3232021-06-07
324 - Updated OAuth2 client dto (margaretha)
325
326# version 0.63
32726/10/2020
328 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
32929/10/2020
330 - Introduction of a query reference rewrite mechanism (diewald)
33130/10/2020
332 - Added database methods for storing query references (diewald)
33304/12/2020
334 - Fix hibernate dialect for SQLite. (margaretha)
33504/12/2020
336 - Fix pipe warning. (margaretha)
33714/01/2021
338 - Updated Flyway (margaretha)
33921/01/2021
340 - Fixed running pipe and updated tests with mockserver (margaretha)
34101/02/2021
342 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
34305/02/2021
344 - Add query reference web-service (diewald,margaretha)
34510/02/2021
346 - Fixed problem with multiple desktop apps (diewald, margaretha)
34712/02/2021
348 - Added listing available queries for users (margaretha)
34917/02/2021
350 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
351 - Added query and query language in virtual corpus table (margaretha)
35218/02/2021
353 - Set corpus access public for stored query (margaretha)
35419/02/2021
355 - Enabled API info web-service (margaretha)
356
357
358# version 0.62.4
35924/01/2020
360 - Removed salt from config and updated config files (margaretha)
36103/02/2020
362 - Added an admin API for clearing access token cache (margaretha)
36305/02/2020
364 - Added a config properties for a long-time access token expiry
365 and excluded refresh tokens for public clients in OAuth2 token
366 responses (margaretha)
367 - Removed client authentication from the client deregistration and
368 client-secret reset APIs (margaretha)
36904/03/2020
370 - Updated the sample index (diewald)
371
372# version 0.62.3
37303/12/2019
374 - Implemented pipe extension in the search API (margaretha)
37511/12/2019
376 - Added errors when requesting VC in caching process (margaretha,
377 resolved #47)
37812/12/2019
379 - Added support for multiple cq parameters (margaretha, resolved #46)
38013/12/2019
381 - Handled pipe errors and added tests (margaretha)
38219/12/2019
383 - Updated create update user-group API (margaretha)
38420/12/2019
385 - Removed transactional annotations from simple select queries (margaretha)
386 - Updated free resource controller (margaretha)
38715/01-2020
388 - Added additional statistic figures to virtual corpus info API
389 response (margaretha)
390
391# version 0.62.2
39217/10/2019
393 - Handled vulnerability CVE-2019-17195. (margaretha)
3948/11/2019
395 - Added user-group name pattern (margaretha, issue #33)
39611/11/2019
397 - Updated user group service paths and replaced groupId with groupName
398 (margaretha, resolved #33)
39912/11/2019
400 - Removed UserGroupJson & updated listUserGroups and createUserGroup
401 services (margaretha)
402 - Added prefixes to username and groupname parameters in service paths
403 (margaretha, resolved #35)
40413/11/2019
405 - Added tests for issue #43 (margaretha)
40614/11/2019
407 - Added client description and URL to list-authorized-clients service
408 (margaretha, close #53)
409 - Implemented a service to list clients registered by a user (margaretha,
410 close #52)
411 - Added a check for OAuth2 client, VC, and group name length (margaretha)
41215/11/2019
413 - Merged list authorized client and list registered client services
414 (margaretha)
41521/11/2019
416 - Added a service to list active refresh tokens of a user (margaretha)
417 - Added username filtering to token revocation service via super client
418 (margaretha)
41926/11/2019
420 - Added a service to revoke a single refresh token via super client
421 (margaretha)
422
423# version 0.62.1
42408/07/2019
425 - Added tests for public metadata response in search api (margaretha,
426 issue #43)
427 - Disabled some tests of unused/disabled web-services (margaretha)
42807/08/2019
429 - Fixed missing scopes after requesting access token with refresh token
430 (margaretha)
431 - Fixed post requests with status OK and empty body (margaretha)
43207/08/2019
433 - Added users to hidden group when searching in a published VC (margaretha,
434 resolved #40)
43515/08/2019
436 - Updated the response statuses of VC PUT requests (margaretha)
437
438# version 0.62
43928/02/2019
440 - Removed old VC controllers and updated tests (margaretha, issue #34)
441 - Updated VC access controllers (margaretha)
44219/03/2019
443 - Added close index controller (margaretha)
44411/04/2019
445 - Fixed unknown authentication scheme, missing VC entity, and parameter
446 checker (margaretha)
447 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
448 unique group name and unknown VC access (margaretha)
44927/06/2019
450 - Handled LDAP errors, fixed #45 (margaretha)
45103/07/2019
452 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
453 - Changed the response media-type of authentication controllers (margaretha)
454 - Fixed bugs: allow guest to retrieve system VC,
455 remove VC from cache when it is deleted (margaretha)
45604/07/2019
457 - Updated VC name pattern and tests (margaretha)
458
459# version 0.61.6
46004/02/2019
461 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
462 - Updated client deregistration behavior (margaretha)
46305/02/2019
464 - Added delete-group-by-name controller (margaretha)
465 - Added unique index to group name (margaretha)
46606/02/2019
467 - Updated a user setting test using array for multiple values (margaretha)
468 - Added metadata controller tests (margaretha)
46918/02/2019
470 - Fixed tests (margaretha)
471 - Updated handling errors from Koral (margaretha)
47219/02/2019
473 - Added fields to metadata controller (margaretha, issue #39)
474
475# version 0.61.5
47617/12/2018
477 - Added a search timeout test (margaretha)
47818/12/2018
479 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
48008/01/2019
481 - Improved predefined vc caching (issue #28, margaretha)
48209/01/2019
483 - Added comments (margaretha)
484 - Updated code structure (margaretha)
48511/01/2019
486 - Degraded API version to 1.0 (margaretha)
487 - Added OAuth2 client info tests (margaretha)
48814/01/2019
489 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
49016/01/2019
491 - Added a PUT request for both creating and editing vc (margaretha)
492 - Added aliases to some VC controllers (margaretha)
493 - Merged VC access list controllers (margaretha)
49421/01/2019
495 - Removed codes related to user registration & password management (margaretha)
49622/01/2019
497 - Added create, edit, retrieve user default setting controllers (margaretha)
49822/01/2019
499 - Updated default setting controllers & added tests (margaretha)
500 - Added delete key in setting controllers (margaretha)
50123/01/2019
502 - Added default setting key validation (margaretha)
503 - Fixed UserdataTest (margaretha)
50424/01/2019
505 - Added default setting key validation & fixed UserdataTest (margaretha)
50625/01/2019
507 - Added VC reference and MapUtil tests (margaretha)
50828/01/2019
509 - Fixed username verification in DefaultSettingService (margaretha)
510 - Added foundry rewrite with user default setting (margaretha)
511 - Added default foundry for morphology layer (margaretha)
51229/01/2019
513 - Fixed share VC type (margaretha)
514 - Added delete setting controller (margaretha)
515 - Handled "no resource found" cases (margaretha, issue #37)
51630/01/2019
517 - Added server shutdown description in readme (margaretha)
518
519# version 0.61.4
52014/11/2018
521 - Integrated lite and full services and controllers in core (margaretha)
52221/11/2018
523 - Updated OAuth2 refresh token request to create a new refresh token and
524 revoke the old one per request (margaretha)
52528/11/2018
526 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
527 - Handled storing cached VC with VC reference (margaretha)
52829/11/2018
529 - Added a controller for listing user clients having active refresh tokens
530 (margaretha)
5316/12/2018
532 - Added debug flags to mitigate log4j debugging performance (margaretha)
533 - Fixed KoralNode at() method (margaretha)
53411/12/2018
535 - Implemented revoking all tokens of a user client via a super client
536 (margaretha)
537 - Removed document controllers and KustvaktResource (margaretha)
538 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
539
540
541# version 0.61.3
54217/10/2018
543 - Updated NamedVCLoader to be optional (margaretha)
544 - Updated annotation tables & implemented key-value structure (margaretha)
545 - Added annotation parser for annotation data from kalamar (margaretha)
546 - Implemented parsing free resource info from json (margaretha)
54722/10/2018
548 - Updated jetty, spring and hibernate versions (margaretha)
549 - Fixed the order of annotation keys and values, and added tests (margaretha)
550 - Fixed resource DAO & added tests (margaretha)
55124/10/2018
552 - Fixed query serialization service (margaretha)
553 - Added "highlights" parameter to matchInfo controller (margaretha)
554 - Added "fields" parameter to search controllers (margaretha)
555 - Integrated lite controllers, services and tests in full version (margaretha)
55629/10/2018
557 - Moved javax.servlet-api to core (margaretha)
55807/11/2018
559 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
56013/11/2018
561 - Added Shutdown handler to Jetty server (margaretha)
562 - Fixed storing VC order in NamedVCLoader (margaretha)
563
564# version 0.61.2
56512/09/2018
566 - Added various log4j2 configurations (margaretha)
56713/09/2018
568 - Implemented VirtualCorpusRewrite (margaretha)
56914/09/2018
570 - Fixed SpringJerseyTest ApplicationContext (margaretha)
571 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
572 - Enabled VCReferenceTest in maven test suite (margaretha)
57318/09/2018
574 - Handled unique constraints / inserting duplicate items to DB (margaretha)
575 - Added a controller for editing user group member roles (margaretha)
57619/09/2018
577 - Fixed cached-VC ref with username (margaretha)
578
579# version 0.61.1
58028/08/2018
581 - Added API URL versioning (margaretha)
582 - Deactivated IdRewrite (margaretha)
583 - Fixed kustvakt controller (margaretha)
58430/08/2018
585 - Fixed root packages & added api version properties in kustvakt.conf
586 (margaretha)
587 - Fixed versioning in SearchController (margaretha)
588 - Added API versioning tests (margaretha)
589
590# version 0.61.0
591
59202/08/2018
593 - Added VC reference tests (margaretha)
594 - Implemented loading and caching named VCs (margaretha)
59503/08/2018
596 - Implemented OAuth2 revoke token (margaretha)
597 - Updated OAuth2 refresh token implementation (margaretha)
59814/08/2018
599 - Implemented revoke all OAuth2 access tokens and authorization codes of
600 client users when deregistering/deleting a client (margaretha)
601 - Fixed update OAuth2 access token (margaretha)
602 - Implemented reset client secret (margaretha)
603 - Fixed revoking latest access token when refreshing OAuth2 access token
604 (margaretha)
60515/08/2018
606 - Implemented OAuth2 client info controller (margaretha)
607 - Implemented update OAuth2 client privilege controller for admins
608 (margaretha)
609 - Implemented unlimited authorization scope for super clients with OAuth2
610 password grant (margaretha)
611 - Marked native clients implementation to deprecated in favour of super
612 clients (margaretha)
613 - Enabled using Bearer tokens as user authentication tokens (Authorization
614 header value) for many controllers including OAuth2 controllers (margaretha)
61516/08/2018
616 - Implemented degrading super clients (margaretha)
617 - Improved and added OAuth2 tests (margaretha)
61821/08/2018
619 - Added VC name pattern check (margaretha)
62022/08/2018
621 - Implemented loading VC from gz files (margaretha)
622 - Updated OAuth2 authorization codes' & access tokens' expiry check
623 (margaretha)
62423/08/2018
625 - Updated RefreshToken implementations with separate DB tables (margaretha)
626 - Allows multiple access tokens per refresh token (margaretha)
62727/08/2018
628 - Added statistic with VC reference tests (margaretha)
629 - Fixed OAuth2 SQL files (margaretha)
63028/08/2018
631 - Added c3p0 datasource configuration to Spring default-config-xml
632 (margaretha)
633 - Added running Kustvakt server with custom spring config in the readme
634 (margaretha)
635 - Removed old OAuth2 codes (margaretha)
636 - Moved non-config test codes to misc (margaretha)
637
638
639# version 0.60.5
640
64109/07/2018
642 - Added service layer to the search controller (margaretha)
643 - Added OAuth2 scope checking in search and VC controllers (margaretha)
644 - Added handling OAuth2 bearer token for VC access and User group
645 controllers (margaretha)
646 - Added default scope to password grant (margaretha)
64710/07/2018
648 - Made createBasicAuthorizationHeaderValue static (margaretha)
649 - Added store access token in openID token service (margaretha)
650 - Fixed empty scope in openID authorization and token service (margaretha)
651 - Implemented storing authorization code in cache (margaretha)
65211/07/2018
653 - Fixed authentication time in authentication controller (margaretha)
654 - Added OAuth2 access token tests (margaretha)
65512/07/2018
656 - Updated maven surefire setting for faster test suite runtime (margaretha)
657 - Implemented refreshing OAuth2 access token (margaretha)
65826/07/2018
659 - Fixed issue #27 (margaretha)
66002/08/2018s
661 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
662
663
664# version 0.60.4
665
66605/07/2018
667 - implemented OAuth2 authorization code request with OpenID Authentication
668 (margaretha)
669 - enabled OAuth2 authorization without OpenID authentication using Nimbus
670 library (margaretha)
671 - implemented response handler for OpenID authentication errors in authorization
672 requests (margaretha)
673 - added tests regarding OpenID authentication in authorization requests
674 (margaretha)
675 - implemented OAuth2 authorization error response via redirect URI instead of
676 JSON (margaretha)
677 - added state to OAuth2 authorization error response (margaretha)
678 - implemented OpenID token service for authorization code flow (margaretha)
679 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
680 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
681 keys (margaretha)
682 - implemented OpenId configuration (margaretha)
683 - added authentication time and support for auth_time in id_token (margaretha)
684 - implemented support for nonce and max_age parameters in OpenID authentication
685 (margaretha)
686 - implemented OAuth2 token request with password grant using Nimbus library
687 (margaretha)
688 - updated redirect URI validator (margaretha)
689 - updated client registration requirement to allow desktop applications
690 (margaretha)
691 - fixed RSA key configuration (margaretha)
692 - merged OAuth2 client deregistration controllers (margaretha)
693 - fixed OAuth2 client unique URL-hashcode (margaretha)
694 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
695 - Added support for unrestricted corpus statistics (ndiewald)
696 - updated paths of user-group deletion-controllers (margaretha)
697 - Do not pass broken queries to Krill (diewald)
698 - added OAuth2 token request with client authentication via Authorization
699 header (margaretha)
700 - added port checking in test suite (margaretha)
701
702# version 0.60.3
703
70406/06/2018
705 - improved user authentication by using authentication filter for authorization
706 code request (margaretha)
707 - limited client authentication to client id checking in authorization code
708 request (margaretha)
709 - added user_id in the oauth2_access_token database table (margaretha)
710 - implemented OAuth2Authentication provider for token context management
711 (margaretha)
712 - added parameter checking for authorization DAO (margaretha)
713 - added controller tests using OAuth2 access token (margaretha)
714 - added database tables for MySQL (margaretha)
715 - updated JWT library and related codes (margaretha)
716
717# version 0.60.2
718
71903/05/2018
720 - implemented OAuth2 client registration (margaretha)
721 - implemented OAuth2 client authentication (margaretha)
722 - changed virtual corpus search to retrieval (margaretha)
723 - implemented public client deregistration task (margaretha)
724 - added client registration and deregistration tests (margaretha)
725 - implemented confidential client deregistration task (margaretha)
726 - fixed storing client secret (margaretha)
727 - implemented OAuth2 response handler (margaretha)
728 - implemented OAuth2 request access token with client credentials grant
729 (margaretha)
730 - implemented OAuth2 request access token with resource owner password grant
731 (margaretha)
732 - implemented OAuth2 authorization code request (margaretha)
733 - added OAuth2 error codes (margaretha)
734 - added OAuth2 authorization, scope and access token tables for SQLite
735 (margaretha)
736 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
737 - implemented OAuth2 request access token with authorization code grant
738 (margaretha)
739 - added setting default scopes in the config file (margaretha)
740 - fixed loading spring config multiple times in the test suite (margaretha)
741 - added SQLite created_date trigger for access token (margaretha)
742 - added a join table for access token scopes (margaretha)
743 - added access scopes handling (margaretha)
744 - added tests about request token with authorization code (margaretha)
745
746# version 0.60.1
747
74828/03/2018
749 - added admin-related SQL codes (margaretha)
750 - updated AdminDao (margaretha)
751 - added optional username query parameter to group list controller (margaretha)
752 - fixed non hierarchical URI of kustvakt conf files (margaretha)
753 - added delete group member triggers (margaretha)
754 - added list user-group by username and status for system admin (margaretha)
755 - added user-group status in user-group DTO (margaretha)
756 - added check for hidden groups in user-group tests (margaretha)
757 - added database trigger test on deleting members when deleting group
758 (margaretha)
759 - renamed VC type PREDEFINED to SYSTEM (margaretha)
760 - added VC list controller for system admin (margaretha)
761 - added VC controller tests with for system admin (margaretha)
762 - added hidden access removal when deleting published VC (margaretha)
763 - added check for hidden groups in VC controller tests (margaretha)
764 - added search user-group controller (margaretha)
765 - removed createdBy from VirtualCorpusJson (margaretha)
766 - moved member role setting from the invitation phase to the after-subscription
767 phase (margaretha)
768 - added member role removal after deleting members (margaretha)
769 - added add and delete member role controllers (margaretha)
770
771# version 0.60
772
77314/03/2018
774 - set up mail settings using localhost port 25 (margaretha)
775 - added mail template in kustvakt configuration (margaretha)
776 - added mail settings to readme (margaretha)
777 - disabled email notification for auto group (margaretha)
778 - added metadata retrieval (diewald)
779 - enabled custom implementation for email address retrieval (margaretha)
780 - removed old policy and deprecated code (margaretha)
781 - moved authentication related code to /full (margaretha)
782 - added userRoles attribute to UserGroupDto. (margaretha)
783 - fixed sqlite trigger (margaretha)
784 - fixed member exist error message (margaretha)
785 - fixed member invitation to join deleted group (margaretha)
786 - added checking deleted group (margaretha)
787
788# version 0.59.10
789
79020/02/2018
791 - added sort VC by id (margaretha)
792 - added test cases regarding VC sharing (margaretha)
793 - implemented withdraw VC from publication (margaretha)
794 - added Changes file (margaretha)
795 - implemented add/invite users to group (margaretha)
796 - implemented delete user-group and member tasks (margaretha)
797 - added userMemberStatus in group lists (margaretha)
798 - updated and added SQL test data (margaretha)
799 - added user group related tests (margaretha)
800 - implemented custom configuration for deleting user groups and members (margaretha)
801 - updated library versions and java environment (margaretha)
802 - added expiration time check for member invitation (margaretha)
803 - moved .properties files (margaretha)
804 - merged changelog file to Changes (margaretha)
805 - updated status codes and error messages to be more detailed (margaretha)
806 - testing mail implementation using embedded jetty jndi (margaretha)
807 - fixed collection rewrite regarding OR operation with other fields
808 (margaretha)
809 - implemented sending mail using spring injection and removed jetty jndi
810 (margaretha)
811 - fixed unrecognized application/json (margaretha)
812 - fixed and updated velocity template (margaretha)
813
814# version 0.59.9
815
81619/01/2018
817 - restructured basic authentication (margaretha)
818 - fixed AuthenticationException to include authentication scheme (margaretha)
819 - fixed rewrite redundancy in collection rewrite (margaretha)
820 - fixed foundry rewrite for constituents (margaretha)
821 - introduced authentication methods, schemes and tokens (margaretha)
822 - implemented collection rewrite with multiple licenses (margaretha)
823 - fixed foundry rewrite for korap span without wrap node (margaretha)
824 - implemented list user group (margaretha)
825 - implemented delete VC task (margaretha)
826 - implemented create user-group, subscribe to user-groups, unsubscribe to
827 user-groups tasks(margaretha)
828 - fixed handling JSON mapping exception for missing enums (margaretha)
829 - implemented list VC task (margaretha)
830 - added KoralQuery in VC lists (margaretha)
831 - implemented edit VC task (margaretha)
832 - implemented publish VC task (margaretha)
833 - implemented share VC task (margaretha)
834 - implemented list only owned VC task (margaretha)
835 - implemented list VC access task (margaretha)
836 - implemented search VC by id task (margaretha)
837 - implemented delete VC access (margaretha)
838 - implemented search for project VC (margaretha)
839 - added search VC related tests (margaretha)
840 - removed PredefinedUserGroup.ALL and related codes (margaretha)
841 - implemented search for published VC (margaretha)
842
843# version 0.59.8
844
84521/09/2017
846 - restructured statistics service (margaretha)
847 - removed deprecated loader codes and tests (margaretha)
848 - removed old Spring java configurations (margaretha)
849 - implemented entity classes for the new database (margaretha)
850 - added MySQL codes regarding VC and for testing (margaretha)
851 - added dao methods regarding VC (margaretha)
852 - added similar SQL codes (to MySQL) for sqlite (margaretha)
853 - added dao methods regarding user groups (margaretha)
854 - restructured web-service codes into controller and logic/business-service
855 (margaretha)
856 - implemented user role and privilege, and added tests (margaretha)
857 - prepared test suite using new database (margaretha)
858 - implemented UserGroupDao and tests (margaretha)
859 - fixed missing exceptions in JsonUtils (margaretha)
860 - restructured web filters and authentication codes (margaretha)
861 - implemented create/store VC (margaretha)
862 - fixed collection rewrite bug regarding availability with operation or
863 (margaretha)
864
865# version 0.59.7
866
86713/10/2016
868 - MOD: updated search to use new siglen (diewald)
869 - MOD: fixed matchinfo retrieval in light service (diewald)
870
87105/05/2015
872 - ADD: rest test suite for user service (hanl)
873 - MOD: setup parameter modification (hanl)
874 - ADD: oauth2 client unique constraint (hanl)