blob: cf11729a71b08a1a06a0814e147492ae80dcebfb [file] [log] [blame]
margaretha34c9fba2024-08-09 17:44:03 +02001# version 0.75-SNAPSHOT
2
3- Alter role and remove privilege database tables (#763)
4- Update user-group and user-group member web-services (#763)
5- Remove edit member role web-service (#763)
6- Remove query access table (#763)
7- Remove query access admin, merged with user-group admin (#763)
8- Update share-query and query-access web-services (#763)
9- Add new web-service: delete role by query and group (#763)
10- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020011- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020012- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020013- Removed deleted_by from user_group and user_group_member tables (#764)
14- Removed created_by, status and status_date from user_group_member table (#764)
15- Removed GroupMemberStatus (#764)
16- Replace invite and subscribe to add member (#764)
17- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020018- Added deprecation messages to deprecated services
19- Removed mail configuration (#764)
margaretha34c9fba2024-08-09 17:44:03 +020020
margaretha144be1a2024-08-09 15:38:40 +020021# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020022
23- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020024- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020025- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020026- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020027- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020028- Unified ResourceFilters and SearchResourceFilters.
29- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020030- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020031
margaretha1ef2a032024-06-11 11:39:57 +020032# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020033
margaretha46e2c952024-05-23 09:09:54 +020034- Added tests for the DNB scenario with custom max match
35 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020036- Cleaned up named-vc.
37- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020038- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020039- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020040- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020041- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020042
margaretha21879752024-04-22 12:12:58 +020043# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010044
margaretha387e4682024-03-22 11:26:29 +010045- Fixed jakarta validation error.
46- Added openapi doc (#744)
47- Moved service.properties to src/main/resources/properties
48- Moved free-resources.json to src/main/resources/json
49- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010050- Changed loading external kustvakt.conf and jdbc.properties
51 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020052- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020053- Setup vc-cache in the data folder (#598)
54- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020055- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020056- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020057- Updated configurations of the lite version to use the
58 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020059- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010060
margaretha28a53d12024-02-20 12:57:38 +010061# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010062
margarethab06377e2024-01-30 11:06:35 +010063- Moved the content of the full folder to the root folder
64- Removed Piwik
65- Removed unused libraries
66- Cleaned up spring configs
67- Updated Krill and Koral with new groupIds
68- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010069- Updated search Krill and removed Lucene
70- Updated readme
margarethab06377e2024-01-30 11:06:35 +010071
72# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010073
74- Replaced javax.ws to jakarta.ws namespace (#648)
75- Upgrading Jersey 2.40 to 3.x (#646)
76- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
77- Replaced javax.persistence with jakarta.persistence (#648)
78- Migrate Hibernate 5 to 6 (#649)
79- Fix missing placeholders
80- Fixed conflicting jackson-jarxrs
81- Fixed conflicting commons-logging and spring jcl
82- Replaced javax.servlet with jakarta.servlet (#648)
83- Updated authorization services using Nimbus (#650)
84- Fixed BlockingFilter by replacing javax.annotation.Priority
85 with jakarta.annotation.Priority (#659, #648)
86- Replaced javax.annotation with jakarta.annotation
87- Enabled legacy support for authorization POST request
88- Changed OAuth2 token request using Nimbus (#650)
89- Removed Apache Oltu API from token requests (#650)
90- Removed OpenID
91- Fixed clearing cache
92- Fix JettyServerTest, init package, and some java docs.
93- Make scope extraction more flexible.
94- Updated token response using Nimbus (#650)
95- Remove Oltu request and validator implementations (#650)
96- Updated OAuth2 response handler (#650)
97- Fixed ShutdownHandler (fixed #708)
98- Fixed issues with multi-release jar (#706, #708)
99
100
101# version 0.71.1
102
103- Removed auditing (#611)
104- Removed old database configurations (#612)
105- Removed old tests
106- Removed unnecessary caches and methods in the authentication interface
107- Added total result cache (#599)
108- Fixed missing project.version in info web-service
109- Make sure totalResults and other numeric results are numbers (Kupietz)
110- Introduce CQP query language in Koral 0.41
111- Changed DB connection (fixed #670)
112- Resolved duplicate libraries
113- Fixed testing expiry access token
114- Fix lombok compile warning
115- Ensure the order of clean token tests.
116
117# version 0.71
118
119- Renamed entity and service packages in core
120- Renamed web.controller package in core
121- Moved SearchNetworkEndpoint to core.service package
122- Merged lite into full
123- Merged core into full
124
125
126# version 0.70.1
127
128- Added data folder containing super_client_info and database
129 for mounting into docker
130- Added an error for missing redirect uri in a token request
131 when it has been included in the authorization request.
132- Added tests for VC sharing and for OAuth2 client using VC services
133- Added and updated VC controller tests
134- Moved hibernate.properties
135- Added maximum number of user persistent virtual corpora and queries
136
137# version 0.70
138
139- Support token array in matchinfo (fixes #570; diewald)
140- Updated VC list API and deprecated owner VC list (addressed #580)
141- Added user info web-service (solved #566)
142- Implemented configurable resource filters for search and match
143 info APIs (#539)
144- Added getting username from LDAP (#568)
145- Disabled LDAP auth provider and token API in the auth filter (#587)
146- Added LDAP log for users without idsC2Profile
147- Fixed log4j2 properties.
148
149
150# version 0.69.3
151
152- Moved the service path of VC admin services to admin/vc (closed #543)
153- Added an admin service to load and cache system vc (solved #268)
154- Move oauth2 admin service path (closed #544)
155- Excluded admin service to load-cache VC from the test suite
156- Fixed refresh token expiry test
157- Fixed scope check in OAuth2 token request with refresh token
158
159# version 0.69.2
160
1612022-12-05
162- Upgrade version for E2E-simplified Docker images (diewald)
1632023-01-27
164- Updated client info API (replaced user authorization requirement with super
165 client authentication)
1662023-01-30
167- Made scope param required in authorization request (solved #508)
1682023-01-31
169- Allowed OAuth2 clients to use localhost as redirect URIs.
1702023-02-03
171- Fixed content-type in error responses by changing it to application/json
1722023-02-06
173- Allow admin access using admin token for the clean token API
1742023-02-10
175- Use admin filter instead of OAuth2 ADMIN scope
176- Added a plugin test.
1772023-02-15
178- Moved user-group retrieval API to UserGroupAdminController
179 and changed the service path URL of UserGroupAdminController.
1802023-02-20
181- Deprecate API token (JWT) web-service
182- Fixed Slf4J binding
1832023-02-28
184- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1852023-03-06
186- Fixed testing refresh token expiry.
187
188
189# version 0.69.1
190
191- Upgrade version for docker including indexer (diewald)
192
193
194# version 0.69
195
196 - Migrated to Java 11 and Jersey 2
197 - Updated dependencies
198 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
199
200
201# version 0.68
202
2032022-05-25
204 - Added a new API: list plugins (e.g for marketplace)
205 - Added redirect URI validation in authorization request (addressed #374)
206 - Handled user-defined refresh token expiry (added in client info and
207 list API response)
208 - Added installed_plugins table
209 - Added a new API: install plugin
210 - Handled redundant plugin installation
211 - Handled super client id in plugin installation
212 - Deprecated UserClientDto and uses ClientinfoDto instead
213 - Updated redirect URI error message for coherence
2142022-05-27
215 - Added maximum limit to custom refresh token expiry
2162022-06-01
217 - Added new APIs: list user-installed plugins and uninstall plugin.
218 - Moved install and list plugin APIs to PluginController and updated their
219 service paths under /plugins.
2202022-06-03
221 - Implemented searching option using a network endpoint
222 - Implemented initial super client registration for user authentication.
223 - Fixed admin clean token API and restrict plugins to confidential only.
224
225
226
227# version 0.67.1
228
2292022-05-12
230 - Implemented mapping of LDAP username to email
231 - Handled null parameters in authorization requests
2322022-05-25
233 - Fixed null client_id
234 - Updated ldap.config path in the kustvakt-test.conf
235
236
237# version 0.67
238
2392022-05-09
240 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
241 - An embedded LDAP server can now be started automatically if configured accordingly.
2422022-05-11
243 - Changed the SQL script updating oauth2_client table
244
245
246# version 0.66
247
2482022-03-31
249 - Updated query and user-group name pattern.
2502022-04-08
251 - Added redirect_uri to client info API.
2522022-04-11
253 - Added registration_date, refresh_token_expiry, source and is_permitted
254 to the oauth2_client database table, and updated the OAuth2 client
255 registration mechanism.
256 - Added authorization request with GET and deprecated that with POST.
2572022-04-13
258 - Updated OAuth2Client list API (added redirect_uri, registration_date,
259 permitted, source to OAuth2UserClientDto).
2602022-04-20
261 - Updated authorization error response. (Included error and error
262 description in the client redirect URI except for missing or
263 invalid client id or redirect URI.
264
265
266# version 0.65.2
267
2682022-03-03
269 - Removed VCLoader.
270 - Added foreign keys to the DB tables of access and refresh token scopes.
2712022-03-07
272 - Added more parameter checks and OAuth2Client web-service tests.
2732022-03-17
274 - Updated admin filter by using admin token and role checks.
2752022-03-18
276 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2772022-03-28
278 - Updated admin filter (admintoken as a form param) and uses
279 it for the closing index reader API.
280 - Removed unused admin API: clear access token cache.
2812022-03-29
282 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
283
284# version 0.65.1
285
2862022-03-01
287 - Restricts the field retrieval web-service to admin only.
288
289# version 0.65
290
291!!! includes security updates - please update all Kustvakt libraries
292!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
293
2942021-12-02
295 - Updated VC cache.
2962021-12-03
297 - Enabled listing system vc for authorized users.
2982021-12-08
299 - Removed koralQuery and statistics from VC list.
300 - Added a web-service to retrieve KoralQuery of a VC
3012021-12-10
302 - [security] Updated log4j libs due to CVE-2021-44228.
3032021-12-13
304 - Fixed broken test suite.
3052022-01-03
306 - [security] More log4j security updates
307 - Bumped unboundid-ldapsdk
308 - Updated tests.
3092022-01-25
310 - Added show-tokens option to the search API.
3112022-01-31
312 - Added an API retrieving fields of a virtual corpus.
313
314# version 0.64.1
315
3162021-10-26
317 - Bump Kustvakt and Krill versions.
318
319
320# version 0.64
3212021-07-29
322 - Updated the change files and made a new version.
3232021-08-12
324 - Fixed errors due to missing query type and added tests.
3252021-08-13
326 - Fixed missing request entity.
327 - Updated the query service to enable editing query references.
3282021-08-16
329 - Fixed creator param when storing query or VC by admins for
330 the system or other users.
331
332# version 0.63.2
3332021-06-11
334 - Updated OAuth2 token length & secure random algorithm config.
335 - Added character set filter to random code generator, e.g. for client_id.
3362021-06-14
337 - Updated roleId and super client parameters.
3382021-06-24
339 - Fixed broken test.
3402021-07-22
341 - Updated cache settings and some loggings.
3422021-07-26
343 - Replaced annotation parsing with restoring the annotation tables to the
344database.
345 - Moved cache config to the full config.
346
347# version 0.63.1
3482021-02-22
349 - Updated libraries (margaretha)
350 - Renamed virtual corpus to query (margaretha)
3512021-02-26
352 - Added query access roles and fixed vc access roles (margaretha)
353 - Added delete query webservice and tests (margaretha)
3542021-03-25
355 - Updated Koral version for Info Controller (margaretha)
356 - Updated OAuth2 token list with token type and user clientId
357parameters (margaretha)
3582021-03-29
359 - Added client type in the client list web-service. Resolved #58 (margaretha)
3602021-04-19
361 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3622021-04-26
363 - Updated OAuth2 Client list (margaretha)
3642021-04-30
365 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
366 - Updated OAuth2 API responses for coherence (margaretha)
3672021-06-07
368 - Updated OAuth2 client dto (margaretha)
369
370# version 0.63
37126/10/2020
372 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
37329/10/2020
374 - Introduction of a query reference rewrite mechanism (diewald)
37530/10/2020
376 - Added database methods for storing query references (diewald)
37704/12/2020
378 - Fix hibernate dialect for SQLite. (margaretha)
37904/12/2020
380 - Fix pipe warning. (margaretha)
38114/01/2021
382 - Updated Flyway (margaretha)
38321/01/2021
384 - Fixed running pipe and updated tests with mockserver (margaretha)
38501/02/2021
386 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
38705/02/2021
388 - Add query reference web-service (diewald,margaretha)
38910/02/2021
390 - Fixed problem with multiple desktop apps (diewald, margaretha)
39112/02/2021
392 - Added listing available queries for users (margaretha)
39317/02/2021
394 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
395 - Added query and query language in virtual corpus table (margaretha)
39618/02/2021
397 - Set corpus access public for stored query (margaretha)
39819/02/2021
399 - Enabled API info web-service (margaretha)
400
401
402# version 0.62.4
40324/01/2020
404 - Removed salt from config and updated config files (margaretha)
40503/02/2020
406 - Added an admin API for clearing access token cache (margaretha)
40705/02/2020
408 - Added a config properties for a long-time access token expiry
409 and excluded refresh tokens for public clients in OAuth2 token
410 responses (margaretha)
411 - Removed client authentication from the client deregistration and
412 client-secret reset APIs (margaretha)
41304/03/2020
414 - Updated the sample index (diewald)
415
416# version 0.62.3
41703/12/2019
418 - Implemented pipe extension in the search API (margaretha)
41911/12/2019
420 - Added errors when requesting VC in caching process (margaretha,
421 resolved #47)
42212/12/2019
423 - Added support for multiple cq parameters (margaretha, resolved #46)
42413/12/2019
425 - Handled pipe errors and added tests (margaretha)
42619/12/2019
427 - Updated create update user-group API (margaretha)
42820/12/2019
429 - Removed transactional annotations from simple select queries (margaretha)
430 - Updated free resource controller (margaretha)
43115/01-2020
432 - Added additional statistic figures to virtual corpus info API
433 response (margaretha)
434
435# version 0.62.2
43617/10/2019
437 - Handled vulnerability CVE-2019-17195. (margaretha)
4388/11/2019
439 - Added user-group name pattern (margaretha, issue #33)
44011/11/2019
441 - Updated user group service paths and replaced groupId with groupName
442 (margaretha, resolved #33)
44312/11/2019
444 - Removed UserGroupJson & updated listUserGroups and createUserGroup
445 services (margaretha)
446 - Added prefixes to username and groupname parameters in service paths
447 (margaretha, resolved #35)
44813/11/2019
449 - Added tests for issue #43 (margaretha)
45014/11/2019
451 - Added client description and URL to list-authorized-clients service
452 (margaretha, close #53)
453 - Implemented a service to list clients registered by a user (margaretha,
454 close #52)
455 - Added a check for OAuth2 client, VC, and group name length (margaretha)
45615/11/2019
457 - Merged list authorized client and list registered client services
458 (margaretha)
45921/11/2019
460 - Added a service to list active refresh tokens of a user (margaretha)
461 - Added username filtering to token revocation service via super client
462 (margaretha)
46326/11/2019
464 - Added a service to revoke a single refresh token via super client
465 (margaretha)
466
467# version 0.62.1
46808/07/2019
469 - Added tests for public metadata response in search api (margaretha,
470 issue #43)
471 - Disabled some tests of unused/disabled web-services (margaretha)
47207/08/2019
473 - Fixed missing scopes after requesting access token with refresh token
474 (margaretha)
475 - Fixed post requests with status OK and empty body (margaretha)
47607/08/2019
477 - Added users to hidden group when searching in a published VC (margaretha,
478 resolved #40)
47915/08/2019
480 - Updated the response statuses of VC PUT requests (margaretha)
481
482# version 0.62
48328/02/2019
484 - Removed old VC controllers and updated tests (margaretha, issue #34)
485 - Updated VC access controllers (margaretha)
48619/03/2019
487 - Added close index controller (margaretha)
48811/04/2019
489 - Fixed unknown authentication scheme, missing VC entity, and parameter
490 checker (margaretha)
491 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
492 unique group name and unknown VC access (margaretha)
49327/06/2019
494 - Handled LDAP errors, fixed #45 (margaretha)
49503/07/2019
496 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
497 - Changed the response media-type of authentication controllers (margaretha)
498 - Fixed bugs: allow guest to retrieve system VC,
499 remove VC from cache when it is deleted (margaretha)
50004/07/2019
501 - Updated VC name pattern and tests (margaretha)
502
503# version 0.61.6
50404/02/2019
505 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
506 - Updated client deregistration behavior (margaretha)
50705/02/2019
508 - Added delete-group-by-name controller (margaretha)
509 - Added unique index to group name (margaretha)
51006/02/2019
511 - Updated a user setting test using array for multiple values (margaretha)
512 - Added metadata controller tests (margaretha)
51318/02/2019
514 - Fixed tests (margaretha)
515 - Updated handling errors from Koral (margaretha)
51619/02/2019
517 - Added fields to metadata controller (margaretha, issue #39)
518
519# version 0.61.5
52017/12/2018
521 - Added a search timeout test (margaretha)
52218/12/2018
523 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
52408/01/2019
525 - Improved predefined vc caching (issue #28, margaretha)
52609/01/2019
527 - Added comments (margaretha)
528 - Updated code structure (margaretha)
52911/01/2019
530 - Degraded API version to 1.0 (margaretha)
531 - Added OAuth2 client info tests (margaretha)
53214/01/2019
533 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
53416/01/2019
535 - Added a PUT request for both creating and editing vc (margaretha)
536 - Added aliases to some VC controllers (margaretha)
537 - Merged VC access list controllers (margaretha)
53821/01/2019
539 - Removed codes related to user registration & password management (margaretha)
54022/01/2019
541 - Added create, edit, retrieve user default setting controllers (margaretha)
54222/01/2019
543 - Updated default setting controllers & added tests (margaretha)
544 - Added delete key in setting controllers (margaretha)
54523/01/2019
546 - Added default setting key validation (margaretha)
547 - Fixed UserdataTest (margaretha)
54824/01/2019
549 - Added default setting key validation & fixed UserdataTest (margaretha)
55025/01/2019
551 - Added VC reference and MapUtil tests (margaretha)
55228/01/2019
553 - Fixed username verification in DefaultSettingService (margaretha)
554 - Added foundry rewrite with user default setting (margaretha)
555 - Added default foundry for morphology layer (margaretha)
55629/01/2019
557 - Fixed share VC type (margaretha)
558 - Added delete setting controller (margaretha)
559 - Handled "no resource found" cases (margaretha, issue #37)
56030/01/2019
561 - Added server shutdown description in readme (margaretha)
562
563# version 0.61.4
56414/11/2018
565 - Integrated lite and full services and controllers in core (margaretha)
56621/11/2018
567 - Updated OAuth2 refresh token request to create a new refresh token and
568 revoke the old one per request (margaretha)
56928/11/2018
570 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
571 - Handled storing cached VC with VC reference (margaretha)
57229/11/2018
573 - Added a controller for listing user clients having active refresh tokens
574 (margaretha)
5756/12/2018
576 - Added debug flags to mitigate log4j debugging performance (margaretha)
577 - Fixed KoralNode at() method (margaretha)
57811/12/2018
579 - Implemented revoking all tokens of a user client via a super client
580 (margaretha)
581 - Removed document controllers and KustvaktResource (margaretha)
582 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
583
584
585# version 0.61.3
58617/10/2018
587 - Updated NamedVCLoader to be optional (margaretha)
588 - Updated annotation tables & implemented key-value structure (margaretha)
589 - Added annotation parser for annotation data from kalamar (margaretha)
590 - Implemented parsing free resource info from json (margaretha)
59122/10/2018
592 - Updated jetty, spring and hibernate versions (margaretha)
593 - Fixed the order of annotation keys and values, and added tests (margaretha)
594 - Fixed resource DAO & added tests (margaretha)
59524/10/2018
596 - Fixed query serialization service (margaretha)
597 - Added "highlights" parameter to matchInfo controller (margaretha)
598 - Added "fields" parameter to search controllers (margaretha)
599 - Integrated lite controllers, services and tests in full version (margaretha)
60029/10/2018
601 - Moved javax.servlet-api to core (margaretha)
60207/11/2018
603 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
60413/11/2018
605 - Added Shutdown handler to Jetty server (margaretha)
606 - Fixed storing VC order in NamedVCLoader (margaretha)
607
608# version 0.61.2
60912/09/2018
610 - Added various log4j2 configurations (margaretha)
61113/09/2018
612 - Implemented VirtualCorpusRewrite (margaretha)
61314/09/2018
614 - Fixed SpringJerseyTest ApplicationContext (margaretha)
615 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
616 - Enabled VCReferenceTest in maven test suite (margaretha)
61718/09/2018
618 - Handled unique constraints / inserting duplicate items to DB (margaretha)
619 - Added a controller for editing user group member roles (margaretha)
62019/09/2018
621 - Fixed cached-VC ref with username (margaretha)
622
623# version 0.61.1
62428/08/2018
625 - Added API URL versioning (margaretha)
626 - Deactivated IdRewrite (margaretha)
627 - Fixed kustvakt controller (margaretha)
62830/08/2018
629 - Fixed root packages & added api version properties in kustvakt.conf
630 (margaretha)
631 - Fixed versioning in SearchController (margaretha)
632 - Added API versioning tests (margaretha)
633
634# version 0.61.0
635
63602/08/2018
637 - Added VC reference tests (margaretha)
638 - Implemented loading and caching named VCs (margaretha)
63903/08/2018
640 - Implemented OAuth2 revoke token (margaretha)
641 - Updated OAuth2 refresh token implementation (margaretha)
64214/08/2018
643 - Implemented revoke all OAuth2 access tokens and authorization codes of
644 client users when deregistering/deleting a client (margaretha)
645 - Fixed update OAuth2 access token (margaretha)
646 - Implemented reset client secret (margaretha)
647 - Fixed revoking latest access token when refreshing OAuth2 access token
648 (margaretha)
64915/08/2018
650 - Implemented OAuth2 client info controller (margaretha)
651 - Implemented update OAuth2 client privilege controller for admins
652 (margaretha)
653 - Implemented unlimited authorization scope for super clients with OAuth2
654 password grant (margaretha)
655 - Marked native clients implementation to deprecated in favour of super
656 clients (margaretha)
657 - Enabled using Bearer tokens as user authentication tokens (Authorization
658 header value) for many controllers including OAuth2 controllers (margaretha)
65916/08/2018
660 - Implemented degrading super clients (margaretha)
661 - Improved and added OAuth2 tests (margaretha)
66221/08/2018
663 - Added VC name pattern check (margaretha)
66422/08/2018
665 - Implemented loading VC from gz files (margaretha)
666 - Updated OAuth2 authorization codes' & access tokens' expiry check
667 (margaretha)
66823/08/2018
669 - Updated RefreshToken implementations with separate DB tables (margaretha)
670 - Allows multiple access tokens per refresh token (margaretha)
67127/08/2018
672 - Added statistic with VC reference tests (margaretha)
673 - Fixed OAuth2 SQL files (margaretha)
67428/08/2018
675 - Added c3p0 datasource configuration to Spring default-config-xml
676 (margaretha)
677 - Added running Kustvakt server with custom spring config in the readme
678 (margaretha)
679 - Removed old OAuth2 codes (margaretha)
680 - Moved non-config test codes to misc (margaretha)
681
682
683# version 0.60.5
684
68509/07/2018
686 - Added service layer to the search controller (margaretha)
687 - Added OAuth2 scope checking in search and VC controllers (margaretha)
688 - Added handling OAuth2 bearer token for VC access and User group
689 controllers (margaretha)
690 - Added default scope to password grant (margaretha)
69110/07/2018
692 - Made createBasicAuthorizationHeaderValue static (margaretha)
693 - Added store access token in openID token service (margaretha)
694 - Fixed empty scope in openID authorization and token service (margaretha)
695 - Implemented storing authorization code in cache (margaretha)
69611/07/2018
697 - Fixed authentication time in authentication controller (margaretha)
698 - Added OAuth2 access token tests (margaretha)
69912/07/2018
700 - Updated maven surefire setting for faster test suite runtime (margaretha)
701 - Implemented refreshing OAuth2 access token (margaretha)
70226/07/2018
703 - Fixed issue #27 (margaretha)
70402/08/2018s
705 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
706
707
708# version 0.60.4
709
71005/07/2018
711 - implemented OAuth2 authorization code request with OpenID Authentication
712 (margaretha)
713 - enabled OAuth2 authorization without OpenID authentication using Nimbus
714 library (margaretha)
715 - implemented response handler for OpenID authentication errors in authorization
716 requests (margaretha)
717 - added tests regarding OpenID authentication in authorization requests
718 (margaretha)
719 - implemented OAuth2 authorization error response via redirect URI instead of
720 JSON (margaretha)
721 - added state to OAuth2 authorization error response (margaretha)
722 - implemented OpenID token service for authorization code flow (margaretha)
723 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
724 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
725 keys (margaretha)
726 - implemented OpenId configuration (margaretha)
727 - added authentication time and support for auth_time in id_token (margaretha)
728 - implemented support for nonce and max_age parameters in OpenID authentication
729 (margaretha)
730 - implemented OAuth2 token request with password grant using Nimbus library
731 (margaretha)
732 - updated redirect URI validator (margaretha)
733 - updated client registration requirement to allow desktop applications
734 (margaretha)
735 - fixed RSA key configuration (margaretha)
736 - merged OAuth2 client deregistration controllers (margaretha)
737 - fixed OAuth2 client unique URL-hashcode (margaretha)
738 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
739 - Added support for unrestricted corpus statistics (ndiewald)
740 - updated paths of user-group deletion-controllers (margaretha)
741 - Do not pass broken queries to Krill (diewald)
742 - added OAuth2 token request with client authentication via Authorization
743 header (margaretha)
744 - added port checking in test suite (margaretha)
745
746# version 0.60.3
747
74806/06/2018
749 - improved user authentication by using authentication filter for authorization
750 code request (margaretha)
751 - limited client authentication to client id checking in authorization code
752 request (margaretha)
753 - added user_id in the oauth2_access_token database table (margaretha)
754 - implemented OAuth2Authentication provider for token context management
755 (margaretha)
756 - added parameter checking for authorization DAO (margaretha)
757 - added controller tests using OAuth2 access token (margaretha)
758 - added database tables for MySQL (margaretha)
759 - updated JWT library and related codes (margaretha)
760
761# version 0.60.2
762
76303/05/2018
764 - implemented OAuth2 client registration (margaretha)
765 - implemented OAuth2 client authentication (margaretha)
766 - changed virtual corpus search to retrieval (margaretha)
767 - implemented public client deregistration task (margaretha)
768 - added client registration and deregistration tests (margaretha)
769 - implemented confidential client deregistration task (margaretha)
770 - fixed storing client secret (margaretha)
771 - implemented OAuth2 response handler (margaretha)
772 - implemented OAuth2 request access token with client credentials grant
773 (margaretha)
774 - implemented OAuth2 request access token with resource owner password grant
775 (margaretha)
776 - implemented OAuth2 authorization code request (margaretha)
777 - added OAuth2 error codes (margaretha)
778 - added OAuth2 authorization, scope and access token tables for SQLite
779 (margaretha)
780 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
781 - implemented OAuth2 request access token with authorization code grant
782 (margaretha)
783 - added setting default scopes in the config file (margaretha)
784 - fixed loading spring config multiple times in the test suite (margaretha)
785 - added SQLite created_date trigger for access token (margaretha)
786 - added a join table for access token scopes (margaretha)
787 - added access scopes handling (margaretha)
788 - added tests about request token with authorization code (margaretha)
789
790# version 0.60.1
791
79228/03/2018
793 - added admin-related SQL codes (margaretha)
794 - updated AdminDao (margaretha)
795 - added optional username query parameter to group list controller (margaretha)
796 - fixed non hierarchical URI of kustvakt conf files (margaretha)
797 - added delete group member triggers (margaretha)
798 - added list user-group by username and status for system admin (margaretha)
799 - added user-group status in user-group DTO (margaretha)
800 - added check for hidden groups in user-group tests (margaretha)
801 - added database trigger test on deleting members when deleting group
802 (margaretha)
803 - renamed VC type PREDEFINED to SYSTEM (margaretha)
804 - added VC list controller for system admin (margaretha)
805 - added VC controller tests with for system admin (margaretha)
806 - added hidden access removal when deleting published VC (margaretha)
807 - added check for hidden groups in VC controller tests (margaretha)
808 - added search user-group controller (margaretha)
809 - removed createdBy from VirtualCorpusJson (margaretha)
810 - moved member role setting from the invitation phase to the after-subscription
811 phase (margaretha)
812 - added member role removal after deleting members (margaretha)
813 - added add and delete member role controllers (margaretha)
814
815# version 0.60
816
81714/03/2018
818 - set up mail settings using localhost port 25 (margaretha)
819 - added mail template in kustvakt configuration (margaretha)
820 - added mail settings to readme (margaretha)
821 - disabled email notification for auto group (margaretha)
822 - added metadata retrieval (diewald)
823 - enabled custom implementation for email address retrieval (margaretha)
824 - removed old policy and deprecated code (margaretha)
825 - moved authentication related code to /full (margaretha)
826 - added userRoles attribute to UserGroupDto. (margaretha)
827 - fixed sqlite trigger (margaretha)
828 - fixed member exist error message (margaretha)
829 - fixed member invitation to join deleted group (margaretha)
830 - added checking deleted group (margaretha)
831
832# version 0.59.10
833
83420/02/2018
835 - added sort VC by id (margaretha)
836 - added test cases regarding VC sharing (margaretha)
837 - implemented withdraw VC from publication (margaretha)
838 - added Changes file (margaretha)
839 - implemented add/invite users to group (margaretha)
840 - implemented delete user-group and member tasks (margaretha)
841 - added userMemberStatus in group lists (margaretha)
842 - updated and added SQL test data (margaretha)
843 - added user group related tests (margaretha)
844 - implemented custom configuration for deleting user groups and members (margaretha)
845 - updated library versions and java environment (margaretha)
846 - added expiration time check for member invitation (margaretha)
847 - moved .properties files (margaretha)
848 - merged changelog file to Changes (margaretha)
849 - updated status codes and error messages to be more detailed (margaretha)
850 - testing mail implementation using embedded jetty jndi (margaretha)
851 - fixed collection rewrite regarding OR operation with other fields
852 (margaretha)
853 - implemented sending mail using spring injection and removed jetty jndi
854 (margaretha)
855 - fixed unrecognized application/json (margaretha)
856 - fixed and updated velocity template (margaretha)
857
858# version 0.59.9
859
86019/01/2018
861 - restructured basic authentication (margaretha)
862 - fixed AuthenticationException to include authentication scheme (margaretha)
863 - fixed rewrite redundancy in collection rewrite (margaretha)
864 - fixed foundry rewrite for constituents (margaretha)
865 - introduced authentication methods, schemes and tokens (margaretha)
866 - implemented collection rewrite with multiple licenses (margaretha)
867 - fixed foundry rewrite for korap span without wrap node (margaretha)
868 - implemented list user group (margaretha)
869 - implemented delete VC task (margaretha)
870 - implemented create user-group, subscribe to user-groups, unsubscribe to
871 user-groups tasks(margaretha)
872 - fixed handling JSON mapping exception for missing enums (margaretha)
873 - implemented list VC task (margaretha)
874 - added KoralQuery in VC lists (margaretha)
875 - implemented edit VC task (margaretha)
876 - implemented publish VC task (margaretha)
877 - implemented share VC task (margaretha)
878 - implemented list only owned VC task (margaretha)
879 - implemented list VC access task (margaretha)
880 - implemented search VC by id task (margaretha)
881 - implemented delete VC access (margaretha)
882 - implemented search for project VC (margaretha)
883 - added search VC related tests (margaretha)
884 - removed PredefinedUserGroup.ALL and related codes (margaretha)
885 - implemented search for published VC (margaretha)
886
887# version 0.59.8
888
88921/09/2017
890 - restructured statistics service (margaretha)
891 - removed deprecated loader codes and tests (margaretha)
892 - removed old Spring java configurations (margaretha)
893 - implemented entity classes for the new database (margaretha)
894 - added MySQL codes regarding VC and for testing (margaretha)
895 - added dao methods regarding VC (margaretha)
896 - added similar SQL codes (to MySQL) for sqlite (margaretha)
897 - added dao methods regarding user groups (margaretha)
898 - restructured web-service codes into controller and logic/business-service
899 (margaretha)
900 - implemented user role and privilege, and added tests (margaretha)
901 - prepared test suite using new database (margaretha)
902 - implemented UserGroupDao and tests (margaretha)
903 - fixed missing exceptions in JsonUtils (margaretha)
904 - restructured web filters and authentication codes (margaretha)
905 - implemented create/store VC (margaretha)
906 - fixed collection rewrite bug regarding availability with operation or
907 (margaretha)
908
909# version 0.59.7
910
91113/10/2016
912 - MOD: updated search to use new siglen (diewald)
913 - MOD: fixed matchinfo retrieval in light service (diewald)
914
91505/05/2015
916 - ADD: rest test suite for user service (hanl)
917 - MOD: setup parameter modification (hanl)
918 - ADD: oauth2 client unique constraint (hanl)