blob: 4477da6c2fff8a2fe8fb63960417faa354545f48 [file] [log] [blame]
margaretha37ac3162024-07-11 12:55:27 +02001# version 0.74-SNAPSHOT
margarethaf6f6c3c2024-06-11 10:51:06 +02002
margaretha7cb68a12024-07-11 12:28:22 +02003- Unified ResourceFilters and SearchResourceFilters.
margarethaf6f6c3c2024-06-11 10:51:06 +02004- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +02005- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +02006- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +02007- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +02008- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethaf6f6c3c2024-06-11 10:51:06 +02009
margaretha1ef2a032024-06-11 11:39:57 +020010# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020011
margaretha46e2c952024-05-23 09:09:54 +020012- Added tests for the DNB scenario with custom max match
13 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020014- Cleaned up named-vc.
15- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020016- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020017- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020018- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020019- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020020
margaretha21879752024-04-22 12:12:58 +020021# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010022
margaretha387e4682024-03-22 11:26:29 +010023- Fixed jakarta validation error.
24- Added openapi doc (#744)
25- Moved service.properties to src/main/resources/properties
26- Moved free-resources.json to src/main/resources/json
27- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010028- Changed loading external kustvakt.conf and jdbc.properties
29 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020030- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020031- Setup vc-cache in the data folder (#598)
32- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020033- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020034- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020035- Updated configurations of the lite version to use the
36 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020037- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010038
margaretha28a53d12024-02-20 12:57:38 +010039# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010040
margarethab06377e2024-01-30 11:06:35 +010041- Moved the content of the full folder to the root folder
42- Removed Piwik
43- Removed unused libraries
44- Cleaned up spring configs
45- Updated Krill and Koral with new groupIds
46- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010047- Updated search Krill and removed Lucene
48- Updated readme
margarethab06377e2024-01-30 11:06:35 +010049
50# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010051
52- Replaced javax.ws to jakarta.ws namespace (#648)
53- Upgrading Jersey 2.40 to 3.x (#646)
54- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
55- Replaced javax.persistence with jakarta.persistence (#648)
56- Migrate Hibernate 5 to 6 (#649)
57- Fix missing placeholders
58- Fixed conflicting jackson-jarxrs
59- Fixed conflicting commons-logging and spring jcl
60- Replaced javax.servlet with jakarta.servlet (#648)
61- Updated authorization services using Nimbus (#650)
62- Fixed BlockingFilter by replacing javax.annotation.Priority
63 with jakarta.annotation.Priority (#659, #648)
64- Replaced javax.annotation with jakarta.annotation
65- Enabled legacy support for authorization POST request
66- Changed OAuth2 token request using Nimbus (#650)
67- Removed Apache Oltu API from token requests (#650)
68- Removed OpenID
69- Fixed clearing cache
70- Fix JettyServerTest, init package, and some java docs.
71- Make scope extraction more flexible.
72- Updated token response using Nimbus (#650)
73- Remove Oltu request and validator implementations (#650)
74- Updated OAuth2 response handler (#650)
75- Fixed ShutdownHandler (fixed #708)
76- Fixed issues with multi-release jar (#706, #708)
77
78
79# version 0.71.1
80
81- Removed auditing (#611)
82- Removed old database configurations (#612)
83- Removed old tests
84- Removed unnecessary caches and methods in the authentication interface
85- Added total result cache (#599)
86- Fixed missing project.version in info web-service
87- Make sure totalResults and other numeric results are numbers (Kupietz)
88- Introduce CQP query language in Koral 0.41
89- Changed DB connection (fixed #670)
90- Resolved duplicate libraries
91- Fixed testing expiry access token
92- Fix lombok compile warning
93- Ensure the order of clean token tests.
94
95# version 0.71
96
97- Renamed entity and service packages in core
98- Renamed web.controller package in core
99- Moved SearchNetworkEndpoint to core.service package
100- Merged lite into full
101- Merged core into full
102
103
104# version 0.70.1
105
106- Added data folder containing super_client_info and database
107 for mounting into docker
108- Added an error for missing redirect uri in a token request
109 when it has been included in the authorization request.
110- Added tests for VC sharing and for OAuth2 client using VC services
111- Added and updated VC controller tests
112- Moved hibernate.properties
113- Added maximum number of user persistent virtual corpora and queries
114
115# version 0.70
116
117- Support token array in matchinfo (fixes #570; diewald)
118- Updated VC list API and deprecated owner VC list (addressed #580)
119- Added user info web-service (solved #566)
120- Implemented configurable resource filters for search and match
121 info APIs (#539)
122- Added getting username from LDAP (#568)
123- Disabled LDAP auth provider and token API in the auth filter (#587)
124- Added LDAP log for users without idsC2Profile
125- Fixed log4j2 properties.
126
127
128# version 0.69.3
129
130- Moved the service path of VC admin services to admin/vc (closed #543)
131- Added an admin service to load and cache system vc (solved #268)
132- Move oauth2 admin service path (closed #544)
133- Excluded admin service to load-cache VC from the test suite
134- Fixed refresh token expiry test
135- Fixed scope check in OAuth2 token request with refresh token
136
137# version 0.69.2
138
1392022-12-05
140- Upgrade version for E2E-simplified Docker images (diewald)
1412023-01-27
142- Updated client info API (replaced user authorization requirement with super
143 client authentication)
1442023-01-30
145- Made scope param required in authorization request (solved #508)
1462023-01-31
147- Allowed OAuth2 clients to use localhost as redirect URIs.
1482023-02-03
149- Fixed content-type in error responses by changing it to application/json
1502023-02-06
151- Allow admin access using admin token for the clean token API
1522023-02-10
153- Use admin filter instead of OAuth2 ADMIN scope
154- Added a plugin test.
1552023-02-15
156- Moved user-group retrieval API to UserGroupAdminController
157 and changed the service path URL of UserGroupAdminController.
1582023-02-20
159- Deprecate API token (JWT) web-service
160- Fixed Slf4J binding
1612023-02-28
162- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1632023-03-06
164- Fixed testing refresh token expiry.
165
166
167# version 0.69.1
168
169- Upgrade version for docker including indexer (diewald)
170
171
172# version 0.69
173
174 - Migrated to Java 11 and Jersey 2
175 - Updated dependencies
176 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
177
178
179# version 0.68
180
1812022-05-25
182 - Added a new API: list plugins (e.g for marketplace)
183 - Added redirect URI validation in authorization request (addressed #374)
184 - Handled user-defined refresh token expiry (added in client info and
185 list API response)
186 - Added installed_plugins table
187 - Added a new API: install plugin
188 - Handled redundant plugin installation
189 - Handled super client id in plugin installation
190 - Deprecated UserClientDto and uses ClientinfoDto instead
191 - Updated redirect URI error message for coherence
1922022-05-27
193 - Added maximum limit to custom refresh token expiry
1942022-06-01
195 - Added new APIs: list user-installed plugins and uninstall plugin.
196 - Moved install and list plugin APIs to PluginController and updated their
197 service paths under /plugins.
1982022-06-03
199 - Implemented searching option using a network endpoint
200 - Implemented initial super client registration for user authentication.
201 - Fixed admin clean token API and restrict plugins to confidential only.
202
203
204
205# version 0.67.1
206
2072022-05-12
208 - Implemented mapping of LDAP username to email
209 - Handled null parameters in authorization requests
2102022-05-25
211 - Fixed null client_id
212 - Updated ldap.config path in the kustvakt-test.conf
213
214
215# version 0.67
216
2172022-05-09
218 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
219 - An embedded LDAP server can now be started automatically if configured accordingly.
2202022-05-11
221 - Changed the SQL script updating oauth2_client table
222
223
224# version 0.66
225
2262022-03-31
227 - Updated query and user-group name pattern.
2282022-04-08
229 - Added redirect_uri to client info API.
2302022-04-11
231 - Added registration_date, refresh_token_expiry, source and is_permitted
232 to the oauth2_client database table, and updated the OAuth2 client
233 registration mechanism.
234 - Added authorization request with GET and deprecated that with POST.
2352022-04-13
236 - Updated OAuth2Client list API (added redirect_uri, registration_date,
237 permitted, source to OAuth2UserClientDto).
2382022-04-20
239 - Updated authorization error response. (Included error and error
240 description in the client redirect URI except for missing or
241 invalid client id or redirect URI.
242
243
244# version 0.65.2
245
2462022-03-03
247 - Removed VCLoader.
248 - Added foreign keys to the DB tables of access and refresh token scopes.
2492022-03-07
250 - Added more parameter checks and OAuth2Client web-service tests.
2512022-03-17
252 - Updated admin filter by using admin token and role checks.
2532022-03-18
254 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2552022-03-28
256 - Updated admin filter (admintoken as a form param) and uses
257 it for the closing index reader API.
258 - Removed unused admin API: clear access token cache.
2592022-03-29
260 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
261
262# version 0.65.1
263
2642022-03-01
265 - Restricts the field retrieval web-service to admin only.
266
267# version 0.65
268
269!!! includes security updates - please update all Kustvakt libraries
270!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
271
2722021-12-02
273 - Updated VC cache.
2742021-12-03
275 - Enabled listing system vc for authorized users.
2762021-12-08
277 - Removed koralQuery and statistics from VC list.
278 - Added a web-service to retrieve KoralQuery of a VC
2792021-12-10
280 - [security] Updated log4j libs due to CVE-2021-44228.
2812021-12-13
282 - Fixed broken test suite.
2832022-01-03
284 - [security] More log4j security updates
285 - Bumped unboundid-ldapsdk
286 - Updated tests.
2872022-01-25
288 - Added show-tokens option to the search API.
2892022-01-31
290 - Added an API retrieving fields of a virtual corpus.
291
292# version 0.64.1
293
2942021-10-26
295 - Bump Kustvakt and Krill versions.
296
297
298# version 0.64
2992021-07-29
300 - Updated the change files and made a new version.
3012021-08-12
302 - Fixed errors due to missing query type and added tests.
3032021-08-13
304 - Fixed missing request entity.
305 - Updated the query service to enable editing query references.
3062021-08-16
307 - Fixed creator param when storing query or VC by admins for
308 the system or other users.
309
310# version 0.63.2
3112021-06-11
312 - Updated OAuth2 token length & secure random algorithm config.
313 - Added character set filter to random code generator, e.g. for client_id.
3142021-06-14
315 - Updated roleId and super client parameters.
3162021-06-24
317 - Fixed broken test.
3182021-07-22
319 - Updated cache settings and some loggings.
3202021-07-26
321 - Replaced annotation parsing with restoring the annotation tables to the
322database.
323 - Moved cache config to the full config.
324
325# version 0.63.1
3262021-02-22
327 - Updated libraries (margaretha)
328 - Renamed virtual corpus to query (margaretha)
3292021-02-26
330 - Added query access roles and fixed vc access roles (margaretha)
331 - Added delete query webservice and tests (margaretha)
3322021-03-25
333 - Updated Koral version for Info Controller (margaretha)
334 - Updated OAuth2 token list with token type and user clientId
335parameters (margaretha)
3362021-03-29
337 - Added client type in the client list web-service. Resolved #58 (margaretha)
3382021-04-19
339 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3402021-04-26
341 - Updated OAuth2 Client list (margaretha)
3422021-04-30
343 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
344 - Updated OAuth2 API responses for coherence (margaretha)
3452021-06-07
346 - Updated OAuth2 client dto (margaretha)
347
348# version 0.63
34926/10/2020
350 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
35129/10/2020
352 - Introduction of a query reference rewrite mechanism (diewald)
35330/10/2020
354 - Added database methods for storing query references (diewald)
35504/12/2020
356 - Fix hibernate dialect for SQLite. (margaretha)
35704/12/2020
358 - Fix pipe warning. (margaretha)
35914/01/2021
360 - Updated Flyway (margaretha)
36121/01/2021
362 - Fixed running pipe and updated tests with mockserver (margaretha)
36301/02/2021
364 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
36505/02/2021
366 - Add query reference web-service (diewald,margaretha)
36710/02/2021
368 - Fixed problem with multiple desktop apps (diewald, margaretha)
36912/02/2021
370 - Added listing available queries for users (margaretha)
37117/02/2021
372 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
373 - Added query and query language in virtual corpus table (margaretha)
37418/02/2021
375 - Set corpus access public for stored query (margaretha)
37619/02/2021
377 - Enabled API info web-service (margaretha)
378
379
380# version 0.62.4
38124/01/2020
382 - Removed salt from config and updated config files (margaretha)
38303/02/2020
384 - Added an admin API for clearing access token cache (margaretha)
38505/02/2020
386 - Added a config properties for a long-time access token expiry
387 and excluded refresh tokens for public clients in OAuth2 token
388 responses (margaretha)
389 - Removed client authentication from the client deregistration and
390 client-secret reset APIs (margaretha)
39104/03/2020
392 - Updated the sample index (diewald)
393
394# version 0.62.3
39503/12/2019
396 - Implemented pipe extension in the search API (margaretha)
39711/12/2019
398 - Added errors when requesting VC in caching process (margaretha,
399 resolved #47)
40012/12/2019
401 - Added support for multiple cq parameters (margaretha, resolved #46)
40213/12/2019
403 - Handled pipe errors and added tests (margaretha)
40419/12/2019
405 - Updated create update user-group API (margaretha)
40620/12/2019
407 - Removed transactional annotations from simple select queries (margaretha)
408 - Updated free resource controller (margaretha)
40915/01-2020
410 - Added additional statistic figures to virtual corpus info API
411 response (margaretha)
412
413# version 0.62.2
41417/10/2019
415 - Handled vulnerability CVE-2019-17195. (margaretha)
4168/11/2019
417 - Added user-group name pattern (margaretha, issue #33)
41811/11/2019
419 - Updated user group service paths and replaced groupId with groupName
420 (margaretha, resolved #33)
42112/11/2019
422 - Removed UserGroupJson & updated listUserGroups and createUserGroup
423 services (margaretha)
424 - Added prefixes to username and groupname parameters in service paths
425 (margaretha, resolved #35)
42613/11/2019
427 - Added tests for issue #43 (margaretha)
42814/11/2019
429 - Added client description and URL to list-authorized-clients service
430 (margaretha, close #53)
431 - Implemented a service to list clients registered by a user (margaretha,
432 close #52)
433 - Added a check for OAuth2 client, VC, and group name length (margaretha)
43415/11/2019
435 - Merged list authorized client and list registered client services
436 (margaretha)
43721/11/2019
438 - Added a service to list active refresh tokens of a user (margaretha)
439 - Added username filtering to token revocation service via super client
440 (margaretha)
44126/11/2019
442 - Added a service to revoke a single refresh token via super client
443 (margaretha)
444
445# version 0.62.1
44608/07/2019
447 - Added tests for public metadata response in search api (margaretha,
448 issue #43)
449 - Disabled some tests of unused/disabled web-services (margaretha)
45007/08/2019
451 - Fixed missing scopes after requesting access token with refresh token
452 (margaretha)
453 - Fixed post requests with status OK and empty body (margaretha)
45407/08/2019
455 - Added users to hidden group when searching in a published VC (margaretha,
456 resolved #40)
45715/08/2019
458 - Updated the response statuses of VC PUT requests (margaretha)
459
460# version 0.62
46128/02/2019
462 - Removed old VC controllers and updated tests (margaretha, issue #34)
463 - Updated VC access controllers (margaretha)
46419/03/2019
465 - Added close index controller (margaretha)
46611/04/2019
467 - Fixed unknown authentication scheme, missing VC entity, and parameter
468 checker (margaretha)
469 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
470 unique group name and unknown VC access (margaretha)
47127/06/2019
472 - Handled LDAP errors, fixed #45 (margaretha)
47303/07/2019
474 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
475 - Changed the response media-type of authentication controllers (margaretha)
476 - Fixed bugs: allow guest to retrieve system VC,
477 remove VC from cache when it is deleted (margaretha)
47804/07/2019
479 - Updated VC name pattern and tests (margaretha)
480
481# version 0.61.6
48204/02/2019
483 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
484 - Updated client deregistration behavior (margaretha)
48505/02/2019
486 - Added delete-group-by-name controller (margaretha)
487 - Added unique index to group name (margaretha)
48806/02/2019
489 - Updated a user setting test using array for multiple values (margaretha)
490 - Added metadata controller tests (margaretha)
49118/02/2019
492 - Fixed tests (margaretha)
493 - Updated handling errors from Koral (margaretha)
49419/02/2019
495 - Added fields to metadata controller (margaretha, issue #39)
496
497# version 0.61.5
49817/12/2018
499 - Added a search timeout test (margaretha)
50018/12/2018
501 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
50208/01/2019
503 - Improved predefined vc caching (issue #28, margaretha)
50409/01/2019
505 - Added comments (margaretha)
506 - Updated code structure (margaretha)
50711/01/2019
508 - Degraded API version to 1.0 (margaretha)
509 - Added OAuth2 client info tests (margaretha)
51014/01/2019
511 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
51216/01/2019
513 - Added a PUT request for both creating and editing vc (margaretha)
514 - Added aliases to some VC controllers (margaretha)
515 - Merged VC access list controllers (margaretha)
51621/01/2019
517 - Removed codes related to user registration & password management (margaretha)
51822/01/2019
519 - Added create, edit, retrieve user default setting controllers (margaretha)
52022/01/2019
521 - Updated default setting controllers & added tests (margaretha)
522 - Added delete key in setting controllers (margaretha)
52323/01/2019
524 - Added default setting key validation (margaretha)
525 - Fixed UserdataTest (margaretha)
52624/01/2019
527 - Added default setting key validation & fixed UserdataTest (margaretha)
52825/01/2019
529 - Added VC reference and MapUtil tests (margaretha)
53028/01/2019
531 - Fixed username verification in DefaultSettingService (margaretha)
532 - Added foundry rewrite with user default setting (margaretha)
533 - Added default foundry for morphology layer (margaretha)
53429/01/2019
535 - Fixed share VC type (margaretha)
536 - Added delete setting controller (margaretha)
537 - Handled "no resource found" cases (margaretha, issue #37)
53830/01/2019
539 - Added server shutdown description in readme (margaretha)
540
541# version 0.61.4
54214/11/2018
543 - Integrated lite and full services and controllers in core (margaretha)
54421/11/2018
545 - Updated OAuth2 refresh token request to create a new refresh token and
546 revoke the old one per request (margaretha)
54728/11/2018
548 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
549 - Handled storing cached VC with VC reference (margaretha)
55029/11/2018
551 - Added a controller for listing user clients having active refresh tokens
552 (margaretha)
5536/12/2018
554 - Added debug flags to mitigate log4j debugging performance (margaretha)
555 - Fixed KoralNode at() method (margaretha)
55611/12/2018
557 - Implemented revoking all tokens of a user client via a super client
558 (margaretha)
559 - Removed document controllers and KustvaktResource (margaretha)
560 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
561
562
563# version 0.61.3
56417/10/2018
565 - Updated NamedVCLoader to be optional (margaretha)
566 - Updated annotation tables & implemented key-value structure (margaretha)
567 - Added annotation parser for annotation data from kalamar (margaretha)
568 - Implemented parsing free resource info from json (margaretha)
56922/10/2018
570 - Updated jetty, spring and hibernate versions (margaretha)
571 - Fixed the order of annotation keys and values, and added tests (margaretha)
572 - Fixed resource DAO & added tests (margaretha)
57324/10/2018
574 - Fixed query serialization service (margaretha)
575 - Added "highlights" parameter to matchInfo controller (margaretha)
576 - Added "fields" parameter to search controllers (margaretha)
577 - Integrated lite controllers, services and tests in full version (margaretha)
57829/10/2018
579 - Moved javax.servlet-api to core (margaretha)
58007/11/2018
581 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
58213/11/2018
583 - Added Shutdown handler to Jetty server (margaretha)
584 - Fixed storing VC order in NamedVCLoader (margaretha)
585
586# version 0.61.2
58712/09/2018
588 - Added various log4j2 configurations (margaretha)
58913/09/2018
590 - Implemented VirtualCorpusRewrite (margaretha)
59114/09/2018
592 - Fixed SpringJerseyTest ApplicationContext (margaretha)
593 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
594 - Enabled VCReferenceTest in maven test suite (margaretha)
59518/09/2018
596 - Handled unique constraints / inserting duplicate items to DB (margaretha)
597 - Added a controller for editing user group member roles (margaretha)
59819/09/2018
599 - Fixed cached-VC ref with username (margaretha)
600
601# version 0.61.1
60228/08/2018
603 - Added API URL versioning (margaretha)
604 - Deactivated IdRewrite (margaretha)
605 - Fixed kustvakt controller (margaretha)
60630/08/2018
607 - Fixed root packages & added api version properties in kustvakt.conf
608 (margaretha)
609 - Fixed versioning in SearchController (margaretha)
610 - Added API versioning tests (margaretha)
611
612# version 0.61.0
613
61402/08/2018
615 - Added VC reference tests (margaretha)
616 - Implemented loading and caching named VCs (margaretha)
61703/08/2018
618 - Implemented OAuth2 revoke token (margaretha)
619 - Updated OAuth2 refresh token implementation (margaretha)
62014/08/2018
621 - Implemented revoke all OAuth2 access tokens and authorization codes of
622 client users when deregistering/deleting a client (margaretha)
623 - Fixed update OAuth2 access token (margaretha)
624 - Implemented reset client secret (margaretha)
625 - Fixed revoking latest access token when refreshing OAuth2 access token
626 (margaretha)
62715/08/2018
628 - Implemented OAuth2 client info controller (margaretha)
629 - Implemented update OAuth2 client privilege controller for admins
630 (margaretha)
631 - Implemented unlimited authorization scope for super clients with OAuth2
632 password grant (margaretha)
633 - Marked native clients implementation to deprecated in favour of super
634 clients (margaretha)
635 - Enabled using Bearer tokens as user authentication tokens (Authorization
636 header value) for many controllers including OAuth2 controllers (margaretha)
63716/08/2018
638 - Implemented degrading super clients (margaretha)
639 - Improved and added OAuth2 tests (margaretha)
64021/08/2018
641 - Added VC name pattern check (margaretha)
64222/08/2018
643 - Implemented loading VC from gz files (margaretha)
644 - Updated OAuth2 authorization codes' & access tokens' expiry check
645 (margaretha)
64623/08/2018
647 - Updated RefreshToken implementations with separate DB tables (margaretha)
648 - Allows multiple access tokens per refresh token (margaretha)
64927/08/2018
650 - Added statistic with VC reference tests (margaretha)
651 - Fixed OAuth2 SQL files (margaretha)
65228/08/2018
653 - Added c3p0 datasource configuration to Spring default-config-xml
654 (margaretha)
655 - Added running Kustvakt server with custom spring config in the readme
656 (margaretha)
657 - Removed old OAuth2 codes (margaretha)
658 - Moved non-config test codes to misc (margaretha)
659
660
661# version 0.60.5
662
66309/07/2018
664 - Added service layer to the search controller (margaretha)
665 - Added OAuth2 scope checking in search and VC controllers (margaretha)
666 - Added handling OAuth2 bearer token for VC access and User group
667 controllers (margaretha)
668 - Added default scope to password grant (margaretha)
66910/07/2018
670 - Made createBasicAuthorizationHeaderValue static (margaretha)
671 - Added store access token in openID token service (margaretha)
672 - Fixed empty scope in openID authorization and token service (margaretha)
673 - Implemented storing authorization code in cache (margaretha)
67411/07/2018
675 - Fixed authentication time in authentication controller (margaretha)
676 - Added OAuth2 access token tests (margaretha)
67712/07/2018
678 - Updated maven surefire setting for faster test suite runtime (margaretha)
679 - Implemented refreshing OAuth2 access token (margaretha)
68026/07/2018
681 - Fixed issue #27 (margaretha)
68202/08/2018s
683 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
684
685
686# version 0.60.4
687
68805/07/2018
689 - implemented OAuth2 authorization code request with OpenID Authentication
690 (margaretha)
691 - enabled OAuth2 authorization without OpenID authentication using Nimbus
692 library (margaretha)
693 - implemented response handler for OpenID authentication errors in authorization
694 requests (margaretha)
695 - added tests regarding OpenID authentication in authorization requests
696 (margaretha)
697 - implemented OAuth2 authorization error response via redirect URI instead of
698 JSON (margaretha)
699 - added state to OAuth2 authorization error response (margaretha)
700 - implemented OpenID token service for authorization code flow (margaretha)
701 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
702 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
703 keys (margaretha)
704 - implemented OpenId configuration (margaretha)
705 - added authentication time and support for auth_time in id_token (margaretha)
706 - implemented support for nonce and max_age parameters in OpenID authentication
707 (margaretha)
708 - implemented OAuth2 token request with password grant using Nimbus library
709 (margaretha)
710 - updated redirect URI validator (margaretha)
711 - updated client registration requirement to allow desktop applications
712 (margaretha)
713 - fixed RSA key configuration (margaretha)
714 - merged OAuth2 client deregistration controllers (margaretha)
715 - fixed OAuth2 client unique URL-hashcode (margaretha)
716 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
717 - Added support for unrestricted corpus statistics (ndiewald)
718 - updated paths of user-group deletion-controllers (margaretha)
719 - Do not pass broken queries to Krill (diewald)
720 - added OAuth2 token request with client authentication via Authorization
721 header (margaretha)
722 - added port checking in test suite (margaretha)
723
724# version 0.60.3
725
72606/06/2018
727 - improved user authentication by using authentication filter for authorization
728 code request (margaretha)
729 - limited client authentication to client id checking in authorization code
730 request (margaretha)
731 - added user_id in the oauth2_access_token database table (margaretha)
732 - implemented OAuth2Authentication provider for token context management
733 (margaretha)
734 - added parameter checking for authorization DAO (margaretha)
735 - added controller tests using OAuth2 access token (margaretha)
736 - added database tables for MySQL (margaretha)
737 - updated JWT library and related codes (margaretha)
738
739# version 0.60.2
740
74103/05/2018
742 - implemented OAuth2 client registration (margaretha)
743 - implemented OAuth2 client authentication (margaretha)
744 - changed virtual corpus search to retrieval (margaretha)
745 - implemented public client deregistration task (margaretha)
746 - added client registration and deregistration tests (margaretha)
747 - implemented confidential client deregistration task (margaretha)
748 - fixed storing client secret (margaretha)
749 - implemented OAuth2 response handler (margaretha)
750 - implemented OAuth2 request access token with client credentials grant
751 (margaretha)
752 - implemented OAuth2 request access token with resource owner password grant
753 (margaretha)
754 - implemented OAuth2 authorization code request (margaretha)
755 - added OAuth2 error codes (margaretha)
756 - added OAuth2 authorization, scope and access token tables for SQLite
757 (margaretha)
758 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
759 - implemented OAuth2 request access token with authorization code grant
760 (margaretha)
761 - added setting default scopes in the config file (margaretha)
762 - fixed loading spring config multiple times in the test suite (margaretha)
763 - added SQLite created_date trigger for access token (margaretha)
764 - added a join table for access token scopes (margaretha)
765 - added access scopes handling (margaretha)
766 - added tests about request token with authorization code (margaretha)
767
768# version 0.60.1
769
77028/03/2018
771 - added admin-related SQL codes (margaretha)
772 - updated AdminDao (margaretha)
773 - added optional username query parameter to group list controller (margaretha)
774 - fixed non hierarchical URI of kustvakt conf files (margaretha)
775 - added delete group member triggers (margaretha)
776 - added list user-group by username and status for system admin (margaretha)
777 - added user-group status in user-group DTO (margaretha)
778 - added check for hidden groups in user-group tests (margaretha)
779 - added database trigger test on deleting members when deleting group
780 (margaretha)
781 - renamed VC type PREDEFINED to SYSTEM (margaretha)
782 - added VC list controller for system admin (margaretha)
783 - added VC controller tests with for system admin (margaretha)
784 - added hidden access removal when deleting published VC (margaretha)
785 - added check for hidden groups in VC controller tests (margaretha)
786 - added search user-group controller (margaretha)
787 - removed createdBy from VirtualCorpusJson (margaretha)
788 - moved member role setting from the invitation phase to the after-subscription
789 phase (margaretha)
790 - added member role removal after deleting members (margaretha)
791 - added add and delete member role controllers (margaretha)
792
793# version 0.60
794
79514/03/2018
796 - set up mail settings using localhost port 25 (margaretha)
797 - added mail template in kustvakt configuration (margaretha)
798 - added mail settings to readme (margaretha)
799 - disabled email notification for auto group (margaretha)
800 - added metadata retrieval (diewald)
801 - enabled custom implementation for email address retrieval (margaretha)
802 - removed old policy and deprecated code (margaretha)
803 - moved authentication related code to /full (margaretha)
804 - added userRoles attribute to UserGroupDto. (margaretha)
805 - fixed sqlite trigger (margaretha)
806 - fixed member exist error message (margaretha)
807 - fixed member invitation to join deleted group (margaretha)
808 - added checking deleted group (margaretha)
809
810# version 0.59.10
811
81220/02/2018
813 - added sort VC by id (margaretha)
814 - added test cases regarding VC sharing (margaretha)
815 - implemented withdraw VC from publication (margaretha)
816 - added Changes file (margaretha)
817 - implemented add/invite users to group (margaretha)
818 - implemented delete user-group and member tasks (margaretha)
819 - added userMemberStatus in group lists (margaretha)
820 - updated and added SQL test data (margaretha)
821 - added user group related tests (margaretha)
822 - implemented custom configuration for deleting user groups and members (margaretha)
823 - updated library versions and java environment (margaretha)
824 - added expiration time check for member invitation (margaretha)
825 - moved .properties files (margaretha)
826 - merged changelog file to Changes (margaretha)
827 - updated status codes and error messages to be more detailed (margaretha)
828 - testing mail implementation using embedded jetty jndi (margaretha)
829 - fixed collection rewrite regarding OR operation with other fields
830 (margaretha)
831 - implemented sending mail using spring injection and removed jetty jndi
832 (margaretha)
833 - fixed unrecognized application/json (margaretha)
834 - fixed and updated velocity template (margaretha)
835
836# version 0.59.9
837
83819/01/2018
839 - restructured basic authentication (margaretha)
840 - fixed AuthenticationException to include authentication scheme (margaretha)
841 - fixed rewrite redundancy in collection rewrite (margaretha)
842 - fixed foundry rewrite for constituents (margaretha)
843 - introduced authentication methods, schemes and tokens (margaretha)
844 - implemented collection rewrite with multiple licenses (margaretha)
845 - fixed foundry rewrite for korap span without wrap node (margaretha)
846 - implemented list user group (margaretha)
847 - implemented delete VC task (margaretha)
848 - implemented create user-group, subscribe to user-groups, unsubscribe to
849 user-groups tasks(margaretha)
850 - fixed handling JSON mapping exception for missing enums (margaretha)
851 - implemented list VC task (margaretha)
852 - added KoralQuery in VC lists (margaretha)
853 - implemented edit VC task (margaretha)
854 - implemented publish VC task (margaretha)
855 - implemented share VC task (margaretha)
856 - implemented list only owned VC task (margaretha)
857 - implemented list VC access task (margaretha)
858 - implemented search VC by id task (margaretha)
859 - implemented delete VC access (margaretha)
860 - implemented search for project VC (margaretha)
861 - added search VC related tests (margaretha)
862 - removed PredefinedUserGroup.ALL and related codes (margaretha)
863 - implemented search for published VC (margaretha)
864
865# version 0.59.8
866
86721/09/2017
868 - restructured statistics service (margaretha)
869 - removed deprecated loader codes and tests (margaretha)
870 - removed old Spring java configurations (margaretha)
871 - implemented entity classes for the new database (margaretha)
872 - added MySQL codes regarding VC and for testing (margaretha)
873 - added dao methods regarding VC (margaretha)
874 - added similar SQL codes (to MySQL) for sqlite (margaretha)
875 - added dao methods regarding user groups (margaretha)
876 - restructured web-service codes into controller and logic/business-service
877 (margaretha)
878 - implemented user role and privilege, and added tests (margaretha)
879 - prepared test suite using new database (margaretha)
880 - implemented UserGroupDao and tests (margaretha)
881 - fixed missing exceptions in JsonUtils (margaretha)
882 - restructured web filters and authentication codes (margaretha)
883 - implemented create/store VC (margaretha)
884 - fixed collection rewrite bug regarding availability with operation or
885 (margaretha)
886
887# version 0.59.7
888
88913/10/2016
890 - MOD: updated search to use new siglen (diewald)
891 - MOD: fixed matchinfo retrieval in light service (diewald)
892
89305/05/2015
894 - ADD: rest test suite for user service (hanl)
895 - MOD: setup parameter modification (hanl)
896 - ADD: oauth2 client unique constraint (hanl)