blob: 6910751c1e307214b0025eb2b288c6a1179d93cf [file] [log] [blame]
margarethaf6f6c3c2024-06-11 10:51:06 +02001# version 0.73.3-SNAPSHOT
2
3- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +02004- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +02005- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +02006- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +02007- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethaf6f6c3c2024-06-11 10:51:06 +02008
margaretha1ef2a032024-06-11 11:39:57 +02009# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020010
margaretha46e2c952024-05-23 09:09:54 +020011- Added tests for the DNB scenario with custom max match
12 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020013- Cleaned up named-vc.
14- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020015- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020016- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020017- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020018- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020019
margaretha21879752024-04-22 12:12:58 +020020# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010021
margaretha387e4682024-03-22 11:26:29 +010022- Fixed jakarta validation error.
23- Added openapi doc (#744)
24- Moved service.properties to src/main/resources/properties
25- Moved free-resources.json to src/main/resources/json
26- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010027- Changed loading external kustvakt.conf and jdbc.properties
28 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020029- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020030- Setup vc-cache in the data folder (#598)
31- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020032- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020033- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020034- Updated configurations of the lite version to use the
35 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020036- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010037
margaretha28a53d12024-02-20 12:57:38 +010038# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010039
margarethab06377e2024-01-30 11:06:35 +010040- Moved the content of the full folder to the root folder
41- Removed Piwik
42- Removed unused libraries
43- Cleaned up spring configs
44- Updated Krill and Koral with new groupIds
45- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010046- Updated search Krill and removed Lucene
47- Updated readme
margarethab06377e2024-01-30 11:06:35 +010048
49# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010050
51- Replaced javax.ws to jakarta.ws namespace (#648)
52- Upgrading Jersey 2.40 to 3.x (#646)
53- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
54- Replaced javax.persistence with jakarta.persistence (#648)
55- Migrate Hibernate 5 to 6 (#649)
56- Fix missing placeholders
57- Fixed conflicting jackson-jarxrs
58- Fixed conflicting commons-logging and spring jcl
59- Replaced javax.servlet with jakarta.servlet (#648)
60- Updated authorization services using Nimbus (#650)
61- Fixed BlockingFilter by replacing javax.annotation.Priority
62 with jakarta.annotation.Priority (#659, #648)
63- Replaced javax.annotation with jakarta.annotation
64- Enabled legacy support for authorization POST request
65- Changed OAuth2 token request using Nimbus (#650)
66- Removed Apache Oltu API from token requests (#650)
67- Removed OpenID
68- Fixed clearing cache
69- Fix JettyServerTest, init package, and some java docs.
70- Make scope extraction more flexible.
71- Updated token response using Nimbus (#650)
72- Remove Oltu request and validator implementations (#650)
73- Updated OAuth2 response handler (#650)
74- Fixed ShutdownHandler (fixed #708)
75- Fixed issues with multi-release jar (#706, #708)
76
77
78# version 0.71.1
79
80- Removed auditing (#611)
81- Removed old database configurations (#612)
82- Removed old tests
83- Removed unnecessary caches and methods in the authentication interface
84- Added total result cache (#599)
85- Fixed missing project.version in info web-service
86- Make sure totalResults and other numeric results are numbers (Kupietz)
87- Introduce CQP query language in Koral 0.41
88- Changed DB connection (fixed #670)
89- Resolved duplicate libraries
90- Fixed testing expiry access token
91- Fix lombok compile warning
92- Ensure the order of clean token tests.
93
94# version 0.71
95
96- Renamed entity and service packages in core
97- Renamed web.controller package in core
98- Moved SearchNetworkEndpoint to core.service package
99- Merged lite into full
100- Merged core into full
101
102
103# version 0.70.1
104
105- Added data folder containing super_client_info and database
106 for mounting into docker
107- Added an error for missing redirect uri in a token request
108 when it has been included in the authorization request.
109- Added tests for VC sharing and for OAuth2 client using VC services
110- Added and updated VC controller tests
111- Moved hibernate.properties
112- Added maximum number of user persistent virtual corpora and queries
113
114# version 0.70
115
116- Support token array in matchinfo (fixes #570; diewald)
117- Updated VC list API and deprecated owner VC list (addressed #580)
118- Added user info web-service (solved #566)
119- Implemented configurable resource filters for search and match
120 info APIs (#539)
121- Added getting username from LDAP (#568)
122- Disabled LDAP auth provider and token API in the auth filter (#587)
123- Added LDAP log for users without idsC2Profile
124- Fixed log4j2 properties.
125
126
127# version 0.69.3
128
129- Moved the service path of VC admin services to admin/vc (closed #543)
130- Added an admin service to load and cache system vc (solved #268)
131- Move oauth2 admin service path (closed #544)
132- Excluded admin service to load-cache VC from the test suite
133- Fixed refresh token expiry test
134- Fixed scope check in OAuth2 token request with refresh token
135
136# version 0.69.2
137
1382022-12-05
139- Upgrade version for E2E-simplified Docker images (diewald)
1402023-01-27
141- Updated client info API (replaced user authorization requirement with super
142 client authentication)
1432023-01-30
144- Made scope param required in authorization request (solved #508)
1452023-01-31
146- Allowed OAuth2 clients to use localhost as redirect URIs.
1472023-02-03
148- Fixed content-type in error responses by changing it to application/json
1492023-02-06
150- Allow admin access using admin token for the clean token API
1512023-02-10
152- Use admin filter instead of OAuth2 ADMIN scope
153- Added a plugin test.
1542023-02-15
155- Moved user-group retrieval API to UserGroupAdminController
156 and changed the service path URL of UserGroupAdminController.
1572023-02-20
158- Deprecate API token (JWT) web-service
159- Fixed Slf4J binding
1602023-02-28
161- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1622023-03-06
163- Fixed testing refresh token expiry.
164
165
166# version 0.69.1
167
168- Upgrade version for docker including indexer (diewald)
169
170
171# version 0.69
172
173 - Migrated to Java 11 and Jersey 2
174 - Updated dependencies
175 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
176
177
178# version 0.68
179
1802022-05-25
181 - Added a new API: list plugins (e.g for marketplace)
182 - Added redirect URI validation in authorization request (addressed #374)
183 - Handled user-defined refresh token expiry (added in client info and
184 list API response)
185 - Added installed_plugins table
186 - Added a new API: install plugin
187 - Handled redundant plugin installation
188 - Handled super client id in plugin installation
189 - Deprecated UserClientDto and uses ClientinfoDto instead
190 - Updated redirect URI error message for coherence
1912022-05-27
192 - Added maximum limit to custom refresh token expiry
1932022-06-01
194 - Added new APIs: list user-installed plugins and uninstall plugin.
195 - Moved install and list plugin APIs to PluginController and updated their
196 service paths under /plugins.
1972022-06-03
198 - Implemented searching option using a network endpoint
199 - Implemented initial super client registration for user authentication.
200 - Fixed admin clean token API and restrict plugins to confidential only.
201
202
203
204# version 0.67.1
205
2062022-05-12
207 - Implemented mapping of LDAP username to email
208 - Handled null parameters in authorization requests
2092022-05-25
210 - Fixed null client_id
211 - Updated ldap.config path in the kustvakt-test.conf
212
213
214# version 0.67
215
2162022-05-09
217 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
218 - An embedded LDAP server can now be started automatically if configured accordingly.
2192022-05-11
220 - Changed the SQL script updating oauth2_client table
221
222
223# version 0.66
224
2252022-03-31
226 - Updated query and user-group name pattern.
2272022-04-08
228 - Added redirect_uri to client info API.
2292022-04-11
230 - Added registration_date, refresh_token_expiry, source and is_permitted
231 to the oauth2_client database table, and updated the OAuth2 client
232 registration mechanism.
233 - Added authorization request with GET and deprecated that with POST.
2342022-04-13
235 - Updated OAuth2Client list API (added redirect_uri, registration_date,
236 permitted, source to OAuth2UserClientDto).
2372022-04-20
238 - Updated authorization error response. (Included error and error
239 description in the client redirect URI except for missing or
240 invalid client id or redirect URI.
241
242
243# version 0.65.2
244
2452022-03-03
246 - Removed VCLoader.
247 - Added foreign keys to the DB tables of access and refresh token scopes.
2482022-03-07
249 - Added more parameter checks and OAuth2Client web-service tests.
2502022-03-17
251 - Updated admin filter by using admin token and role checks.
2522022-03-18
253 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2542022-03-28
255 - Updated admin filter (admintoken as a form param) and uses
256 it for the closing index reader API.
257 - Removed unused admin API: clear access token cache.
2582022-03-29
259 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
260
261# version 0.65.1
262
2632022-03-01
264 - Restricts the field retrieval web-service to admin only.
265
266# version 0.65
267
268!!! includes security updates - please update all Kustvakt libraries
269!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
270
2712021-12-02
272 - Updated VC cache.
2732021-12-03
274 - Enabled listing system vc for authorized users.
2752021-12-08
276 - Removed koralQuery and statistics from VC list.
277 - Added a web-service to retrieve KoralQuery of a VC
2782021-12-10
279 - [security] Updated log4j libs due to CVE-2021-44228.
2802021-12-13
281 - Fixed broken test suite.
2822022-01-03
283 - [security] More log4j security updates
284 - Bumped unboundid-ldapsdk
285 - Updated tests.
2862022-01-25
287 - Added show-tokens option to the search API.
2882022-01-31
289 - Added an API retrieving fields of a virtual corpus.
290
291# version 0.64.1
292
2932021-10-26
294 - Bump Kustvakt and Krill versions.
295
296
297# version 0.64
2982021-07-29
299 - Updated the change files and made a new version.
3002021-08-12
301 - Fixed errors due to missing query type and added tests.
3022021-08-13
303 - Fixed missing request entity.
304 - Updated the query service to enable editing query references.
3052021-08-16
306 - Fixed creator param when storing query or VC by admins for
307 the system or other users.
308
309# version 0.63.2
3102021-06-11
311 - Updated OAuth2 token length & secure random algorithm config.
312 - Added character set filter to random code generator, e.g. for client_id.
3132021-06-14
314 - Updated roleId and super client parameters.
3152021-06-24
316 - Fixed broken test.
3172021-07-22
318 - Updated cache settings and some loggings.
3192021-07-26
320 - Replaced annotation parsing with restoring the annotation tables to the
321database.
322 - Moved cache config to the full config.
323
324# version 0.63.1
3252021-02-22
326 - Updated libraries (margaretha)
327 - Renamed virtual corpus to query (margaretha)
3282021-02-26
329 - Added query access roles and fixed vc access roles (margaretha)
330 - Added delete query webservice and tests (margaretha)
3312021-03-25
332 - Updated Koral version for Info Controller (margaretha)
333 - Updated OAuth2 token list with token type and user clientId
334parameters (margaretha)
3352021-03-29
336 - Added client type in the client list web-service. Resolved #58 (margaretha)
3372021-04-19
338 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3392021-04-26
340 - Updated OAuth2 Client list (margaretha)
3412021-04-30
342 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
343 - Updated OAuth2 API responses for coherence (margaretha)
3442021-06-07
345 - Updated OAuth2 client dto (margaretha)
346
347# version 0.63
34826/10/2020
349 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
35029/10/2020
351 - Introduction of a query reference rewrite mechanism (diewald)
35230/10/2020
353 - Added database methods for storing query references (diewald)
35404/12/2020
355 - Fix hibernate dialect for SQLite. (margaretha)
35604/12/2020
357 - Fix pipe warning. (margaretha)
35814/01/2021
359 - Updated Flyway (margaretha)
36021/01/2021
361 - Fixed running pipe and updated tests with mockserver (margaretha)
36201/02/2021
363 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
36405/02/2021
365 - Add query reference web-service (diewald,margaretha)
36610/02/2021
367 - Fixed problem with multiple desktop apps (diewald, margaretha)
36812/02/2021
369 - Added listing available queries for users (margaretha)
37017/02/2021
371 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
372 - Added query and query language in virtual corpus table (margaretha)
37318/02/2021
374 - Set corpus access public for stored query (margaretha)
37519/02/2021
376 - Enabled API info web-service (margaretha)
377
378
379# version 0.62.4
38024/01/2020
381 - Removed salt from config and updated config files (margaretha)
38203/02/2020
383 - Added an admin API for clearing access token cache (margaretha)
38405/02/2020
385 - Added a config properties for a long-time access token expiry
386 and excluded refresh tokens for public clients in OAuth2 token
387 responses (margaretha)
388 - Removed client authentication from the client deregistration and
389 client-secret reset APIs (margaretha)
39004/03/2020
391 - Updated the sample index (diewald)
392
393# version 0.62.3
39403/12/2019
395 - Implemented pipe extension in the search API (margaretha)
39611/12/2019
397 - Added errors when requesting VC in caching process (margaretha,
398 resolved #47)
39912/12/2019
400 - Added support for multiple cq parameters (margaretha, resolved #46)
40113/12/2019
402 - Handled pipe errors and added tests (margaretha)
40319/12/2019
404 - Updated create update user-group API (margaretha)
40520/12/2019
406 - Removed transactional annotations from simple select queries (margaretha)
407 - Updated free resource controller (margaretha)
40815/01-2020
409 - Added additional statistic figures to virtual corpus info API
410 response (margaretha)
411
412# version 0.62.2
41317/10/2019
414 - Handled vulnerability CVE-2019-17195. (margaretha)
4158/11/2019
416 - Added user-group name pattern (margaretha, issue #33)
41711/11/2019
418 - Updated user group service paths and replaced groupId with groupName
419 (margaretha, resolved #33)
42012/11/2019
421 - Removed UserGroupJson & updated listUserGroups and createUserGroup
422 services (margaretha)
423 - Added prefixes to username and groupname parameters in service paths
424 (margaretha, resolved #35)
42513/11/2019
426 - Added tests for issue #43 (margaretha)
42714/11/2019
428 - Added client description and URL to list-authorized-clients service
429 (margaretha, close #53)
430 - Implemented a service to list clients registered by a user (margaretha,
431 close #52)
432 - Added a check for OAuth2 client, VC, and group name length (margaretha)
43315/11/2019
434 - Merged list authorized client and list registered client services
435 (margaretha)
43621/11/2019
437 - Added a service to list active refresh tokens of a user (margaretha)
438 - Added username filtering to token revocation service via super client
439 (margaretha)
44026/11/2019
441 - Added a service to revoke a single refresh token via super client
442 (margaretha)
443
444# version 0.62.1
44508/07/2019
446 - Added tests for public metadata response in search api (margaretha,
447 issue #43)
448 - Disabled some tests of unused/disabled web-services (margaretha)
44907/08/2019
450 - Fixed missing scopes after requesting access token with refresh token
451 (margaretha)
452 - Fixed post requests with status OK and empty body (margaretha)
45307/08/2019
454 - Added users to hidden group when searching in a published VC (margaretha,
455 resolved #40)
45615/08/2019
457 - Updated the response statuses of VC PUT requests (margaretha)
458
459# version 0.62
46028/02/2019
461 - Removed old VC controllers and updated tests (margaretha, issue #34)
462 - Updated VC access controllers (margaretha)
46319/03/2019
464 - Added close index controller (margaretha)
46511/04/2019
466 - Fixed unknown authentication scheme, missing VC entity, and parameter
467 checker (margaretha)
468 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
469 unique group name and unknown VC access (margaretha)
47027/06/2019
471 - Handled LDAP errors, fixed #45 (margaretha)
47203/07/2019
473 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
474 - Changed the response media-type of authentication controllers (margaretha)
475 - Fixed bugs: allow guest to retrieve system VC,
476 remove VC from cache when it is deleted (margaretha)
47704/07/2019
478 - Updated VC name pattern and tests (margaretha)
479
480# version 0.61.6
48104/02/2019
482 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
483 - Updated client deregistration behavior (margaretha)
48405/02/2019
485 - Added delete-group-by-name controller (margaretha)
486 - Added unique index to group name (margaretha)
48706/02/2019
488 - Updated a user setting test using array for multiple values (margaretha)
489 - Added metadata controller tests (margaretha)
49018/02/2019
491 - Fixed tests (margaretha)
492 - Updated handling errors from Koral (margaretha)
49319/02/2019
494 - Added fields to metadata controller (margaretha, issue #39)
495
496# version 0.61.5
49717/12/2018
498 - Added a search timeout test (margaretha)
49918/12/2018
500 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
50108/01/2019
502 - Improved predefined vc caching (issue #28, margaretha)
50309/01/2019
504 - Added comments (margaretha)
505 - Updated code structure (margaretha)
50611/01/2019
507 - Degraded API version to 1.0 (margaretha)
508 - Added OAuth2 client info tests (margaretha)
50914/01/2019
510 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
51116/01/2019
512 - Added a PUT request for both creating and editing vc (margaretha)
513 - Added aliases to some VC controllers (margaretha)
514 - Merged VC access list controllers (margaretha)
51521/01/2019
516 - Removed codes related to user registration & password management (margaretha)
51722/01/2019
518 - Added create, edit, retrieve user default setting controllers (margaretha)
51922/01/2019
520 - Updated default setting controllers & added tests (margaretha)
521 - Added delete key in setting controllers (margaretha)
52223/01/2019
523 - Added default setting key validation (margaretha)
524 - Fixed UserdataTest (margaretha)
52524/01/2019
526 - Added default setting key validation & fixed UserdataTest (margaretha)
52725/01/2019
528 - Added VC reference and MapUtil tests (margaretha)
52928/01/2019
530 - Fixed username verification in DefaultSettingService (margaretha)
531 - Added foundry rewrite with user default setting (margaretha)
532 - Added default foundry for morphology layer (margaretha)
53329/01/2019
534 - Fixed share VC type (margaretha)
535 - Added delete setting controller (margaretha)
536 - Handled "no resource found" cases (margaretha, issue #37)
53730/01/2019
538 - Added server shutdown description in readme (margaretha)
539
540# version 0.61.4
54114/11/2018
542 - Integrated lite and full services and controllers in core (margaretha)
54321/11/2018
544 - Updated OAuth2 refresh token request to create a new refresh token and
545 revoke the old one per request (margaretha)
54628/11/2018
547 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
548 - Handled storing cached VC with VC reference (margaretha)
54929/11/2018
550 - Added a controller for listing user clients having active refresh tokens
551 (margaretha)
5526/12/2018
553 - Added debug flags to mitigate log4j debugging performance (margaretha)
554 - Fixed KoralNode at() method (margaretha)
55511/12/2018
556 - Implemented revoking all tokens of a user client via a super client
557 (margaretha)
558 - Removed document controllers and KustvaktResource (margaretha)
559 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
560
561
562# version 0.61.3
56317/10/2018
564 - Updated NamedVCLoader to be optional (margaretha)
565 - Updated annotation tables & implemented key-value structure (margaretha)
566 - Added annotation parser for annotation data from kalamar (margaretha)
567 - Implemented parsing free resource info from json (margaretha)
56822/10/2018
569 - Updated jetty, spring and hibernate versions (margaretha)
570 - Fixed the order of annotation keys and values, and added tests (margaretha)
571 - Fixed resource DAO & added tests (margaretha)
57224/10/2018
573 - Fixed query serialization service (margaretha)
574 - Added "highlights" parameter to matchInfo controller (margaretha)
575 - Added "fields" parameter to search controllers (margaretha)
576 - Integrated lite controllers, services and tests in full version (margaretha)
57729/10/2018
578 - Moved javax.servlet-api to core (margaretha)
57907/11/2018
580 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
58113/11/2018
582 - Added Shutdown handler to Jetty server (margaretha)
583 - Fixed storing VC order in NamedVCLoader (margaretha)
584
585# version 0.61.2
58612/09/2018
587 - Added various log4j2 configurations (margaretha)
58813/09/2018
589 - Implemented VirtualCorpusRewrite (margaretha)
59014/09/2018
591 - Fixed SpringJerseyTest ApplicationContext (margaretha)
592 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
593 - Enabled VCReferenceTest in maven test suite (margaretha)
59418/09/2018
595 - Handled unique constraints / inserting duplicate items to DB (margaretha)
596 - Added a controller for editing user group member roles (margaretha)
59719/09/2018
598 - Fixed cached-VC ref with username (margaretha)
599
600# version 0.61.1
60128/08/2018
602 - Added API URL versioning (margaretha)
603 - Deactivated IdRewrite (margaretha)
604 - Fixed kustvakt controller (margaretha)
60530/08/2018
606 - Fixed root packages & added api version properties in kustvakt.conf
607 (margaretha)
608 - Fixed versioning in SearchController (margaretha)
609 - Added API versioning tests (margaretha)
610
611# version 0.61.0
612
61302/08/2018
614 - Added VC reference tests (margaretha)
615 - Implemented loading and caching named VCs (margaretha)
61603/08/2018
617 - Implemented OAuth2 revoke token (margaretha)
618 - Updated OAuth2 refresh token implementation (margaretha)
61914/08/2018
620 - Implemented revoke all OAuth2 access tokens and authorization codes of
621 client users when deregistering/deleting a client (margaretha)
622 - Fixed update OAuth2 access token (margaretha)
623 - Implemented reset client secret (margaretha)
624 - Fixed revoking latest access token when refreshing OAuth2 access token
625 (margaretha)
62615/08/2018
627 - Implemented OAuth2 client info controller (margaretha)
628 - Implemented update OAuth2 client privilege controller for admins
629 (margaretha)
630 - Implemented unlimited authorization scope for super clients with OAuth2
631 password grant (margaretha)
632 - Marked native clients implementation to deprecated in favour of super
633 clients (margaretha)
634 - Enabled using Bearer tokens as user authentication tokens (Authorization
635 header value) for many controllers including OAuth2 controllers (margaretha)
63616/08/2018
637 - Implemented degrading super clients (margaretha)
638 - Improved and added OAuth2 tests (margaretha)
63921/08/2018
640 - Added VC name pattern check (margaretha)
64122/08/2018
642 - Implemented loading VC from gz files (margaretha)
643 - Updated OAuth2 authorization codes' & access tokens' expiry check
644 (margaretha)
64523/08/2018
646 - Updated RefreshToken implementations with separate DB tables (margaretha)
647 - Allows multiple access tokens per refresh token (margaretha)
64827/08/2018
649 - Added statistic with VC reference tests (margaretha)
650 - Fixed OAuth2 SQL files (margaretha)
65128/08/2018
652 - Added c3p0 datasource configuration to Spring default-config-xml
653 (margaretha)
654 - Added running Kustvakt server with custom spring config in the readme
655 (margaretha)
656 - Removed old OAuth2 codes (margaretha)
657 - Moved non-config test codes to misc (margaretha)
658
659
660# version 0.60.5
661
66209/07/2018
663 - Added service layer to the search controller (margaretha)
664 - Added OAuth2 scope checking in search and VC controllers (margaretha)
665 - Added handling OAuth2 bearer token for VC access and User group
666 controllers (margaretha)
667 - Added default scope to password grant (margaretha)
66810/07/2018
669 - Made createBasicAuthorizationHeaderValue static (margaretha)
670 - Added store access token in openID token service (margaretha)
671 - Fixed empty scope in openID authorization and token service (margaretha)
672 - Implemented storing authorization code in cache (margaretha)
67311/07/2018
674 - Fixed authentication time in authentication controller (margaretha)
675 - Added OAuth2 access token tests (margaretha)
67612/07/2018
677 - Updated maven surefire setting for faster test suite runtime (margaretha)
678 - Implemented refreshing OAuth2 access token (margaretha)
67926/07/2018
680 - Fixed issue #27 (margaretha)
68102/08/2018s
682 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
683
684
685# version 0.60.4
686
68705/07/2018
688 - implemented OAuth2 authorization code request with OpenID Authentication
689 (margaretha)
690 - enabled OAuth2 authorization without OpenID authentication using Nimbus
691 library (margaretha)
692 - implemented response handler for OpenID authentication errors in authorization
693 requests (margaretha)
694 - added tests regarding OpenID authentication in authorization requests
695 (margaretha)
696 - implemented OAuth2 authorization error response via redirect URI instead of
697 JSON (margaretha)
698 - added state to OAuth2 authorization error response (margaretha)
699 - implemented OpenID token service for authorization code flow (margaretha)
700 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
701 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
702 keys (margaretha)
703 - implemented OpenId configuration (margaretha)
704 - added authentication time and support for auth_time in id_token (margaretha)
705 - implemented support for nonce and max_age parameters in OpenID authentication
706 (margaretha)
707 - implemented OAuth2 token request with password grant using Nimbus library
708 (margaretha)
709 - updated redirect URI validator (margaretha)
710 - updated client registration requirement to allow desktop applications
711 (margaretha)
712 - fixed RSA key configuration (margaretha)
713 - merged OAuth2 client deregistration controllers (margaretha)
714 - fixed OAuth2 client unique URL-hashcode (margaretha)
715 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
716 - Added support for unrestricted corpus statistics (ndiewald)
717 - updated paths of user-group deletion-controllers (margaretha)
718 - Do not pass broken queries to Krill (diewald)
719 - added OAuth2 token request with client authentication via Authorization
720 header (margaretha)
721 - added port checking in test suite (margaretha)
722
723# version 0.60.3
724
72506/06/2018
726 - improved user authentication by using authentication filter for authorization
727 code request (margaretha)
728 - limited client authentication to client id checking in authorization code
729 request (margaretha)
730 - added user_id in the oauth2_access_token database table (margaretha)
731 - implemented OAuth2Authentication provider for token context management
732 (margaretha)
733 - added parameter checking for authorization DAO (margaretha)
734 - added controller tests using OAuth2 access token (margaretha)
735 - added database tables for MySQL (margaretha)
736 - updated JWT library and related codes (margaretha)
737
738# version 0.60.2
739
74003/05/2018
741 - implemented OAuth2 client registration (margaretha)
742 - implemented OAuth2 client authentication (margaretha)
743 - changed virtual corpus search to retrieval (margaretha)
744 - implemented public client deregistration task (margaretha)
745 - added client registration and deregistration tests (margaretha)
746 - implemented confidential client deregistration task (margaretha)
747 - fixed storing client secret (margaretha)
748 - implemented OAuth2 response handler (margaretha)
749 - implemented OAuth2 request access token with client credentials grant
750 (margaretha)
751 - implemented OAuth2 request access token with resource owner password grant
752 (margaretha)
753 - implemented OAuth2 authorization code request (margaretha)
754 - added OAuth2 error codes (margaretha)
755 - added OAuth2 authorization, scope and access token tables for SQLite
756 (margaretha)
757 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
758 - implemented OAuth2 request access token with authorization code grant
759 (margaretha)
760 - added setting default scopes in the config file (margaretha)
761 - fixed loading spring config multiple times in the test suite (margaretha)
762 - added SQLite created_date trigger for access token (margaretha)
763 - added a join table for access token scopes (margaretha)
764 - added access scopes handling (margaretha)
765 - added tests about request token with authorization code (margaretha)
766
767# version 0.60.1
768
76928/03/2018
770 - added admin-related SQL codes (margaretha)
771 - updated AdminDao (margaretha)
772 - added optional username query parameter to group list controller (margaretha)
773 - fixed non hierarchical URI of kustvakt conf files (margaretha)
774 - added delete group member triggers (margaretha)
775 - added list user-group by username and status for system admin (margaretha)
776 - added user-group status in user-group DTO (margaretha)
777 - added check for hidden groups in user-group tests (margaretha)
778 - added database trigger test on deleting members when deleting group
779 (margaretha)
780 - renamed VC type PREDEFINED to SYSTEM (margaretha)
781 - added VC list controller for system admin (margaretha)
782 - added VC controller tests with for system admin (margaretha)
783 - added hidden access removal when deleting published VC (margaretha)
784 - added check for hidden groups in VC controller tests (margaretha)
785 - added search user-group controller (margaretha)
786 - removed createdBy from VirtualCorpusJson (margaretha)
787 - moved member role setting from the invitation phase to the after-subscription
788 phase (margaretha)
789 - added member role removal after deleting members (margaretha)
790 - added add and delete member role controllers (margaretha)
791
792# version 0.60
793
79414/03/2018
795 - set up mail settings using localhost port 25 (margaretha)
796 - added mail template in kustvakt configuration (margaretha)
797 - added mail settings to readme (margaretha)
798 - disabled email notification for auto group (margaretha)
799 - added metadata retrieval (diewald)
800 - enabled custom implementation for email address retrieval (margaretha)
801 - removed old policy and deprecated code (margaretha)
802 - moved authentication related code to /full (margaretha)
803 - added userRoles attribute to UserGroupDto. (margaretha)
804 - fixed sqlite trigger (margaretha)
805 - fixed member exist error message (margaretha)
806 - fixed member invitation to join deleted group (margaretha)
807 - added checking deleted group (margaretha)
808
809# version 0.59.10
810
81120/02/2018
812 - added sort VC by id (margaretha)
813 - added test cases regarding VC sharing (margaretha)
814 - implemented withdraw VC from publication (margaretha)
815 - added Changes file (margaretha)
816 - implemented add/invite users to group (margaretha)
817 - implemented delete user-group and member tasks (margaretha)
818 - added userMemberStatus in group lists (margaretha)
819 - updated and added SQL test data (margaretha)
820 - added user group related tests (margaretha)
821 - implemented custom configuration for deleting user groups and members (margaretha)
822 - updated library versions and java environment (margaretha)
823 - added expiration time check for member invitation (margaretha)
824 - moved .properties files (margaretha)
825 - merged changelog file to Changes (margaretha)
826 - updated status codes and error messages to be more detailed (margaretha)
827 - testing mail implementation using embedded jetty jndi (margaretha)
828 - fixed collection rewrite regarding OR operation with other fields
829 (margaretha)
830 - implemented sending mail using spring injection and removed jetty jndi
831 (margaretha)
832 - fixed unrecognized application/json (margaretha)
833 - fixed and updated velocity template (margaretha)
834
835# version 0.59.9
836
83719/01/2018
838 - restructured basic authentication (margaretha)
839 - fixed AuthenticationException to include authentication scheme (margaretha)
840 - fixed rewrite redundancy in collection rewrite (margaretha)
841 - fixed foundry rewrite for constituents (margaretha)
842 - introduced authentication methods, schemes and tokens (margaretha)
843 - implemented collection rewrite with multiple licenses (margaretha)
844 - fixed foundry rewrite for korap span without wrap node (margaretha)
845 - implemented list user group (margaretha)
846 - implemented delete VC task (margaretha)
847 - implemented create user-group, subscribe to user-groups, unsubscribe to
848 user-groups tasks(margaretha)
849 - fixed handling JSON mapping exception for missing enums (margaretha)
850 - implemented list VC task (margaretha)
851 - added KoralQuery in VC lists (margaretha)
852 - implemented edit VC task (margaretha)
853 - implemented publish VC task (margaretha)
854 - implemented share VC task (margaretha)
855 - implemented list only owned VC task (margaretha)
856 - implemented list VC access task (margaretha)
857 - implemented search VC by id task (margaretha)
858 - implemented delete VC access (margaretha)
859 - implemented search for project VC (margaretha)
860 - added search VC related tests (margaretha)
861 - removed PredefinedUserGroup.ALL and related codes (margaretha)
862 - implemented search for published VC (margaretha)
863
864# version 0.59.8
865
86621/09/2017
867 - restructured statistics service (margaretha)
868 - removed deprecated loader codes and tests (margaretha)
869 - removed old Spring java configurations (margaretha)
870 - implemented entity classes for the new database (margaretha)
871 - added MySQL codes regarding VC and for testing (margaretha)
872 - added dao methods regarding VC (margaretha)
873 - added similar SQL codes (to MySQL) for sqlite (margaretha)
874 - added dao methods regarding user groups (margaretha)
875 - restructured web-service codes into controller and logic/business-service
876 (margaretha)
877 - implemented user role and privilege, and added tests (margaretha)
878 - prepared test suite using new database (margaretha)
879 - implemented UserGroupDao and tests (margaretha)
880 - fixed missing exceptions in JsonUtils (margaretha)
881 - restructured web filters and authentication codes (margaretha)
882 - implemented create/store VC (margaretha)
883 - fixed collection rewrite bug regarding availability with operation or
884 (margaretha)
885
886# version 0.59.7
887
88813/10/2016
889 - MOD: updated search to use new siglen (diewald)
890 - MOD: fixed matchinfo retrieval in light service (diewald)
891
89205/05/2015
893 - ADD: rest test suite for user service (hanl)
894 - MOD: setup parameter modification (hanl)
895 - ADD: oauth2 client unique constraint (hanl)