blob: 6cd8a9e6bebe8046f800d4692681f8de397082a9 [file] [log] [blame]
margaretha1668d872024-05-22 08:50:49 +02001# version 0.73.2-SNAPSHOT
2
margaretha46e2c952024-05-23 09:09:54 +02003- Added tests for the DNB scenario with custom max match
4 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +02005- Cleaned up named-vc.
6- Updated tests using the old match info web-services (#757)
margaretha46e2c952024-05-23 09:09:54 +02007
margaretha21879752024-04-22 12:12:58 +02008# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +01009
margaretha387e4682024-03-22 11:26:29 +010010- Fixed jakarta validation error.
11- Added openapi doc (#744)
12- Moved service.properties to src/main/resources/properties
13- Moved free-resources.json to src/main/resources/json
14- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010015- Changed loading external kustvakt.conf and jdbc.properties
16 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020017- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020018- Setup vc-cache in the data folder (#598)
19- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020020- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020021- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020022- Updated configurations of the lite version to use the
23 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020024- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010025
margaretha28a53d12024-02-20 12:57:38 +010026# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010027
margarethab06377e2024-01-30 11:06:35 +010028- Moved the content of the full folder to the root folder
29- Removed Piwik
30- Removed unused libraries
31- Cleaned up spring configs
32- Updated Krill and Koral with new groupIds
33- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010034- Updated search Krill and removed Lucene
35- Updated readme
margarethab06377e2024-01-30 11:06:35 +010036
37# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010038
39- Replaced javax.ws to jakarta.ws namespace (#648)
40- Upgrading Jersey 2.40 to 3.x (#646)
41- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
42- Replaced javax.persistence with jakarta.persistence (#648)
43- Migrate Hibernate 5 to 6 (#649)
44- Fix missing placeholders
45- Fixed conflicting jackson-jarxrs
46- Fixed conflicting commons-logging and spring jcl
47- Replaced javax.servlet with jakarta.servlet (#648)
48- Updated authorization services using Nimbus (#650)
49- Fixed BlockingFilter by replacing javax.annotation.Priority
50 with jakarta.annotation.Priority (#659, #648)
51- Replaced javax.annotation with jakarta.annotation
52- Enabled legacy support for authorization POST request
53- Changed OAuth2 token request using Nimbus (#650)
54- Removed Apache Oltu API from token requests (#650)
55- Removed OpenID
56- Fixed clearing cache
57- Fix JettyServerTest, init package, and some java docs.
58- Make scope extraction more flexible.
59- Updated token response using Nimbus (#650)
60- Remove Oltu request and validator implementations (#650)
61- Updated OAuth2 response handler (#650)
62- Fixed ShutdownHandler (fixed #708)
63- Fixed issues with multi-release jar (#706, #708)
64
65
66# version 0.71.1
67
68- Removed auditing (#611)
69- Removed old database configurations (#612)
70- Removed old tests
71- Removed unnecessary caches and methods in the authentication interface
72- Added total result cache (#599)
73- Fixed missing project.version in info web-service
74- Make sure totalResults and other numeric results are numbers (Kupietz)
75- Introduce CQP query language in Koral 0.41
76- Changed DB connection (fixed #670)
77- Resolved duplicate libraries
78- Fixed testing expiry access token
79- Fix lombok compile warning
80- Ensure the order of clean token tests.
81
82# version 0.71
83
84- Renamed entity and service packages in core
85- Renamed web.controller package in core
86- Moved SearchNetworkEndpoint to core.service package
87- Merged lite into full
88- Merged core into full
89
90
91# version 0.70.1
92
93- Added data folder containing super_client_info and database
94 for mounting into docker
95- Added an error for missing redirect uri in a token request
96 when it has been included in the authorization request.
97- Added tests for VC sharing and for OAuth2 client using VC services
98- Added and updated VC controller tests
99- Moved hibernate.properties
100- Added maximum number of user persistent virtual corpora and queries
101
102# version 0.70
103
104- Support token array in matchinfo (fixes #570; diewald)
105- Updated VC list API and deprecated owner VC list (addressed #580)
106- Added user info web-service (solved #566)
107- Implemented configurable resource filters for search and match
108 info APIs (#539)
109- Added getting username from LDAP (#568)
110- Disabled LDAP auth provider and token API in the auth filter (#587)
111- Added LDAP log for users without idsC2Profile
112- Fixed log4j2 properties.
113
114
115# version 0.69.3
116
117- Moved the service path of VC admin services to admin/vc (closed #543)
118- Added an admin service to load and cache system vc (solved #268)
119- Move oauth2 admin service path (closed #544)
120- Excluded admin service to load-cache VC from the test suite
121- Fixed refresh token expiry test
122- Fixed scope check in OAuth2 token request with refresh token
123
124# version 0.69.2
125
1262022-12-05
127- Upgrade version for E2E-simplified Docker images (diewald)
1282023-01-27
129- Updated client info API (replaced user authorization requirement with super
130 client authentication)
1312023-01-30
132- Made scope param required in authorization request (solved #508)
1332023-01-31
134- Allowed OAuth2 clients to use localhost as redirect URIs.
1352023-02-03
136- Fixed content-type in error responses by changing it to application/json
1372023-02-06
138- Allow admin access using admin token for the clean token API
1392023-02-10
140- Use admin filter instead of OAuth2 ADMIN scope
141- Added a plugin test.
1422023-02-15
143- Moved user-group retrieval API to UserGroupAdminController
144 and changed the service path URL of UserGroupAdminController.
1452023-02-20
146- Deprecate API token (JWT) web-service
147- Fixed Slf4J binding
1482023-02-28
149- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1502023-03-06
151- Fixed testing refresh token expiry.
152
153
154# version 0.69.1
155
156- Upgrade version for docker including indexer (diewald)
157
158
159# version 0.69
160
161 - Migrated to Java 11 and Jersey 2
162 - Updated dependencies
163 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
164
165
166# version 0.68
167
1682022-05-25
169 - Added a new API: list plugins (e.g for marketplace)
170 - Added redirect URI validation in authorization request (addressed #374)
171 - Handled user-defined refresh token expiry (added in client info and
172 list API response)
173 - Added installed_plugins table
174 - Added a new API: install plugin
175 - Handled redundant plugin installation
176 - Handled super client id in plugin installation
177 - Deprecated UserClientDto and uses ClientinfoDto instead
178 - Updated redirect URI error message for coherence
1792022-05-27
180 - Added maximum limit to custom refresh token expiry
1812022-06-01
182 - Added new APIs: list user-installed plugins and uninstall plugin.
183 - Moved install and list plugin APIs to PluginController and updated their
184 service paths under /plugins.
1852022-06-03
186 - Implemented searching option using a network endpoint
187 - Implemented initial super client registration for user authentication.
188 - Fixed admin clean token API and restrict plugins to confidential only.
189
190
191
192# version 0.67.1
193
1942022-05-12
195 - Implemented mapping of LDAP username to email
196 - Handled null parameters in authorization requests
1972022-05-25
198 - Fixed null client_id
199 - Updated ldap.config path in the kustvakt-test.conf
200
201
202# version 0.67
203
2042022-05-09
205 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
206 - An embedded LDAP server can now be started automatically if configured accordingly.
2072022-05-11
208 - Changed the SQL script updating oauth2_client table
209
210
211# version 0.66
212
2132022-03-31
214 - Updated query and user-group name pattern.
2152022-04-08
216 - Added redirect_uri to client info API.
2172022-04-11
218 - Added registration_date, refresh_token_expiry, source and is_permitted
219 to the oauth2_client database table, and updated the OAuth2 client
220 registration mechanism.
221 - Added authorization request with GET and deprecated that with POST.
2222022-04-13
223 - Updated OAuth2Client list API (added redirect_uri, registration_date,
224 permitted, source to OAuth2UserClientDto).
2252022-04-20
226 - Updated authorization error response. (Included error and error
227 description in the client redirect URI except for missing or
228 invalid client id or redirect URI.
229
230
231# version 0.65.2
232
2332022-03-03
234 - Removed VCLoader.
235 - Added foreign keys to the DB tables of access and refresh token scopes.
2362022-03-07
237 - Added more parameter checks and OAuth2Client web-service tests.
2382022-03-17
239 - Updated admin filter by using admin token and role checks.
2402022-03-18
241 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2422022-03-28
243 - Updated admin filter (admintoken as a form param) and uses
244 it for the closing index reader API.
245 - Removed unused admin API: clear access token cache.
2462022-03-29
247 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
248
249# version 0.65.1
250
2512022-03-01
252 - Restricts the field retrieval web-service to admin only.
253
254# version 0.65
255
256!!! includes security updates - please update all Kustvakt libraries
257!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
258
2592021-12-02
260 - Updated VC cache.
2612021-12-03
262 - Enabled listing system vc for authorized users.
2632021-12-08
264 - Removed koralQuery and statistics from VC list.
265 - Added a web-service to retrieve KoralQuery of a VC
2662021-12-10
267 - [security] Updated log4j libs due to CVE-2021-44228.
2682021-12-13
269 - Fixed broken test suite.
2702022-01-03
271 - [security] More log4j security updates
272 - Bumped unboundid-ldapsdk
273 - Updated tests.
2742022-01-25
275 - Added show-tokens option to the search API.
2762022-01-31
277 - Added an API retrieving fields of a virtual corpus.
278
279# version 0.64.1
280
2812021-10-26
282 - Bump Kustvakt and Krill versions.
283
284
285# version 0.64
2862021-07-29
287 - Updated the change files and made a new version.
2882021-08-12
289 - Fixed errors due to missing query type and added tests.
2902021-08-13
291 - Fixed missing request entity.
292 - Updated the query service to enable editing query references.
2932021-08-16
294 - Fixed creator param when storing query or VC by admins for
295 the system or other users.
296
297# version 0.63.2
2982021-06-11
299 - Updated OAuth2 token length & secure random algorithm config.
300 - Added character set filter to random code generator, e.g. for client_id.
3012021-06-14
302 - Updated roleId and super client parameters.
3032021-06-24
304 - Fixed broken test.
3052021-07-22
306 - Updated cache settings and some loggings.
3072021-07-26
308 - Replaced annotation parsing with restoring the annotation tables to the
309database.
310 - Moved cache config to the full config.
311
312# version 0.63.1
3132021-02-22
314 - Updated libraries (margaretha)
315 - Renamed virtual corpus to query (margaretha)
3162021-02-26
317 - Added query access roles and fixed vc access roles (margaretha)
318 - Added delete query webservice and tests (margaretha)
3192021-03-25
320 - Updated Koral version for Info Controller (margaretha)
321 - Updated OAuth2 token list with token type and user clientId
322parameters (margaretha)
3232021-03-29
324 - Added client type in the client list web-service. Resolved #58 (margaretha)
3252021-04-19
326 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3272021-04-26
328 - Updated OAuth2 Client list (margaretha)
3292021-04-30
330 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
331 - Updated OAuth2 API responses for coherence (margaretha)
3322021-06-07
333 - Updated OAuth2 client dto (margaretha)
334
335# version 0.63
33626/10/2020
337 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
33829/10/2020
339 - Introduction of a query reference rewrite mechanism (diewald)
34030/10/2020
341 - Added database methods for storing query references (diewald)
34204/12/2020
343 - Fix hibernate dialect for SQLite. (margaretha)
34404/12/2020
345 - Fix pipe warning. (margaretha)
34614/01/2021
347 - Updated Flyway (margaretha)
34821/01/2021
349 - Fixed running pipe and updated tests with mockserver (margaretha)
35001/02/2021
351 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
35205/02/2021
353 - Add query reference web-service (diewald,margaretha)
35410/02/2021
355 - Fixed problem with multiple desktop apps (diewald, margaretha)
35612/02/2021
357 - Added listing available queries for users (margaretha)
35817/02/2021
359 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
360 - Added query and query language in virtual corpus table (margaretha)
36118/02/2021
362 - Set corpus access public for stored query (margaretha)
36319/02/2021
364 - Enabled API info web-service (margaretha)
365
366
367# version 0.62.4
36824/01/2020
369 - Removed salt from config and updated config files (margaretha)
37003/02/2020
371 - Added an admin API for clearing access token cache (margaretha)
37205/02/2020
373 - Added a config properties for a long-time access token expiry
374 and excluded refresh tokens for public clients in OAuth2 token
375 responses (margaretha)
376 - Removed client authentication from the client deregistration and
377 client-secret reset APIs (margaretha)
37804/03/2020
379 - Updated the sample index (diewald)
380
381# version 0.62.3
38203/12/2019
383 - Implemented pipe extension in the search API (margaretha)
38411/12/2019
385 - Added errors when requesting VC in caching process (margaretha,
386 resolved #47)
38712/12/2019
388 - Added support for multiple cq parameters (margaretha, resolved #46)
38913/12/2019
390 - Handled pipe errors and added tests (margaretha)
39119/12/2019
392 - Updated create update user-group API (margaretha)
39320/12/2019
394 - Removed transactional annotations from simple select queries (margaretha)
395 - Updated free resource controller (margaretha)
39615/01-2020
397 - Added additional statistic figures to virtual corpus info API
398 response (margaretha)
399
400# version 0.62.2
40117/10/2019
402 - Handled vulnerability CVE-2019-17195. (margaretha)
4038/11/2019
404 - Added user-group name pattern (margaretha, issue #33)
40511/11/2019
406 - Updated user group service paths and replaced groupId with groupName
407 (margaretha, resolved #33)
40812/11/2019
409 - Removed UserGroupJson & updated listUserGroups and createUserGroup
410 services (margaretha)
411 - Added prefixes to username and groupname parameters in service paths
412 (margaretha, resolved #35)
41313/11/2019
414 - Added tests for issue #43 (margaretha)
41514/11/2019
416 - Added client description and URL to list-authorized-clients service
417 (margaretha, close #53)
418 - Implemented a service to list clients registered by a user (margaretha,
419 close #52)
420 - Added a check for OAuth2 client, VC, and group name length (margaretha)
42115/11/2019
422 - Merged list authorized client and list registered client services
423 (margaretha)
42421/11/2019
425 - Added a service to list active refresh tokens of a user (margaretha)
426 - Added username filtering to token revocation service via super client
427 (margaretha)
42826/11/2019
429 - Added a service to revoke a single refresh token via super client
430 (margaretha)
431
432# version 0.62.1
43308/07/2019
434 - Added tests for public metadata response in search api (margaretha,
435 issue #43)
436 - Disabled some tests of unused/disabled web-services (margaretha)
43707/08/2019
438 - Fixed missing scopes after requesting access token with refresh token
439 (margaretha)
440 - Fixed post requests with status OK and empty body (margaretha)
44107/08/2019
442 - Added users to hidden group when searching in a published VC (margaretha,
443 resolved #40)
44415/08/2019
445 - Updated the response statuses of VC PUT requests (margaretha)
446
447# version 0.62
44828/02/2019
449 - Removed old VC controllers and updated tests (margaretha, issue #34)
450 - Updated VC access controllers (margaretha)
45119/03/2019
452 - Added close index controller (margaretha)
45311/04/2019
454 - Fixed unknown authentication scheme, missing VC entity, and parameter
455 checker (margaretha)
456 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
457 unique group name and unknown VC access (margaretha)
45827/06/2019
459 - Handled LDAP errors, fixed #45 (margaretha)
46003/07/2019
461 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
462 - Changed the response media-type of authentication controllers (margaretha)
463 - Fixed bugs: allow guest to retrieve system VC,
464 remove VC from cache when it is deleted (margaretha)
46504/07/2019
466 - Updated VC name pattern and tests (margaretha)
467
468# version 0.61.6
46904/02/2019
470 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
471 - Updated client deregistration behavior (margaretha)
47205/02/2019
473 - Added delete-group-by-name controller (margaretha)
474 - Added unique index to group name (margaretha)
47506/02/2019
476 - Updated a user setting test using array for multiple values (margaretha)
477 - Added metadata controller tests (margaretha)
47818/02/2019
479 - Fixed tests (margaretha)
480 - Updated handling errors from Koral (margaretha)
48119/02/2019
482 - Added fields to metadata controller (margaretha, issue #39)
483
484# version 0.61.5
48517/12/2018
486 - Added a search timeout test (margaretha)
48718/12/2018
488 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
48908/01/2019
490 - Improved predefined vc caching (issue #28, margaretha)
49109/01/2019
492 - Added comments (margaretha)
493 - Updated code structure (margaretha)
49411/01/2019
495 - Degraded API version to 1.0 (margaretha)
496 - Added OAuth2 client info tests (margaretha)
49714/01/2019
498 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
49916/01/2019
500 - Added a PUT request for both creating and editing vc (margaretha)
501 - Added aliases to some VC controllers (margaretha)
502 - Merged VC access list controllers (margaretha)
50321/01/2019
504 - Removed codes related to user registration & password management (margaretha)
50522/01/2019
506 - Added create, edit, retrieve user default setting controllers (margaretha)
50722/01/2019
508 - Updated default setting controllers & added tests (margaretha)
509 - Added delete key in setting controllers (margaretha)
51023/01/2019
511 - Added default setting key validation (margaretha)
512 - Fixed UserdataTest (margaretha)
51324/01/2019
514 - Added default setting key validation & fixed UserdataTest (margaretha)
51525/01/2019
516 - Added VC reference and MapUtil tests (margaretha)
51728/01/2019
518 - Fixed username verification in DefaultSettingService (margaretha)
519 - Added foundry rewrite with user default setting (margaretha)
520 - Added default foundry for morphology layer (margaretha)
52129/01/2019
522 - Fixed share VC type (margaretha)
523 - Added delete setting controller (margaretha)
524 - Handled "no resource found" cases (margaretha, issue #37)
52530/01/2019
526 - Added server shutdown description in readme (margaretha)
527
528# version 0.61.4
52914/11/2018
530 - Integrated lite and full services and controllers in core (margaretha)
53121/11/2018
532 - Updated OAuth2 refresh token request to create a new refresh token and
533 revoke the old one per request (margaretha)
53428/11/2018
535 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
536 - Handled storing cached VC with VC reference (margaretha)
53729/11/2018
538 - Added a controller for listing user clients having active refresh tokens
539 (margaretha)
5406/12/2018
541 - Added debug flags to mitigate log4j debugging performance (margaretha)
542 - Fixed KoralNode at() method (margaretha)
54311/12/2018
544 - Implemented revoking all tokens of a user client via a super client
545 (margaretha)
546 - Removed document controllers and KustvaktResource (margaretha)
547 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
548
549
550# version 0.61.3
55117/10/2018
552 - Updated NamedVCLoader to be optional (margaretha)
553 - Updated annotation tables & implemented key-value structure (margaretha)
554 - Added annotation parser for annotation data from kalamar (margaretha)
555 - Implemented parsing free resource info from json (margaretha)
55622/10/2018
557 - Updated jetty, spring and hibernate versions (margaretha)
558 - Fixed the order of annotation keys and values, and added tests (margaretha)
559 - Fixed resource DAO & added tests (margaretha)
56024/10/2018
561 - Fixed query serialization service (margaretha)
562 - Added "highlights" parameter to matchInfo controller (margaretha)
563 - Added "fields" parameter to search controllers (margaretha)
564 - Integrated lite controllers, services and tests in full version (margaretha)
56529/10/2018
566 - Moved javax.servlet-api to core (margaretha)
56707/11/2018
568 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
56913/11/2018
570 - Added Shutdown handler to Jetty server (margaretha)
571 - Fixed storing VC order in NamedVCLoader (margaretha)
572
573# version 0.61.2
57412/09/2018
575 - Added various log4j2 configurations (margaretha)
57613/09/2018
577 - Implemented VirtualCorpusRewrite (margaretha)
57814/09/2018
579 - Fixed SpringJerseyTest ApplicationContext (margaretha)
580 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
581 - Enabled VCReferenceTest in maven test suite (margaretha)
58218/09/2018
583 - Handled unique constraints / inserting duplicate items to DB (margaretha)
584 - Added a controller for editing user group member roles (margaretha)
58519/09/2018
586 - Fixed cached-VC ref with username (margaretha)
587
588# version 0.61.1
58928/08/2018
590 - Added API URL versioning (margaretha)
591 - Deactivated IdRewrite (margaretha)
592 - Fixed kustvakt controller (margaretha)
59330/08/2018
594 - Fixed root packages & added api version properties in kustvakt.conf
595 (margaretha)
596 - Fixed versioning in SearchController (margaretha)
597 - Added API versioning tests (margaretha)
598
599# version 0.61.0
600
60102/08/2018
602 - Added VC reference tests (margaretha)
603 - Implemented loading and caching named VCs (margaretha)
60403/08/2018
605 - Implemented OAuth2 revoke token (margaretha)
606 - Updated OAuth2 refresh token implementation (margaretha)
60714/08/2018
608 - Implemented revoke all OAuth2 access tokens and authorization codes of
609 client users when deregistering/deleting a client (margaretha)
610 - Fixed update OAuth2 access token (margaretha)
611 - Implemented reset client secret (margaretha)
612 - Fixed revoking latest access token when refreshing OAuth2 access token
613 (margaretha)
61415/08/2018
615 - Implemented OAuth2 client info controller (margaretha)
616 - Implemented update OAuth2 client privilege controller for admins
617 (margaretha)
618 - Implemented unlimited authorization scope for super clients with OAuth2
619 password grant (margaretha)
620 - Marked native clients implementation to deprecated in favour of super
621 clients (margaretha)
622 - Enabled using Bearer tokens as user authentication tokens (Authorization
623 header value) for many controllers including OAuth2 controllers (margaretha)
62416/08/2018
625 - Implemented degrading super clients (margaretha)
626 - Improved and added OAuth2 tests (margaretha)
62721/08/2018
628 - Added VC name pattern check (margaretha)
62922/08/2018
630 - Implemented loading VC from gz files (margaretha)
631 - Updated OAuth2 authorization codes' & access tokens' expiry check
632 (margaretha)
63323/08/2018
634 - Updated RefreshToken implementations with separate DB tables (margaretha)
635 - Allows multiple access tokens per refresh token (margaretha)
63627/08/2018
637 - Added statistic with VC reference tests (margaretha)
638 - Fixed OAuth2 SQL files (margaretha)
63928/08/2018
640 - Added c3p0 datasource configuration to Spring default-config-xml
641 (margaretha)
642 - Added running Kustvakt server with custom spring config in the readme
643 (margaretha)
644 - Removed old OAuth2 codes (margaretha)
645 - Moved non-config test codes to misc (margaretha)
646
647
648# version 0.60.5
649
65009/07/2018
651 - Added service layer to the search controller (margaretha)
652 - Added OAuth2 scope checking in search and VC controllers (margaretha)
653 - Added handling OAuth2 bearer token for VC access and User group
654 controllers (margaretha)
655 - Added default scope to password grant (margaretha)
65610/07/2018
657 - Made createBasicAuthorizationHeaderValue static (margaretha)
658 - Added store access token in openID token service (margaretha)
659 - Fixed empty scope in openID authorization and token service (margaretha)
660 - Implemented storing authorization code in cache (margaretha)
66111/07/2018
662 - Fixed authentication time in authentication controller (margaretha)
663 - Added OAuth2 access token tests (margaretha)
66412/07/2018
665 - Updated maven surefire setting for faster test suite runtime (margaretha)
666 - Implemented refreshing OAuth2 access token (margaretha)
66726/07/2018
668 - Fixed issue #27 (margaretha)
66902/08/2018s
670 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
671
672
673# version 0.60.4
674
67505/07/2018
676 - implemented OAuth2 authorization code request with OpenID Authentication
677 (margaretha)
678 - enabled OAuth2 authorization without OpenID authentication using Nimbus
679 library (margaretha)
680 - implemented response handler for OpenID authentication errors in authorization
681 requests (margaretha)
682 - added tests regarding OpenID authentication in authorization requests
683 (margaretha)
684 - implemented OAuth2 authorization error response via redirect URI instead of
685 JSON (margaretha)
686 - added state to OAuth2 authorization error response (margaretha)
687 - implemented OpenID token service for authorization code flow (margaretha)
688 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
689 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
690 keys (margaretha)
691 - implemented OpenId configuration (margaretha)
692 - added authentication time and support for auth_time in id_token (margaretha)
693 - implemented support for nonce and max_age parameters in OpenID authentication
694 (margaretha)
695 - implemented OAuth2 token request with password grant using Nimbus library
696 (margaretha)
697 - updated redirect URI validator (margaretha)
698 - updated client registration requirement to allow desktop applications
699 (margaretha)
700 - fixed RSA key configuration (margaretha)
701 - merged OAuth2 client deregistration controllers (margaretha)
702 - fixed OAuth2 client unique URL-hashcode (margaretha)
703 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
704 - Added support for unrestricted corpus statistics (ndiewald)
705 - updated paths of user-group deletion-controllers (margaretha)
706 - Do not pass broken queries to Krill (diewald)
707 - added OAuth2 token request with client authentication via Authorization
708 header (margaretha)
709 - added port checking in test suite (margaretha)
710
711# version 0.60.3
712
71306/06/2018
714 - improved user authentication by using authentication filter for authorization
715 code request (margaretha)
716 - limited client authentication to client id checking in authorization code
717 request (margaretha)
718 - added user_id in the oauth2_access_token database table (margaretha)
719 - implemented OAuth2Authentication provider for token context management
720 (margaretha)
721 - added parameter checking for authorization DAO (margaretha)
722 - added controller tests using OAuth2 access token (margaretha)
723 - added database tables for MySQL (margaretha)
724 - updated JWT library and related codes (margaretha)
725
726# version 0.60.2
727
72803/05/2018
729 - implemented OAuth2 client registration (margaretha)
730 - implemented OAuth2 client authentication (margaretha)
731 - changed virtual corpus search to retrieval (margaretha)
732 - implemented public client deregistration task (margaretha)
733 - added client registration and deregistration tests (margaretha)
734 - implemented confidential client deregistration task (margaretha)
735 - fixed storing client secret (margaretha)
736 - implemented OAuth2 response handler (margaretha)
737 - implemented OAuth2 request access token with client credentials grant
738 (margaretha)
739 - implemented OAuth2 request access token with resource owner password grant
740 (margaretha)
741 - implemented OAuth2 authorization code request (margaretha)
742 - added OAuth2 error codes (margaretha)
743 - added OAuth2 authorization, scope and access token tables for SQLite
744 (margaretha)
745 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
746 - implemented OAuth2 request access token with authorization code grant
747 (margaretha)
748 - added setting default scopes in the config file (margaretha)
749 - fixed loading spring config multiple times in the test suite (margaretha)
750 - added SQLite created_date trigger for access token (margaretha)
751 - added a join table for access token scopes (margaretha)
752 - added access scopes handling (margaretha)
753 - added tests about request token with authorization code (margaretha)
754
755# version 0.60.1
756
75728/03/2018
758 - added admin-related SQL codes (margaretha)
759 - updated AdminDao (margaretha)
760 - added optional username query parameter to group list controller (margaretha)
761 - fixed non hierarchical URI of kustvakt conf files (margaretha)
762 - added delete group member triggers (margaretha)
763 - added list user-group by username and status for system admin (margaretha)
764 - added user-group status in user-group DTO (margaretha)
765 - added check for hidden groups in user-group tests (margaretha)
766 - added database trigger test on deleting members when deleting group
767 (margaretha)
768 - renamed VC type PREDEFINED to SYSTEM (margaretha)
769 - added VC list controller for system admin (margaretha)
770 - added VC controller tests with for system admin (margaretha)
771 - added hidden access removal when deleting published VC (margaretha)
772 - added check for hidden groups in VC controller tests (margaretha)
773 - added search user-group controller (margaretha)
774 - removed createdBy from VirtualCorpusJson (margaretha)
775 - moved member role setting from the invitation phase to the after-subscription
776 phase (margaretha)
777 - added member role removal after deleting members (margaretha)
778 - added add and delete member role controllers (margaretha)
779
780# version 0.60
781
78214/03/2018
783 - set up mail settings using localhost port 25 (margaretha)
784 - added mail template in kustvakt configuration (margaretha)
785 - added mail settings to readme (margaretha)
786 - disabled email notification for auto group (margaretha)
787 - added metadata retrieval (diewald)
788 - enabled custom implementation for email address retrieval (margaretha)
789 - removed old policy and deprecated code (margaretha)
790 - moved authentication related code to /full (margaretha)
791 - added userRoles attribute to UserGroupDto. (margaretha)
792 - fixed sqlite trigger (margaretha)
793 - fixed member exist error message (margaretha)
794 - fixed member invitation to join deleted group (margaretha)
795 - added checking deleted group (margaretha)
796
797# version 0.59.10
798
79920/02/2018
800 - added sort VC by id (margaretha)
801 - added test cases regarding VC sharing (margaretha)
802 - implemented withdraw VC from publication (margaretha)
803 - added Changes file (margaretha)
804 - implemented add/invite users to group (margaretha)
805 - implemented delete user-group and member tasks (margaretha)
806 - added userMemberStatus in group lists (margaretha)
807 - updated and added SQL test data (margaretha)
808 - added user group related tests (margaretha)
809 - implemented custom configuration for deleting user groups and members (margaretha)
810 - updated library versions and java environment (margaretha)
811 - added expiration time check for member invitation (margaretha)
812 - moved .properties files (margaretha)
813 - merged changelog file to Changes (margaretha)
814 - updated status codes and error messages to be more detailed (margaretha)
815 - testing mail implementation using embedded jetty jndi (margaretha)
816 - fixed collection rewrite regarding OR operation with other fields
817 (margaretha)
818 - implemented sending mail using spring injection and removed jetty jndi
819 (margaretha)
820 - fixed unrecognized application/json (margaretha)
821 - fixed and updated velocity template (margaretha)
822
823# version 0.59.9
824
82519/01/2018
826 - restructured basic authentication (margaretha)
827 - fixed AuthenticationException to include authentication scheme (margaretha)
828 - fixed rewrite redundancy in collection rewrite (margaretha)
829 - fixed foundry rewrite for constituents (margaretha)
830 - introduced authentication methods, schemes and tokens (margaretha)
831 - implemented collection rewrite with multiple licenses (margaretha)
832 - fixed foundry rewrite for korap span without wrap node (margaretha)
833 - implemented list user group (margaretha)
834 - implemented delete VC task (margaretha)
835 - implemented create user-group, subscribe to user-groups, unsubscribe to
836 user-groups tasks(margaretha)
837 - fixed handling JSON mapping exception for missing enums (margaretha)
838 - implemented list VC task (margaretha)
839 - added KoralQuery in VC lists (margaretha)
840 - implemented edit VC task (margaretha)
841 - implemented publish VC task (margaretha)
842 - implemented share VC task (margaretha)
843 - implemented list only owned VC task (margaretha)
844 - implemented list VC access task (margaretha)
845 - implemented search VC by id task (margaretha)
846 - implemented delete VC access (margaretha)
847 - implemented search for project VC (margaretha)
848 - added search VC related tests (margaretha)
849 - removed PredefinedUserGroup.ALL and related codes (margaretha)
850 - implemented search for published VC (margaretha)
851
852# version 0.59.8
853
85421/09/2017
855 - restructured statistics service (margaretha)
856 - removed deprecated loader codes and tests (margaretha)
857 - removed old Spring java configurations (margaretha)
858 - implemented entity classes for the new database (margaretha)
859 - added MySQL codes regarding VC and for testing (margaretha)
860 - added dao methods regarding VC (margaretha)
861 - added similar SQL codes (to MySQL) for sqlite (margaretha)
862 - added dao methods regarding user groups (margaretha)
863 - restructured web-service codes into controller and logic/business-service
864 (margaretha)
865 - implemented user role and privilege, and added tests (margaretha)
866 - prepared test suite using new database (margaretha)
867 - implemented UserGroupDao and tests (margaretha)
868 - fixed missing exceptions in JsonUtils (margaretha)
869 - restructured web filters and authentication codes (margaretha)
870 - implemented create/store VC (margaretha)
871 - fixed collection rewrite bug regarding availability with operation or
872 (margaretha)
873
874# version 0.59.7
875
87613/10/2016
877 - MOD: updated search to use new siglen (diewald)
878 - MOD: fixed matchinfo retrieval in light service (diewald)
879
88005/05/2015
881 - ADD: rest test suite for user service (hanl)
882 - MOD: setup parameter modification (hanl)
883 - ADD: oauth2 client unique constraint (hanl)