blob: 00bcacb2cf0586b8e251c7308b8940daa825ad56 [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
margaretha34c9fba2024-08-09 17:44:03 +020013
margaretha144be1a2024-08-09 15:38:40 +020014# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020015
16- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020017- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020018- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020019- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020020- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020021- Unified ResourceFilters and SearchResourceFilters.
22- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020023- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020024
margaretha1ef2a032024-06-11 11:39:57 +020025# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020026
margaretha46e2c952024-05-23 09:09:54 +020027- Added tests for the DNB scenario with custom max match
28 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020029- Cleaned up named-vc.
30- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020031- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020032- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020033- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020034- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020035
margaretha21879752024-04-22 12:12:58 +020036# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010037
margaretha387e4682024-03-22 11:26:29 +010038- Fixed jakarta validation error.
39- Added openapi doc (#744)
40- Moved service.properties to src/main/resources/properties
41- Moved free-resources.json to src/main/resources/json
42- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010043- Changed loading external kustvakt.conf and jdbc.properties
44 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020045- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020046- Setup vc-cache in the data folder (#598)
47- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020048- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020049- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020050- Updated configurations of the lite version to use the
51 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020052- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010053
margaretha28a53d12024-02-20 12:57:38 +010054# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010055
margarethab06377e2024-01-30 11:06:35 +010056- Moved the content of the full folder to the root folder
57- Removed Piwik
58- Removed unused libraries
59- Cleaned up spring configs
60- Updated Krill and Koral with new groupIds
61- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010062- Updated search Krill and removed Lucene
63- Updated readme
margarethab06377e2024-01-30 11:06:35 +010064
65# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010066
67- Replaced javax.ws to jakarta.ws namespace (#648)
68- Upgrading Jersey 2.40 to 3.x (#646)
69- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
70- Replaced javax.persistence with jakarta.persistence (#648)
71- Migrate Hibernate 5 to 6 (#649)
72- Fix missing placeholders
73- Fixed conflicting jackson-jarxrs
74- Fixed conflicting commons-logging and spring jcl
75- Replaced javax.servlet with jakarta.servlet (#648)
76- Updated authorization services using Nimbus (#650)
77- Fixed BlockingFilter by replacing javax.annotation.Priority
78 with jakarta.annotation.Priority (#659, #648)
79- Replaced javax.annotation with jakarta.annotation
80- Enabled legacy support for authorization POST request
81- Changed OAuth2 token request using Nimbus (#650)
82- Removed Apache Oltu API from token requests (#650)
83- Removed OpenID
84- Fixed clearing cache
85- Fix JettyServerTest, init package, and some java docs.
86- Make scope extraction more flexible.
87- Updated token response using Nimbus (#650)
88- Remove Oltu request and validator implementations (#650)
89- Updated OAuth2 response handler (#650)
90- Fixed ShutdownHandler (fixed #708)
91- Fixed issues with multi-release jar (#706, #708)
92
93
94# version 0.71.1
95
96- Removed auditing (#611)
97- Removed old database configurations (#612)
98- Removed old tests
99- Removed unnecessary caches and methods in the authentication interface
100- Added total result cache (#599)
101- Fixed missing project.version in info web-service
102- Make sure totalResults and other numeric results are numbers (Kupietz)
103- Introduce CQP query language in Koral 0.41
104- Changed DB connection (fixed #670)
105- Resolved duplicate libraries
106- Fixed testing expiry access token
107- Fix lombok compile warning
108- Ensure the order of clean token tests.
109
110# version 0.71
111
112- Renamed entity and service packages in core
113- Renamed web.controller package in core
114- Moved SearchNetworkEndpoint to core.service package
115- Merged lite into full
116- Merged core into full
117
118
119# version 0.70.1
120
121- Added data folder containing super_client_info and database
122 for mounting into docker
123- Added an error for missing redirect uri in a token request
124 when it has been included in the authorization request.
125- Added tests for VC sharing and for OAuth2 client using VC services
126- Added and updated VC controller tests
127- Moved hibernate.properties
128- Added maximum number of user persistent virtual corpora and queries
129
130# version 0.70
131
132- Support token array in matchinfo (fixes #570; diewald)
133- Updated VC list API and deprecated owner VC list (addressed #580)
134- Added user info web-service (solved #566)
135- Implemented configurable resource filters for search and match
136 info APIs (#539)
137- Added getting username from LDAP (#568)
138- Disabled LDAP auth provider and token API in the auth filter (#587)
139- Added LDAP log for users without idsC2Profile
140- Fixed log4j2 properties.
141
142
143# version 0.69.3
144
145- Moved the service path of VC admin services to admin/vc (closed #543)
146- Added an admin service to load and cache system vc (solved #268)
147- Move oauth2 admin service path (closed #544)
148- Excluded admin service to load-cache VC from the test suite
149- Fixed refresh token expiry test
150- Fixed scope check in OAuth2 token request with refresh token
151
152# version 0.69.2
153
1542022-12-05
155- Upgrade version for E2E-simplified Docker images (diewald)
1562023-01-27
157- Updated client info API (replaced user authorization requirement with super
158 client authentication)
1592023-01-30
160- Made scope param required in authorization request (solved #508)
1612023-01-31
162- Allowed OAuth2 clients to use localhost as redirect URIs.
1632023-02-03
164- Fixed content-type in error responses by changing it to application/json
1652023-02-06
166- Allow admin access using admin token for the clean token API
1672023-02-10
168- Use admin filter instead of OAuth2 ADMIN scope
169- Added a plugin test.
1702023-02-15
171- Moved user-group retrieval API to UserGroupAdminController
172 and changed the service path URL of UserGroupAdminController.
1732023-02-20
174- Deprecate API token (JWT) web-service
175- Fixed Slf4J binding
1762023-02-28
177- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1782023-03-06
179- Fixed testing refresh token expiry.
180
181
182# version 0.69.1
183
184- Upgrade version for docker including indexer (diewald)
185
186
187# version 0.69
188
189 - Migrated to Java 11 and Jersey 2
190 - Updated dependencies
191 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
192
193
194# version 0.68
195
1962022-05-25
197 - Added a new API: list plugins (e.g for marketplace)
198 - Added redirect URI validation in authorization request (addressed #374)
199 - Handled user-defined refresh token expiry (added in client info and
200 list API response)
201 - Added installed_plugins table
202 - Added a new API: install plugin
203 - Handled redundant plugin installation
204 - Handled super client id in plugin installation
205 - Deprecated UserClientDto and uses ClientinfoDto instead
206 - Updated redirect URI error message for coherence
2072022-05-27
208 - Added maximum limit to custom refresh token expiry
2092022-06-01
210 - Added new APIs: list user-installed plugins and uninstall plugin.
211 - Moved install and list plugin APIs to PluginController and updated their
212 service paths under /plugins.
2132022-06-03
214 - Implemented searching option using a network endpoint
215 - Implemented initial super client registration for user authentication.
216 - Fixed admin clean token API and restrict plugins to confidential only.
217
218
219
220# version 0.67.1
221
2222022-05-12
223 - Implemented mapping of LDAP username to email
224 - Handled null parameters in authorization requests
2252022-05-25
226 - Fixed null client_id
227 - Updated ldap.config path in the kustvakt-test.conf
228
229
230# version 0.67
231
2322022-05-09
233 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
234 - An embedded LDAP server can now be started automatically if configured accordingly.
2352022-05-11
236 - Changed the SQL script updating oauth2_client table
237
238
239# version 0.66
240
2412022-03-31
242 - Updated query and user-group name pattern.
2432022-04-08
244 - Added redirect_uri to client info API.
2452022-04-11
246 - Added registration_date, refresh_token_expiry, source and is_permitted
247 to the oauth2_client database table, and updated the OAuth2 client
248 registration mechanism.
249 - Added authorization request with GET and deprecated that with POST.
2502022-04-13
251 - Updated OAuth2Client list API (added redirect_uri, registration_date,
252 permitted, source to OAuth2UserClientDto).
2532022-04-20
254 - Updated authorization error response. (Included error and error
255 description in the client redirect URI except for missing or
256 invalid client id or redirect URI.
257
258
259# version 0.65.2
260
2612022-03-03
262 - Removed VCLoader.
263 - Added foreign keys to the DB tables of access and refresh token scopes.
2642022-03-07
265 - Added more parameter checks and OAuth2Client web-service tests.
2662022-03-17
267 - Updated admin filter by using admin token and role checks.
2682022-03-18
269 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2702022-03-28
271 - Updated admin filter (admintoken as a form param) and uses
272 it for the closing index reader API.
273 - Removed unused admin API: clear access token cache.
2742022-03-29
275 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
276
277# version 0.65.1
278
2792022-03-01
280 - Restricts the field retrieval web-service to admin only.
281
282# version 0.65
283
284!!! includes security updates - please update all Kustvakt libraries
285!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
286
2872021-12-02
288 - Updated VC cache.
2892021-12-03
290 - Enabled listing system vc for authorized users.
2912021-12-08
292 - Removed koralQuery and statistics from VC list.
293 - Added a web-service to retrieve KoralQuery of a VC
2942021-12-10
295 - [security] Updated log4j libs due to CVE-2021-44228.
2962021-12-13
297 - Fixed broken test suite.
2982022-01-03
299 - [security] More log4j security updates
300 - Bumped unboundid-ldapsdk
301 - Updated tests.
3022022-01-25
303 - Added show-tokens option to the search API.
3042022-01-31
305 - Added an API retrieving fields of a virtual corpus.
306
307# version 0.64.1
308
3092021-10-26
310 - Bump Kustvakt and Krill versions.
311
312
313# version 0.64
3142021-07-29
315 - Updated the change files and made a new version.
3162021-08-12
317 - Fixed errors due to missing query type and added tests.
3182021-08-13
319 - Fixed missing request entity.
320 - Updated the query service to enable editing query references.
3212021-08-16
322 - Fixed creator param when storing query or VC by admins for
323 the system or other users.
324
325# version 0.63.2
3262021-06-11
327 - Updated OAuth2 token length & secure random algorithm config.
328 - Added character set filter to random code generator, e.g. for client_id.
3292021-06-14
330 - Updated roleId and super client parameters.
3312021-06-24
332 - Fixed broken test.
3332021-07-22
334 - Updated cache settings and some loggings.
3352021-07-26
336 - Replaced annotation parsing with restoring the annotation tables to the
337database.
338 - Moved cache config to the full config.
339
340# version 0.63.1
3412021-02-22
342 - Updated libraries (margaretha)
343 - Renamed virtual corpus to query (margaretha)
3442021-02-26
345 - Added query access roles and fixed vc access roles (margaretha)
346 - Added delete query webservice and tests (margaretha)
3472021-03-25
348 - Updated Koral version for Info Controller (margaretha)
349 - Updated OAuth2 token list with token type and user clientId
350parameters (margaretha)
3512021-03-29
352 - Added client type in the client list web-service. Resolved #58 (margaretha)
3532021-04-19
354 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3552021-04-26
356 - Updated OAuth2 Client list (margaretha)
3572021-04-30
358 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
359 - Updated OAuth2 API responses for coherence (margaretha)
3602021-06-07
361 - Updated OAuth2 client dto (margaretha)
362
363# version 0.63
36426/10/2020
365 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
36629/10/2020
367 - Introduction of a query reference rewrite mechanism (diewald)
36830/10/2020
369 - Added database methods for storing query references (diewald)
37004/12/2020
371 - Fix hibernate dialect for SQLite. (margaretha)
37204/12/2020
373 - Fix pipe warning. (margaretha)
37414/01/2021
375 - Updated Flyway (margaretha)
37621/01/2021
377 - Fixed running pipe and updated tests with mockserver (margaretha)
37801/02/2021
379 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
38005/02/2021
381 - Add query reference web-service (diewald,margaretha)
38210/02/2021
383 - Fixed problem with multiple desktop apps (diewald, margaretha)
38412/02/2021
385 - Added listing available queries for users (margaretha)
38617/02/2021
387 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
388 - Added query and query language in virtual corpus table (margaretha)
38918/02/2021
390 - Set corpus access public for stored query (margaretha)
39119/02/2021
392 - Enabled API info web-service (margaretha)
393
394
395# version 0.62.4
39624/01/2020
397 - Removed salt from config and updated config files (margaretha)
39803/02/2020
399 - Added an admin API for clearing access token cache (margaretha)
40005/02/2020
401 - Added a config properties for a long-time access token expiry
402 and excluded refresh tokens for public clients in OAuth2 token
403 responses (margaretha)
404 - Removed client authentication from the client deregistration and
405 client-secret reset APIs (margaretha)
40604/03/2020
407 - Updated the sample index (diewald)
408
409# version 0.62.3
41003/12/2019
411 - Implemented pipe extension in the search API (margaretha)
41211/12/2019
413 - Added errors when requesting VC in caching process (margaretha,
414 resolved #47)
41512/12/2019
416 - Added support for multiple cq parameters (margaretha, resolved #46)
41713/12/2019
418 - Handled pipe errors and added tests (margaretha)
41919/12/2019
420 - Updated create update user-group API (margaretha)
42120/12/2019
422 - Removed transactional annotations from simple select queries (margaretha)
423 - Updated free resource controller (margaretha)
42415/01-2020
425 - Added additional statistic figures to virtual corpus info API
426 response (margaretha)
427
428# version 0.62.2
42917/10/2019
430 - Handled vulnerability CVE-2019-17195. (margaretha)
4318/11/2019
432 - Added user-group name pattern (margaretha, issue #33)
43311/11/2019
434 - Updated user group service paths and replaced groupId with groupName
435 (margaretha, resolved #33)
43612/11/2019
437 - Removed UserGroupJson & updated listUserGroups and createUserGroup
438 services (margaretha)
439 - Added prefixes to username and groupname parameters in service paths
440 (margaretha, resolved #35)
44113/11/2019
442 - Added tests for issue #43 (margaretha)
44314/11/2019
444 - Added client description and URL to list-authorized-clients service
445 (margaretha, close #53)
446 - Implemented a service to list clients registered by a user (margaretha,
447 close #52)
448 - Added a check for OAuth2 client, VC, and group name length (margaretha)
44915/11/2019
450 - Merged list authorized client and list registered client services
451 (margaretha)
45221/11/2019
453 - Added a service to list active refresh tokens of a user (margaretha)
454 - Added username filtering to token revocation service via super client
455 (margaretha)
45626/11/2019
457 - Added a service to revoke a single refresh token via super client
458 (margaretha)
459
460# version 0.62.1
46108/07/2019
462 - Added tests for public metadata response in search api (margaretha,
463 issue #43)
464 - Disabled some tests of unused/disabled web-services (margaretha)
46507/08/2019
466 - Fixed missing scopes after requesting access token with refresh token
467 (margaretha)
468 - Fixed post requests with status OK and empty body (margaretha)
46907/08/2019
470 - Added users to hidden group when searching in a published VC (margaretha,
471 resolved #40)
47215/08/2019
473 - Updated the response statuses of VC PUT requests (margaretha)
474
475# version 0.62
47628/02/2019
477 - Removed old VC controllers and updated tests (margaretha, issue #34)
478 - Updated VC access controllers (margaretha)
47919/03/2019
480 - Added close index controller (margaretha)
48111/04/2019
482 - Fixed unknown authentication scheme, missing VC entity, and parameter
483 checker (margaretha)
484 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
485 unique group name and unknown VC access (margaretha)
48627/06/2019
487 - Handled LDAP errors, fixed #45 (margaretha)
48803/07/2019
489 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
490 - Changed the response media-type of authentication controllers (margaretha)
491 - Fixed bugs: allow guest to retrieve system VC,
492 remove VC from cache when it is deleted (margaretha)
49304/07/2019
494 - Updated VC name pattern and tests (margaretha)
495
496# version 0.61.6
49704/02/2019
498 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
499 - Updated client deregistration behavior (margaretha)
50005/02/2019
501 - Added delete-group-by-name controller (margaretha)
502 - Added unique index to group name (margaretha)
50306/02/2019
504 - Updated a user setting test using array for multiple values (margaretha)
505 - Added metadata controller tests (margaretha)
50618/02/2019
507 - Fixed tests (margaretha)
508 - Updated handling errors from Koral (margaretha)
50919/02/2019
510 - Added fields to metadata controller (margaretha, issue #39)
511
512# version 0.61.5
51317/12/2018
514 - Added a search timeout test (margaretha)
51518/12/2018
516 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
51708/01/2019
518 - Improved predefined vc caching (issue #28, margaretha)
51909/01/2019
520 - Added comments (margaretha)
521 - Updated code structure (margaretha)
52211/01/2019
523 - Degraded API version to 1.0 (margaretha)
524 - Added OAuth2 client info tests (margaretha)
52514/01/2019
526 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
52716/01/2019
528 - Added a PUT request for both creating and editing vc (margaretha)
529 - Added aliases to some VC controllers (margaretha)
530 - Merged VC access list controllers (margaretha)
53121/01/2019
532 - Removed codes related to user registration & password management (margaretha)
53322/01/2019
534 - Added create, edit, retrieve user default setting controllers (margaretha)
53522/01/2019
536 - Updated default setting controllers & added tests (margaretha)
537 - Added delete key in setting controllers (margaretha)
53823/01/2019
539 - Added default setting key validation (margaretha)
540 - Fixed UserdataTest (margaretha)
54124/01/2019
542 - Added default setting key validation & fixed UserdataTest (margaretha)
54325/01/2019
544 - Added VC reference and MapUtil tests (margaretha)
54528/01/2019
546 - Fixed username verification in DefaultSettingService (margaretha)
547 - Added foundry rewrite with user default setting (margaretha)
548 - Added default foundry for morphology layer (margaretha)
54929/01/2019
550 - Fixed share VC type (margaretha)
551 - Added delete setting controller (margaretha)
552 - Handled "no resource found" cases (margaretha, issue #37)
55330/01/2019
554 - Added server shutdown description in readme (margaretha)
555
556# version 0.61.4
55714/11/2018
558 - Integrated lite and full services and controllers in core (margaretha)
55921/11/2018
560 - Updated OAuth2 refresh token request to create a new refresh token and
561 revoke the old one per request (margaretha)
56228/11/2018
563 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
564 - Handled storing cached VC with VC reference (margaretha)
56529/11/2018
566 - Added a controller for listing user clients having active refresh tokens
567 (margaretha)
5686/12/2018
569 - Added debug flags to mitigate log4j debugging performance (margaretha)
570 - Fixed KoralNode at() method (margaretha)
57111/12/2018
572 - Implemented revoking all tokens of a user client via a super client
573 (margaretha)
574 - Removed document controllers and KustvaktResource (margaretha)
575 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
576
577
578# version 0.61.3
57917/10/2018
580 - Updated NamedVCLoader to be optional (margaretha)
581 - Updated annotation tables & implemented key-value structure (margaretha)
582 - Added annotation parser for annotation data from kalamar (margaretha)
583 - Implemented parsing free resource info from json (margaretha)
58422/10/2018
585 - Updated jetty, spring and hibernate versions (margaretha)
586 - Fixed the order of annotation keys and values, and added tests (margaretha)
587 - Fixed resource DAO & added tests (margaretha)
58824/10/2018
589 - Fixed query serialization service (margaretha)
590 - Added "highlights" parameter to matchInfo controller (margaretha)
591 - Added "fields" parameter to search controllers (margaretha)
592 - Integrated lite controllers, services and tests in full version (margaretha)
59329/10/2018
594 - Moved javax.servlet-api to core (margaretha)
59507/11/2018
596 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
59713/11/2018
598 - Added Shutdown handler to Jetty server (margaretha)
599 - Fixed storing VC order in NamedVCLoader (margaretha)
600
601# version 0.61.2
60212/09/2018
603 - Added various log4j2 configurations (margaretha)
60413/09/2018
605 - Implemented VirtualCorpusRewrite (margaretha)
60614/09/2018
607 - Fixed SpringJerseyTest ApplicationContext (margaretha)
608 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
609 - Enabled VCReferenceTest in maven test suite (margaretha)
61018/09/2018
611 - Handled unique constraints / inserting duplicate items to DB (margaretha)
612 - Added a controller for editing user group member roles (margaretha)
61319/09/2018
614 - Fixed cached-VC ref with username (margaretha)
615
616# version 0.61.1
61728/08/2018
618 - Added API URL versioning (margaretha)
619 - Deactivated IdRewrite (margaretha)
620 - Fixed kustvakt controller (margaretha)
62130/08/2018
622 - Fixed root packages & added api version properties in kustvakt.conf
623 (margaretha)
624 - Fixed versioning in SearchController (margaretha)
625 - Added API versioning tests (margaretha)
626
627# version 0.61.0
628
62902/08/2018
630 - Added VC reference tests (margaretha)
631 - Implemented loading and caching named VCs (margaretha)
63203/08/2018
633 - Implemented OAuth2 revoke token (margaretha)
634 - Updated OAuth2 refresh token implementation (margaretha)
63514/08/2018
636 - Implemented revoke all OAuth2 access tokens and authorization codes of
637 client users when deregistering/deleting a client (margaretha)
638 - Fixed update OAuth2 access token (margaretha)
639 - Implemented reset client secret (margaretha)
640 - Fixed revoking latest access token when refreshing OAuth2 access token
641 (margaretha)
64215/08/2018
643 - Implemented OAuth2 client info controller (margaretha)
644 - Implemented update OAuth2 client privilege controller for admins
645 (margaretha)
646 - Implemented unlimited authorization scope for super clients with OAuth2
647 password grant (margaretha)
648 - Marked native clients implementation to deprecated in favour of super
649 clients (margaretha)
650 - Enabled using Bearer tokens as user authentication tokens (Authorization
651 header value) for many controllers including OAuth2 controllers (margaretha)
65216/08/2018
653 - Implemented degrading super clients (margaretha)
654 - Improved and added OAuth2 tests (margaretha)
65521/08/2018
656 - Added VC name pattern check (margaretha)
65722/08/2018
658 - Implemented loading VC from gz files (margaretha)
659 - Updated OAuth2 authorization codes' & access tokens' expiry check
660 (margaretha)
66123/08/2018
662 - Updated RefreshToken implementations with separate DB tables (margaretha)
663 - Allows multiple access tokens per refresh token (margaretha)
66427/08/2018
665 - Added statistic with VC reference tests (margaretha)
666 - Fixed OAuth2 SQL files (margaretha)
66728/08/2018
668 - Added c3p0 datasource configuration to Spring default-config-xml
669 (margaretha)
670 - Added running Kustvakt server with custom spring config in the readme
671 (margaretha)
672 - Removed old OAuth2 codes (margaretha)
673 - Moved non-config test codes to misc (margaretha)
674
675
676# version 0.60.5
677
67809/07/2018
679 - Added service layer to the search controller (margaretha)
680 - Added OAuth2 scope checking in search and VC controllers (margaretha)
681 - Added handling OAuth2 bearer token for VC access and User group
682 controllers (margaretha)
683 - Added default scope to password grant (margaretha)
68410/07/2018
685 - Made createBasicAuthorizationHeaderValue static (margaretha)
686 - Added store access token in openID token service (margaretha)
687 - Fixed empty scope in openID authorization and token service (margaretha)
688 - Implemented storing authorization code in cache (margaretha)
68911/07/2018
690 - Fixed authentication time in authentication controller (margaretha)
691 - Added OAuth2 access token tests (margaretha)
69212/07/2018
693 - Updated maven surefire setting for faster test suite runtime (margaretha)
694 - Implemented refreshing OAuth2 access token (margaretha)
69526/07/2018
696 - Fixed issue #27 (margaretha)
69702/08/2018s
698 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
699
700
701# version 0.60.4
702
70305/07/2018
704 - implemented OAuth2 authorization code request with OpenID Authentication
705 (margaretha)
706 - enabled OAuth2 authorization without OpenID authentication using Nimbus
707 library (margaretha)
708 - implemented response handler for OpenID authentication errors in authorization
709 requests (margaretha)
710 - added tests regarding OpenID authentication in authorization requests
711 (margaretha)
712 - implemented OAuth2 authorization error response via redirect URI instead of
713 JSON (margaretha)
714 - added state to OAuth2 authorization error response (margaretha)
715 - implemented OpenID token service for authorization code flow (margaretha)
716 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
717 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
718 keys (margaretha)
719 - implemented OpenId configuration (margaretha)
720 - added authentication time and support for auth_time in id_token (margaretha)
721 - implemented support for nonce and max_age parameters in OpenID authentication
722 (margaretha)
723 - implemented OAuth2 token request with password grant using Nimbus library
724 (margaretha)
725 - updated redirect URI validator (margaretha)
726 - updated client registration requirement to allow desktop applications
727 (margaretha)
728 - fixed RSA key configuration (margaretha)
729 - merged OAuth2 client deregistration controllers (margaretha)
730 - fixed OAuth2 client unique URL-hashcode (margaretha)
731 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
732 - Added support for unrestricted corpus statistics (ndiewald)
733 - updated paths of user-group deletion-controllers (margaretha)
734 - Do not pass broken queries to Krill (diewald)
735 - added OAuth2 token request with client authentication via Authorization
736 header (margaretha)
737 - added port checking in test suite (margaretha)
738
739# version 0.60.3
740
74106/06/2018
742 - improved user authentication by using authentication filter for authorization
743 code request (margaretha)
744 - limited client authentication to client id checking in authorization code
745 request (margaretha)
746 - added user_id in the oauth2_access_token database table (margaretha)
747 - implemented OAuth2Authentication provider for token context management
748 (margaretha)
749 - added parameter checking for authorization DAO (margaretha)
750 - added controller tests using OAuth2 access token (margaretha)
751 - added database tables for MySQL (margaretha)
752 - updated JWT library and related codes (margaretha)
753
754# version 0.60.2
755
75603/05/2018
757 - implemented OAuth2 client registration (margaretha)
758 - implemented OAuth2 client authentication (margaretha)
759 - changed virtual corpus search to retrieval (margaretha)
760 - implemented public client deregistration task (margaretha)
761 - added client registration and deregistration tests (margaretha)
762 - implemented confidential client deregistration task (margaretha)
763 - fixed storing client secret (margaretha)
764 - implemented OAuth2 response handler (margaretha)
765 - implemented OAuth2 request access token with client credentials grant
766 (margaretha)
767 - implemented OAuth2 request access token with resource owner password grant
768 (margaretha)
769 - implemented OAuth2 authorization code request (margaretha)
770 - added OAuth2 error codes (margaretha)
771 - added OAuth2 authorization, scope and access token tables for SQLite
772 (margaretha)
773 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
774 - implemented OAuth2 request access token with authorization code grant
775 (margaretha)
776 - added setting default scopes in the config file (margaretha)
777 - fixed loading spring config multiple times in the test suite (margaretha)
778 - added SQLite created_date trigger for access token (margaretha)
779 - added a join table for access token scopes (margaretha)
780 - added access scopes handling (margaretha)
781 - added tests about request token with authorization code (margaretha)
782
783# version 0.60.1
784
78528/03/2018
786 - added admin-related SQL codes (margaretha)
787 - updated AdminDao (margaretha)
788 - added optional username query parameter to group list controller (margaretha)
789 - fixed non hierarchical URI of kustvakt conf files (margaretha)
790 - added delete group member triggers (margaretha)
791 - added list user-group by username and status for system admin (margaretha)
792 - added user-group status in user-group DTO (margaretha)
793 - added check for hidden groups in user-group tests (margaretha)
794 - added database trigger test on deleting members when deleting group
795 (margaretha)
796 - renamed VC type PREDEFINED to SYSTEM (margaretha)
797 - added VC list controller for system admin (margaretha)
798 - added VC controller tests with for system admin (margaretha)
799 - added hidden access removal when deleting published VC (margaretha)
800 - added check for hidden groups in VC controller tests (margaretha)
801 - added search user-group controller (margaretha)
802 - removed createdBy from VirtualCorpusJson (margaretha)
803 - moved member role setting from the invitation phase to the after-subscription
804 phase (margaretha)
805 - added member role removal after deleting members (margaretha)
806 - added add and delete member role controllers (margaretha)
807
808# version 0.60
809
81014/03/2018
811 - set up mail settings using localhost port 25 (margaretha)
812 - added mail template in kustvakt configuration (margaretha)
813 - added mail settings to readme (margaretha)
814 - disabled email notification for auto group (margaretha)
815 - added metadata retrieval (diewald)
816 - enabled custom implementation for email address retrieval (margaretha)
817 - removed old policy and deprecated code (margaretha)
818 - moved authentication related code to /full (margaretha)
819 - added userRoles attribute to UserGroupDto. (margaretha)
820 - fixed sqlite trigger (margaretha)
821 - fixed member exist error message (margaretha)
822 - fixed member invitation to join deleted group (margaretha)
823 - added checking deleted group (margaretha)
824
825# version 0.59.10
826
82720/02/2018
828 - added sort VC by id (margaretha)
829 - added test cases regarding VC sharing (margaretha)
830 - implemented withdraw VC from publication (margaretha)
831 - added Changes file (margaretha)
832 - implemented add/invite users to group (margaretha)
833 - implemented delete user-group and member tasks (margaretha)
834 - added userMemberStatus in group lists (margaretha)
835 - updated and added SQL test data (margaretha)
836 - added user group related tests (margaretha)
837 - implemented custom configuration for deleting user groups and members (margaretha)
838 - updated library versions and java environment (margaretha)
839 - added expiration time check for member invitation (margaretha)
840 - moved .properties files (margaretha)
841 - merged changelog file to Changes (margaretha)
842 - updated status codes and error messages to be more detailed (margaretha)
843 - testing mail implementation using embedded jetty jndi (margaretha)
844 - fixed collection rewrite regarding OR operation with other fields
845 (margaretha)
846 - implemented sending mail using spring injection and removed jetty jndi
847 (margaretha)
848 - fixed unrecognized application/json (margaretha)
849 - fixed and updated velocity template (margaretha)
850
851# version 0.59.9
852
85319/01/2018
854 - restructured basic authentication (margaretha)
855 - fixed AuthenticationException to include authentication scheme (margaretha)
856 - fixed rewrite redundancy in collection rewrite (margaretha)
857 - fixed foundry rewrite for constituents (margaretha)
858 - introduced authentication methods, schemes and tokens (margaretha)
859 - implemented collection rewrite with multiple licenses (margaretha)
860 - fixed foundry rewrite for korap span without wrap node (margaretha)
861 - implemented list user group (margaretha)
862 - implemented delete VC task (margaretha)
863 - implemented create user-group, subscribe to user-groups, unsubscribe to
864 user-groups tasks(margaretha)
865 - fixed handling JSON mapping exception for missing enums (margaretha)
866 - implemented list VC task (margaretha)
867 - added KoralQuery in VC lists (margaretha)
868 - implemented edit VC task (margaretha)
869 - implemented publish VC task (margaretha)
870 - implemented share VC task (margaretha)
871 - implemented list only owned VC task (margaretha)
872 - implemented list VC access task (margaretha)
873 - implemented search VC by id task (margaretha)
874 - implemented delete VC access (margaretha)
875 - implemented search for project VC (margaretha)
876 - added search VC related tests (margaretha)
877 - removed PredefinedUserGroup.ALL and related codes (margaretha)
878 - implemented search for published VC (margaretha)
879
880# version 0.59.8
881
88221/09/2017
883 - restructured statistics service (margaretha)
884 - removed deprecated loader codes and tests (margaretha)
885 - removed old Spring java configurations (margaretha)
886 - implemented entity classes for the new database (margaretha)
887 - added MySQL codes regarding VC and for testing (margaretha)
888 - added dao methods regarding VC (margaretha)
889 - added similar SQL codes (to MySQL) for sqlite (margaretha)
890 - added dao methods regarding user groups (margaretha)
891 - restructured web-service codes into controller and logic/business-service
892 (margaretha)
893 - implemented user role and privilege, and added tests (margaretha)
894 - prepared test suite using new database (margaretha)
895 - implemented UserGroupDao and tests (margaretha)
896 - fixed missing exceptions in JsonUtils (margaretha)
897 - restructured web filters and authentication codes (margaretha)
898 - implemented create/store VC (margaretha)
899 - fixed collection rewrite bug regarding availability with operation or
900 (margaretha)
901
902# version 0.59.7
903
90413/10/2016
905 - MOD: updated search to use new siglen (diewald)
906 - MOD: fixed matchinfo retrieval in light service (diewald)
907
90805/05/2015
909 - ADD: rest test suite for user service (hanl)
910 - MOD: setup parameter modification (hanl)
911 - ADD: oauth2 client unique constraint (hanl)