blob: b913824023a4e270b927da86daa702ad55650c0a [file] [log] [blame]
margaretha28a53d12024-02-20 12:57:38 +01001# version 0.73
margarethafbfe2872024-01-04 23:29:28 +01002
margarethab06377e2024-01-30 11:06:35 +01003- Moved the content of the full folder to the root folder
4- Removed Piwik
5- Removed unused libraries
6- Cleaned up spring configs
7- Updated Krill and Koral with new groupIds
8- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +01009- Updated search Krill and removed Lucene
10- Updated readme
margarethab06377e2024-01-30 11:06:35 +010011
12# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010013
14- Replaced javax.ws to jakarta.ws namespace (#648)
15- Upgrading Jersey 2.40 to 3.x (#646)
16- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
17- Replaced javax.persistence with jakarta.persistence (#648)
18- Migrate Hibernate 5 to 6 (#649)
19- Fix missing placeholders
20- Fixed conflicting jackson-jarxrs
21- Fixed conflicting commons-logging and spring jcl
22- Replaced javax.servlet with jakarta.servlet (#648)
23- Updated authorization services using Nimbus (#650)
24- Fixed BlockingFilter by replacing javax.annotation.Priority
25 with jakarta.annotation.Priority (#659, #648)
26- Replaced javax.annotation with jakarta.annotation
27- Enabled legacy support for authorization POST request
28- Changed OAuth2 token request using Nimbus (#650)
29- Removed Apache Oltu API from token requests (#650)
30- Removed OpenID
31- Fixed clearing cache
32- Fix JettyServerTest, init package, and some java docs.
33- Make scope extraction more flexible.
34- Updated token response using Nimbus (#650)
35- Remove Oltu request and validator implementations (#650)
36- Updated OAuth2 response handler (#650)
37- Fixed ShutdownHandler (fixed #708)
38- Fixed issues with multi-release jar (#706, #708)
39
40
41# version 0.71.1
42
43- Removed auditing (#611)
44- Removed old database configurations (#612)
45- Removed old tests
46- Removed unnecessary caches and methods in the authentication interface
47- Added total result cache (#599)
48- Fixed missing project.version in info web-service
49- Make sure totalResults and other numeric results are numbers (Kupietz)
50- Introduce CQP query language in Koral 0.41
51- Changed DB connection (fixed #670)
52- Resolved duplicate libraries
53- Fixed testing expiry access token
54- Fix lombok compile warning
55- Ensure the order of clean token tests.
56
57# version 0.71
58
59- Renamed entity and service packages in core
60- Renamed web.controller package in core
61- Moved SearchNetworkEndpoint to core.service package
62- Merged lite into full
63- Merged core into full
64
65
66# version 0.70.1
67
68- Added data folder containing super_client_info and database
69 for mounting into docker
70- Added an error for missing redirect uri in a token request
71 when it has been included in the authorization request.
72- Added tests for VC sharing and for OAuth2 client using VC services
73- Added and updated VC controller tests
74- Moved hibernate.properties
75- Added maximum number of user persistent virtual corpora and queries
76
77# version 0.70
78
79- Support token array in matchinfo (fixes #570; diewald)
80- Updated VC list API and deprecated owner VC list (addressed #580)
81- Added user info web-service (solved #566)
82- Implemented configurable resource filters for search and match
83 info APIs (#539)
84- Added getting username from LDAP (#568)
85- Disabled LDAP auth provider and token API in the auth filter (#587)
86- Added LDAP log for users without idsC2Profile
87- Fixed log4j2 properties.
88
89
90# version 0.69.3
91
92- Moved the service path of VC admin services to admin/vc (closed #543)
93- Added an admin service to load and cache system vc (solved #268)
94- Move oauth2 admin service path (closed #544)
95- Excluded admin service to load-cache VC from the test suite
96- Fixed refresh token expiry test
97- Fixed scope check in OAuth2 token request with refresh token
98
99# version 0.69.2
100
1012022-12-05
102- Upgrade version for E2E-simplified Docker images (diewald)
1032023-01-27
104- Updated client info API (replaced user authorization requirement with super
105 client authentication)
1062023-01-30
107- Made scope param required in authorization request (solved #508)
1082023-01-31
109- Allowed OAuth2 clients to use localhost as redirect URIs.
1102023-02-03
111- Fixed content-type in error responses by changing it to application/json
1122023-02-06
113- Allow admin access using admin token for the clean token API
1142023-02-10
115- Use admin filter instead of OAuth2 ADMIN scope
116- Added a plugin test.
1172023-02-15
118- Moved user-group retrieval API to UserGroupAdminController
119 and changed the service path URL of UserGroupAdminController.
1202023-02-20
121- Deprecate API token (JWT) web-service
122- Fixed Slf4J binding
1232023-02-28
124- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1252023-03-06
126- Fixed testing refresh token expiry.
127
128
129# version 0.69.1
130
131- Upgrade version for docker including indexer (diewald)
132
133
134# version 0.69
135
136 - Migrated to Java 11 and Jersey 2
137 - Updated dependencies
138 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
139
140
141# version 0.68
142
1432022-05-25
144 - Added a new API: list plugins (e.g for marketplace)
145 - Added redirect URI validation in authorization request (addressed #374)
146 - Handled user-defined refresh token expiry (added in client info and
147 list API response)
148 - Added installed_plugins table
149 - Added a new API: install plugin
150 - Handled redundant plugin installation
151 - Handled super client id in plugin installation
152 - Deprecated UserClientDto and uses ClientinfoDto instead
153 - Updated redirect URI error message for coherence
1542022-05-27
155 - Added maximum limit to custom refresh token expiry
1562022-06-01
157 - Added new APIs: list user-installed plugins and uninstall plugin.
158 - Moved install and list plugin APIs to PluginController and updated their
159 service paths under /plugins.
1602022-06-03
161 - Implemented searching option using a network endpoint
162 - Implemented initial super client registration for user authentication.
163 - Fixed admin clean token API and restrict plugins to confidential only.
164
165
166
167# version 0.67.1
168
1692022-05-12
170 - Implemented mapping of LDAP username to email
171 - Handled null parameters in authorization requests
1722022-05-25
173 - Fixed null client_id
174 - Updated ldap.config path in the kustvakt-test.conf
175
176
177# version 0.67
178
1792022-05-09
180 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
181 - An embedded LDAP server can now be started automatically if configured accordingly.
1822022-05-11
183 - Changed the SQL script updating oauth2_client table
184
185
186# version 0.66
187
1882022-03-31
189 - Updated query and user-group name pattern.
1902022-04-08
191 - Added redirect_uri to client info API.
1922022-04-11
193 - Added registration_date, refresh_token_expiry, source and is_permitted
194 to the oauth2_client database table, and updated the OAuth2 client
195 registration mechanism.
196 - Added authorization request with GET and deprecated that with POST.
1972022-04-13
198 - Updated OAuth2Client list API (added redirect_uri, registration_date,
199 permitted, source to OAuth2UserClientDto).
2002022-04-20
201 - Updated authorization error response. (Included error and error
202 description in the client redirect URI except for missing or
203 invalid client id or redirect URI.
204
205
206# version 0.65.2
207
2082022-03-03
209 - Removed VCLoader.
210 - Added foreign keys to the DB tables of access and refresh token scopes.
2112022-03-07
212 - Added more parameter checks and OAuth2Client web-service tests.
2132022-03-17
214 - Updated admin filter by using admin token and role checks.
2152022-03-18
216 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2172022-03-28
218 - Updated admin filter (admintoken as a form param) and uses
219 it for the closing index reader API.
220 - Removed unused admin API: clear access token cache.
2212022-03-29
222 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
223
224# version 0.65.1
225
2262022-03-01
227 - Restricts the field retrieval web-service to admin only.
228
229# version 0.65
230
231!!! includes security updates - please update all Kustvakt libraries
232!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
233
2342021-12-02
235 - Updated VC cache.
2362021-12-03
237 - Enabled listing system vc for authorized users.
2382021-12-08
239 - Removed koralQuery and statistics from VC list.
240 - Added a web-service to retrieve KoralQuery of a VC
2412021-12-10
242 - [security] Updated log4j libs due to CVE-2021-44228.
2432021-12-13
244 - Fixed broken test suite.
2452022-01-03
246 - [security] More log4j security updates
247 - Bumped unboundid-ldapsdk
248 - Updated tests.
2492022-01-25
250 - Added show-tokens option to the search API.
2512022-01-31
252 - Added an API retrieving fields of a virtual corpus.
253
254# version 0.64.1
255
2562021-10-26
257 - Bump Kustvakt and Krill versions.
258
259
260# version 0.64
2612021-07-29
262 - Updated the change files and made a new version.
2632021-08-12
264 - Fixed errors due to missing query type and added tests.
2652021-08-13
266 - Fixed missing request entity.
267 - Updated the query service to enable editing query references.
2682021-08-16
269 - Fixed creator param when storing query or VC by admins for
270 the system or other users.
271
272# version 0.63.2
2732021-06-11
274 - Updated OAuth2 token length & secure random algorithm config.
275 - Added character set filter to random code generator, e.g. for client_id.
2762021-06-14
277 - Updated roleId and super client parameters.
2782021-06-24
279 - Fixed broken test.
2802021-07-22
281 - Updated cache settings and some loggings.
2822021-07-26
283 - Replaced annotation parsing with restoring the annotation tables to the
284database.
285 - Moved cache config to the full config.
286
287# version 0.63.1
2882021-02-22
289 - Updated libraries (margaretha)
290 - Renamed virtual corpus to query (margaretha)
2912021-02-26
292 - Added query access roles and fixed vc access roles (margaretha)
293 - Added delete query webservice and tests (margaretha)
2942021-03-25
295 - Updated Koral version for Info Controller (margaretha)
296 - Updated OAuth2 token list with token type and user clientId
297parameters (margaretha)
2982021-03-29
299 - Added client type in the client list web-service. Resolved #58 (margaretha)
3002021-04-19
301 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3022021-04-26
303 - Updated OAuth2 Client list (margaretha)
3042021-04-30
305 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
306 - Updated OAuth2 API responses for coherence (margaretha)
3072021-06-07
308 - Updated OAuth2 client dto (margaretha)
309
310# version 0.63
31126/10/2020
312 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
31329/10/2020
314 - Introduction of a query reference rewrite mechanism (diewald)
31530/10/2020
316 - Added database methods for storing query references (diewald)
31704/12/2020
318 - Fix hibernate dialect for SQLite. (margaretha)
31904/12/2020
320 - Fix pipe warning. (margaretha)
32114/01/2021
322 - Updated Flyway (margaretha)
32321/01/2021
324 - Fixed running pipe and updated tests with mockserver (margaretha)
32501/02/2021
326 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
32705/02/2021
328 - Add query reference web-service (diewald,margaretha)
32910/02/2021
330 - Fixed problem with multiple desktop apps (diewald, margaretha)
33112/02/2021
332 - Added listing available queries for users (margaretha)
33317/02/2021
334 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
335 - Added query and query language in virtual corpus table (margaretha)
33618/02/2021
337 - Set corpus access public for stored query (margaretha)
33819/02/2021
339 - Enabled API info web-service (margaretha)
340
341
342# version 0.62.4
34324/01/2020
344 - Removed salt from config and updated config files (margaretha)
34503/02/2020
346 - Added an admin API for clearing access token cache (margaretha)
34705/02/2020
348 - Added a config properties for a long-time access token expiry
349 and excluded refresh tokens for public clients in OAuth2 token
350 responses (margaretha)
351 - Removed client authentication from the client deregistration and
352 client-secret reset APIs (margaretha)
35304/03/2020
354 - Updated the sample index (diewald)
355
356# version 0.62.3
35703/12/2019
358 - Implemented pipe extension in the search API (margaretha)
35911/12/2019
360 - Added errors when requesting VC in caching process (margaretha,
361 resolved #47)
36212/12/2019
363 - Added support for multiple cq parameters (margaretha, resolved #46)
36413/12/2019
365 - Handled pipe errors and added tests (margaretha)
36619/12/2019
367 - Updated create update user-group API (margaretha)
36820/12/2019
369 - Removed transactional annotations from simple select queries (margaretha)
370 - Updated free resource controller (margaretha)
37115/01-2020
372 - Added additional statistic figures to virtual corpus info API
373 response (margaretha)
374
375# version 0.62.2
37617/10/2019
377 - Handled vulnerability CVE-2019-17195. (margaretha)
3788/11/2019
379 - Added user-group name pattern (margaretha, issue #33)
38011/11/2019
381 - Updated user group service paths and replaced groupId with groupName
382 (margaretha, resolved #33)
38312/11/2019
384 - Removed UserGroupJson & updated listUserGroups and createUserGroup
385 services (margaretha)
386 - Added prefixes to username and groupname parameters in service paths
387 (margaretha, resolved #35)
38813/11/2019
389 - Added tests for issue #43 (margaretha)
39014/11/2019
391 - Added client description and URL to list-authorized-clients service
392 (margaretha, close #53)
393 - Implemented a service to list clients registered by a user (margaretha,
394 close #52)
395 - Added a check for OAuth2 client, VC, and group name length (margaretha)
39615/11/2019
397 - Merged list authorized client and list registered client services
398 (margaretha)
39921/11/2019
400 - Added a service to list active refresh tokens of a user (margaretha)
401 - Added username filtering to token revocation service via super client
402 (margaretha)
40326/11/2019
404 - Added a service to revoke a single refresh token via super client
405 (margaretha)
406
407# version 0.62.1
40808/07/2019
409 - Added tests for public metadata response in search api (margaretha,
410 issue #43)
411 - Disabled some tests of unused/disabled web-services (margaretha)
41207/08/2019
413 - Fixed missing scopes after requesting access token with refresh token
414 (margaretha)
415 - Fixed post requests with status OK and empty body (margaretha)
41607/08/2019
417 - Added users to hidden group when searching in a published VC (margaretha,
418 resolved #40)
41915/08/2019
420 - Updated the response statuses of VC PUT requests (margaretha)
421
422# version 0.62
42328/02/2019
424 - Removed old VC controllers and updated tests (margaretha, issue #34)
425 - Updated VC access controllers (margaretha)
42619/03/2019
427 - Added close index controller (margaretha)
42811/04/2019
429 - Fixed unknown authentication scheme, missing VC entity, and parameter
430 checker (margaretha)
431 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
432 unique group name and unknown VC access (margaretha)
43327/06/2019
434 - Handled LDAP errors, fixed #45 (margaretha)
43503/07/2019
436 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
437 - Changed the response media-type of authentication controllers (margaretha)
438 - Fixed bugs: allow guest to retrieve system VC,
439 remove VC from cache when it is deleted (margaretha)
44004/07/2019
441 - Updated VC name pattern and tests (margaretha)
442
443# version 0.61.6
44404/02/2019
445 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
446 - Updated client deregistration behavior (margaretha)
44705/02/2019
448 - Added delete-group-by-name controller (margaretha)
449 - Added unique index to group name (margaretha)
45006/02/2019
451 - Updated a user setting test using array for multiple values (margaretha)
452 - Added metadata controller tests (margaretha)
45318/02/2019
454 - Fixed tests (margaretha)
455 - Updated handling errors from Koral (margaretha)
45619/02/2019
457 - Added fields to metadata controller (margaretha, issue #39)
458
459# version 0.61.5
46017/12/2018
461 - Added a search timeout test (margaretha)
46218/12/2018
463 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
46408/01/2019
465 - Improved predefined vc caching (issue #28, margaretha)
46609/01/2019
467 - Added comments (margaretha)
468 - Updated code structure (margaretha)
46911/01/2019
470 - Degraded API version to 1.0 (margaretha)
471 - Added OAuth2 client info tests (margaretha)
47214/01/2019
473 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
47416/01/2019
475 - Added a PUT request for both creating and editing vc (margaretha)
476 - Added aliases to some VC controllers (margaretha)
477 - Merged VC access list controllers (margaretha)
47821/01/2019
479 - Removed codes related to user registration & password management (margaretha)
48022/01/2019
481 - Added create, edit, retrieve user default setting controllers (margaretha)
48222/01/2019
483 - Updated default setting controllers & added tests (margaretha)
484 - Added delete key in setting controllers (margaretha)
48523/01/2019
486 - Added default setting key validation (margaretha)
487 - Fixed UserdataTest (margaretha)
48824/01/2019
489 - Added default setting key validation & fixed UserdataTest (margaretha)
49025/01/2019
491 - Added VC reference and MapUtil tests (margaretha)
49228/01/2019
493 - Fixed username verification in DefaultSettingService (margaretha)
494 - Added foundry rewrite with user default setting (margaretha)
495 - Added default foundry for morphology layer (margaretha)
49629/01/2019
497 - Fixed share VC type (margaretha)
498 - Added delete setting controller (margaretha)
499 - Handled "no resource found" cases (margaretha, issue #37)
50030/01/2019
501 - Added server shutdown description in readme (margaretha)
502
503# version 0.61.4
50414/11/2018
505 - Integrated lite and full services and controllers in core (margaretha)
50621/11/2018
507 - Updated OAuth2 refresh token request to create a new refresh token and
508 revoke the old one per request (margaretha)
50928/11/2018
510 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
511 - Handled storing cached VC with VC reference (margaretha)
51229/11/2018
513 - Added a controller for listing user clients having active refresh tokens
514 (margaretha)
5156/12/2018
516 - Added debug flags to mitigate log4j debugging performance (margaretha)
517 - Fixed KoralNode at() method (margaretha)
51811/12/2018
519 - Implemented revoking all tokens of a user client via a super client
520 (margaretha)
521 - Removed document controllers and KustvaktResource (margaretha)
522 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
523
524
525# version 0.61.3
52617/10/2018
527 - Updated NamedVCLoader to be optional (margaretha)
528 - Updated annotation tables & implemented key-value structure (margaretha)
529 - Added annotation parser for annotation data from kalamar (margaretha)
530 - Implemented parsing free resource info from json (margaretha)
53122/10/2018
532 - Updated jetty, spring and hibernate versions (margaretha)
533 - Fixed the order of annotation keys and values, and added tests (margaretha)
534 - Fixed resource DAO & added tests (margaretha)
53524/10/2018
536 - Fixed query serialization service (margaretha)
537 - Added "highlights" parameter to matchInfo controller (margaretha)
538 - Added "fields" parameter to search controllers (margaretha)
539 - Integrated lite controllers, services and tests in full version (margaretha)
54029/10/2018
541 - Moved javax.servlet-api to core (margaretha)
54207/11/2018
543 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
54413/11/2018
545 - Added Shutdown handler to Jetty server (margaretha)
546 - Fixed storing VC order in NamedVCLoader (margaretha)
547
548# version 0.61.2
54912/09/2018
550 - Added various log4j2 configurations (margaretha)
55113/09/2018
552 - Implemented VirtualCorpusRewrite (margaretha)
55314/09/2018
554 - Fixed SpringJerseyTest ApplicationContext (margaretha)
555 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
556 - Enabled VCReferenceTest in maven test suite (margaretha)
55718/09/2018
558 - Handled unique constraints / inserting duplicate items to DB (margaretha)
559 - Added a controller for editing user group member roles (margaretha)
56019/09/2018
561 - Fixed cached-VC ref with username (margaretha)
562
563# version 0.61.1
56428/08/2018
565 - Added API URL versioning (margaretha)
566 - Deactivated IdRewrite (margaretha)
567 - Fixed kustvakt controller (margaretha)
56830/08/2018
569 - Fixed root packages & added api version properties in kustvakt.conf
570 (margaretha)
571 - Fixed versioning in SearchController (margaretha)
572 - Added API versioning tests (margaretha)
573
574# version 0.61.0
575
57602/08/2018
577 - Added VC reference tests (margaretha)
578 - Implemented loading and caching named VCs (margaretha)
57903/08/2018
580 - Implemented OAuth2 revoke token (margaretha)
581 - Updated OAuth2 refresh token implementation (margaretha)
58214/08/2018
583 - Implemented revoke all OAuth2 access tokens and authorization codes of
584 client users when deregistering/deleting a client (margaretha)
585 - Fixed update OAuth2 access token (margaretha)
586 - Implemented reset client secret (margaretha)
587 - Fixed revoking latest access token when refreshing OAuth2 access token
588 (margaretha)
58915/08/2018
590 - Implemented OAuth2 client info controller (margaretha)
591 - Implemented update OAuth2 client privilege controller for admins
592 (margaretha)
593 - Implemented unlimited authorization scope for super clients with OAuth2
594 password grant (margaretha)
595 - Marked native clients implementation to deprecated in favour of super
596 clients (margaretha)
597 - Enabled using Bearer tokens as user authentication tokens (Authorization
598 header value) for many controllers including OAuth2 controllers (margaretha)
59916/08/2018
600 - Implemented degrading super clients (margaretha)
601 - Improved and added OAuth2 tests (margaretha)
60221/08/2018
603 - Added VC name pattern check (margaretha)
60422/08/2018
605 - Implemented loading VC from gz files (margaretha)
606 - Updated OAuth2 authorization codes' & access tokens' expiry check
607 (margaretha)
60823/08/2018
609 - Updated RefreshToken implementations with separate DB tables (margaretha)
610 - Allows multiple access tokens per refresh token (margaretha)
61127/08/2018
612 - Added statistic with VC reference tests (margaretha)
613 - Fixed OAuth2 SQL files (margaretha)
61428/08/2018
615 - Added c3p0 datasource configuration to Spring default-config-xml
616 (margaretha)
617 - Added running Kustvakt server with custom spring config in the readme
618 (margaretha)
619 - Removed old OAuth2 codes (margaretha)
620 - Moved non-config test codes to misc (margaretha)
621
622
623# version 0.60.5
624
62509/07/2018
626 - Added service layer to the search controller (margaretha)
627 - Added OAuth2 scope checking in search and VC controllers (margaretha)
628 - Added handling OAuth2 bearer token for VC access and User group
629 controllers (margaretha)
630 - Added default scope to password grant (margaretha)
63110/07/2018
632 - Made createBasicAuthorizationHeaderValue static (margaretha)
633 - Added store access token in openID token service (margaretha)
634 - Fixed empty scope in openID authorization and token service (margaretha)
635 - Implemented storing authorization code in cache (margaretha)
63611/07/2018
637 - Fixed authentication time in authentication controller (margaretha)
638 - Added OAuth2 access token tests (margaretha)
63912/07/2018
640 - Updated maven surefire setting for faster test suite runtime (margaretha)
641 - Implemented refreshing OAuth2 access token (margaretha)
64226/07/2018
643 - Fixed issue #27 (margaretha)
64402/08/2018s
645 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
646
647
648# version 0.60.4
649
65005/07/2018
651 - implemented OAuth2 authorization code request with OpenID Authentication
652 (margaretha)
653 - enabled OAuth2 authorization without OpenID authentication using Nimbus
654 library (margaretha)
655 - implemented response handler for OpenID authentication errors in authorization
656 requests (margaretha)
657 - added tests regarding OpenID authentication in authorization requests
658 (margaretha)
659 - implemented OAuth2 authorization error response via redirect URI instead of
660 JSON (margaretha)
661 - added state to OAuth2 authorization error response (margaretha)
662 - implemented OpenID token service for authorization code flow (margaretha)
663 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
664 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
665 keys (margaretha)
666 - implemented OpenId configuration (margaretha)
667 - added authentication time and support for auth_time in id_token (margaretha)
668 - implemented support for nonce and max_age parameters in OpenID authentication
669 (margaretha)
670 - implemented OAuth2 token request with password grant using Nimbus library
671 (margaretha)
672 - updated redirect URI validator (margaretha)
673 - updated client registration requirement to allow desktop applications
674 (margaretha)
675 - fixed RSA key configuration (margaretha)
676 - merged OAuth2 client deregistration controllers (margaretha)
677 - fixed OAuth2 client unique URL-hashcode (margaretha)
678 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
679 - Added support for unrestricted corpus statistics (ndiewald)
680 - updated paths of user-group deletion-controllers (margaretha)
681 - Do not pass broken queries to Krill (diewald)
682 - added OAuth2 token request with client authentication via Authorization
683 header (margaretha)
684 - added port checking in test suite (margaretha)
685
686# version 0.60.3
687
68806/06/2018
689 - improved user authentication by using authentication filter for authorization
690 code request (margaretha)
691 - limited client authentication to client id checking in authorization code
692 request (margaretha)
693 - added user_id in the oauth2_access_token database table (margaretha)
694 - implemented OAuth2Authentication provider for token context management
695 (margaretha)
696 - added parameter checking for authorization DAO (margaretha)
697 - added controller tests using OAuth2 access token (margaretha)
698 - added database tables for MySQL (margaretha)
699 - updated JWT library and related codes (margaretha)
700
701# version 0.60.2
702
70303/05/2018
704 - implemented OAuth2 client registration (margaretha)
705 - implemented OAuth2 client authentication (margaretha)
706 - changed virtual corpus search to retrieval (margaretha)
707 - implemented public client deregistration task (margaretha)
708 - added client registration and deregistration tests (margaretha)
709 - implemented confidential client deregistration task (margaretha)
710 - fixed storing client secret (margaretha)
711 - implemented OAuth2 response handler (margaretha)
712 - implemented OAuth2 request access token with client credentials grant
713 (margaretha)
714 - implemented OAuth2 request access token with resource owner password grant
715 (margaretha)
716 - implemented OAuth2 authorization code request (margaretha)
717 - added OAuth2 error codes (margaretha)
718 - added OAuth2 authorization, scope and access token tables for SQLite
719 (margaretha)
720 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
721 - implemented OAuth2 request access token with authorization code grant
722 (margaretha)
723 - added setting default scopes in the config file (margaretha)
724 - fixed loading spring config multiple times in the test suite (margaretha)
725 - added SQLite created_date trigger for access token (margaretha)
726 - added a join table for access token scopes (margaretha)
727 - added access scopes handling (margaretha)
728 - added tests about request token with authorization code (margaretha)
729
730# version 0.60.1
731
73228/03/2018
733 - added admin-related SQL codes (margaretha)
734 - updated AdminDao (margaretha)
735 - added optional username query parameter to group list controller (margaretha)
736 - fixed non hierarchical URI of kustvakt conf files (margaretha)
737 - added delete group member triggers (margaretha)
738 - added list user-group by username and status for system admin (margaretha)
739 - added user-group status in user-group DTO (margaretha)
740 - added check for hidden groups in user-group tests (margaretha)
741 - added database trigger test on deleting members when deleting group
742 (margaretha)
743 - renamed VC type PREDEFINED to SYSTEM (margaretha)
744 - added VC list controller for system admin (margaretha)
745 - added VC controller tests with for system admin (margaretha)
746 - added hidden access removal when deleting published VC (margaretha)
747 - added check for hidden groups in VC controller tests (margaretha)
748 - added search user-group controller (margaretha)
749 - removed createdBy from VirtualCorpusJson (margaretha)
750 - moved member role setting from the invitation phase to the after-subscription
751 phase (margaretha)
752 - added member role removal after deleting members (margaretha)
753 - added add and delete member role controllers (margaretha)
754
755# version 0.60
756
75714/03/2018
758 - set up mail settings using localhost port 25 (margaretha)
759 - added mail template in kustvakt configuration (margaretha)
760 - added mail settings to readme (margaretha)
761 - disabled email notification for auto group (margaretha)
762 - added metadata retrieval (diewald)
763 - enabled custom implementation for email address retrieval (margaretha)
764 - removed old policy and deprecated code (margaretha)
765 - moved authentication related code to /full (margaretha)
766 - added userRoles attribute to UserGroupDto. (margaretha)
767 - fixed sqlite trigger (margaretha)
768 - fixed member exist error message (margaretha)
769 - fixed member invitation to join deleted group (margaretha)
770 - added checking deleted group (margaretha)
771
772# version 0.59.10
773
77420/02/2018
775 - added sort VC by id (margaretha)
776 - added test cases regarding VC sharing (margaretha)
777 - implemented withdraw VC from publication (margaretha)
778 - added Changes file (margaretha)
779 - implemented add/invite users to group (margaretha)
780 - implemented delete user-group and member tasks (margaretha)
781 - added userMemberStatus in group lists (margaretha)
782 - updated and added SQL test data (margaretha)
783 - added user group related tests (margaretha)
784 - implemented custom configuration for deleting user groups and members (margaretha)
785 - updated library versions and java environment (margaretha)
786 - added expiration time check for member invitation (margaretha)
787 - moved .properties files (margaretha)
788 - merged changelog file to Changes (margaretha)
789 - updated status codes and error messages to be more detailed (margaretha)
790 - testing mail implementation using embedded jetty jndi (margaretha)
791 - fixed collection rewrite regarding OR operation with other fields
792 (margaretha)
793 - implemented sending mail using spring injection and removed jetty jndi
794 (margaretha)
795 - fixed unrecognized application/json (margaretha)
796 - fixed and updated velocity template (margaretha)
797
798# version 0.59.9
799
80019/01/2018
801 - restructured basic authentication (margaretha)
802 - fixed AuthenticationException to include authentication scheme (margaretha)
803 - fixed rewrite redundancy in collection rewrite (margaretha)
804 - fixed foundry rewrite for constituents (margaretha)
805 - introduced authentication methods, schemes and tokens (margaretha)
806 - implemented collection rewrite with multiple licenses (margaretha)
807 - fixed foundry rewrite for korap span without wrap node (margaretha)
808 - implemented list user group (margaretha)
809 - implemented delete VC task (margaretha)
810 - implemented create user-group, subscribe to user-groups, unsubscribe to
811 user-groups tasks(margaretha)
812 - fixed handling JSON mapping exception for missing enums (margaretha)
813 - implemented list VC task (margaretha)
814 - added KoralQuery in VC lists (margaretha)
815 - implemented edit VC task (margaretha)
816 - implemented publish VC task (margaretha)
817 - implemented share VC task (margaretha)
818 - implemented list only owned VC task (margaretha)
819 - implemented list VC access task (margaretha)
820 - implemented search VC by id task (margaretha)
821 - implemented delete VC access (margaretha)
822 - implemented search for project VC (margaretha)
823 - added search VC related tests (margaretha)
824 - removed PredefinedUserGroup.ALL and related codes (margaretha)
825 - implemented search for published VC (margaretha)
826
827# version 0.59.8
828
82921/09/2017
830 - restructured statistics service (margaretha)
831 - removed deprecated loader codes and tests (margaretha)
832 - removed old Spring java configurations (margaretha)
833 - implemented entity classes for the new database (margaretha)
834 - added MySQL codes regarding VC and for testing (margaretha)
835 - added dao methods regarding VC (margaretha)
836 - added similar SQL codes (to MySQL) for sqlite (margaretha)
837 - added dao methods regarding user groups (margaretha)
838 - restructured web-service codes into controller and logic/business-service
839 (margaretha)
840 - implemented user role and privilege, and added tests (margaretha)
841 - prepared test suite using new database (margaretha)
842 - implemented UserGroupDao and tests (margaretha)
843 - fixed missing exceptions in JsonUtils (margaretha)
844 - restructured web filters and authentication codes (margaretha)
845 - implemented create/store VC (margaretha)
846 - fixed collection rewrite bug regarding availability with operation or
847 (margaretha)
848
849# version 0.59.7
850
85113/10/2016
852 - MOD: updated search to use new siglen (diewald)
853 - MOD: fixed matchinfo retrieval in light service (diewald)
854
85505/05/2015
856 - ADD: rest test suite for user service (hanl)
857 - MOD: setup parameter modification (hanl)
858 - ADD: oauth2 client unique constraint (hanl)