blob: 76295633b9a26d548038ccc7324a7ab4018e2557 [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.
margaretha390f37d2024-04-22 12:07:34 +020015- Updated configurations of the lite version to use the
16 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020017- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010018
margaretha28a53d12024-02-20 12:57:38 +010019# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010020
margarethab06377e2024-01-30 11:06:35 +010021- Moved the content of the full folder to the root folder
22- Removed Piwik
23- Removed unused libraries
24- Cleaned up spring configs
25- Updated Krill and Koral with new groupIds
26- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010027- Updated search Krill and removed Lucene
28- Updated readme
margarethab06377e2024-01-30 11:06:35 +010029
30# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010031
32- Replaced javax.ws to jakarta.ws namespace (#648)
33- Upgrading Jersey 2.40 to 3.x (#646)
34- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
35- Replaced javax.persistence with jakarta.persistence (#648)
36- Migrate Hibernate 5 to 6 (#649)
37- Fix missing placeholders
38- Fixed conflicting jackson-jarxrs
39- Fixed conflicting commons-logging and spring jcl
40- Replaced javax.servlet with jakarta.servlet (#648)
41- Updated authorization services using Nimbus (#650)
42- Fixed BlockingFilter by replacing javax.annotation.Priority
43 with jakarta.annotation.Priority (#659, #648)
44- Replaced javax.annotation with jakarta.annotation
45- Enabled legacy support for authorization POST request
46- Changed OAuth2 token request using Nimbus (#650)
47- Removed Apache Oltu API from token requests (#650)
48- Removed OpenID
49- Fixed clearing cache
50- Fix JettyServerTest, init package, and some java docs.
51- Make scope extraction more flexible.
52- Updated token response using Nimbus (#650)
53- Remove Oltu request and validator implementations (#650)
54- Updated OAuth2 response handler (#650)
55- Fixed ShutdownHandler (fixed #708)
56- Fixed issues with multi-release jar (#706, #708)
57
58
59# version 0.71.1
60
61- Removed auditing (#611)
62- Removed old database configurations (#612)
63- Removed old tests
64- Removed unnecessary caches and methods in the authentication interface
65- Added total result cache (#599)
66- Fixed missing project.version in info web-service
67- Make sure totalResults and other numeric results are numbers (Kupietz)
68- Introduce CQP query language in Koral 0.41
69- Changed DB connection (fixed #670)
70- Resolved duplicate libraries
71- Fixed testing expiry access token
72- Fix lombok compile warning
73- Ensure the order of clean token tests.
74
75# version 0.71
76
77- Renamed entity and service packages in core
78- Renamed web.controller package in core
79- Moved SearchNetworkEndpoint to core.service package
80- Merged lite into full
81- Merged core into full
82
83
84# version 0.70.1
85
86- Added data folder containing super_client_info and database
87 for mounting into docker
88- Added an error for missing redirect uri in a token request
89 when it has been included in the authorization request.
90- Added tests for VC sharing and for OAuth2 client using VC services
91- Added and updated VC controller tests
92- Moved hibernate.properties
93- Added maximum number of user persistent virtual corpora and queries
94
95# version 0.70
96
97- Support token array in matchinfo (fixes #570; diewald)
98- Updated VC list API and deprecated owner VC list (addressed #580)
99- Added user info web-service (solved #566)
100- Implemented configurable resource filters for search and match
101 info APIs (#539)
102- Added getting username from LDAP (#568)
103- Disabled LDAP auth provider and token API in the auth filter (#587)
104- Added LDAP log for users without idsC2Profile
105- Fixed log4j2 properties.
106
107
108# version 0.69.3
109
110- Moved the service path of VC admin services to admin/vc (closed #543)
111- Added an admin service to load and cache system vc (solved #268)
112- Move oauth2 admin service path (closed #544)
113- Excluded admin service to load-cache VC from the test suite
114- Fixed refresh token expiry test
115- Fixed scope check in OAuth2 token request with refresh token
116
117# version 0.69.2
118
1192022-12-05
120- Upgrade version for E2E-simplified Docker images (diewald)
1212023-01-27
122- Updated client info API (replaced user authorization requirement with super
123 client authentication)
1242023-01-30
125- Made scope param required in authorization request (solved #508)
1262023-01-31
127- Allowed OAuth2 clients to use localhost as redirect URIs.
1282023-02-03
129- Fixed content-type in error responses by changing it to application/json
1302023-02-06
131- Allow admin access using admin token for the clean token API
1322023-02-10
133- Use admin filter instead of OAuth2 ADMIN scope
134- Added a plugin test.
1352023-02-15
136- Moved user-group retrieval API to UserGroupAdminController
137 and changed the service path URL of UserGroupAdminController.
1382023-02-20
139- Deprecate API token (JWT) web-service
140- Fixed Slf4J binding
1412023-02-28
142- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1432023-03-06
144- Fixed testing refresh token expiry.
145
146
147# version 0.69.1
148
149- Upgrade version for docker including indexer (diewald)
150
151
152# version 0.69
153
154 - Migrated to Java 11 and Jersey 2
155 - Updated dependencies
156 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
157
158
159# version 0.68
160
1612022-05-25
162 - Added a new API: list plugins (e.g for marketplace)
163 - Added redirect URI validation in authorization request (addressed #374)
164 - Handled user-defined refresh token expiry (added in client info and
165 list API response)
166 - Added installed_plugins table
167 - Added a new API: install plugin
168 - Handled redundant plugin installation
169 - Handled super client id in plugin installation
170 - Deprecated UserClientDto and uses ClientinfoDto instead
171 - Updated redirect URI error message for coherence
1722022-05-27
173 - Added maximum limit to custom refresh token expiry
1742022-06-01
175 - Added new APIs: list user-installed plugins and uninstall plugin.
176 - Moved install and list plugin APIs to PluginController and updated their
177 service paths under /plugins.
1782022-06-03
179 - Implemented searching option using a network endpoint
180 - Implemented initial super client registration for user authentication.
181 - Fixed admin clean token API and restrict plugins to confidential only.
182
183
184
185# version 0.67.1
186
1872022-05-12
188 - Implemented mapping of LDAP username to email
189 - Handled null parameters in authorization requests
1902022-05-25
191 - Fixed null client_id
192 - Updated ldap.config path in the kustvakt-test.conf
193
194
195# version 0.67
196
1972022-05-09
198 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
199 - An embedded LDAP server can now be started automatically if configured accordingly.
2002022-05-11
201 - Changed the SQL script updating oauth2_client table
202
203
204# version 0.66
205
2062022-03-31
207 - Updated query and user-group name pattern.
2082022-04-08
209 - Added redirect_uri to client info API.
2102022-04-11
211 - Added registration_date, refresh_token_expiry, source and is_permitted
212 to the oauth2_client database table, and updated the OAuth2 client
213 registration mechanism.
214 - Added authorization request with GET and deprecated that with POST.
2152022-04-13
216 - Updated OAuth2Client list API (added redirect_uri, registration_date,
217 permitted, source to OAuth2UserClientDto).
2182022-04-20
219 - Updated authorization error response. (Included error and error
220 description in the client redirect URI except for missing or
221 invalid client id or redirect URI.
222
223
224# version 0.65.2
225
2262022-03-03
227 - Removed VCLoader.
228 - Added foreign keys to the DB tables of access and refresh token scopes.
2292022-03-07
230 - Added more parameter checks and OAuth2Client web-service tests.
2312022-03-17
232 - Updated admin filter by using admin token and role checks.
2332022-03-18
234 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2352022-03-28
236 - Updated admin filter (admintoken as a form param) and uses
237 it for the closing index reader API.
238 - Removed unused admin API: clear access token cache.
2392022-03-29
240 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
241
242# version 0.65.1
243
2442022-03-01
245 - Restricts the field retrieval web-service to admin only.
246
247# version 0.65
248
249!!! includes security updates - please update all Kustvakt libraries
250!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
251
2522021-12-02
253 - Updated VC cache.
2542021-12-03
255 - Enabled listing system vc for authorized users.
2562021-12-08
257 - Removed koralQuery and statistics from VC list.
258 - Added a web-service to retrieve KoralQuery of a VC
2592021-12-10
260 - [security] Updated log4j libs due to CVE-2021-44228.
2612021-12-13
262 - Fixed broken test suite.
2632022-01-03
264 - [security] More log4j security updates
265 - Bumped unboundid-ldapsdk
266 - Updated tests.
2672022-01-25
268 - Added show-tokens option to the search API.
2692022-01-31
270 - Added an API retrieving fields of a virtual corpus.
271
272# version 0.64.1
273
2742021-10-26
275 - Bump Kustvakt and Krill versions.
276
277
278# version 0.64
2792021-07-29
280 - Updated the change files and made a new version.
2812021-08-12
282 - Fixed errors due to missing query type and added tests.
2832021-08-13
284 - Fixed missing request entity.
285 - Updated the query service to enable editing query references.
2862021-08-16
287 - Fixed creator param when storing query or VC by admins for
288 the system or other users.
289
290# version 0.63.2
2912021-06-11
292 - Updated OAuth2 token length & secure random algorithm config.
293 - Added character set filter to random code generator, e.g. for client_id.
2942021-06-14
295 - Updated roleId and super client parameters.
2962021-06-24
297 - Fixed broken test.
2982021-07-22
299 - Updated cache settings and some loggings.
3002021-07-26
301 - Replaced annotation parsing with restoring the annotation tables to the
302database.
303 - Moved cache config to the full config.
304
305# version 0.63.1
3062021-02-22
307 - Updated libraries (margaretha)
308 - Renamed virtual corpus to query (margaretha)
3092021-02-26
310 - Added query access roles and fixed vc access roles (margaretha)
311 - Added delete query webservice and tests (margaretha)
3122021-03-25
313 - Updated Koral version for Info Controller (margaretha)
314 - Updated OAuth2 token list with token type and user clientId
315parameters (margaretha)
3162021-03-29
317 - Added client type in the client list web-service. Resolved #58 (margaretha)
3182021-04-19
319 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3202021-04-26
321 - Updated OAuth2 Client list (margaretha)
3222021-04-30
323 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
324 - Updated OAuth2 API responses for coherence (margaretha)
3252021-06-07
326 - Updated OAuth2 client dto (margaretha)
327
328# version 0.63
32926/10/2020
330 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
33129/10/2020
332 - Introduction of a query reference rewrite mechanism (diewald)
33330/10/2020
334 - Added database methods for storing query references (diewald)
33504/12/2020
336 - Fix hibernate dialect for SQLite. (margaretha)
33704/12/2020
338 - Fix pipe warning. (margaretha)
33914/01/2021
340 - Updated Flyway (margaretha)
34121/01/2021
342 - Fixed running pipe and updated tests with mockserver (margaretha)
34301/02/2021
344 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
34505/02/2021
346 - Add query reference web-service (diewald,margaretha)
34710/02/2021
348 - Fixed problem with multiple desktop apps (diewald, margaretha)
34912/02/2021
350 - Added listing available queries for users (margaretha)
35117/02/2021
352 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
353 - Added query and query language in virtual corpus table (margaretha)
35418/02/2021
355 - Set corpus access public for stored query (margaretha)
35619/02/2021
357 - Enabled API info web-service (margaretha)
358
359
360# version 0.62.4
36124/01/2020
362 - Removed salt from config and updated config files (margaretha)
36303/02/2020
364 - Added an admin API for clearing access token cache (margaretha)
36505/02/2020
366 - Added a config properties for a long-time access token expiry
367 and excluded refresh tokens for public clients in OAuth2 token
368 responses (margaretha)
369 - Removed client authentication from the client deregistration and
370 client-secret reset APIs (margaretha)
37104/03/2020
372 - Updated the sample index (diewald)
373
374# version 0.62.3
37503/12/2019
376 - Implemented pipe extension in the search API (margaretha)
37711/12/2019
378 - Added errors when requesting VC in caching process (margaretha,
379 resolved #47)
38012/12/2019
381 - Added support for multiple cq parameters (margaretha, resolved #46)
38213/12/2019
383 - Handled pipe errors and added tests (margaretha)
38419/12/2019
385 - Updated create update user-group API (margaretha)
38620/12/2019
387 - Removed transactional annotations from simple select queries (margaretha)
388 - Updated free resource controller (margaretha)
38915/01-2020
390 - Added additional statistic figures to virtual corpus info API
391 response (margaretha)
392
393# version 0.62.2
39417/10/2019
395 - Handled vulnerability CVE-2019-17195. (margaretha)
3968/11/2019
397 - Added user-group name pattern (margaretha, issue #33)
39811/11/2019
399 - Updated user group service paths and replaced groupId with groupName
400 (margaretha, resolved #33)
40112/11/2019
402 - Removed UserGroupJson & updated listUserGroups and createUserGroup
403 services (margaretha)
404 - Added prefixes to username and groupname parameters in service paths
405 (margaretha, resolved #35)
40613/11/2019
407 - Added tests for issue #43 (margaretha)
40814/11/2019
409 - Added client description and URL to list-authorized-clients service
410 (margaretha, close #53)
411 - Implemented a service to list clients registered by a user (margaretha,
412 close #52)
413 - Added a check for OAuth2 client, VC, and group name length (margaretha)
41415/11/2019
415 - Merged list authorized client and list registered client services
416 (margaretha)
41721/11/2019
418 - Added a service to list active refresh tokens of a user (margaretha)
419 - Added username filtering to token revocation service via super client
420 (margaretha)
42126/11/2019
422 - Added a service to revoke a single refresh token via super client
423 (margaretha)
424
425# version 0.62.1
42608/07/2019
427 - Added tests for public metadata response in search api (margaretha,
428 issue #43)
429 - Disabled some tests of unused/disabled web-services (margaretha)
43007/08/2019
431 - Fixed missing scopes after requesting access token with refresh token
432 (margaretha)
433 - Fixed post requests with status OK and empty body (margaretha)
43407/08/2019
435 - Added users to hidden group when searching in a published VC (margaretha,
436 resolved #40)
43715/08/2019
438 - Updated the response statuses of VC PUT requests (margaretha)
439
440# version 0.62
44128/02/2019
442 - Removed old VC controllers and updated tests (margaretha, issue #34)
443 - Updated VC access controllers (margaretha)
44419/03/2019
445 - Added close index controller (margaretha)
44611/04/2019
447 - Fixed unknown authentication scheme, missing VC entity, and parameter
448 checker (margaretha)
449 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
450 unique group name and unknown VC access (margaretha)
45127/06/2019
452 - Handled LDAP errors, fixed #45 (margaretha)
45303/07/2019
454 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
455 - Changed the response media-type of authentication controllers (margaretha)
456 - Fixed bugs: allow guest to retrieve system VC,
457 remove VC from cache when it is deleted (margaretha)
45804/07/2019
459 - Updated VC name pattern and tests (margaretha)
460
461# version 0.61.6
46204/02/2019
463 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
464 - Updated client deregistration behavior (margaretha)
46505/02/2019
466 - Added delete-group-by-name controller (margaretha)
467 - Added unique index to group name (margaretha)
46806/02/2019
469 - Updated a user setting test using array for multiple values (margaretha)
470 - Added metadata controller tests (margaretha)
47118/02/2019
472 - Fixed tests (margaretha)
473 - Updated handling errors from Koral (margaretha)
47419/02/2019
475 - Added fields to metadata controller (margaretha, issue #39)
476
477# version 0.61.5
47817/12/2018
479 - Added a search timeout test (margaretha)
48018/12/2018
481 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
48208/01/2019
483 - Improved predefined vc caching (issue #28, margaretha)
48409/01/2019
485 - Added comments (margaretha)
486 - Updated code structure (margaretha)
48711/01/2019
488 - Degraded API version to 1.0 (margaretha)
489 - Added OAuth2 client info tests (margaretha)
49014/01/2019
491 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
49216/01/2019
493 - Added a PUT request for both creating and editing vc (margaretha)
494 - Added aliases to some VC controllers (margaretha)
495 - Merged VC access list controllers (margaretha)
49621/01/2019
497 - Removed codes related to user registration & password management (margaretha)
49822/01/2019
499 - Added create, edit, retrieve user default setting controllers (margaretha)
50022/01/2019
501 - Updated default setting controllers & added tests (margaretha)
502 - Added delete key in setting controllers (margaretha)
50323/01/2019
504 - Added default setting key validation (margaretha)
505 - Fixed UserdataTest (margaretha)
50624/01/2019
507 - Added default setting key validation & fixed UserdataTest (margaretha)
50825/01/2019
509 - Added VC reference and MapUtil tests (margaretha)
51028/01/2019
511 - Fixed username verification in DefaultSettingService (margaretha)
512 - Added foundry rewrite with user default setting (margaretha)
513 - Added default foundry for morphology layer (margaretha)
51429/01/2019
515 - Fixed share VC type (margaretha)
516 - Added delete setting controller (margaretha)
517 - Handled "no resource found" cases (margaretha, issue #37)
51830/01/2019
519 - Added server shutdown description in readme (margaretha)
520
521# version 0.61.4
52214/11/2018
523 - Integrated lite and full services and controllers in core (margaretha)
52421/11/2018
525 - Updated OAuth2 refresh token request to create a new refresh token and
526 revoke the old one per request (margaretha)
52728/11/2018
528 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
529 - Handled storing cached VC with VC reference (margaretha)
53029/11/2018
531 - Added a controller for listing user clients having active refresh tokens
532 (margaretha)
5336/12/2018
534 - Added debug flags to mitigate log4j debugging performance (margaretha)
535 - Fixed KoralNode at() method (margaretha)
53611/12/2018
537 - Implemented revoking all tokens of a user client via a super client
538 (margaretha)
539 - Removed document controllers and KustvaktResource (margaretha)
540 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
541
542
543# version 0.61.3
54417/10/2018
545 - Updated NamedVCLoader to be optional (margaretha)
546 - Updated annotation tables & implemented key-value structure (margaretha)
547 - Added annotation parser for annotation data from kalamar (margaretha)
548 - Implemented parsing free resource info from json (margaretha)
54922/10/2018
550 - Updated jetty, spring and hibernate versions (margaretha)
551 - Fixed the order of annotation keys and values, and added tests (margaretha)
552 - Fixed resource DAO & added tests (margaretha)
55324/10/2018
554 - Fixed query serialization service (margaretha)
555 - Added "highlights" parameter to matchInfo controller (margaretha)
556 - Added "fields" parameter to search controllers (margaretha)
557 - Integrated lite controllers, services and tests in full version (margaretha)
55829/10/2018
559 - Moved javax.servlet-api to core (margaretha)
56007/11/2018
561 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
56213/11/2018
563 - Added Shutdown handler to Jetty server (margaretha)
564 - Fixed storing VC order in NamedVCLoader (margaretha)
565
566# version 0.61.2
56712/09/2018
568 - Added various log4j2 configurations (margaretha)
56913/09/2018
570 - Implemented VirtualCorpusRewrite (margaretha)
57114/09/2018
572 - Fixed SpringJerseyTest ApplicationContext (margaretha)
573 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
574 - Enabled VCReferenceTest in maven test suite (margaretha)
57518/09/2018
576 - Handled unique constraints / inserting duplicate items to DB (margaretha)
577 - Added a controller for editing user group member roles (margaretha)
57819/09/2018
579 - Fixed cached-VC ref with username (margaretha)
580
581# version 0.61.1
58228/08/2018
583 - Added API URL versioning (margaretha)
584 - Deactivated IdRewrite (margaretha)
585 - Fixed kustvakt controller (margaretha)
58630/08/2018
587 - Fixed root packages & added api version properties in kustvakt.conf
588 (margaretha)
589 - Fixed versioning in SearchController (margaretha)
590 - Added API versioning tests (margaretha)
591
592# version 0.61.0
593
59402/08/2018
595 - Added VC reference tests (margaretha)
596 - Implemented loading and caching named VCs (margaretha)
59703/08/2018
598 - Implemented OAuth2 revoke token (margaretha)
599 - Updated OAuth2 refresh token implementation (margaretha)
60014/08/2018
601 - Implemented revoke all OAuth2 access tokens and authorization codes of
602 client users when deregistering/deleting a client (margaretha)
603 - Fixed update OAuth2 access token (margaretha)
604 - Implemented reset client secret (margaretha)
605 - Fixed revoking latest access token when refreshing OAuth2 access token
606 (margaretha)
60715/08/2018
608 - Implemented OAuth2 client info controller (margaretha)
609 - Implemented update OAuth2 client privilege controller for admins
610 (margaretha)
611 - Implemented unlimited authorization scope for super clients with OAuth2
612 password grant (margaretha)
613 - Marked native clients implementation to deprecated in favour of super
614 clients (margaretha)
615 - Enabled using Bearer tokens as user authentication tokens (Authorization
616 header value) for many controllers including OAuth2 controllers (margaretha)
61716/08/2018
618 - Implemented degrading super clients (margaretha)
619 - Improved and added OAuth2 tests (margaretha)
62021/08/2018
621 - Added VC name pattern check (margaretha)
62222/08/2018
623 - Implemented loading VC from gz files (margaretha)
624 - Updated OAuth2 authorization codes' & access tokens' expiry check
625 (margaretha)
62623/08/2018
627 - Updated RefreshToken implementations with separate DB tables (margaretha)
628 - Allows multiple access tokens per refresh token (margaretha)
62927/08/2018
630 - Added statistic with VC reference tests (margaretha)
631 - Fixed OAuth2 SQL files (margaretha)
63228/08/2018
633 - Added c3p0 datasource configuration to Spring default-config-xml
634 (margaretha)
635 - Added running Kustvakt server with custom spring config in the readme
636 (margaretha)
637 - Removed old OAuth2 codes (margaretha)
638 - Moved non-config test codes to misc (margaretha)
639
640
641# version 0.60.5
642
64309/07/2018
644 - Added service layer to the search controller (margaretha)
645 - Added OAuth2 scope checking in search and VC controllers (margaretha)
646 - Added handling OAuth2 bearer token for VC access and User group
647 controllers (margaretha)
648 - Added default scope to password grant (margaretha)
64910/07/2018
650 - Made createBasicAuthorizationHeaderValue static (margaretha)
651 - Added store access token in openID token service (margaretha)
652 - Fixed empty scope in openID authorization and token service (margaretha)
653 - Implemented storing authorization code in cache (margaretha)
65411/07/2018
655 - Fixed authentication time in authentication controller (margaretha)
656 - Added OAuth2 access token tests (margaretha)
65712/07/2018
658 - Updated maven surefire setting for faster test suite runtime (margaretha)
659 - Implemented refreshing OAuth2 access token (margaretha)
66026/07/2018
661 - Fixed issue #27 (margaretha)
66202/08/2018s
663 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
664
665
666# version 0.60.4
667
66805/07/2018
669 - implemented OAuth2 authorization code request with OpenID Authentication
670 (margaretha)
671 - enabled OAuth2 authorization without OpenID authentication using Nimbus
672 library (margaretha)
673 - implemented response handler for OpenID authentication errors in authorization
674 requests (margaretha)
675 - added tests regarding OpenID authentication in authorization requests
676 (margaretha)
677 - implemented OAuth2 authorization error response via redirect URI instead of
678 JSON (margaretha)
679 - added state to OAuth2 authorization error response (margaretha)
680 - implemented OpenID token service for authorization code flow (margaretha)
681 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
682 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
683 keys (margaretha)
684 - implemented OpenId configuration (margaretha)
685 - added authentication time and support for auth_time in id_token (margaretha)
686 - implemented support for nonce and max_age parameters in OpenID authentication
687 (margaretha)
688 - implemented OAuth2 token request with password grant using Nimbus library
689 (margaretha)
690 - updated redirect URI validator (margaretha)
691 - updated client registration requirement to allow desktop applications
692 (margaretha)
693 - fixed RSA key configuration (margaretha)
694 - merged OAuth2 client deregistration controllers (margaretha)
695 - fixed OAuth2 client unique URL-hashcode (margaretha)
696 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
697 - Added support for unrestricted corpus statistics (ndiewald)
698 - updated paths of user-group deletion-controllers (margaretha)
699 - Do not pass broken queries to Krill (diewald)
700 - added OAuth2 token request with client authentication via Authorization
701 header (margaretha)
702 - added port checking in test suite (margaretha)
703
704# version 0.60.3
705
70606/06/2018
707 - improved user authentication by using authentication filter for authorization
708 code request (margaretha)
709 - limited client authentication to client id checking in authorization code
710 request (margaretha)
711 - added user_id in the oauth2_access_token database table (margaretha)
712 - implemented OAuth2Authentication provider for token context management
713 (margaretha)
714 - added parameter checking for authorization DAO (margaretha)
715 - added controller tests using OAuth2 access token (margaretha)
716 - added database tables for MySQL (margaretha)
717 - updated JWT library and related codes (margaretha)
718
719# version 0.60.2
720
72103/05/2018
722 - implemented OAuth2 client registration (margaretha)
723 - implemented OAuth2 client authentication (margaretha)
724 - changed virtual corpus search to retrieval (margaretha)
725 - implemented public client deregistration task (margaretha)
726 - added client registration and deregistration tests (margaretha)
727 - implemented confidential client deregistration task (margaretha)
728 - fixed storing client secret (margaretha)
729 - implemented OAuth2 response handler (margaretha)
730 - implemented OAuth2 request access token with client credentials grant
731 (margaretha)
732 - implemented OAuth2 request access token with resource owner password grant
733 (margaretha)
734 - implemented OAuth2 authorization code request (margaretha)
735 - added OAuth2 error codes (margaretha)
736 - added OAuth2 authorization, scope and access token tables for SQLite
737 (margaretha)
738 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
739 - implemented OAuth2 request access token with authorization code grant
740 (margaretha)
741 - added setting default scopes in the config file (margaretha)
742 - fixed loading spring config multiple times in the test suite (margaretha)
743 - added SQLite created_date trigger for access token (margaretha)
744 - added a join table for access token scopes (margaretha)
745 - added access scopes handling (margaretha)
746 - added tests about request token with authorization code (margaretha)
747
748# version 0.60.1
749
75028/03/2018
751 - added admin-related SQL codes (margaretha)
752 - updated AdminDao (margaretha)
753 - added optional username query parameter to group list controller (margaretha)
754 - fixed non hierarchical URI of kustvakt conf files (margaretha)
755 - added delete group member triggers (margaretha)
756 - added list user-group by username and status for system admin (margaretha)
757 - added user-group status in user-group DTO (margaretha)
758 - added check for hidden groups in user-group tests (margaretha)
759 - added database trigger test on deleting members when deleting group
760 (margaretha)
761 - renamed VC type PREDEFINED to SYSTEM (margaretha)
762 - added VC list controller for system admin (margaretha)
763 - added VC controller tests with for system admin (margaretha)
764 - added hidden access removal when deleting published VC (margaretha)
765 - added check for hidden groups in VC controller tests (margaretha)
766 - added search user-group controller (margaretha)
767 - removed createdBy from VirtualCorpusJson (margaretha)
768 - moved member role setting from the invitation phase to the after-subscription
769 phase (margaretha)
770 - added member role removal after deleting members (margaretha)
771 - added add and delete member role controllers (margaretha)
772
773# version 0.60
774
77514/03/2018
776 - set up mail settings using localhost port 25 (margaretha)
777 - added mail template in kustvakt configuration (margaretha)
778 - added mail settings to readme (margaretha)
779 - disabled email notification for auto group (margaretha)
780 - added metadata retrieval (diewald)
781 - enabled custom implementation for email address retrieval (margaretha)
782 - removed old policy and deprecated code (margaretha)
783 - moved authentication related code to /full (margaretha)
784 - added userRoles attribute to UserGroupDto. (margaretha)
785 - fixed sqlite trigger (margaretha)
786 - fixed member exist error message (margaretha)
787 - fixed member invitation to join deleted group (margaretha)
788 - added checking deleted group (margaretha)
789
790# version 0.59.10
791
79220/02/2018
793 - added sort VC by id (margaretha)
794 - added test cases regarding VC sharing (margaretha)
795 - implemented withdraw VC from publication (margaretha)
796 - added Changes file (margaretha)
797 - implemented add/invite users to group (margaretha)
798 - implemented delete user-group and member tasks (margaretha)
799 - added userMemberStatus in group lists (margaretha)
800 - updated and added SQL test data (margaretha)
801 - added user group related tests (margaretha)
802 - implemented custom configuration for deleting user groups and members (margaretha)
803 - updated library versions and java environment (margaretha)
804 - added expiration time check for member invitation (margaretha)
805 - moved .properties files (margaretha)
806 - merged changelog file to Changes (margaretha)
807 - updated status codes and error messages to be more detailed (margaretha)
808 - testing mail implementation using embedded jetty jndi (margaretha)
809 - fixed collection rewrite regarding OR operation with other fields
810 (margaretha)
811 - implemented sending mail using spring injection and removed jetty jndi
812 (margaretha)
813 - fixed unrecognized application/json (margaretha)
814 - fixed and updated velocity template (margaretha)
815
816# version 0.59.9
817
81819/01/2018
819 - restructured basic authentication (margaretha)
820 - fixed AuthenticationException to include authentication scheme (margaretha)
821 - fixed rewrite redundancy in collection rewrite (margaretha)
822 - fixed foundry rewrite for constituents (margaretha)
823 - introduced authentication methods, schemes and tokens (margaretha)
824 - implemented collection rewrite with multiple licenses (margaretha)
825 - fixed foundry rewrite for korap span without wrap node (margaretha)
826 - implemented list user group (margaretha)
827 - implemented delete VC task (margaretha)
828 - implemented create user-group, subscribe to user-groups, unsubscribe to
829 user-groups tasks(margaretha)
830 - fixed handling JSON mapping exception for missing enums (margaretha)
831 - implemented list VC task (margaretha)
832 - added KoralQuery in VC lists (margaretha)
833 - implemented edit VC task (margaretha)
834 - implemented publish VC task (margaretha)
835 - implemented share VC task (margaretha)
836 - implemented list only owned VC task (margaretha)
837 - implemented list VC access task (margaretha)
838 - implemented search VC by id task (margaretha)
839 - implemented delete VC access (margaretha)
840 - implemented search for project VC (margaretha)
841 - added search VC related tests (margaretha)
842 - removed PredefinedUserGroup.ALL and related codes (margaretha)
843 - implemented search for published VC (margaretha)
844
845# version 0.59.8
846
84721/09/2017
848 - restructured statistics service (margaretha)
849 - removed deprecated loader codes and tests (margaretha)
850 - removed old Spring java configurations (margaretha)
851 - implemented entity classes for the new database (margaretha)
852 - added MySQL codes regarding VC and for testing (margaretha)
853 - added dao methods regarding VC (margaretha)
854 - added similar SQL codes (to MySQL) for sqlite (margaretha)
855 - added dao methods regarding user groups (margaretha)
856 - restructured web-service codes into controller and logic/business-service
857 (margaretha)
858 - implemented user role and privilege, and added tests (margaretha)
859 - prepared test suite using new database (margaretha)
860 - implemented UserGroupDao and tests (margaretha)
861 - fixed missing exceptions in JsonUtils (margaretha)
862 - restructured web filters and authentication codes (margaretha)
863 - implemented create/store VC (margaretha)
864 - fixed collection rewrite bug regarding availability with operation or
865 (margaretha)
866
867# version 0.59.7
868
86913/10/2016
870 - MOD: updated search to use new siglen (diewald)
871 - MOD: fixed matchinfo retrieval in light service (diewald)
872
87305/05/2015
874 - ADD: rest test suite for user service (hanl)
875 - MOD: setup parameter modification (hanl)
876 - ADD: oauth2 client unique constraint (hanl)