blob: 2bda9a9bdf9ded7ca91ab083922fd6681caf652a [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)
margarethab6a0e6a2024-08-20 11:10:49 +020020- Deprecate VC access deletion.
margaretha34c9fba2024-08-09 17:44:03 +020021
margaretha144be1a2024-08-09 15:38:40 +020022# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020023
24- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020025- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020026- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020027- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020028- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020029- Unified ResourceFilters and SearchResourceFilters.
30- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020031- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020032
margaretha1ef2a032024-06-11 11:39:57 +020033# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020034
margaretha46e2c952024-05-23 09:09:54 +020035- Added tests for the DNB scenario with custom max match
36 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020037- Cleaned up named-vc.
38- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020039- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020040- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020041- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020042- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020043
margaretha21879752024-04-22 12:12:58 +020044# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010045
margaretha387e4682024-03-22 11:26:29 +010046- Fixed jakarta validation error.
47- Added openapi doc (#744)
48- Moved service.properties to src/main/resources/properties
49- Moved free-resources.json to src/main/resources/json
50- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010051- Changed loading external kustvakt.conf and jdbc.properties
52 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020053- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020054- Setup vc-cache in the data folder (#598)
55- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020056- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020057- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020058- Updated configurations of the lite version to use the
59 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020060- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010061
margaretha28a53d12024-02-20 12:57:38 +010062# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010063
margarethab06377e2024-01-30 11:06:35 +010064- Moved the content of the full folder to the root folder
65- Removed Piwik
66- Removed unused libraries
67- Cleaned up spring configs
68- Updated Krill and Koral with new groupIds
69- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010070- Updated search Krill and removed Lucene
71- Updated readme
margarethab06377e2024-01-30 11:06:35 +010072
73# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010074
75- Replaced javax.ws to jakarta.ws namespace (#648)
76- Upgrading Jersey 2.40 to 3.x (#646)
77- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
78- Replaced javax.persistence with jakarta.persistence (#648)
79- Migrate Hibernate 5 to 6 (#649)
80- Fix missing placeholders
81- Fixed conflicting jackson-jarxrs
82- Fixed conflicting commons-logging and spring jcl
83- Replaced javax.servlet with jakarta.servlet (#648)
84- Updated authorization services using Nimbus (#650)
85- Fixed BlockingFilter by replacing javax.annotation.Priority
86 with jakarta.annotation.Priority (#659, #648)
87- Replaced javax.annotation with jakarta.annotation
88- Enabled legacy support for authorization POST request
89- Changed OAuth2 token request using Nimbus (#650)
90- Removed Apache Oltu API from token requests (#650)
91- Removed OpenID
92- Fixed clearing cache
93- Fix JettyServerTest, init package, and some java docs.
94- Make scope extraction more flexible.
95- Updated token response using Nimbus (#650)
96- Remove Oltu request and validator implementations (#650)
97- Updated OAuth2 response handler (#650)
98- Fixed ShutdownHandler (fixed #708)
99- Fixed issues with multi-release jar (#706, #708)
100
101
102# version 0.71.1
103
104- Removed auditing (#611)
105- Removed old database configurations (#612)
106- Removed old tests
107- Removed unnecessary caches and methods in the authentication interface
108- Added total result cache (#599)
109- Fixed missing project.version in info web-service
110- Make sure totalResults and other numeric results are numbers (Kupietz)
111- Introduce CQP query language in Koral 0.41
112- Changed DB connection (fixed #670)
113- Resolved duplicate libraries
114- Fixed testing expiry access token
115- Fix lombok compile warning
116- Ensure the order of clean token tests.
117
118# version 0.71
119
120- Renamed entity and service packages in core
121- Renamed web.controller package in core
122- Moved SearchNetworkEndpoint to core.service package
123- Merged lite into full
124- Merged core into full
125
126
127# version 0.70.1
128
129- Added data folder containing super_client_info and database
130 for mounting into docker
131- Added an error for missing redirect uri in a token request
132 when it has been included in the authorization request.
133- Added tests for VC sharing and for OAuth2 client using VC services
134- Added and updated VC controller tests
135- Moved hibernate.properties
136- Added maximum number of user persistent virtual corpora and queries
137
138# version 0.70
139
140- Support token array in matchinfo (fixes #570; diewald)
141- Updated VC list API and deprecated owner VC list (addressed #580)
142- Added user info web-service (solved #566)
143- Implemented configurable resource filters for search and match
144 info APIs (#539)
145- Added getting username from LDAP (#568)
146- Disabled LDAP auth provider and token API in the auth filter (#587)
147- Added LDAP log for users without idsC2Profile
148- Fixed log4j2 properties.
149
150
151# version 0.69.3
152
153- Moved the service path of VC admin services to admin/vc (closed #543)
154- Added an admin service to load and cache system vc (solved #268)
155- Move oauth2 admin service path (closed #544)
156- Excluded admin service to load-cache VC from the test suite
157- Fixed refresh token expiry test
158- Fixed scope check in OAuth2 token request with refresh token
159
160# version 0.69.2
161
1622022-12-05
163- Upgrade version for E2E-simplified Docker images (diewald)
1642023-01-27
165- Updated client info API (replaced user authorization requirement with super
166 client authentication)
1672023-01-30
168- Made scope param required in authorization request (solved #508)
1692023-01-31
170- Allowed OAuth2 clients to use localhost as redirect URIs.
1712023-02-03
172- Fixed content-type in error responses by changing it to application/json
1732023-02-06
174- Allow admin access using admin token for the clean token API
1752023-02-10
176- Use admin filter instead of OAuth2 ADMIN scope
177- Added a plugin test.
1782023-02-15
179- Moved user-group retrieval API to UserGroupAdminController
180 and changed the service path URL of UserGroupAdminController.
1812023-02-20
182- Deprecate API token (JWT) web-service
183- Fixed Slf4J binding
1842023-02-28
185- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1862023-03-06
187- Fixed testing refresh token expiry.
188
189
190# version 0.69.1
191
192- Upgrade version for docker including indexer (diewald)
193
194
195# version 0.69
196
197 - Migrated to Java 11 and Jersey 2
198 - Updated dependencies
199 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
200
201
202# version 0.68
203
2042022-05-25
205 - Added a new API: list plugins (e.g for marketplace)
206 - Added redirect URI validation in authorization request (addressed #374)
207 - Handled user-defined refresh token expiry (added in client info and
208 list API response)
209 - Added installed_plugins table
210 - Added a new API: install plugin
211 - Handled redundant plugin installation
212 - Handled super client id in plugin installation
213 - Deprecated UserClientDto and uses ClientinfoDto instead
214 - Updated redirect URI error message for coherence
2152022-05-27
216 - Added maximum limit to custom refresh token expiry
2172022-06-01
218 - Added new APIs: list user-installed plugins and uninstall plugin.
219 - Moved install and list plugin APIs to PluginController and updated their
220 service paths under /plugins.
2212022-06-03
222 - Implemented searching option using a network endpoint
223 - Implemented initial super client registration for user authentication.
224 - Fixed admin clean token API and restrict plugins to confidential only.
225
226
227
228# version 0.67.1
229
2302022-05-12
231 - Implemented mapping of LDAP username to email
232 - Handled null parameters in authorization requests
2332022-05-25
234 - Fixed null client_id
235 - Updated ldap.config path in the kustvakt-test.conf
236
237
238# version 0.67
239
2402022-05-09
241 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
242 - An embedded LDAP server can now be started automatically if configured accordingly.
2432022-05-11
244 - Changed the SQL script updating oauth2_client table
245
246
247# version 0.66
248
2492022-03-31
250 - Updated query and user-group name pattern.
2512022-04-08
252 - Added redirect_uri to client info API.
2532022-04-11
254 - Added registration_date, refresh_token_expiry, source and is_permitted
255 to the oauth2_client database table, and updated the OAuth2 client
256 registration mechanism.
257 - Added authorization request with GET and deprecated that with POST.
2582022-04-13
259 - Updated OAuth2Client list API (added redirect_uri, registration_date,
260 permitted, source to OAuth2UserClientDto).
2612022-04-20
262 - Updated authorization error response. (Included error and error
263 description in the client redirect URI except for missing or
264 invalid client id or redirect URI.
265
266
267# version 0.65.2
268
2692022-03-03
270 - Removed VCLoader.
271 - Added foreign keys to the DB tables of access and refresh token scopes.
2722022-03-07
273 - Added more parameter checks and OAuth2Client web-service tests.
2742022-03-17
275 - Updated admin filter by using admin token and role checks.
2762022-03-18
277 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2782022-03-28
279 - Updated admin filter (admintoken as a form param) and uses
280 it for the closing index reader API.
281 - Removed unused admin API: clear access token cache.
2822022-03-29
283 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
284
285# version 0.65.1
286
2872022-03-01
288 - Restricts the field retrieval web-service to admin only.
289
290# version 0.65
291
292!!! includes security updates - please update all Kustvakt libraries
293!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
294
2952021-12-02
296 - Updated VC cache.
2972021-12-03
298 - Enabled listing system vc for authorized users.
2992021-12-08
300 - Removed koralQuery and statistics from VC list.
301 - Added a web-service to retrieve KoralQuery of a VC
3022021-12-10
303 - [security] Updated log4j libs due to CVE-2021-44228.
3042021-12-13
305 - Fixed broken test suite.
3062022-01-03
307 - [security] More log4j security updates
308 - Bumped unboundid-ldapsdk
309 - Updated tests.
3102022-01-25
311 - Added show-tokens option to the search API.
3122022-01-31
313 - Added an API retrieving fields of a virtual corpus.
314
315# version 0.64.1
316
3172021-10-26
318 - Bump Kustvakt and Krill versions.
319
320
321# version 0.64
3222021-07-29
323 - Updated the change files and made a new version.
3242021-08-12
325 - Fixed errors due to missing query type and added tests.
3262021-08-13
327 - Fixed missing request entity.
328 - Updated the query service to enable editing query references.
3292021-08-16
330 - Fixed creator param when storing query or VC by admins for
331 the system or other users.
332
333# version 0.63.2
3342021-06-11
335 - Updated OAuth2 token length & secure random algorithm config.
336 - Added character set filter to random code generator, e.g. for client_id.
3372021-06-14
338 - Updated roleId and super client parameters.
3392021-06-24
340 - Fixed broken test.
3412021-07-22
342 - Updated cache settings and some loggings.
3432021-07-26
344 - Replaced annotation parsing with restoring the annotation tables to the
345database.
346 - Moved cache config to the full config.
347
348# version 0.63.1
3492021-02-22
350 - Updated libraries (margaretha)
351 - Renamed virtual corpus to query (margaretha)
3522021-02-26
353 - Added query access roles and fixed vc access roles (margaretha)
354 - Added delete query webservice and tests (margaretha)
3552021-03-25
356 - Updated Koral version for Info Controller (margaretha)
357 - Updated OAuth2 token list with token type and user clientId
358parameters (margaretha)
3592021-03-29
360 - Added client type in the client list web-service. Resolved #58 (margaretha)
3612021-04-19
362 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3632021-04-26
364 - Updated OAuth2 Client list (margaretha)
3652021-04-30
366 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
367 - Updated OAuth2 API responses for coherence (margaretha)
3682021-06-07
369 - Updated OAuth2 client dto (margaretha)
370
371# version 0.63
37226/10/2020
373 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
37429/10/2020
375 - Introduction of a query reference rewrite mechanism (diewald)
37630/10/2020
377 - Added database methods for storing query references (diewald)
37804/12/2020
379 - Fix hibernate dialect for SQLite. (margaretha)
38004/12/2020
381 - Fix pipe warning. (margaretha)
38214/01/2021
383 - Updated Flyway (margaretha)
38421/01/2021
385 - Fixed running pipe and updated tests with mockserver (margaretha)
38601/02/2021
387 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
38805/02/2021
389 - Add query reference web-service (diewald,margaretha)
39010/02/2021
391 - Fixed problem with multiple desktop apps (diewald, margaretha)
39212/02/2021
393 - Added listing available queries for users (margaretha)
39417/02/2021
395 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
396 - Added query and query language in virtual corpus table (margaretha)
39718/02/2021
398 - Set corpus access public for stored query (margaretha)
39919/02/2021
400 - Enabled API info web-service (margaretha)
401
402
403# version 0.62.4
40424/01/2020
405 - Removed salt from config and updated config files (margaretha)
40603/02/2020
407 - Added an admin API for clearing access token cache (margaretha)
40805/02/2020
409 - Added a config properties for a long-time access token expiry
410 and excluded refresh tokens for public clients in OAuth2 token
411 responses (margaretha)
412 - Removed client authentication from the client deregistration and
413 client-secret reset APIs (margaretha)
41404/03/2020
415 - Updated the sample index (diewald)
416
417# version 0.62.3
41803/12/2019
419 - Implemented pipe extension in the search API (margaretha)
42011/12/2019
421 - Added errors when requesting VC in caching process (margaretha,
422 resolved #47)
42312/12/2019
424 - Added support for multiple cq parameters (margaretha, resolved #46)
42513/12/2019
426 - Handled pipe errors and added tests (margaretha)
42719/12/2019
428 - Updated create update user-group API (margaretha)
42920/12/2019
430 - Removed transactional annotations from simple select queries (margaretha)
431 - Updated free resource controller (margaretha)
43215/01-2020
433 - Added additional statistic figures to virtual corpus info API
434 response (margaretha)
435
436# version 0.62.2
43717/10/2019
438 - Handled vulnerability CVE-2019-17195. (margaretha)
4398/11/2019
440 - Added user-group name pattern (margaretha, issue #33)
44111/11/2019
442 - Updated user group service paths and replaced groupId with groupName
443 (margaretha, resolved #33)
44412/11/2019
445 - Removed UserGroupJson & updated listUserGroups and createUserGroup
446 services (margaretha)
447 - Added prefixes to username and groupname parameters in service paths
448 (margaretha, resolved #35)
44913/11/2019
450 - Added tests for issue #43 (margaretha)
45114/11/2019
452 - Added client description and URL to list-authorized-clients service
453 (margaretha, close #53)
454 - Implemented a service to list clients registered by a user (margaretha,
455 close #52)
456 - Added a check for OAuth2 client, VC, and group name length (margaretha)
45715/11/2019
458 - Merged list authorized client and list registered client services
459 (margaretha)
46021/11/2019
461 - Added a service to list active refresh tokens of a user (margaretha)
462 - Added username filtering to token revocation service via super client
463 (margaretha)
46426/11/2019
465 - Added a service to revoke a single refresh token via super client
466 (margaretha)
467
468# version 0.62.1
46908/07/2019
470 - Added tests for public metadata response in search api (margaretha,
471 issue #43)
472 - Disabled some tests of unused/disabled web-services (margaretha)
47307/08/2019
474 - Fixed missing scopes after requesting access token with refresh token
475 (margaretha)
476 - Fixed post requests with status OK and empty body (margaretha)
47707/08/2019
478 - Added users to hidden group when searching in a published VC (margaretha,
479 resolved #40)
48015/08/2019
481 - Updated the response statuses of VC PUT requests (margaretha)
482
483# version 0.62
48428/02/2019
485 - Removed old VC controllers and updated tests (margaretha, issue #34)
486 - Updated VC access controllers (margaretha)
48719/03/2019
488 - Added close index controller (margaretha)
48911/04/2019
490 - Fixed unknown authentication scheme, missing VC entity, and parameter
491 checker (margaretha)
492 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
493 unique group name and unknown VC access (margaretha)
49427/06/2019
495 - Handled LDAP errors, fixed #45 (margaretha)
49603/07/2019
497 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
498 - Changed the response media-type of authentication controllers (margaretha)
499 - Fixed bugs: allow guest to retrieve system VC,
500 remove VC from cache when it is deleted (margaretha)
50104/07/2019
502 - Updated VC name pattern and tests (margaretha)
503
504# version 0.61.6
50504/02/2019
506 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
507 - Updated client deregistration behavior (margaretha)
50805/02/2019
509 - Added delete-group-by-name controller (margaretha)
510 - Added unique index to group name (margaretha)
51106/02/2019
512 - Updated a user setting test using array for multiple values (margaretha)
513 - Added metadata controller tests (margaretha)
51418/02/2019
515 - Fixed tests (margaretha)
516 - Updated handling errors from Koral (margaretha)
51719/02/2019
518 - Added fields to metadata controller (margaretha, issue #39)
519
520# version 0.61.5
52117/12/2018
522 - Added a search timeout test (margaretha)
52318/12/2018
524 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
52508/01/2019
526 - Improved predefined vc caching (issue #28, margaretha)
52709/01/2019
528 - Added comments (margaretha)
529 - Updated code structure (margaretha)
53011/01/2019
531 - Degraded API version to 1.0 (margaretha)
532 - Added OAuth2 client info tests (margaretha)
53314/01/2019
534 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
53516/01/2019
536 - Added a PUT request for both creating and editing vc (margaretha)
537 - Added aliases to some VC controllers (margaretha)
538 - Merged VC access list controllers (margaretha)
53921/01/2019
540 - Removed codes related to user registration & password management (margaretha)
54122/01/2019
542 - Added create, edit, retrieve user default setting controllers (margaretha)
54322/01/2019
544 - Updated default setting controllers & added tests (margaretha)
545 - Added delete key in setting controllers (margaretha)
54623/01/2019
547 - Added default setting key validation (margaretha)
548 - Fixed UserdataTest (margaretha)
54924/01/2019
550 - Added default setting key validation & fixed UserdataTest (margaretha)
55125/01/2019
552 - Added VC reference and MapUtil tests (margaretha)
55328/01/2019
554 - Fixed username verification in DefaultSettingService (margaretha)
555 - Added foundry rewrite with user default setting (margaretha)
556 - Added default foundry for morphology layer (margaretha)
55729/01/2019
558 - Fixed share VC type (margaretha)
559 - Added delete setting controller (margaretha)
560 - Handled "no resource found" cases (margaretha, issue #37)
56130/01/2019
562 - Added server shutdown description in readme (margaretha)
563
564# version 0.61.4
56514/11/2018
566 - Integrated lite and full services and controllers in core (margaretha)
56721/11/2018
568 - Updated OAuth2 refresh token request to create a new refresh token and
569 revoke the old one per request (margaretha)
57028/11/2018
571 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
572 - Handled storing cached VC with VC reference (margaretha)
57329/11/2018
574 - Added a controller for listing user clients having active refresh tokens
575 (margaretha)
5766/12/2018
577 - Added debug flags to mitigate log4j debugging performance (margaretha)
578 - Fixed KoralNode at() method (margaretha)
57911/12/2018
580 - Implemented revoking all tokens of a user client via a super client
581 (margaretha)
582 - Removed document controllers and KustvaktResource (margaretha)
583 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
584
585
586# version 0.61.3
58717/10/2018
588 - Updated NamedVCLoader to be optional (margaretha)
589 - Updated annotation tables & implemented key-value structure (margaretha)
590 - Added annotation parser for annotation data from kalamar (margaretha)
591 - Implemented parsing free resource info from json (margaretha)
59222/10/2018
593 - Updated jetty, spring and hibernate versions (margaretha)
594 - Fixed the order of annotation keys and values, and added tests (margaretha)
595 - Fixed resource DAO & added tests (margaretha)
59624/10/2018
597 - Fixed query serialization service (margaretha)
598 - Added "highlights" parameter to matchInfo controller (margaretha)
599 - Added "fields" parameter to search controllers (margaretha)
600 - Integrated lite controllers, services and tests in full version (margaretha)
60129/10/2018
602 - Moved javax.servlet-api to core (margaretha)
60307/11/2018
604 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
60513/11/2018
606 - Added Shutdown handler to Jetty server (margaretha)
607 - Fixed storing VC order in NamedVCLoader (margaretha)
608
609# version 0.61.2
61012/09/2018
611 - Added various log4j2 configurations (margaretha)
61213/09/2018
613 - Implemented VirtualCorpusRewrite (margaretha)
61414/09/2018
615 - Fixed SpringJerseyTest ApplicationContext (margaretha)
616 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
617 - Enabled VCReferenceTest in maven test suite (margaretha)
61818/09/2018
619 - Handled unique constraints / inserting duplicate items to DB (margaretha)
620 - Added a controller for editing user group member roles (margaretha)
62119/09/2018
622 - Fixed cached-VC ref with username (margaretha)
623
624# version 0.61.1
62528/08/2018
626 - Added API URL versioning (margaretha)
627 - Deactivated IdRewrite (margaretha)
628 - Fixed kustvakt controller (margaretha)
62930/08/2018
630 - Fixed root packages & added api version properties in kustvakt.conf
631 (margaretha)
632 - Fixed versioning in SearchController (margaretha)
633 - Added API versioning tests (margaretha)
634
635# version 0.61.0
636
63702/08/2018
638 - Added VC reference tests (margaretha)
639 - Implemented loading and caching named VCs (margaretha)
64003/08/2018
641 - Implemented OAuth2 revoke token (margaretha)
642 - Updated OAuth2 refresh token implementation (margaretha)
64314/08/2018
644 - Implemented revoke all OAuth2 access tokens and authorization codes of
645 client users when deregistering/deleting a client (margaretha)
646 - Fixed update OAuth2 access token (margaretha)
647 - Implemented reset client secret (margaretha)
648 - Fixed revoking latest access token when refreshing OAuth2 access token
649 (margaretha)
65015/08/2018
651 - Implemented OAuth2 client info controller (margaretha)
652 - Implemented update OAuth2 client privilege controller for admins
653 (margaretha)
654 - Implemented unlimited authorization scope for super clients with OAuth2
655 password grant (margaretha)
656 - Marked native clients implementation to deprecated in favour of super
657 clients (margaretha)
658 - Enabled using Bearer tokens as user authentication tokens (Authorization
659 header value) for many controllers including OAuth2 controllers (margaretha)
66016/08/2018
661 - Implemented degrading super clients (margaretha)
662 - Improved and added OAuth2 tests (margaretha)
66321/08/2018
664 - Added VC name pattern check (margaretha)
66522/08/2018
666 - Implemented loading VC from gz files (margaretha)
667 - Updated OAuth2 authorization codes' & access tokens' expiry check
668 (margaretha)
66923/08/2018
670 - Updated RefreshToken implementations with separate DB tables (margaretha)
671 - Allows multiple access tokens per refresh token (margaretha)
67227/08/2018
673 - Added statistic with VC reference tests (margaretha)
674 - Fixed OAuth2 SQL files (margaretha)
67528/08/2018
676 - Added c3p0 datasource configuration to Spring default-config-xml
677 (margaretha)
678 - Added running Kustvakt server with custom spring config in the readme
679 (margaretha)
680 - Removed old OAuth2 codes (margaretha)
681 - Moved non-config test codes to misc (margaretha)
682
683
684# version 0.60.5
685
68609/07/2018
687 - Added service layer to the search controller (margaretha)
688 - Added OAuth2 scope checking in search and VC controllers (margaretha)
689 - Added handling OAuth2 bearer token for VC access and User group
690 controllers (margaretha)
691 - Added default scope to password grant (margaretha)
69210/07/2018
693 - Made createBasicAuthorizationHeaderValue static (margaretha)
694 - Added store access token in openID token service (margaretha)
695 - Fixed empty scope in openID authorization and token service (margaretha)
696 - Implemented storing authorization code in cache (margaretha)
69711/07/2018
698 - Fixed authentication time in authentication controller (margaretha)
699 - Added OAuth2 access token tests (margaretha)
70012/07/2018
701 - Updated maven surefire setting for faster test suite runtime (margaretha)
702 - Implemented refreshing OAuth2 access token (margaretha)
70326/07/2018
704 - Fixed issue #27 (margaretha)
70502/08/2018s
706 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
707
708
709# version 0.60.4
710
71105/07/2018
712 - implemented OAuth2 authorization code request with OpenID Authentication
713 (margaretha)
714 - enabled OAuth2 authorization without OpenID authentication using Nimbus
715 library (margaretha)
716 - implemented response handler for OpenID authentication errors in authorization
717 requests (margaretha)
718 - added tests regarding OpenID authentication in authorization requests
719 (margaretha)
720 - implemented OAuth2 authorization error response via redirect URI instead of
721 JSON (margaretha)
722 - added state to OAuth2 authorization error response (margaretha)
723 - implemented OpenID token service for authorization code flow (margaretha)
724 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
725 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
726 keys (margaretha)
727 - implemented OpenId configuration (margaretha)
728 - added authentication time and support for auth_time in id_token (margaretha)
729 - implemented support for nonce and max_age parameters in OpenID authentication
730 (margaretha)
731 - implemented OAuth2 token request with password grant using Nimbus library
732 (margaretha)
733 - updated redirect URI validator (margaretha)
734 - updated client registration requirement to allow desktop applications
735 (margaretha)
736 - fixed RSA key configuration (margaretha)
737 - merged OAuth2 client deregistration controllers (margaretha)
738 - fixed OAuth2 client unique URL-hashcode (margaretha)
739 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
740 - Added support for unrestricted corpus statistics (ndiewald)
741 - updated paths of user-group deletion-controllers (margaretha)
742 - Do not pass broken queries to Krill (diewald)
743 - added OAuth2 token request with client authentication via Authorization
744 header (margaretha)
745 - added port checking in test suite (margaretha)
746
747# version 0.60.3
748
74906/06/2018
750 - improved user authentication by using authentication filter for authorization
751 code request (margaretha)
752 - limited client authentication to client id checking in authorization code
753 request (margaretha)
754 - added user_id in the oauth2_access_token database table (margaretha)
755 - implemented OAuth2Authentication provider for token context management
756 (margaretha)
757 - added parameter checking for authorization DAO (margaretha)
758 - added controller tests using OAuth2 access token (margaretha)
759 - added database tables for MySQL (margaretha)
760 - updated JWT library and related codes (margaretha)
761
762# version 0.60.2
763
76403/05/2018
765 - implemented OAuth2 client registration (margaretha)
766 - implemented OAuth2 client authentication (margaretha)
767 - changed virtual corpus search to retrieval (margaretha)
768 - implemented public client deregistration task (margaretha)
769 - added client registration and deregistration tests (margaretha)
770 - implemented confidential client deregistration task (margaretha)
771 - fixed storing client secret (margaretha)
772 - implemented OAuth2 response handler (margaretha)
773 - implemented OAuth2 request access token with client credentials grant
774 (margaretha)
775 - implemented OAuth2 request access token with resource owner password grant
776 (margaretha)
777 - implemented OAuth2 authorization code request (margaretha)
778 - added OAuth2 error codes (margaretha)
779 - added OAuth2 authorization, scope and access token tables for SQLite
780 (margaretha)
781 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
782 - implemented OAuth2 request access token with authorization code grant
783 (margaretha)
784 - added setting default scopes in the config file (margaretha)
785 - fixed loading spring config multiple times in the test suite (margaretha)
786 - added SQLite created_date trigger for access token (margaretha)
787 - added a join table for access token scopes (margaretha)
788 - added access scopes handling (margaretha)
789 - added tests about request token with authorization code (margaretha)
790
791# version 0.60.1
792
79328/03/2018
794 - added admin-related SQL codes (margaretha)
795 - updated AdminDao (margaretha)
796 - added optional username query parameter to group list controller (margaretha)
797 - fixed non hierarchical URI of kustvakt conf files (margaretha)
798 - added delete group member triggers (margaretha)
799 - added list user-group by username and status for system admin (margaretha)
800 - added user-group status in user-group DTO (margaretha)
801 - added check for hidden groups in user-group tests (margaretha)
802 - added database trigger test on deleting members when deleting group
803 (margaretha)
804 - renamed VC type PREDEFINED to SYSTEM (margaretha)
805 - added VC list controller for system admin (margaretha)
806 - added VC controller tests with for system admin (margaretha)
807 - added hidden access removal when deleting published VC (margaretha)
808 - added check for hidden groups in VC controller tests (margaretha)
809 - added search user-group controller (margaretha)
810 - removed createdBy from VirtualCorpusJson (margaretha)
811 - moved member role setting from the invitation phase to the after-subscription
812 phase (margaretha)
813 - added member role removal after deleting members (margaretha)
814 - added add and delete member role controllers (margaretha)
815
816# version 0.60
817
81814/03/2018
819 - set up mail settings using localhost port 25 (margaretha)
820 - added mail template in kustvakt configuration (margaretha)
821 - added mail settings to readme (margaretha)
822 - disabled email notification for auto group (margaretha)
823 - added metadata retrieval (diewald)
824 - enabled custom implementation for email address retrieval (margaretha)
825 - removed old policy and deprecated code (margaretha)
826 - moved authentication related code to /full (margaretha)
827 - added userRoles attribute to UserGroupDto. (margaretha)
828 - fixed sqlite trigger (margaretha)
829 - fixed member exist error message (margaretha)
830 - fixed member invitation to join deleted group (margaretha)
831 - added checking deleted group (margaretha)
832
833# version 0.59.10
834
83520/02/2018
836 - added sort VC by id (margaretha)
837 - added test cases regarding VC sharing (margaretha)
838 - implemented withdraw VC from publication (margaretha)
839 - added Changes file (margaretha)
840 - implemented add/invite users to group (margaretha)
841 - implemented delete user-group and member tasks (margaretha)
842 - added userMemberStatus in group lists (margaretha)
843 - updated and added SQL test data (margaretha)
844 - added user group related tests (margaretha)
845 - implemented custom configuration for deleting user groups and members (margaretha)
846 - updated library versions and java environment (margaretha)
847 - added expiration time check for member invitation (margaretha)
848 - moved .properties files (margaretha)
849 - merged changelog file to Changes (margaretha)
850 - updated status codes and error messages to be more detailed (margaretha)
851 - testing mail implementation using embedded jetty jndi (margaretha)
852 - fixed collection rewrite regarding OR operation with other fields
853 (margaretha)
854 - implemented sending mail using spring injection and removed jetty jndi
855 (margaretha)
856 - fixed unrecognized application/json (margaretha)
857 - fixed and updated velocity template (margaretha)
858
859# version 0.59.9
860
86119/01/2018
862 - restructured basic authentication (margaretha)
863 - fixed AuthenticationException to include authentication scheme (margaretha)
864 - fixed rewrite redundancy in collection rewrite (margaretha)
865 - fixed foundry rewrite for constituents (margaretha)
866 - introduced authentication methods, schemes and tokens (margaretha)
867 - implemented collection rewrite with multiple licenses (margaretha)
868 - fixed foundry rewrite for korap span without wrap node (margaretha)
869 - implemented list user group (margaretha)
870 - implemented delete VC task (margaretha)
871 - implemented create user-group, subscribe to user-groups, unsubscribe to
872 user-groups tasks(margaretha)
873 - fixed handling JSON mapping exception for missing enums (margaretha)
874 - implemented list VC task (margaretha)
875 - added KoralQuery in VC lists (margaretha)
876 - implemented edit VC task (margaretha)
877 - implemented publish VC task (margaretha)
878 - implemented share VC task (margaretha)
879 - implemented list only owned VC task (margaretha)
880 - implemented list VC access task (margaretha)
881 - implemented search VC by id task (margaretha)
882 - implemented delete VC access (margaretha)
883 - implemented search for project VC (margaretha)
884 - added search VC related tests (margaretha)
885 - removed PredefinedUserGroup.ALL and related codes (margaretha)
886 - implemented search for published VC (margaretha)
887
888# version 0.59.8
889
89021/09/2017
891 - restructured statistics service (margaretha)
892 - removed deprecated loader codes and tests (margaretha)
893 - removed old Spring java configurations (margaretha)
894 - implemented entity classes for the new database (margaretha)
895 - added MySQL codes regarding VC and for testing (margaretha)
896 - added dao methods regarding VC (margaretha)
897 - added similar SQL codes (to MySQL) for sqlite (margaretha)
898 - added dao methods regarding user groups (margaretha)
899 - restructured web-service codes into controller and logic/business-service
900 (margaretha)
901 - implemented user role and privilege, and added tests (margaretha)
902 - prepared test suite using new database (margaretha)
903 - implemented UserGroupDao and tests (margaretha)
904 - fixed missing exceptions in JsonUtils (margaretha)
905 - restructured web filters and authentication codes (margaretha)
906 - implemented create/store VC (margaretha)
907 - fixed collection rewrite bug regarding availability with operation or
908 (margaretha)
909
910# version 0.59.7
911
91213/10/2016
913 - MOD: updated search to use new siglen (diewald)
914 - MOD: fixed matchinfo retrieval in light service (diewald)
915
91605/05/2015
917 - ADD: rest test suite for user service (hanl)
918 - MOD: setup parameter modification (hanl)
919 - ADD: oauth2 client unique constraint (hanl)