blob: bbb460182ba76c82d0c250ede121e3b862d5b2a2 [file] [log] [blame]
margarethafbfe2872024-01-04 23:29:28 +01001# version 0.72.1-SNAPSHOT
2
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
9
10# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010011
12- Replaced javax.ws to jakarta.ws namespace (#648)
13- Upgrading Jersey 2.40 to 3.x (#646)
14- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
15- Replaced javax.persistence with jakarta.persistence (#648)
16- Migrate Hibernate 5 to 6 (#649)
17- Fix missing placeholders
18- Fixed conflicting jackson-jarxrs
19- Fixed conflicting commons-logging and spring jcl
20- Replaced javax.servlet with jakarta.servlet (#648)
21- Updated authorization services using Nimbus (#650)
22- Fixed BlockingFilter by replacing javax.annotation.Priority
23 with jakarta.annotation.Priority (#659, #648)
24- Replaced javax.annotation with jakarta.annotation
25- Enabled legacy support for authorization POST request
26- Changed OAuth2 token request using Nimbus (#650)
27- Removed Apache Oltu API from token requests (#650)
28- Removed OpenID
29- Fixed clearing cache
30- Fix JettyServerTest, init package, and some java docs.
31- Make scope extraction more flexible.
32- Updated token response using Nimbus (#650)
33- Remove Oltu request and validator implementations (#650)
34- Updated OAuth2 response handler (#650)
35- Fixed ShutdownHandler (fixed #708)
36- Fixed issues with multi-release jar (#706, #708)
37
38
39# version 0.71.1
40
41- Removed auditing (#611)
42- Removed old database configurations (#612)
43- Removed old tests
44- Removed unnecessary caches and methods in the authentication interface
45- Added total result cache (#599)
46- Fixed missing project.version in info web-service
47- Make sure totalResults and other numeric results are numbers (Kupietz)
48- Introduce CQP query language in Koral 0.41
49- Changed DB connection (fixed #670)
50- Resolved duplicate libraries
51- Fixed testing expiry access token
52- Fix lombok compile warning
53- Ensure the order of clean token tests.
54
55# version 0.71
56
57- Renamed entity and service packages in core
58- Renamed web.controller package in core
59- Moved SearchNetworkEndpoint to core.service package
60- Merged lite into full
61- Merged core into full
62
63
64# version 0.70.1
65
66- Added data folder containing super_client_info and database
67 for mounting into docker
68- Added an error for missing redirect uri in a token request
69 when it has been included in the authorization request.
70- Added tests for VC sharing and for OAuth2 client using VC services
71- Added and updated VC controller tests
72- Moved hibernate.properties
73- Added maximum number of user persistent virtual corpora and queries
74
75# version 0.70
76
77- Support token array in matchinfo (fixes #570; diewald)
78- Updated VC list API and deprecated owner VC list (addressed #580)
79- Added user info web-service (solved #566)
80- Implemented configurable resource filters for search and match
81 info APIs (#539)
82- Added getting username from LDAP (#568)
83- Disabled LDAP auth provider and token API in the auth filter (#587)
84- Added LDAP log for users without idsC2Profile
85- Fixed log4j2 properties.
86
87
88# version 0.69.3
89
90- Moved the service path of VC admin services to admin/vc (closed #543)
91- Added an admin service to load and cache system vc (solved #268)
92- Move oauth2 admin service path (closed #544)
93- Excluded admin service to load-cache VC from the test suite
94- Fixed refresh token expiry test
95- Fixed scope check in OAuth2 token request with refresh token
96
97# version 0.69.2
98
992022-12-05
100- Upgrade version for E2E-simplified Docker images (diewald)
1012023-01-27
102- Updated client info API (replaced user authorization requirement with super
103 client authentication)
1042023-01-30
105- Made scope param required in authorization request (solved #508)
1062023-01-31
107- Allowed OAuth2 clients to use localhost as redirect URIs.
1082023-02-03
109- Fixed content-type in error responses by changing it to application/json
1102023-02-06
111- Allow admin access using admin token for the clean token API
1122023-02-10
113- Use admin filter instead of OAuth2 ADMIN scope
114- Added a plugin test.
1152023-02-15
116- Moved user-group retrieval API to UserGroupAdminController
117 and changed the service path URL of UserGroupAdminController.
1182023-02-20
119- Deprecate API token (JWT) web-service
120- Fixed Slf4J binding
1212023-02-28
122- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1232023-03-06
124- Fixed testing refresh token expiry.
125
126
127# version 0.69.1
128
129- Upgrade version for docker including indexer (diewald)
130
131
132# version 0.69
133
134 - Migrated to Java 11 and Jersey 2
135 - Updated dependencies
136 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
137
138
139# version 0.68
140
1412022-05-25
142 - Added a new API: list plugins (e.g for marketplace)
143 - Added redirect URI validation in authorization request (addressed #374)
144 - Handled user-defined refresh token expiry (added in client info and
145 list API response)
146 - Added installed_plugins table
147 - Added a new API: install plugin
148 - Handled redundant plugin installation
149 - Handled super client id in plugin installation
150 - Deprecated UserClientDto and uses ClientinfoDto instead
151 - Updated redirect URI error message for coherence
1522022-05-27
153 - Added maximum limit to custom refresh token expiry
1542022-06-01
155 - Added new APIs: list user-installed plugins and uninstall plugin.
156 - Moved install and list plugin APIs to PluginController and updated their
157 service paths under /plugins.
1582022-06-03
159 - Implemented searching option using a network endpoint
160 - Implemented initial super client registration for user authentication.
161 - Fixed admin clean token API and restrict plugins to confidential only.
162
163
164
165# version 0.67.1
166
1672022-05-12
168 - Implemented mapping of LDAP username to email
169 - Handled null parameters in authorization requests
1702022-05-25
171 - Fixed null client_id
172 - Updated ldap.config path in the kustvakt-test.conf
173
174
175# version 0.67
176
1772022-05-09
178 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
179 - An embedded LDAP server can now be started automatically if configured accordingly.
1802022-05-11
181 - Changed the SQL script updating oauth2_client table
182
183
184# version 0.66
185
1862022-03-31
187 - Updated query and user-group name pattern.
1882022-04-08
189 - Added redirect_uri to client info API.
1902022-04-11
191 - Added registration_date, refresh_token_expiry, source and is_permitted
192 to the oauth2_client database table, and updated the OAuth2 client
193 registration mechanism.
194 - Added authorization request with GET and deprecated that with POST.
1952022-04-13
196 - Updated OAuth2Client list API (added redirect_uri, registration_date,
197 permitted, source to OAuth2UserClientDto).
1982022-04-20
199 - Updated authorization error response. (Included error and error
200 description in the client redirect URI except for missing or
201 invalid client id or redirect URI.
202
203
204# version 0.65.2
205
2062022-03-03
207 - Removed VCLoader.
208 - Added foreign keys to the DB tables of access and refresh token scopes.
2092022-03-07
210 - Added more parameter checks and OAuth2Client web-service tests.
2112022-03-17
212 - Updated admin filter by using admin token and role checks.
2132022-03-18
214 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2152022-03-28
216 - Updated admin filter (admintoken as a form param) and uses
217 it for the closing index reader API.
218 - Removed unused admin API: clear access token cache.
2192022-03-29
220 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
221
222# version 0.65.1
223
2242022-03-01
225 - Restricts the field retrieval web-service to admin only.
226
227# version 0.65
228
229!!! includes security updates - please update all Kustvakt libraries
230!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
231
2322021-12-02
233 - Updated VC cache.
2342021-12-03
235 - Enabled listing system vc for authorized users.
2362021-12-08
237 - Removed koralQuery and statistics from VC list.
238 - Added a web-service to retrieve KoralQuery of a VC
2392021-12-10
240 - [security] Updated log4j libs due to CVE-2021-44228.
2412021-12-13
242 - Fixed broken test suite.
2432022-01-03
244 - [security] More log4j security updates
245 - Bumped unboundid-ldapsdk
246 - Updated tests.
2472022-01-25
248 - Added show-tokens option to the search API.
2492022-01-31
250 - Added an API retrieving fields of a virtual corpus.
251
252# version 0.64.1
253
2542021-10-26
255 - Bump Kustvakt and Krill versions.
256
257
258# version 0.64
2592021-07-29
260 - Updated the change files and made a new version.
2612021-08-12
262 - Fixed errors due to missing query type and added tests.
2632021-08-13
264 - Fixed missing request entity.
265 - Updated the query service to enable editing query references.
2662021-08-16
267 - Fixed creator param when storing query or VC by admins for
268 the system or other users.
269
270# version 0.63.2
2712021-06-11
272 - Updated OAuth2 token length & secure random algorithm config.
273 - Added character set filter to random code generator, e.g. for client_id.
2742021-06-14
275 - Updated roleId and super client parameters.
2762021-06-24
277 - Fixed broken test.
2782021-07-22
279 - Updated cache settings and some loggings.
2802021-07-26
281 - Replaced annotation parsing with restoring the annotation tables to the
282database.
283 - Moved cache config to the full config.
284
285# version 0.63.1
2862021-02-22
287 - Updated libraries (margaretha)
288 - Renamed virtual corpus to query (margaretha)
2892021-02-26
290 - Added query access roles and fixed vc access roles (margaretha)
291 - Added delete query webservice and tests (margaretha)
2922021-03-25
293 - Updated Koral version for Info Controller (margaretha)
294 - Updated OAuth2 token list with token type and user clientId
295parameters (margaretha)
2962021-03-29
297 - Added client type in the client list web-service. Resolved #58 (margaretha)
2982021-04-19
299 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3002021-04-26
301 - Updated OAuth2 Client list (margaretha)
3022021-04-30
303 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
304 - Updated OAuth2 API responses for coherence (margaretha)
3052021-06-07
306 - Updated OAuth2 client dto (margaretha)
307
308# version 0.63
30926/10/2020
310 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
31129/10/2020
312 - Introduction of a query reference rewrite mechanism (diewald)
31330/10/2020
314 - Added database methods for storing query references (diewald)
31504/12/2020
316 - Fix hibernate dialect for SQLite. (margaretha)
31704/12/2020
318 - Fix pipe warning. (margaretha)
31914/01/2021
320 - Updated Flyway (margaretha)
32121/01/2021
322 - Fixed running pipe and updated tests with mockserver (margaretha)
32301/02/2021
324 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
32505/02/2021
326 - Add query reference web-service (diewald,margaretha)
32710/02/2021
328 - Fixed problem with multiple desktop apps (diewald, margaretha)
32912/02/2021
330 - Added listing available queries for users (margaretha)
33117/02/2021
332 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
333 - Added query and query language in virtual corpus table (margaretha)
33418/02/2021
335 - Set corpus access public for stored query (margaretha)
33619/02/2021
337 - Enabled API info web-service (margaretha)
338
339
340# version 0.62.4
34124/01/2020
342 - Removed salt from config and updated config files (margaretha)
34303/02/2020
344 - Added an admin API for clearing access token cache (margaretha)
34505/02/2020
346 - Added a config properties for a long-time access token expiry
347 and excluded refresh tokens for public clients in OAuth2 token
348 responses (margaretha)
349 - Removed client authentication from the client deregistration and
350 client-secret reset APIs (margaretha)
35104/03/2020
352 - Updated the sample index (diewald)
353
354# version 0.62.3
35503/12/2019
356 - Implemented pipe extension in the search API (margaretha)
35711/12/2019
358 - Added errors when requesting VC in caching process (margaretha,
359 resolved #47)
36012/12/2019
361 - Added support for multiple cq parameters (margaretha, resolved #46)
36213/12/2019
363 - Handled pipe errors and added tests (margaretha)
36419/12/2019
365 - Updated create update user-group API (margaretha)
36620/12/2019
367 - Removed transactional annotations from simple select queries (margaretha)
368 - Updated free resource controller (margaretha)
36915/01-2020
370 - Added additional statistic figures to virtual corpus info API
371 response (margaretha)
372
373# version 0.62.2
37417/10/2019
375 - Handled vulnerability CVE-2019-17195. (margaretha)
3768/11/2019
377 - Added user-group name pattern (margaretha, issue #33)
37811/11/2019
379 - Updated user group service paths and replaced groupId with groupName
380 (margaretha, resolved #33)
38112/11/2019
382 - Removed UserGroupJson & updated listUserGroups and createUserGroup
383 services (margaretha)
384 - Added prefixes to username and groupname parameters in service paths
385 (margaretha, resolved #35)
38613/11/2019
387 - Added tests for issue #43 (margaretha)
38814/11/2019
389 - Added client description and URL to list-authorized-clients service
390 (margaretha, close #53)
391 - Implemented a service to list clients registered by a user (margaretha,
392 close #52)
393 - Added a check for OAuth2 client, VC, and group name length (margaretha)
39415/11/2019
395 - Merged list authorized client and list registered client services
396 (margaretha)
39721/11/2019
398 - Added a service to list active refresh tokens of a user (margaretha)
399 - Added username filtering to token revocation service via super client
400 (margaretha)
40126/11/2019
402 - Added a service to revoke a single refresh token via super client
403 (margaretha)
404
405# version 0.62.1
40608/07/2019
407 - Added tests for public metadata response in search api (margaretha,
408 issue #43)
409 - Disabled some tests of unused/disabled web-services (margaretha)
41007/08/2019
411 - Fixed missing scopes after requesting access token with refresh token
412 (margaretha)
413 - Fixed post requests with status OK and empty body (margaretha)
41407/08/2019
415 - Added users to hidden group when searching in a published VC (margaretha,
416 resolved #40)
41715/08/2019
418 - Updated the response statuses of VC PUT requests (margaretha)
419
420# version 0.62
42128/02/2019
422 - Removed old VC controllers and updated tests (margaretha, issue #34)
423 - Updated VC access controllers (margaretha)
42419/03/2019
425 - Added close index controller (margaretha)
42611/04/2019
427 - Fixed unknown authentication scheme, missing VC entity, and parameter
428 checker (margaretha)
429 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
430 unique group name and unknown VC access (margaretha)
43127/06/2019
432 - Handled LDAP errors, fixed #45 (margaretha)
43303/07/2019
434 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
435 - Changed the response media-type of authentication controllers (margaretha)
436 - Fixed bugs: allow guest to retrieve system VC,
437 remove VC from cache when it is deleted (margaretha)
43804/07/2019
439 - Updated VC name pattern and tests (margaretha)
440
441# version 0.61.6
44204/02/2019
443 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
444 - Updated client deregistration behavior (margaretha)
44505/02/2019
446 - Added delete-group-by-name controller (margaretha)
447 - Added unique index to group name (margaretha)
44806/02/2019
449 - Updated a user setting test using array for multiple values (margaretha)
450 - Added metadata controller tests (margaretha)
45118/02/2019
452 - Fixed tests (margaretha)
453 - Updated handling errors from Koral (margaretha)
45419/02/2019
455 - Added fields to metadata controller (margaretha, issue #39)
456
457# version 0.61.5
45817/12/2018
459 - Added a search timeout test (margaretha)
46018/12/2018
461 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
46208/01/2019
463 - Improved predefined vc caching (issue #28, margaretha)
46409/01/2019
465 - Added comments (margaretha)
466 - Updated code structure (margaretha)
46711/01/2019
468 - Degraded API version to 1.0 (margaretha)
469 - Added OAuth2 client info tests (margaretha)
47014/01/2019
471 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
47216/01/2019
473 - Added a PUT request for both creating and editing vc (margaretha)
474 - Added aliases to some VC controllers (margaretha)
475 - Merged VC access list controllers (margaretha)
47621/01/2019
477 - Removed codes related to user registration & password management (margaretha)
47822/01/2019
479 - Added create, edit, retrieve user default setting controllers (margaretha)
48022/01/2019
481 - Updated default setting controllers & added tests (margaretha)
482 - Added delete key in setting controllers (margaretha)
48323/01/2019
484 - Added default setting key validation (margaretha)
485 - Fixed UserdataTest (margaretha)
48624/01/2019
487 - Added default setting key validation & fixed UserdataTest (margaretha)
48825/01/2019
489 - Added VC reference and MapUtil tests (margaretha)
49028/01/2019
491 - Fixed username verification in DefaultSettingService (margaretha)
492 - Added foundry rewrite with user default setting (margaretha)
493 - Added default foundry for morphology layer (margaretha)
49429/01/2019
495 - Fixed share VC type (margaretha)
496 - Added delete setting controller (margaretha)
497 - Handled "no resource found" cases (margaretha, issue #37)
49830/01/2019
499 - Added server shutdown description in readme (margaretha)
500
501# version 0.61.4
50214/11/2018
503 - Integrated lite and full services and controllers in core (margaretha)
50421/11/2018
505 - Updated OAuth2 refresh token request to create a new refresh token and
506 revoke the old one per request (margaretha)
50728/11/2018
508 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
509 - Handled storing cached VC with VC reference (margaretha)
51029/11/2018
511 - Added a controller for listing user clients having active refresh tokens
512 (margaretha)
5136/12/2018
514 - Added debug flags to mitigate log4j debugging performance (margaretha)
515 - Fixed KoralNode at() method (margaretha)
51611/12/2018
517 - Implemented revoking all tokens of a user client via a super client
518 (margaretha)
519 - Removed document controllers and KustvaktResource (margaretha)
520 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
521
522
523# version 0.61.3
52417/10/2018
525 - Updated NamedVCLoader to be optional (margaretha)
526 - Updated annotation tables & implemented key-value structure (margaretha)
527 - Added annotation parser for annotation data from kalamar (margaretha)
528 - Implemented parsing free resource info from json (margaretha)
52922/10/2018
530 - Updated jetty, spring and hibernate versions (margaretha)
531 - Fixed the order of annotation keys and values, and added tests (margaretha)
532 - Fixed resource DAO & added tests (margaretha)
53324/10/2018
534 - Fixed query serialization service (margaretha)
535 - Added "highlights" parameter to matchInfo controller (margaretha)
536 - Added "fields" parameter to search controllers (margaretha)
537 - Integrated lite controllers, services and tests in full version (margaretha)
53829/10/2018
539 - Moved javax.servlet-api to core (margaretha)
54007/11/2018
541 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
54213/11/2018
543 - Added Shutdown handler to Jetty server (margaretha)
544 - Fixed storing VC order in NamedVCLoader (margaretha)
545
546# version 0.61.2
54712/09/2018
548 - Added various log4j2 configurations (margaretha)
54913/09/2018
550 - Implemented VirtualCorpusRewrite (margaretha)
55114/09/2018
552 - Fixed SpringJerseyTest ApplicationContext (margaretha)
553 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
554 - Enabled VCReferenceTest in maven test suite (margaretha)
55518/09/2018
556 - Handled unique constraints / inserting duplicate items to DB (margaretha)
557 - Added a controller for editing user group member roles (margaretha)
55819/09/2018
559 - Fixed cached-VC ref with username (margaretha)
560
561# version 0.61.1
56228/08/2018
563 - Added API URL versioning (margaretha)
564 - Deactivated IdRewrite (margaretha)
565 - Fixed kustvakt controller (margaretha)
56630/08/2018
567 - Fixed root packages & added api version properties in kustvakt.conf
568 (margaretha)
569 - Fixed versioning in SearchController (margaretha)
570 - Added API versioning tests (margaretha)
571
572# version 0.61.0
573
57402/08/2018
575 - Added VC reference tests (margaretha)
576 - Implemented loading and caching named VCs (margaretha)
57703/08/2018
578 - Implemented OAuth2 revoke token (margaretha)
579 - Updated OAuth2 refresh token implementation (margaretha)
58014/08/2018
581 - Implemented revoke all OAuth2 access tokens and authorization codes of
582 client users when deregistering/deleting a client (margaretha)
583 - Fixed update OAuth2 access token (margaretha)
584 - Implemented reset client secret (margaretha)
585 - Fixed revoking latest access token when refreshing OAuth2 access token
586 (margaretha)
58715/08/2018
588 - Implemented OAuth2 client info controller (margaretha)
589 - Implemented update OAuth2 client privilege controller for admins
590 (margaretha)
591 - Implemented unlimited authorization scope for super clients with OAuth2
592 password grant (margaretha)
593 - Marked native clients implementation to deprecated in favour of super
594 clients (margaretha)
595 - Enabled using Bearer tokens as user authentication tokens (Authorization
596 header value) for many controllers including OAuth2 controllers (margaretha)
59716/08/2018
598 - Implemented degrading super clients (margaretha)
599 - Improved and added OAuth2 tests (margaretha)
60021/08/2018
601 - Added VC name pattern check (margaretha)
60222/08/2018
603 - Implemented loading VC from gz files (margaretha)
604 - Updated OAuth2 authorization codes' & access tokens' expiry check
605 (margaretha)
60623/08/2018
607 - Updated RefreshToken implementations with separate DB tables (margaretha)
608 - Allows multiple access tokens per refresh token (margaretha)
60927/08/2018
610 - Added statistic with VC reference tests (margaretha)
611 - Fixed OAuth2 SQL files (margaretha)
61228/08/2018
613 - Added c3p0 datasource configuration to Spring default-config-xml
614 (margaretha)
615 - Added running Kustvakt server with custom spring config in the readme
616 (margaretha)
617 - Removed old OAuth2 codes (margaretha)
618 - Moved non-config test codes to misc (margaretha)
619
620
621# version 0.60.5
622
62309/07/2018
624 - Added service layer to the search controller (margaretha)
625 - Added OAuth2 scope checking in search and VC controllers (margaretha)
626 - Added handling OAuth2 bearer token for VC access and User group
627 controllers (margaretha)
628 - Added default scope to password grant (margaretha)
62910/07/2018
630 - Made createBasicAuthorizationHeaderValue static (margaretha)
631 - Added store access token in openID token service (margaretha)
632 - Fixed empty scope in openID authorization and token service (margaretha)
633 - Implemented storing authorization code in cache (margaretha)
63411/07/2018
635 - Fixed authentication time in authentication controller (margaretha)
636 - Added OAuth2 access token tests (margaretha)
63712/07/2018
638 - Updated maven surefire setting for faster test suite runtime (margaretha)
639 - Implemented refreshing OAuth2 access token (margaretha)
64026/07/2018
641 - Fixed issue #27 (margaretha)
64202/08/2018s
643 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
644
645
646# version 0.60.4
647
64805/07/2018
649 - implemented OAuth2 authorization code request with OpenID Authentication
650 (margaretha)
651 - enabled OAuth2 authorization without OpenID authentication using Nimbus
652 library (margaretha)
653 - implemented response handler for OpenID authentication errors in authorization
654 requests (margaretha)
655 - added tests regarding OpenID authentication in authorization requests
656 (margaretha)
657 - implemented OAuth2 authorization error response via redirect URI instead of
658 JSON (margaretha)
659 - added state to OAuth2 authorization error response (margaretha)
660 - implemented OpenID token service for authorization code flow (margaretha)
661 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
662 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
663 keys (margaretha)
664 - implemented OpenId configuration (margaretha)
665 - added authentication time and support for auth_time in id_token (margaretha)
666 - implemented support for nonce and max_age parameters in OpenID authentication
667 (margaretha)
668 - implemented OAuth2 token request with password grant using Nimbus library
669 (margaretha)
670 - updated redirect URI validator (margaretha)
671 - updated client registration requirement to allow desktop applications
672 (margaretha)
673 - fixed RSA key configuration (margaretha)
674 - merged OAuth2 client deregistration controllers (margaretha)
675 - fixed OAuth2 client unique URL-hashcode (margaretha)
676 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
677 - Added support for unrestricted corpus statistics (ndiewald)
678 - updated paths of user-group deletion-controllers (margaretha)
679 - Do not pass broken queries to Krill (diewald)
680 - added OAuth2 token request with client authentication via Authorization
681 header (margaretha)
682 - added port checking in test suite (margaretha)
683
684# version 0.60.3
685
68606/06/2018
687 - improved user authentication by using authentication filter for authorization
688 code request (margaretha)
689 - limited client authentication to client id checking in authorization code
690 request (margaretha)
691 - added user_id in the oauth2_access_token database table (margaretha)
692 - implemented OAuth2Authentication provider for token context management
693 (margaretha)
694 - added parameter checking for authorization DAO (margaretha)
695 - added controller tests using OAuth2 access token (margaretha)
696 - added database tables for MySQL (margaretha)
697 - updated JWT library and related codes (margaretha)
698
699# version 0.60.2
700
70103/05/2018
702 - implemented OAuth2 client registration (margaretha)
703 - implemented OAuth2 client authentication (margaretha)
704 - changed virtual corpus search to retrieval (margaretha)
705 - implemented public client deregistration task (margaretha)
706 - added client registration and deregistration tests (margaretha)
707 - implemented confidential client deregistration task (margaretha)
708 - fixed storing client secret (margaretha)
709 - implemented OAuth2 response handler (margaretha)
710 - implemented OAuth2 request access token with client credentials grant
711 (margaretha)
712 - implemented OAuth2 request access token with resource owner password grant
713 (margaretha)
714 - implemented OAuth2 authorization code request (margaretha)
715 - added OAuth2 error codes (margaretha)
716 - added OAuth2 authorization, scope and access token tables for SQLite
717 (margaretha)
718 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
719 - implemented OAuth2 request access token with authorization code grant
720 (margaretha)
721 - added setting default scopes in the config file (margaretha)
722 - fixed loading spring config multiple times in the test suite (margaretha)
723 - added SQLite created_date trigger for access token (margaretha)
724 - added a join table for access token scopes (margaretha)
725 - added access scopes handling (margaretha)
726 - added tests about request token with authorization code (margaretha)
727
728# version 0.60.1
729
73028/03/2018
731 - added admin-related SQL codes (margaretha)
732 - updated AdminDao (margaretha)
733 - added optional username query parameter to group list controller (margaretha)
734 - fixed non hierarchical URI of kustvakt conf files (margaretha)
735 - added delete group member triggers (margaretha)
736 - added list user-group by username and status for system admin (margaretha)
737 - added user-group status in user-group DTO (margaretha)
738 - added check for hidden groups in user-group tests (margaretha)
739 - added database trigger test on deleting members when deleting group
740 (margaretha)
741 - renamed VC type PREDEFINED to SYSTEM (margaretha)
742 - added VC list controller for system admin (margaretha)
743 - added VC controller tests with for system admin (margaretha)
744 - added hidden access removal when deleting published VC (margaretha)
745 - added check for hidden groups in VC controller tests (margaretha)
746 - added search user-group controller (margaretha)
747 - removed createdBy from VirtualCorpusJson (margaretha)
748 - moved member role setting from the invitation phase to the after-subscription
749 phase (margaretha)
750 - added member role removal after deleting members (margaretha)
751 - added add and delete member role controllers (margaretha)
752
753# version 0.60
754
75514/03/2018
756 - set up mail settings using localhost port 25 (margaretha)
757 - added mail template in kustvakt configuration (margaretha)
758 - added mail settings to readme (margaretha)
759 - disabled email notification for auto group (margaretha)
760 - added metadata retrieval (diewald)
761 - enabled custom implementation for email address retrieval (margaretha)
762 - removed old policy and deprecated code (margaretha)
763 - moved authentication related code to /full (margaretha)
764 - added userRoles attribute to UserGroupDto. (margaretha)
765 - fixed sqlite trigger (margaretha)
766 - fixed member exist error message (margaretha)
767 - fixed member invitation to join deleted group (margaretha)
768 - added checking deleted group (margaretha)
769
770# version 0.59.10
771
77220/02/2018
773 - added sort VC by id (margaretha)
774 - added test cases regarding VC sharing (margaretha)
775 - implemented withdraw VC from publication (margaretha)
776 - added Changes file (margaretha)
777 - implemented add/invite users to group (margaretha)
778 - implemented delete user-group and member tasks (margaretha)
779 - added userMemberStatus in group lists (margaretha)
780 - updated and added SQL test data (margaretha)
781 - added user group related tests (margaretha)
782 - implemented custom configuration for deleting user groups and members (margaretha)
783 - updated library versions and java environment (margaretha)
784 - added expiration time check for member invitation (margaretha)
785 - moved .properties files (margaretha)
786 - merged changelog file to Changes (margaretha)
787 - updated status codes and error messages to be more detailed (margaretha)
788 - testing mail implementation using embedded jetty jndi (margaretha)
789 - fixed collection rewrite regarding OR operation with other fields
790 (margaretha)
791 - implemented sending mail using spring injection and removed jetty jndi
792 (margaretha)
793 - fixed unrecognized application/json (margaretha)
794 - fixed and updated velocity template (margaretha)
795
796# version 0.59.9
797
79819/01/2018
799 - restructured basic authentication (margaretha)
800 - fixed AuthenticationException to include authentication scheme (margaretha)
801 - fixed rewrite redundancy in collection rewrite (margaretha)
802 - fixed foundry rewrite for constituents (margaretha)
803 - introduced authentication methods, schemes and tokens (margaretha)
804 - implemented collection rewrite with multiple licenses (margaretha)
805 - fixed foundry rewrite for korap span without wrap node (margaretha)
806 - implemented list user group (margaretha)
807 - implemented delete VC task (margaretha)
808 - implemented create user-group, subscribe to user-groups, unsubscribe to
809 user-groups tasks(margaretha)
810 - fixed handling JSON mapping exception for missing enums (margaretha)
811 - implemented list VC task (margaretha)
812 - added KoralQuery in VC lists (margaretha)
813 - implemented edit VC task (margaretha)
814 - implemented publish VC task (margaretha)
815 - implemented share VC task (margaretha)
816 - implemented list only owned VC task (margaretha)
817 - implemented list VC access task (margaretha)
818 - implemented search VC by id task (margaretha)
819 - implemented delete VC access (margaretha)
820 - implemented search for project VC (margaretha)
821 - added search VC related tests (margaretha)
822 - removed PredefinedUserGroup.ALL and related codes (margaretha)
823 - implemented search for published VC (margaretha)
824
825# version 0.59.8
826
82721/09/2017
828 - restructured statistics service (margaretha)
829 - removed deprecated loader codes and tests (margaretha)
830 - removed old Spring java configurations (margaretha)
831 - implemented entity classes for the new database (margaretha)
832 - added MySQL codes regarding VC and for testing (margaretha)
833 - added dao methods regarding VC (margaretha)
834 - added similar SQL codes (to MySQL) for sqlite (margaretha)
835 - added dao methods regarding user groups (margaretha)
836 - restructured web-service codes into controller and logic/business-service
837 (margaretha)
838 - implemented user role and privilege, and added tests (margaretha)
839 - prepared test suite using new database (margaretha)
840 - implemented UserGroupDao and tests (margaretha)
841 - fixed missing exceptions in JsonUtils (margaretha)
842 - restructured web filters and authentication codes (margaretha)
843 - implemented create/store VC (margaretha)
844 - fixed collection rewrite bug regarding availability with operation or
845 (margaretha)
846
847# version 0.59.7
848
84913/10/2016
850 - MOD: updated search to use new siglen (diewald)
851 - MOD: fixed matchinfo retrieval in light service (diewald)
852
85305/05/2015
854 - ADD: rest test suite for user service (hanl)
855 - MOD: setup parameter modification (hanl)
856 - ADD: oauth2 client unique constraint (hanl)