blob: ab9d68ff9492c2b2079559b151c05083d641b48e [file] [log] [blame]
margaretha144be1a2024-08-09 15:38:40 +02001# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +02002
3- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +02004- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +02005- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +02006- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +02007- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +02008- Unified ResourceFilters and SearchResourceFilters.
9- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020010- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020011
margaretha1ef2a032024-06-11 11:39:57 +020012# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020013
margaretha46e2c952024-05-23 09:09:54 +020014- Added tests for the DNB scenario with custom max match
15 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020016- Cleaned up named-vc.
17- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020018- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020019- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020020- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020021- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020022
margaretha21879752024-04-22 12:12:58 +020023# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010024
margaretha387e4682024-03-22 11:26:29 +010025- Fixed jakarta validation error.
26- Added openapi doc (#744)
27- Moved service.properties to src/main/resources/properties
28- Moved free-resources.json to src/main/resources/json
29- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010030- Changed loading external kustvakt.conf and jdbc.properties
31 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020032- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020033- Setup vc-cache in the data folder (#598)
34- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020035- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020036- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020037- Updated configurations of the lite version to use the
38 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020039- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010040
margaretha28a53d12024-02-20 12:57:38 +010041# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010042
margarethab06377e2024-01-30 11:06:35 +010043- Moved the content of the full folder to the root folder
44- Removed Piwik
45- Removed unused libraries
46- Cleaned up spring configs
47- Updated Krill and Koral with new groupIds
48- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010049- Updated search Krill and removed Lucene
50- Updated readme
margarethab06377e2024-01-30 11:06:35 +010051
52# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010053
54- Replaced javax.ws to jakarta.ws namespace (#648)
55- Upgrading Jersey 2.40 to 3.x (#646)
56- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
57- Replaced javax.persistence with jakarta.persistence (#648)
58- Migrate Hibernate 5 to 6 (#649)
59- Fix missing placeholders
60- Fixed conflicting jackson-jarxrs
61- Fixed conflicting commons-logging and spring jcl
62- Replaced javax.servlet with jakarta.servlet (#648)
63- Updated authorization services using Nimbus (#650)
64- Fixed BlockingFilter by replacing javax.annotation.Priority
65 with jakarta.annotation.Priority (#659, #648)
66- Replaced javax.annotation with jakarta.annotation
67- Enabled legacy support for authorization POST request
68- Changed OAuth2 token request using Nimbus (#650)
69- Removed Apache Oltu API from token requests (#650)
70- Removed OpenID
71- Fixed clearing cache
72- Fix JettyServerTest, init package, and some java docs.
73- Make scope extraction more flexible.
74- Updated token response using Nimbus (#650)
75- Remove Oltu request and validator implementations (#650)
76- Updated OAuth2 response handler (#650)
77- Fixed ShutdownHandler (fixed #708)
78- Fixed issues with multi-release jar (#706, #708)
79
80
81# version 0.71.1
82
83- Removed auditing (#611)
84- Removed old database configurations (#612)
85- Removed old tests
86- Removed unnecessary caches and methods in the authentication interface
87- Added total result cache (#599)
88- Fixed missing project.version in info web-service
89- Make sure totalResults and other numeric results are numbers (Kupietz)
90- Introduce CQP query language in Koral 0.41
91- Changed DB connection (fixed #670)
92- Resolved duplicate libraries
93- Fixed testing expiry access token
94- Fix lombok compile warning
95- Ensure the order of clean token tests.
96
97# version 0.71
98
99- Renamed entity and service packages in core
100- Renamed web.controller package in core
101- Moved SearchNetworkEndpoint to core.service package
102- Merged lite into full
103- Merged core into full
104
105
106# version 0.70.1
107
108- Added data folder containing super_client_info and database
109 for mounting into docker
110- Added an error for missing redirect uri in a token request
111 when it has been included in the authorization request.
112- Added tests for VC sharing and for OAuth2 client using VC services
113- Added and updated VC controller tests
114- Moved hibernate.properties
115- Added maximum number of user persistent virtual corpora and queries
116
117# version 0.70
118
119- Support token array in matchinfo (fixes #570; diewald)
120- Updated VC list API and deprecated owner VC list (addressed #580)
121- Added user info web-service (solved #566)
122- Implemented configurable resource filters for search and match
123 info APIs (#539)
124- Added getting username from LDAP (#568)
125- Disabled LDAP auth provider and token API in the auth filter (#587)
126- Added LDAP log for users without idsC2Profile
127- Fixed log4j2 properties.
128
129
130# version 0.69.3
131
132- Moved the service path of VC admin services to admin/vc (closed #543)
133- Added an admin service to load and cache system vc (solved #268)
134- Move oauth2 admin service path (closed #544)
135- Excluded admin service to load-cache VC from the test suite
136- Fixed refresh token expiry test
137- Fixed scope check in OAuth2 token request with refresh token
138
139# version 0.69.2
140
1412022-12-05
142- Upgrade version for E2E-simplified Docker images (diewald)
1432023-01-27
144- Updated client info API (replaced user authorization requirement with super
145 client authentication)
1462023-01-30
147- Made scope param required in authorization request (solved #508)
1482023-01-31
149- Allowed OAuth2 clients to use localhost as redirect URIs.
1502023-02-03
151- Fixed content-type in error responses by changing it to application/json
1522023-02-06
153- Allow admin access using admin token for the clean token API
1542023-02-10
155- Use admin filter instead of OAuth2 ADMIN scope
156- Added a plugin test.
1572023-02-15
158- Moved user-group retrieval API to UserGroupAdminController
159 and changed the service path URL of UserGroupAdminController.
1602023-02-20
161- Deprecate API token (JWT) web-service
162- Fixed Slf4J binding
1632023-02-28
164- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1652023-03-06
166- Fixed testing refresh token expiry.
167
168
169# version 0.69.1
170
171- Upgrade version for docker including indexer (diewald)
172
173
174# version 0.69
175
176 - Migrated to Java 11 and Jersey 2
177 - Updated dependencies
178 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
179
180
181# version 0.68
182
1832022-05-25
184 - Added a new API: list plugins (e.g for marketplace)
185 - Added redirect URI validation in authorization request (addressed #374)
186 - Handled user-defined refresh token expiry (added in client info and
187 list API response)
188 - Added installed_plugins table
189 - Added a new API: install plugin
190 - Handled redundant plugin installation
191 - Handled super client id in plugin installation
192 - Deprecated UserClientDto and uses ClientinfoDto instead
193 - Updated redirect URI error message for coherence
1942022-05-27
195 - Added maximum limit to custom refresh token expiry
1962022-06-01
197 - Added new APIs: list user-installed plugins and uninstall plugin.
198 - Moved install and list plugin APIs to PluginController and updated their
199 service paths under /plugins.
2002022-06-03
201 - Implemented searching option using a network endpoint
202 - Implemented initial super client registration for user authentication.
203 - Fixed admin clean token API and restrict plugins to confidential only.
204
205
206
207# version 0.67.1
208
2092022-05-12
210 - Implemented mapping of LDAP username to email
211 - Handled null parameters in authorization requests
2122022-05-25
213 - Fixed null client_id
214 - Updated ldap.config path in the kustvakt-test.conf
215
216
217# version 0.67
218
2192022-05-09
220 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
221 - An embedded LDAP server can now be started automatically if configured accordingly.
2222022-05-11
223 - Changed the SQL script updating oauth2_client table
224
225
226# version 0.66
227
2282022-03-31
229 - Updated query and user-group name pattern.
2302022-04-08
231 - Added redirect_uri to client info API.
2322022-04-11
233 - Added registration_date, refresh_token_expiry, source and is_permitted
234 to the oauth2_client database table, and updated the OAuth2 client
235 registration mechanism.
236 - Added authorization request with GET and deprecated that with POST.
2372022-04-13
238 - Updated OAuth2Client list API (added redirect_uri, registration_date,
239 permitted, source to OAuth2UserClientDto).
2402022-04-20
241 - Updated authorization error response. (Included error and error
242 description in the client redirect URI except for missing or
243 invalid client id or redirect URI.
244
245
246# version 0.65.2
247
2482022-03-03
249 - Removed VCLoader.
250 - Added foreign keys to the DB tables of access and refresh token scopes.
2512022-03-07
252 - Added more parameter checks and OAuth2Client web-service tests.
2532022-03-17
254 - Updated admin filter by using admin token and role checks.
2552022-03-18
256 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2572022-03-28
258 - Updated admin filter (admintoken as a form param) and uses
259 it for the closing index reader API.
260 - Removed unused admin API: clear access token cache.
2612022-03-29
262 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
263
264# version 0.65.1
265
2662022-03-01
267 - Restricts the field retrieval web-service to admin only.
268
269# version 0.65
270
271!!! includes security updates - please update all Kustvakt libraries
272!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
273
2742021-12-02
275 - Updated VC cache.
2762021-12-03
277 - Enabled listing system vc for authorized users.
2782021-12-08
279 - Removed koralQuery and statistics from VC list.
280 - Added a web-service to retrieve KoralQuery of a VC
2812021-12-10
282 - [security] Updated log4j libs due to CVE-2021-44228.
2832021-12-13
284 - Fixed broken test suite.
2852022-01-03
286 - [security] More log4j security updates
287 - Bumped unboundid-ldapsdk
288 - Updated tests.
2892022-01-25
290 - Added show-tokens option to the search API.
2912022-01-31
292 - Added an API retrieving fields of a virtual corpus.
293
294# version 0.64.1
295
2962021-10-26
297 - Bump Kustvakt and Krill versions.
298
299
300# version 0.64
3012021-07-29
302 - Updated the change files and made a new version.
3032021-08-12
304 - Fixed errors due to missing query type and added tests.
3052021-08-13
306 - Fixed missing request entity.
307 - Updated the query service to enable editing query references.
3082021-08-16
309 - Fixed creator param when storing query or VC by admins for
310 the system or other users.
311
312# version 0.63.2
3132021-06-11
314 - Updated OAuth2 token length & secure random algorithm config.
315 - Added character set filter to random code generator, e.g. for client_id.
3162021-06-14
317 - Updated roleId and super client parameters.
3182021-06-24
319 - Fixed broken test.
3202021-07-22
321 - Updated cache settings and some loggings.
3222021-07-26
323 - Replaced annotation parsing with restoring the annotation tables to the
324database.
325 - Moved cache config to the full config.
326
327# version 0.63.1
3282021-02-22
329 - Updated libraries (margaretha)
330 - Renamed virtual corpus to query (margaretha)
3312021-02-26
332 - Added query access roles and fixed vc access roles (margaretha)
333 - Added delete query webservice and tests (margaretha)
3342021-03-25
335 - Updated Koral version for Info Controller (margaretha)
336 - Updated OAuth2 token list with token type and user clientId
337parameters (margaretha)
3382021-03-29
339 - Added client type in the client list web-service. Resolved #58 (margaretha)
3402021-04-19
341 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3422021-04-26
343 - Updated OAuth2 Client list (margaretha)
3442021-04-30
345 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
346 - Updated OAuth2 API responses for coherence (margaretha)
3472021-06-07
348 - Updated OAuth2 client dto (margaretha)
349
350# version 0.63
35126/10/2020
352 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
35329/10/2020
354 - Introduction of a query reference rewrite mechanism (diewald)
35530/10/2020
356 - Added database methods for storing query references (diewald)
35704/12/2020
358 - Fix hibernate dialect for SQLite. (margaretha)
35904/12/2020
360 - Fix pipe warning. (margaretha)
36114/01/2021
362 - Updated Flyway (margaretha)
36321/01/2021
364 - Fixed running pipe and updated tests with mockserver (margaretha)
36501/02/2021
366 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
36705/02/2021
368 - Add query reference web-service (diewald,margaretha)
36910/02/2021
370 - Fixed problem with multiple desktop apps (diewald, margaretha)
37112/02/2021
372 - Added listing available queries for users (margaretha)
37317/02/2021
374 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
375 - Added query and query language in virtual corpus table (margaretha)
37618/02/2021
377 - Set corpus access public for stored query (margaretha)
37819/02/2021
379 - Enabled API info web-service (margaretha)
380
381
382# version 0.62.4
38324/01/2020
384 - Removed salt from config and updated config files (margaretha)
38503/02/2020
386 - Added an admin API for clearing access token cache (margaretha)
38705/02/2020
388 - Added a config properties for a long-time access token expiry
389 and excluded refresh tokens for public clients in OAuth2 token
390 responses (margaretha)
391 - Removed client authentication from the client deregistration and
392 client-secret reset APIs (margaretha)
39304/03/2020
394 - Updated the sample index (diewald)
395
396# version 0.62.3
39703/12/2019
398 - Implemented pipe extension in the search API (margaretha)
39911/12/2019
400 - Added errors when requesting VC in caching process (margaretha,
401 resolved #47)
40212/12/2019
403 - Added support for multiple cq parameters (margaretha, resolved #46)
40413/12/2019
405 - Handled pipe errors and added tests (margaretha)
40619/12/2019
407 - Updated create update user-group API (margaretha)
40820/12/2019
409 - Removed transactional annotations from simple select queries (margaretha)
410 - Updated free resource controller (margaretha)
41115/01-2020
412 - Added additional statistic figures to virtual corpus info API
413 response (margaretha)
414
415# version 0.62.2
41617/10/2019
417 - Handled vulnerability CVE-2019-17195. (margaretha)
4188/11/2019
419 - Added user-group name pattern (margaretha, issue #33)
42011/11/2019
421 - Updated user group service paths and replaced groupId with groupName
422 (margaretha, resolved #33)
42312/11/2019
424 - Removed UserGroupJson & updated listUserGroups and createUserGroup
425 services (margaretha)
426 - Added prefixes to username and groupname parameters in service paths
427 (margaretha, resolved #35)
42813/11/2019
429 - Added tests for issue #43 (margaretha)
43014/11/2019
431 - Added client description and URL to list-authorized-clients service
432 (margaretha, close #53)
433 - Implemented a service to list clients registered by a user (margaretha,
434 close #52)
435 - Added a check for OAuth2 client, VC, and group name length (margaretha)
43615/11/2019
437 - Merged list authorized client and list registered client services
438 (margaretha)
43921/11/2019
440 - Added a service to list active refresh tokens of a user (margaretha)
441 - Added username filtering to token revocation service via super client
442 (margaretha)
44326/11/2019
444 - Added a service to revoke a single refresh token via super client
445 (margaretha)
446
447# version 0.62.1
44808/07/2019
449 - Added tests for public metadata response in search api (margaretha,
450 issue #43)
451 - Disabled some tests of unused/disabled web-services (margaretha)
45207/08/2019
453 - Fixed missing scopes after requesting access token with refresh token
454 (margaretha)
455 - Fixed post requests with status OK and empty body (margaretha)
45607/08/2019
457 - Added users to hidden group when searching in a published VC (margaretha,
458 resolved #40)
45915/08/2019
460 - Updated the response statuses of VC PUT requests (margaretha)
461
462# version 0.62
46328/02/2019
464 - Removed old VC controllers and updated tests (margaretha, issue #34)
465 - Updated VC access controllers (margaretha)
46619/03/2019
467 - Added close index controller (margaretha)
46811/04/2019
469 - Fixed unknown authentication scheme, missing VC entity, and parameter
470 checker (margaretha)
471 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
472 unique group name and unknown VC access (margaretha)
47327/06/2019
474 - Handled LDAP errors, fixed #45 (margaretha)
47503/07/2019
476 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
477 - Changed the response media-type of authentication controllers (margaretha)
478 - Fixed bugs: allow guest to retrieve system VC,
479 remove VC from cache when it is deleted (margaretha)
48004/07/2019
481 - Updated VC name pattern and tests (margaretha)
482
483# version 0.61.6
48404/02/2019
485 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
486 - Updated client deregistration behavior (margaretha)
48705/02/2019
488 - Added delete-group-by-name controller (margaretha)
489 - Added unique index to group name (margaretha)
49006/02/2019
491 - Updated a user setting test using array for multiple values (margaretha)
492 - Added metadata controller tests (margaretha)
49318/02/2019
494 - Fixed tests (margaretha)
495 - Updated handling errors from Koral (margaretha)
49619/02/2019
497 - Added fields to metadata controller (margaretha, issue #39)
498
499# version 0.61.5
50017/12/2018
501 - Added a search timeout test (margaretha)
50218/12/2018
503 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
50408/01/2019
505 - Improved predefined vc caching (issue #28, margaretha)
50609/01/2019
507 - Added comments (margaretha)
508 - Updated code structure (margaretha)
50911/01/2019
510 - Degraded API version to 1.0 (margaretha)
511 - Added OAuth2 client info tests (margaretha)
51214/01/2019
513 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
51416/01/2019
515 - Added a PUT request for both creating and editing vc (margaretha)
516 - Added aliases to some VC controllers (margaretha)
517 - Merged VC access list controllers (margaretha)
51821/01/2019
519 - Removed codes related to user registration & password management (margaretha)
52022/01/2019
521 - Added create, edit, retrieve user default setting controllers (margaretha)
52222/01/2019
523 - Updated default setting controllers & added tests (margaretha)
524 - Added delete key in setting controllers (margaretha)
52523/01/2019
526 - Added default setting key validation (margaretha)
527 - Fixed UserdataTest (margaretha)
52824/01/2019
529 - Added default setting key validation & fixed UserdataTest (margaretha)
53025/01/2019
531 - Added VC reference and MapUtil tests (margaretha)
53228/01/2019
533 - Fixed username verification in DefaultSettingService (margaretha)
534 - Added foundry rewrite with user default setting (margaretha)
535 - Added default foundry for morphology layer (margaretha)
53629/01/2019
537 - Fixed share VC type (margaretha)
538 - Added delete setting controller (margaretha)
539 - Handled "no resource found" cases (margaretha, issue #37)
54030/01/2019
541 - Added server shutdown description in readme (margaretha)
542
543# version 0.61.4
54414/11/2018
545 - Integrated lite and full services and controllers in core (margaretha)
54621/11/2018
547 - Updated OAuth2 refresh token request to create a new refresh token and
548 revoke the old one per request (margaretha)
54928/11/2018
550 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
551 - Handled storing cached VC with VC reference (margaretha)
55229/11/2018
553 - Added a controller for listing user clients having active refresh tokens
554 (margaretha)
5556/12/2018
556 - Added debug flags to mitigate log4j debugging performance (margaretha)
557 - Fixed KoralNode at() method (margaretha)
55811/12/2018
559 - Implemented revoking all tokens of a user client via a super client
560 (margaretha)
561 - Removed document controllers and KustvaktResource (margaretha)
562 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
563
564
565# version 0.61.3
56617/10/2018
567 - Updated NamedVCLoader to be optional (margaretha)
568 - Updated annotation tables & implemented key-value structure (margaretha)
569 - Added annotation parser for annotation data from kalamar (margaretha)
570 - Implemented parsing free resource info from json (margaretha)
57122/10/2018
572 - Updated jetty, spring and hibernate versions (margaretha)
573 - Fixed the order of annotation keys and values, and added tests (margaretha)
574 - Fixed resource DAO & added tests (margaretha)
57524/10/2018
576 - Fixed query serialization service (margaretha)
577 - Added "highlights" parameter to matchInfo controller (margaretha)
578 - Added "fields" parameter to search controllers (margaretha)
579 - Integrated lite controllers, services and tests in full version (margaretha)
58029/10/2018
581 - Moved javax.servlet-api to core (margaretha)
58207/11/2018
583 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
58413/11/2018
585 - Added Shutdown handler to Jetty server (margaretha)
586 - Fixed storing VC order in NamedVCLoader (margaretha)
587
588# version 0.61.2
58912/09/2018
590 - Added various log4j2 configurations (margaretha)
59113/09/2018
592 - Implemented VirtualCorpusRewrite (margaretha)
59314/09/2018
594 - Fixed SpringJerseyTest ApplicationContext (margaretha)
595 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
596 - Enabled VCReferenceTest in maven test suite (margaretha)
59718/09/2018
598 - Handled unique constraints / inserting duplicate items to DB (margaretha)
599 - Added a controller for editing user group member roles (margaretha)
60019/09/2018
601 - Fixed cached-VC ref with username (margaretha)
602
603# version 0.61.1
60428/08/2018
605 - Added API URL versioning (margaretha)
606 - Deactivated IdRewrite (margaretha)
607 - Fixed kustvakt controller (margaretha)
60830/08/2018
609 - Fixed root packages & added api version properties in kustvakt.conf
610 (margaretha)
611 - Fixed versioning in SearchController (margaretha)
612 - Added API versioning tests (margaretha)
613
614# version 0.61.0
615
61602/08/2018
617 - Added VC reference tests (margaretha)
618 - Implemented loading and caching named VCs (margaretha)
61903/08/2018
620 - Implemented OAuth2 revoke token (margaretha)
621 - Updated OAuth2 refresh token implementation (margaretha)
62214/08/2018
623 - Implemented revoke all OAuth2 access tokens and authorization codes of
624 client users when deregistering/deleting a client (margaretha)
625 - Fixed update OAuth2 access token (margaretha)
626 - Implemented reset client secret (margaretha)
627 - Fixed revoking latest access token when refreshing OAuth2 access token
628 (margaretha)
62915/08/2018
630 - Implemented OAuth2 client info controller (margaretha)
631 - Implemented update OAuth2 client privilege controller for admins
632 (margaretha)
633 - Implemented unlimited authorization scope for super clients with OAuth2
634 password grant (margaretha)
635 - Marked native clients implementation to deprecated in favour of super
636 clients (margaretha)
637 - Enabled using Bearer tokens as user authentication tokens (Authorization
638 header value) for many controllers including OAuth2 controllers (margaretha)
63916/08/2018
640 - Implemented degrading super clients (margaretha)
641 - Improved and added OAuth2 tests (margaretha)
64221/08/2018
643 - Added VC name pattern check (margaretha)
64422/08/2018
645 - Implemented loading VC from gz files (margaretha)
646 - Updated OAuth2 authorization codes' & access tokens' expiry check
647 (margaretha)
64823/08/2018
649 - Updated RefreshToken implementations with separate DB tables (margaretha)
650 - Allows multiple access tokens per refresh token (margaretha)
65127/08/2018
652 - Added statistic with VC reference tests (margaretha)
653 - Fixed OAuth2 SQL files (margaretha)
65428/08/2018
655 - Added c3p0 datasource configuration to Spring default-config-xml
656 (margaretha)
657 - Added running Kustvakt server with custom spring config in the readme
658 (margaretha)
659 - Removed old OAuth2 codes (margaretha)
660 - Moved non-config test codes to misc (margaretha)
661
662
663# version 0.60.5
664
66509/07/2018
666 - Added service layer to the search controller (margaretha)
667 - Added OAuth2 scope checking in search and VC controllers (margaretha)
668 - Added handling OAuth2 bearer token for VC access and User group
669 controllers (margaretha)
670 - Added default scope to password grant (margaretha)
67110/07/2018
672 - Made createBasicAuthorizationHeaderValue static (margaretha)
673 - Added store access token in openID token service (margaretha)
674 - Fixed empty scope in openID authorization and token service (margaretha)
675 - Implemented storing authorization code in cache (margaretha)
67611/07/2018
677 - Fixed authentication time in authentication controller (margaretha)
678 - Added OAuth2 access token tests (margaretha)
67912/07/2018
680 - Updated maven surefire setting for faster test suite runtime (margaretha)
681 - Implemented refreshing OAuth2 access token (margaretha)
68226/07/2018
683 - Fixed issue #27 (margaretha)
68402/08/2018s
685 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
686
687
688# version 0.60.4
689
69005/07/2018
691 - implemented OAuth2 authorization code request with OpenID Authentication
692 (margaretha)
693 - enabled OAuth2 authorization without OpenID authentication using Nimbus
694 library (margaretha)
695 - implemented response handler for OpenID authentication errors in authorization
696 requests (margaretha)
697 - added tests regarding OpenID authentication in authorization requests
698 (margaretha)
699 - implemented OAuth2 authorization error response via redirect URI instead of
700 JSON (margaretha)
701 - added state to OAuth2 authorization error response (margaretha)
702 - implemented OpenID token service for authorization code flow (margaretha)
703 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
704 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
705 keys (margaretha)
706 - implemented OpenId configuration (margaretha)
707 - added authentication time and support for auth_time in id_token (margaretha)
708 - implemented support for nonce and max_age parameters in OpenID authentication
709 (margaretha)
710 - implemented OAuth2 token request with password grant using Nimbus library
711 (margaretha)
712 - updated redirect URI validator (margaretha)
713 - updated client registration requirement to allow desktop applications
714 (margaretha)
715 - fixed RSA key configuration (margaretha)
716 - merged OAuth2 client deregistration controllers (margaretha)
717 - fixed OAuth2 client unique URL-hashcode (margaretha)
718 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
719 - Added support for unrestricted corpus statistics (ndiewald)
720 - updated paths of user-group deletion-controllers (margaretha)
721 - Do not pass broken queries to Krill (diewald)
722 - added OAuth2 token request with client authentication via Authorization
723 header (margaretha)
724 - added port checking in test suite (margaretha)
725
726# version 0.60.3
727
72806/06/2018
729 - improved user authentication by using authentication filter for authorization
730 code request (margaretha)
731 - limited client authentication to client id checking in authorization code
732 request (margaretha)
733 - added user_id in the oauth2_access_token database table (margaretha)
734 - implemented OAuth2Authentication provider for token context management
735 (margaretha)
736 - added parameter checking for authorization DAO (margaretha)
737 - added controller tests using OAuth2 access token (margaretha)
738 - added database tables for MySQL (margaretha)
739 - updated JWT library and related codes (margaretha)
740
741# version 0.60.2
742
74303/05/2018
744 - implemented OAuth2 client registration (margaretha)
745 - implemented OAuth2 client authentication (margaretha)
746 - changed virtual corpus search to retrieval (margaretha)
747 - implemented public client deregistration task (margaretha)
748 - added client registration and deregistration tests (margaretha)
749 - implemented confidential client deregistration task (margaretha)
750 - fixed storing client secret (margaretha)
751 - implemented OAuth2 response handler (margaretha)
752 - implemented OAuth2 request access token with client credentials grant
753 (margaretha)
754 - implemented OAuth2 request access token with resource owner password grant
755 (margaretha)
756 - implemented OAuth2 authorization code request (margaretha)
757 - added OAuth2 error codes (margaretha)
758 - added OAuth2 authorization, scope and access token tables for SQLite
759 (margaretha)
760 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
761 - implemented OAuth2 request access token with authorization code grant
762 (margaretha)
763 - added setting default scopes in the config file (margaretha)
764 - fixed loading spring config multiple times in the test suite (margaretha)
765 - added SQLite created_date trigger for access token (margaretha)
766 - added a join table for access token scopes (margaretha)
767 - added access scopes handling (margaretha)
768 - added tests about request token with authorization code (margaretha)
769
770# version 0.60.1
771
77228/03/2018
773 - added admin-related SQL codes (margaretha)
774 - updated AdminDao (margaretha)
775 - added optional username query parameter to group list controller (margaretha)
776 - fixed non hierarchical URI of kustvakt conf files (margaretha)
777 - added delete group member triggers (margaretha)
778 - added list user-group by username and status for system admin (margaretha)
779 - added user-group status in user-group DTO (margaretha)
780 - added check for hidden groups in user-group tests (margaretha)
781 - added database trigger test on deleting members when deleting group
782 (margaretha)
783 - renamed VC type PREDEFINED to SYSTEM (margaretha)
784 - added VC list controller for system admin (margaretha)
785 - added VC controller tests with for system admin (margaretha)
786 - added hidden access removal when deleting published VC (margaretha)
787 - added check for hidden groups in VC controller tests (margaretha)
788 - added search user-group controller (margaretha)
789 - removed createdBy from VirtualCorpusJson (margaretha)
790 - moved member role setting from the invitation phase to the after-subscription
791 phase (margaretha)
792 - added member role removal after deleting members (margaretha)
793 - added add and delete member role controllers (margaretha)
794
795# version 0.60
796
79714/03/2018
798 - set up mail settings using localhost port 25 (margaretha)
799 - added mail template in kustvakt configuration (margaretha)
800 - added mail settings to readme (margaretha)
801 - disabled email notification for auto group (margaretha)
802 - added metadata retrieval (diewald)
803 - enabled custom implementation for email address retrieval (margaretha)
804 - removed old policy and deprecated code (margaretha)
805 - moved authentication related code to /full (margaretha)
806 - added userRoles attribute to UserGroupDto. (margaretha)
807 - fixed sqlite trigger (margaretha)
808 - fixed member exist error message (margaretha)
809 - fixed member invitation to join deleted group (margaretha)
810 - added checking deleted group (margaretha)
811
812# version 0.59.10
813
81420/02/2018
815 - added sort VC by id (margaretha)
816 - added test cases regarding VC sharing (margaretha)
817 - implemented withdraw VC from publication (margaretha)
818 - added Changes file (margaretha)
819 - implemented add/invite users to group (margaretha)
820 - implemented delete user-group and member tasks (margaretha)
821 - added userMemberStatus in group lists (margaretha)
822 - updated and added SQL test data (margaretha)
823 - added user group related tests (margaretha)
824 - implemented custom configuration for deleting user groups and members (margaretha)
825 - updated library versions and java environment (margaretha)
826 - added expiration time check for member invitation (margaretha)
827 - moved .properties files (margaretha)
828 - merged changelog file to Changes (margaretha)
829 - updated status codes and error messages to be more detailed (margaretha)
830 - testing mail implementation using embedded jetty jndi (margaretha)
831 - fixed collection rewrite regarding OR operation with other fields
832 (margaretha)
833 - implemented sending mail using spring injection and removed jetty jndi
834 (margaretha)
835 - fixed unrecognized application/json (margaretha)
836 - fixed and updated velocity template (margaretha)
837
838# version 0.59.9
839
84019/01/2018
841 - restructured basic authentication (margaretha)
842 - fixed AuthenticationException to include authentication scheme (margaretha)
843 - fixed rewrite redundancy in collection rewrite (margaretha)
844 - fixed foundry rewrite for constituents (margaretha)
845 - introduced authentication methods, schemes and tokens (margaretha)
846 - implemented collection rewrite with multiple licenses (margaretha)
847 - fixed foundry rewrite for korap span without wrap node (margaretha)
848 - implemented list user group (margaretha)
849 - implemented delete VC task (margaretha)
850 - implemented create user-group, subscribe to user-groups, unsubscribe to
851 user-groups tasks(margaretha)
852 - fixed handling JSON mapping exception for missing enums (margaretha)
853 - implemented list VC task (margaretha)
854 - added KoralQuery in VC lists (margaretha)
855 - implemented edit VC task (margaretha)
856 - implemented publish VC task (margaretha)
857 - implemented share VC task (margaretha)
858 - implemented list only owned VC task (margaretha)
859 - implemented list VC access task (margaretha)
860 - implemented search VC by id task (margaretha)
861 - implemented delete VC access (margaretha)
862 - implemented search for project VC (margaretha)
863 - added search VC related tests (margaretha)
864 - removed PredefinedUserGroup.ALL and related codes (margaretha)
865 - implemented search for published VC (margaretha)
866
867# version 0.59.8
868
86921/09/2017
870 - restructured statistics service (margaretha)
871 - removed deprecated loader codes and tests (margaretha)
872 - removed old Spring java configurations (margaretha)
873 - implemented entity classes for the new database (margaretha)
874 - added MySQL codes regarding VC and for testing (margaretha)
875 - added dao methods regarding VC (margaretha)
876 - added similar SQL codes (to MySQL) for sqlite (margaretha)
877 - added dao methods regarding user groups (margaretha)
878 - restructured web-service codes into controller and logic/business-service
879 (margaretha)
880 - implemented user role and privilege, and added tests (margaretha)
881 - prepared test suite using new database (margaretha)
882 - implemented UserGroupDao and tests (margaretha)
883 - fixed missing exceptions in JsonUtils (margaretha)
884 - restructured web filters and authentication codes (margaretha)
885 - implemented create/store VC (margaretha)
886 - fixed collection rewrite bug regarding availability with operation or
887 (margaretha)
888
889# version 0.59.7
890
89113/10/2016
892 - MOD: updated search to use new siglen (diewald)
893 - MOD: fixed matchinfo retrieval in light service (diewald)
894
89505/05/2015
896 - ADD: rest test suite for user service (hanl)
897 - MOD: setup parameter modification (hanl)
898 - ADD: oauth2 client unique constraint (hanl)