blob: 018035096b9fa6769556f7c8928d416f05e89817 [file] [log] [blame]
margarethafbfe2872024-01-04 23:29:28 +01001# version 0.72.1-SNAPSHOT
2
3# version 0.72-SNAPSHOT
4
5- Replaced javax.ws to jakarta.ws namespace (#648)
6- Upgrading Jersey 2.40 to 3.x (#646)
7- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
8- Replaced javax.persistence with jakarta.persistence (#648)
9- Migrate Hibernate 5 to 6 (#649)
10- Fix missing placeholders
11- Fixed conflicting jackson-jarxrs
12- Fixed conflicting commons-logging and spring jcl
13- Replaced javax.servlet with jakarta.servlet (#648)
14- Updated authorization services using Nimbus (#650)
15- Fixed BlockingFilter by replacing javax.annotation.Priority
16 with jakarta.annotation.Priority (#659, #648)
17- Replaced javax.annotation with jakarta.annotation
18- Enabled legacy support for authorization POST request
19- Changed OAuth2 token request using Nimbus (#650)
20- Removed Apache Oltu API from token requests (#650)
21- Removed OpenID
22- Fixed clearing cache
23- Fix JettyServerTest, init package, and some java docs.
24- Make scope extraction more flexible.
25- Updated token response using Nimbus (#650)
26- Remove Oltu request and validator implementations (#650)
27- Updated OAuth2 response handler (#650)
28- Fixed ShutdownHandler (fixed #708)
29- Fixed issues with multi-release jar (#706, #708)
30
31
32# version 0.71.1
33
34- Removed auditing (#611)
35- Removed old database configurations (#612)
36- Removed old tests
37- Removed unnecessary caches and methods in the authentication interface
38- Added total result cache (#599)
39- Fixed missing project.version in info web-service
40- Make sure totalResults and other numeric results are numbers (Kupietz)
41- Introduce CQP query language in Koral 0.41
42- Changed DB connection (fixed #670)
43- Resolved duplicate libraries
44- Fixed testing expiry access token
45- Fix lombok compile warning
46- Ensure the order of clean token tests.
47
48# version 0.71
49
50- Renamed entity and service packages in core
51- Renamed web.controller package in core
52- Moved SearchNetworkEndpoint to core.service package
53- Merged lite into full
54- Merged core into full
55
56
57# version 0.70.1
58
59- Added data folder containing super_client_info and database
60 for mounting into docker
61- Added an error for missing redirect uri in a token request
62 when it has been included in the authorization request.
63- Added tests for VC sharing and for OAuth2 client using VC services
64- Added and updated VC controller tests
65- Moved hibernate.properties
66- Added maximum number of user persistent virtual corpora and queries
67
68# version 0.70
69
70- Support token array in matchinfo (fixes #570; diewald)
71- Updated VC list API and deprecated owner VC list (addressed #580)
72- Added user info web-service (solved #566)
73- Implemented configurable resource filters for search and match
74 info APIs (#539)
75- Added getting username from LDAP (#568)
76- Disabled LDAP auth provider and token API in the auth filter (#587)
77- Added LDAP log for users without idsC2Profile
78- Fixed log4j2 properties.
79
80
81# version 0.69.3
82
83- Moved the service path of VC admin services to admin/vc (closed #543)
84- Added an admin service to load and cache system vc (solved #268)
85- Move oauth2 admin service path (closed #544)
86- Excluded admin service to load-cache VC from the test suite
87- Fixed refresh token expiry test
88- Fixed scope check in OAuth2 token request with refresh token
89
90# version 0.69.2
91
922022-12-05
93- Upgrade version for E2E-simplified Docker images (diewald)
942023-01-27
95- Updated client info API (replaced user authorization requirement with super
96 client authentication)
972023-01-30
98- Made scope param required in authorization request (solved #508)
992023-01-31
100- Allowed OAuth2 clients to use localhost as redirect URIs.
1012023-02-03
102- Fixed content-type in error responses by changing it to application/json
1032023-02-06
104- Allow admin access using admin token for the clean token API
1052023-02-10
106- Use admin filter instead of OAuth2 ADMIN scope
107- Added a plugin test.
1082023-02-15
109- Moved user-group retrieval API to UserGroupAdminController
110 and changed the service path URL of UserGroupAdminController.
1112023-02-20
112- Deprecate API token (JWT) web-service
113- Fixed Slf4J binding
1142023-02-28
115- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1162023-03-06
117- Fixed testing refresh token expiry.
118
119
120# version 0.69.1
121
122- Upgrade version for docker including indexer (diewald)
123
124
125# version 0.69
126
127 - Migrated to Java 11 and Jersey 2
128 - Updated dependencies
129 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
130
131
132# version 0.68
133
1342022-05-25
135 - Added a new API: list plugins (e.g for marketplace)
136 - Added redirect URI validation in authorization request (addressed #374)
137 - Handled user-defined refresh token expiry (added in client info and
138 list API response)
139 - Added installed_plugins table
140 - Added a new API: install plugin
141 - Handled redundant plugin installation
142 - Handled super client id in plugin installation
143 - Deprecated UserClientDto and uses ClientinfoDto instead
144 - Updated redirect URI error message for coherence
1452022-05-27
146 - Added maximum limit to custom refresh token expiry
1472022-06-01
148 - Added new APIs: list user-installed plugins and uninstall plugin.
149 - Moved install and list plugin APIs to PluginController and updated their
150 service paths under /plugins.
1512022-06-03
152 - Implemented searching option using a network endpoint
153 - Implemented initial super client registration for user authentication.
154 - Fixed admin clean token API and restrict plugins to confidential only.
155
156
157
158# version 0.67.1
159
1602022-05-12
161 - Implemented mapping of LDAP username to email
162 - Handled null parameters in authorization requests
1632022-05-25
164 - Fixed null client_id
165 - Updated ldap.config path in the kustvakt-test.conf
166
167
168# version 0.67
169
1702022-05-09
171 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
172 - An embedded LDAP server can now be started automatically if configured accordingly.
1732022-05-11
174 - Changed the SQL script updating oauth2_client table
175
176
177# version 0.66
178
1792022-03-31
180 - Updated query and user-group name pattern.
1812022-04-08
182 - Added redirect_uri to client info API.
1832022-04-11
184 - Added registration_date, refresh_token_expiry, source and is_permitted
185 to the oauth2_client database table, and updated the OAuth2 client
186 registration mechanism.
187 - Added authorization request with GET and deprecated that with POST.
1882022-04-13
189 - Updated OAuth2Client list API (added redirect_uri, registration_date,
190 permitted, source to OAuth2UserClientDto).
1912022-04-20
192 - Updated authorization error response. (Included error and error
193 description in the client redirect URI except for missing or
194 invalid client id or redirect URI.
195
196
197# version 0.65.2
198
1992022-03-03
200 - Removed VCLoader.
201 - Added foreign keys to the DB tables of access and refresh token scopes.
2022022-03-07
203 - Added more parameter checks and OAuth2Client web-service tests.
2042022-03-17
205 - Updated admin filter by using admin token and role checks.
2062022-03-18
207 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2082022-03-28
209 - Updated admin filter (admintoken as a form param) and uses
210 it for the closing index reader API.
211 - Removed unused admin API: clear access token cache.
2122022-03-29
213 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
214
215# version 0.65.1
216
2172022-03-01
218 - Restricts the field retrieval web-service to admin only.
219
220# version 0.65
221
222!!! includes security updates - please update all Kustvakt libraries
223!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
224
2252021-12-02
226 - Updated VC cache.
2272021-12-03
228 - Enabled listing system vc for authorized users.
2292021-12-08
230 - Removed koralQuery and statistics from VC list.
231 - Added a web-service to retrieve KoralQuery of a VC
2322021-12-10
233 - [security] Updated log4j libs due to CVE-2021-44228.
2342021-12-13
235 - Fixed broken test suite.
2362022-01-03
237 - [security] More log4j security updates
238 - Bumped unboundid-ldapsdk
239 - Updated tests.
2402022-01-25
241 - Added show-tokens option to the search API.
2422022-01-31
243 - Added an API retrieving fields of a virtual corpus.
244
245# version 0.64.1
246
2472021-10-26
248 - Bump Kustvakt and Krill versions.
249
250
251# version 0.64
2522021-07-29
253 - Updated the change files and made a new version.
2542021-08-12
255 - Fixed errors due to missing query type and added tests.
2562021-08-13
257 - Fixed missing request entity.
258 - Updated the query service to enable editing query references.
2592021-08-16
260 - Fixed creator param when storing query or VC by admins for
261 the system or other users.
262
263# version 0.63.2
2642021-06-11
265 - Updated OAuth2 token length & secure random algorithm config.
266 - Added character set filter to random code generator, e.g. for client_id.
2672021-06-14
268 - Updated roleId and super client parameters.
2692021-06-24
270 - Fixed broken test.
2712021-07-22
272 - Updated cache settings and some loggings.
2732021-07-26
274 - Replaced annotation parsing with restoring the annotation tables to the
275database.
276 - Moved cache config to the full config.
277
278# version 0.63.1
2792021-02-22
280 - Updated libraries (margaretha)
281 - Renamed virtual corpus to query (margaretha)
2822021-02-26
283 - Added query access roles and fixed vc access roles (margaretha)
284 - Added delete query webservice and tests (margaretha)
2852021-03-25
286 - Updated Koral version for Info Controller (margaretha)
287 - Updated OAuth2 token list with token type and user clientId
288parameters (margaretha)
2892021-03-29
290 - Added client type in the client list web-service. Resolved #58 (margaretha)
2912021-04-19
292 - Updated OAuth2Client JSON definition and controller tests (margaretha)
2932021-04-26
294 - Updated OAuth2 Client list (margaretha)
2952021-04-30
296 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
297 - Updated OAuth2 API responses for coherence (margaretha)
2982021-06-07
299 - Updated OAuth2 client dto (margaretha)
300
301# version 0.63
30226/10/2020
303 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
30429/10/2020
305 - Introduction of a query reference rewrite mechanism (diewald)
30630/10/2020
307 - Added database methods for storing query references (diewald)
30804/12/2020
309 - Fix hibernate dialect for SQLite. (margaretha)
31004/12/2020
311 - Fix pipe warning. (margaretha)
31214/01/2021
313 - Updated Flyway (margaretha)
31421/01/2021
315 - Fixed running pipe and updated tests with mockserver (margaretha)
31601/02/2021
317 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
31805/02/2021
319 - Add query reference web-service (diewald,margaretha)
32010/02/2021
321 - Fixed problem with multiple desktop apps (diewald, margaretha)
32212/02/2021
323 - Added listing available queries for users (margaretha)
32417/02/2021
325 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
326 - Added query and query language in virtual corpus table (margaretha)
32718/02/2021
328 - Set corpus access public for stored query (margaretha)
32919/02/2021
330 - Enabled API info web-service (margaretha)
331
332
333# version 0.62.4
33424/01/2020
335 - Removed salt from config and updated config files (margaretha)
33603/02/2020
337 - Added an admin API for clearing access token cache (margaretha)
33805/02/2020
339 - Added a config properties for a long-time access token expiry
340 and excluded refresh tokens for public clients in OAuth2 token
341 responses (margaretha)
342 - Removed client authentication from the client deregistration and
343 client-secret reset APIs (margaretha)
34404/03/2020
345 - Updated the sample index (diewald)
346
347# version 0.62.3
34803/12/2019
349 - Implemented pipe extension in the search API (margaretha)
35011/12/2019
351 - Added errors when requesting VC in caching process (margaretha,
352 resolved #47)
35312/12/2019
354 - Added support for multiple cq parameters (margaretha, resolved #46)
35513/12/2019
356 - Handled pipe errors and added tests (margaretha)
35719/12/2019
358 - Updated create update user-group API (margaretha)
35920/12/2019
360 - Removed transactional annotations from simple select queries (margaretha)
361 - Updated free resource controller (margaretha)
36215/01-2020
363 - Added additional statistic figures to virtual corpus info API
364 response (margaretha)
365
366# version 0.62.2
36717/10/2019
368 - Handled vulnerability CVE-2019-17195. (margaretha)
3698/11/2019
370 - Added user-group name pattern (margaretha, issue #33)
37111/11/2019
372 - Updated user group service paths and replaced groupId with groupName
373 (margaretha, resolved #33)
37412/11/2019
375 - Removed UserGroupJson & updated listUserGroups and createUserGroup
376 services (margaretha)
377 - Added prefixes to username and groupname parameters in service paths
378 (margaretha, resolved #35)
37913/11/2019
380 - Added tests for issue #43 (margaretha)
38114/11/2019
382 - Added client description and URL to list-authorized-clients service
383 (margaretha, close #53)
384 - Implemented a service to list clients registered by a user (margaretha,
385 close #52)
386 - Added a check for OAuth2 client, VC, and group name length (margaretha)
38715/11/2019
388 - Merged list authorized client and list registered client services
389 (margaretha)
39021/11/2019
391 - Added a service to list active refresh tokens of a user (margaretha)
392 - Added username filtering to token revocation service via super client
393 (margaretha)
39426/11/2019
395 - Added a service to revoke a single refresh token via super client
396 (margaretha)
397
398# version 0.62.1
39908/07/2019
400 - Added tests for public metadata response in search api (margaretha,
401 issue #43)
402 - Disabled some tests of unused/disabled web-services (margaretha)
40307/08/2019
404 - Fixed missing scopes after requesting access token with refresh token
405 (margaretha)
406 - Fixed post requests with status OK and empty body (margaretha)
40707/08/2019
408 - Added users to hidden group when searching in a published VC (margaretha,
409 resolved #40)
41015/08/2019
411 - Updated the response statuses of VC PUT requests (margaretha)
412
413# version 0.62
41428/02/2019
415 - Removed old VC controllers and updated tests (margaretha, issue #34)
416 - Updated VC access controllers (margaretha)
41719/03/2019
418 - Added close index controller (margaretha)
41911/04/2019
420 - Fixed unknown authentication scheme, missing VC entity, and parameter
421 checker (margaretha)
422 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
423 unique group name and unknown VC access (margaretha)
42427/06/2019
425 - Handled LDAP errors, fixed #45 (margaretha)
42603/07/2019
427 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
428 - Changed the response media-type of authentication controllers (margaretha)
429 - Fixed bugs: allow guest to retrieve system VC,
430 remove VC from cache when it is deleted (margaretha)
43104/07/2019
432 - Updated VC name pattern and tests (margaretha)
433
434# version 0.61.6
43504/02/2019
436 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
437 - Updated client deregistration behavior (margaretha)
43805/02/2019
439 - Added delete-group-by-name controller (margaretha)
440 - Added unique index to group name (margaretha)
44106/02/2019
442 - Updated a user setting test using array for multiple values (margaretha)
443 - Added metadata controller tests (margaretha)
44418/02/2019
445 - Fixed tests (margaretha)
446 - Updated handling errors from Koral (margaretha)
44719/02/2019
448 - Added fields to metadata controller (margaretha, issue #39)
449
450# version 0.61.5
45117/12/2018
452 - Added a search timeout test (margaretha)
45318/12/2018
454 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
45508/01/2019
456 - Improved predefined vc caching (issue #28, margaretha)
45709/01/2019
458 - Added comments (margaretha)
459 - Updated code structure (margaretha)
46011/01/2019
461 - Degraded API version to 1.0 (margaretha)
462 - Added OAuth2 client info tests (margaretha)
46314/01/2019
464 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
46516/01/2019
466 - Added a PUT request for both creating and editing vc (margaretha)
467 - Added aliases to some VC controllers (margaretha)
468 - Merged VC access list controllers (margaretha)
46921/01/2019
470 - Removed codes related to user registration & password management (margaretha)
47122/01/2019
472 - Added create, edit, retrieve user default setting controllers (margaretha)
47322/01/2019
474 - Updated default setting controllers & added tests (margaretha)
475 - Added delete key in setting controllers (margaretha)
47623/01/2019
477 - Added default setting key validation (margaretha)
478 - Fixed UserdataTest (margaretha)
47924/01/2019
480 - Added default setting key validation & fixed UserdataTest (margaretha)
48125/01/2019
482 - Added VC reference and MapUtil tests (margaretha)
48328/01/2019
484 - Fixed username verification in DefaultSettingService (margaretha)
485 - Added foundry rewrite with user default setting (margaretha)
486 - Added default foundry for morphology layer (margaretha)
48729/01/2019
488 - Fixed share VC type (margaretha)
489 - Added delete setting controller (margaretha)
490 - Handled "no resource found" cases (margaretha, issue #37)
49130/01/2019
492 - Added server shutdown description in readme (margaretha)
493
494# version 0.61.4
49514/11/2018
496 - Integrated lite and full services and controllers in core (margaretha)
49721/11/2018
498 - Updated OAuth2 refresh token request to create a new refresh token and
499 revoke the old one per request (margaretha)
50028/11/2018
501 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
502 - Handled storing cached VC with VC reference (margaretha)
50329/11/2018
504 - Added a controller for listing user clients having active refresh tokens
505 (margaretha)
5066/12/2018
507 - Added debug flags to mitigate log4j debugging performance (margaretha)
508 - Fixed KoralNode at() method (margaretha)
50911/12/2018
510 - Implemented revoking all tokens of a user client via a super client
511 (margaretha)
512 - Removed document controllers and KustvaktResource (margaretha)
513 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
514
515
516# version 0.61.3
51717/10/2018
518 - Updated NamedVCLoader to be optional (margaretha)
519 - Updated annotation tables & implemented key-value structure (margaretha)
520 - Added annotation parser for annotation data from kalamar (margaretha)
521 - Implemented parsing free resource info from json (margaretha)
52222/10/2018
523 - Updated jetty, spring and hibernate versions (margaretha)
524 - Fixed the order of annotation keys and values, and added tests (margaretha)
525 - Fixed resource DAO & added tests (margaretha)
52624/10/2018
527 - Fixed query serialization service (margaretha)
528 - Added "highlights" parameter to matchInfo controller (margaretha)
529 - Added "fields" parameter to search controllers (margaretha)
530 - Integrated lite controllers, services and tests in full version (margaretha)
53129/10/2018
532 - Moved javax.servlet-api to core (margaretha)
53307/11/2018
534 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
53513/11/2018
536 - Added Shutdown handler to Jetty server (margaretha)
537 - Fixed storing VC order in NamedVCLoader (margaretha)
538
539# version 0.61.2
54012/09/2018
541 - Added various log4j2 configurations (margaretha)
54213/09/2018
543 - Implemented VirtualCorpusRewrite (margaretha)
54414/09/2018
545 - Fixed SpringJerseyTest ApplicationContext (margaretha)
546 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
547 - Enabled VCReferenceTest in maven test suite (margaretha)
54818/09/2018
549 - Handled unique constraints / inserting duplicate items to DB (margaretha)
550 - Added a controller for editing user group member roles (margaretha)
55119/09/2018
552 - Fixed cached-VC ref with username (margaretha)
553
554# version 0.61.1
55528/08/2018
556 - Added API URL versioning (margaretha)
557 - Deactivated IdRewrite (margaretha)
558 - Fixed kustvakt controller (margaretha)
55930/08/2018
560 - Fixed root packages & added api version properties in kustvakt.conf
561 (margaretha)
562 - Fixed versioning in SearchController (margaretha)
563 - Added API versioning tests (margaretha)
564
565# version 0.61.0
566
56702/08/2018
568 - Added VC reference tests (margaretha)
569 - Implemented loading and caching named VCs (margaretha)
57003/08/2018
571 - Implemented OAuth2 revoke token (margaretha)
572 - Updated OAuth2 refresh token implementation (margaretha)
57314/08/2018
574 - Implemented revoke all OAuth2 access tokens and authorization codes of
575 client users when deregistering/deleting a client (margaretha)
576 - Fixed update OAuth2 access token (margaretha)
577 - Implemented reset client secret (margaretha)
578 - Fixed revoking latest access token when refreshing OAuth2 access token
579 (margaretha)
58015/08/2018
581 - Implemented OAuth2 client info controller (margaretha)
582 - Implemented update OAuth2 client privilege controller for admins
583 (margaretha)
584 - Implemented unlimited authorization scope for super clients with OAuth2
585 password grant (margaretha)
586 - Marked native clients implementation to deprecated in favour of super
587 clients (margaretha)
588 - Enabled using Bearer tokens as user authentication tokens (Authorization
589 header value) for many controllers including OAuth2 controllers (margaretha)
59016/08/2018
591 - Implemented degrading super clients (margaretha)
592 - Improved and added OAuth2 tests (margaretha)
59321/08/2018
594 - Added VC name pattern check (margaretha)
59522/08/2018
596 - Implemented loading VC from gz files (margaretha)
597 - Updated OAuth2 authorization codes' & access tokens' expiry check
598 (margaretha)
59923/08/2018
600 - Updated RefreshToken implementations with separate DB tables (margaretha)
601 - Allows multiple access tokens per refresh token (margaretha)
60227/08/2018
603 - Added statistic with VC reference tests (margaretha)
604 - Fixed OAuth2 SQL files (margaretha)
60528/08/2018
606 - Added c3p0 datasource configuration to Spring default-config-xml
607 (margaretha)
608 - Added running Kustvakt server with custom spring config in the readme
609 (margaretha)
610 - Removed old OAuth2 codes (margaretha)
611 - Moved non-config test codes to misc (margaretha)
612
613
614# version 0.60.5
615
61609/07/2018
617 - Added service layer to the search controller (margaretha)
618 - Added OAuth2 scope checking in search and VC controllers (margaretha)
619 - Added handling OAuth2 bearer token for VC access and User group
620 controllers (margaretha)
621 - Added default scope to password grant (margaretha)
62210/07/2018
623 - Made createBasicAuthorizationHeaderValue static (margaretha)
624 - Added store access token in openID token service (margaretha)
625 - Fixed empty scope in openID authorization and token service (margaretha)
626 - Implemented storing authorization code in cache (margaretha)
62711/07/2018
628 - Fixed authentication time in authentication controller (margaretha)
629 - Added OAuth2 access token tests (margaretha)
63012/07/2018
631 - Updated maven surefire setting for faster test suite runtime (margaretha)
632 - Implemented refreshing OAuth2 access token (margaretha)
63326/07/2018
634 - Fixed issue #27 (margaretha)
63502/08/2018s
636 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
637
638
639# version 0.60.4
640
64105/07/2018
642 - implemented OAuth2 authorization code request with OpenID Authentication
643 (margaretha)
644 - enabled OAuth2 authorization without OpenID authentication using Nimbus
645 library (margaretha)
646 - implemented response handler for OpenID authentication errors in authorization
647 requests (margaretha)
648 - added tests regarding OpenID authentication in authorization requests
649 (margaretha)
650 - implemented OAuth2 authorization error response via redirect URI instead of
651 JSON (margaretha)
652 - added state to OAuth2 authorization error response (margaretha)
653 - implemented OpenID token service for authorization code flow (margaretha)
654 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
655 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
656 keys (margaretha)
657 - implemented OpenId configuration (margaretha)
658 - added authentication time and support for auth_time in id_token (margaretha)
659 - implemented support for nonce and max_age parameters in OpenID authentication
660 (margaretha)
661 - implemented OAuth2 token request with password grant using Nimbus library
662 (margaretha)
663 - updated redirect URI validator (margaretha)
664 - updated client registration requirement to allow desktop applications
665 (margaretha)
666 - fixed RSA key configuration (margaretha)
667 - merged OAuth2 client deregistration controllers (margaretha)
668 - fixed OAuth2 client unique URL-hashcode (margaretha)
669 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
670 - Added support for unrestricted corpus statistics (ndiewald)
671 - updated paths of user-group deletion-controllers (margaretha)
672 - Do not pass broken queries to Krill (diewald)
673 - added OAuth2 token request with client authentication via Authorization
674 header (margaretha)
675 - added port checking in test suite (margaretha)
676
677# version 0.60.3
678
67906/06/2018
680 - improved user authentication by using authentication filter for authorization
681 code request (margaretha)
682 - limited client authentication to client id checking in authorization code
683 request (margaretha)
684 - added user_id in the oauth2_access_token database table (margaretha)
685 - implemented OAuth2Authentication provider for token context management
686 (margaretha)
687 - added parameter checking for authorization DAO (margaretha)
688 - added controller tests using OAuth2 access token (margaretha)
689 - added database tables for MySQL (margaretha)
690 - updated JWT library and related codes (margaretha)
691
692# version 0.60.2
693
69403/05/2018
695 - implemented OAuth2 client registration (margaretha)
696 - implemented OAuth2 client authentication (margaretha)
697 - changed virtual corpus search to retrieval (margaretha)
698 - implemented public client deregistration task (margaretha)
699 - added client registration and deregistration tests (margaretha)
700 - implemented confidential client deregistration task (margaretha)
701 - fixed storing client secret (margaretha)
702 - implemented OAuth2 response handler (margaretha)
703 - implemented OAuth2 request access token with client credentials grant
704 (margaretha)
705 - implemented OAuth2 request access token with resource owner password grant
706 (margaretha)
707 - implemented OAuth2 authorization code request (margaretha)
708 - added OAuth2 error codes (margaretha)
709 - added OAuth2 authorization, scope and access token tables for SQLite
710 (margaretha)
711 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
712 - implemented OAuth2 request access token with authorization code grant
713 (margaretha)
714 - added setting default scopes in the config file (margaretha)
715 - fixed loading spring config multiple times in the test suite (margaretha)
716 - added SQLite created_date trigger for access token (margaretha)
717 - added a join table for access token scopes (margaretha)
718 - added access scopes handling (margaretha)
719 - added tests about request token with authorization code (margaretha)
720
721# version 0.60.1
722
72328/03/2018
724 - added admin-related SQL codes (margaretha)
725 - updated AdminDao (margaretha)
726 - added optional username query parameter to group list controller (margaretha)
727 - fixed non hierarchical URI of kustvakt conf files (margaretha)
728 - added delete group member triggers (margaretha)
729 - added list user-group by username and status for system admin (margaretha)
730 - added user-group status in user-group DTO (margaretha)
731 - added check for hidden groups in user-group tests (margaretha)
732 - added database trigger test on deleting members when deleting group
733 (margaretha)
734 - renamed VC type PREDEFINED to SYSTEM (margaretha)
735 - added VC list controller for system admin (margaretha)
736 - added VC controller tests with for system admin (margaretha)
737 - added hidden access removal when deleting published VC (margaretha)
738 - added check for hidden groups in VC controller tests (margaretha)
739 - added search user-group controller (margaretha)
740 - removed createdBy from VirtualCorpusJson (margaretha)
741 - moved member role setting from the invitation phase to the after-subscription
742 phase (margaretha)
743 - added member role removal after deleting members (margaretha)
744 - added add and delete member role controllers (margaretha)
745
746# version 0.60
747
74814/03/2018
749 - set up mail settings using localhost port 25 (margaretha)
750 - added mail template in kustvakt configuration (margaretha)
751 - added mail settings to readme (margaretha)
752 - disabled email notification for auto group (margaretha)
753 - added metadata retrieval (diewald)
754 - enabled custom implementation for email address retrieval (margaretha)
755 - removed old policy and deprecated code (margaretha)
756 - moved authentication related code to /full (margaretha)
757 - added userRoles attribute to UserGroupDto. (margaretha)
758 - fixed sqlite trigger (margaretha)
759 - fixed member exist error message (margaretha)
760 - fixed member invitation to join deleted group (margaretha)
761 - added checking deleted group (margaretha)
762
763# version 0.59.10
764
76520/02/2018
766 - added sort VC by id (margaretha)
767 - added test cases regarding VC sharing (margaretha)
768 - implemented withdraw VC from publication (margaretha)
769 - added Changes file (margaretha)
770 - implemented add/invite users to group (margaretha)
771 - implemented delete user-group and member tasks (margaretha)
772 - added userMemberStatus in group lists (margaretha)
773 - updated and added SQL test data (margaretha)
774 - added user group related tests (margaretha)
775 - implemented custom configuration for deleting user groups and members (margaretha)
776 - updated library versions and java environment (margaretha)
777 - added expiration time check for member invitation (margaretha)
778 - moved .properties files (margaretha)
779 - merged changelog file to Changes (margaretha)
780 - updated status codes and error messages to be more detailed (margaretha)
781 - testing mail implementation using embedded jetty jndi (margaretha)
782 - fixed collection rewrite regarding OR operation with other fields
783 (margaretha)
784 - implemented sending mail using spring injection and removed jetty jndi
785 (margaretha)
786 - fixed unrecognized application/json (margaretha)
787 - fixed and updated velocity template (margaretha)
788
789# version 0.59.9
790
79119/01/2018
792 - restructured basic authentication (margaretha)
793 - fixed AuthenticationException to include authentication scheme (margaretha)
794 - fixed rewrite redundancy in collection rewrite (margaretha)
795 - fixed foundry rewrite for constituents (margaretha)
796 - introduced authentication methods, schemes and tokens (margaretha)
797 - implemented collection rewrite with multiple licenses (margaretha)
798 - fixed foundry rewrite for korap span without wrap node (margaretha)
799 - implemented list user group (margaretha)
800 - implemented delete VC task (margaretha)
801 - implemented create user-group, subscribe to user-groups, unsubscribe to
802 user-groups tasks(margaretha)
803 - fixed handling JSON mapping exception for missing enums (margaretha)
804 - implemented list VC task (margaretha)
805 - added KoralQuery in VC lists (margaretha)
806 - implemented edit VC task (margaretha)
807 - implemented publish VC task (margaretha)
808 - implemented share VC task (margaretha)
809 - implemented list only owned VC task (margaretha)
810 - implemented list VC access task (margaretha)
811 - implemented search VC by id task (margaretha)
812 - implemented delete VC access (margaretha)
813 - implemented search for project VC (margaretha)
814 - added search VC related tests (margaretha)
815 - removed PredefinedUserGroup.ALL and related codes (margaretha)
816 - implemented search for published VC (margaretha)
817
818# version 0.59.8
819
82021/09/2017
821 - restructured statistics service (margaretha)
822 - removed deprecated loader codes and tests (margaretha)
823 - removed old Spring java configurations (margaretha)
824 - implemented entity classes for the new database (margaretha)
825 - added MySQL codes regarding VC and for testing (margaretha)
826 - added dao methods regarding VC (margaretha)
827 - added similar SQL codes (to MySQL) for sqlite (margaretha)
828 - added dao methods regarding user groups (margaretha)
829 - restructured web-service codes into controller and logic/business-service
830 (margaretha)
831 - implemented user role and privilege, and added tests (margaretha)
832 - prepared test suite using new database (margaretha)
833 - implemented UserGroupDao and tests (margaretha)
834 - fixed missing exceptions in JsonUtils (margaretha)
835 - restructured web filters and authentication codes (margaretha)
836 - implemented create/store VC (margaretha)
837 - fixed collection rewrite bug regarding availability with operation or
838 (margaretha)
839
840# version 0.59.7
841
84213/10/2016
843 - MOD: updated search to use new siglen (diewald)
844 - MOD: fixed matchinfo retrieval in light service (diewald)
845
84605/05/2015
847 - ADD: rest test suite for user service (hanl)
848 - MOD: setup parameter modification (hanl)
849 - ADD: oauth2 client unique constraint (hanl)