blob: b46a48363837401a413891154bf7aefc881523b5 [file] [log] [blame]
margarethaec247dd2018-06-12 21:55:46 +02001version 0.60.4
margaretha5225ed02018-06-25 18:38:40 +0200225/06/2018
margarethaec247dd2018-06-12 21:55:46 +02003 - implemented OAuth2 authorization code request with OpenID Authentication (margaretha)
margarethada3c7852018-06-14 20:35:11 +02004 - enabled OAuth2 authorization without OpenID authentication using Nimbus library (margaretha)
5 - implemented response handler for OpenID authentication errors in authorization requests (margaretha)
6 - added tests regarding OpenID authentication in authorization requests (margaretha)
margaretha56fd5582018-06-18 22:14:51 +02007 - implemented OAuth2 authorization error response via redirect URI instead of JSON (margaretha)
margarethab36b1a32018-06-20 20:13:07 +02008 - added state to OAuth2 authorization error response (margaretha)
9 - implemented OpenID token service for authorization code flow (margaretha)
margaretha5225ed02018-06-25 18:38:40 +020010 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
margarethaec247dd2018-06-12 21:55:46 +020011
margaretha07402f42018-05-07 19:07:45 +020012version 0.60.3
margaretha235a6802018-06-06 19:21:53 +02001306/06/2018
margarethaec247dd2018-06-12 21:55:46 +020014 - improved user authentication by using authentication filter for authorization code request (margaretha)
15 - limited client authentication to client id checking in authorization code request (margaretha)
16 - added user_id in the oauth2_access_token database table (margaretha)
17 - implemented OAuth2Authentication provider for token context management (margaretha)
18 - added parameter checking for authorization DAO (margaretha)
19 - added controller tests using OAuth2 access token (margaretha)
20 - added database tables for MySQL (margaretha)
21 - updated JWT library and related codes (margaretha)
22
margaretha31a9f522018-04-03 20:40:45 +020023version 0.60.2
margarethabe4c5c92018-05-03 18:55:49 +02002403/05/2018
margarethaec247dd2018-06-12 21:55:46 +020025 - implemented OAuth2 client registration (margaretha)
26 - implemented OAuth2 client authentication (margaretha)
27 - changed virtual corpus search to retrieval (margaretha)
28 - implemented public client deregistration task (margaretha)
29 - added client registration and deregistration tests (margaretha)
30 - implemented confidential client deregistration task (margaretha)
31 - fixed storing client secret (margaretha)
32 - implemented OAuth2 response handler (margaretha)
33 - implemented OAuth2 request access token with client credentials grant (margaretha)
34 - implemented OAuth2 request access token with resource owner password grant (margaretha)
35 - implemented OAuth2 authorization code request (margaretha)
36 - added OAuth2 error codes (margaretha)
37 - added OAuth2 authorization, scope and access token tables for SQLite (margaretha)
38 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
39 - implemented OAuth2 request access token with authorization code grant (margaretha)
40 - added setting default scopes in the config file (margaretha)
41 - fixed loading spring config multiple times in the test suite (margaretha)
42 - added SQLite created_date trigger for access token (margaretha)
43 - added a join table for access token scopes (margaretha)
44 - added access scopes handling (margaretha)
45 - added tests about request token with authorization code (margaretha)
46
margaretha4edc70e2018-03-14 22:34:29 +010047version 0.60.1
margaretha18533fd2018-03-28 16:01:06 +02004828/03/2018
margarethaec247dd2018-06-12 21:55:46 +020049 - added admin-related SQL codes (margaretha)
50 - updated AdminDao (margaretha)
51 - added optional username query parameter to group list controller (margaretha)
52 - fixed non hierarchical URI of kustvakt conf files (margaretha)
53 - added delete group member triggers (margaretha)
54 - added list user-group by username and status for system admin (margaretha)
55 - added user-group status in user-group DTO (margaretha)
56 - added check for hidden groups in user-group tests (margaretha)
57 - added database trigger test on deleting members when deleting group (margaretha)
58 - renamed VC type PREDEFINED to SYSTEM (margaretha)
59 - added VC list controller for system admin (margaretha)
60 - added VC controller tests with for system admin (margaretha)
61 - added hidden access removal when deleting published VC (margaretha)
62 - added check for hidden groups in VC controller tests (margaretha)
63 - added search user-group controller (margaretha)
64 - removed createdBy from VirtualCorpusJson (margaretha)
65 - moved member role setting from the invitation phase to the after-subscription phase (margaretha)
66 - added member role removal after deleting members (margaretha)
67 - added add and delete member role controllers (margaretha)
68
margaretha7a25f012018-03-22 19:49:01 +010069version 0.60
margaretha97bb3bd2018-03-14 18:41:14 +01007014/03/2018
margarethaec247dd2018-06-12 21:55:46 +020071 - set up mail settings using localhost port 25 (margaretha)
72 - added mail template in kustvakt configuration (margaretha)
73 - added mail settings to readme (margaretha)
74 - disabled email notification for auto group (margaretha)
75 - added metadata retrieval (diewald)
76 - enabled custom implementation for email address retrieval (margaretha)
77 - removed old policy and deprecated code (margaretha)
78 - moved authentication related code to /full (margaretha)
79 - added userRoles attribute to UserGroupDto. (margaretha)
80 - fixed sqlite trigger (margaretha)
81 - fixed member exist error message (margaretha)
82 - fixed member invitation to join deleted group (margaretha)
83 - added checking deleted group (margaretha)
margarethaa86b1412018-02-21 20:40:35 +010084
margarethaec247dd2018-06-12 21:55:46 +020085version 0.59.10
margarethaaecee1b2018-02-20 14:44:21 +01008620/02/2018
margarethaec247dd2018-06-12 21:55:46 +020087 - added sort VC by id (margaretha)
88 - added test cases regarding VC sharing (margaretha)
89 - implemented withdraw VC from publication (margaretha)
90 - added Changes file (margaretha)
91 - implemented add/invite users to group (margaretha)
92 - implemented delete user-group and member tasks (margaretha)
93 - added userMemberStatus in group lists (margaretha)
94 - updated and added SQL test data (margaretha)
95 - added user group related tests (margaretha)
96 - implemented custom configuration for deleting user groups and members (margaretha)
97 - updated library versions and java environment (margaretha)
98 - added expiration time check for member invitation (margaretha)
99 - moved .properties files (margaretha)
100 - merged changelog file to Changes (margaretha)
101 - updated status codes and error messages to be more detailed (margaretha)
102 - testing mail implementation using embedded jetty jndi (margaretha)
103 - fixed collection rewrite regarding OR operation with other fields (margaretha)
104 - implemented sending mail using spring injection and removed jetty jndi (margaretha)
105 - fixed unrecognized application/json (margaretha)
106 - fixed and updated velocity template (margaretha)
107
margarethac9f1dfa2018-02-07 17:50:33 +0100108version 0.59.9
10919/01/2018
margarethaec247dd2018-06-12 21:55:46 +0200110 - restructured basic authentication (margaretha)
111 - fixed AuthenticationException to include authentication scheme (margaretha)
112 - fixed rewrite redundancy in collection rewrite (margaretha)
113 - fixed foundry rewrite for constituents (margaretha)
114 - introduced authentication methods, schemes and tokens (margaretha)
115 - implemented collection rewrite with multiple licenses (margaretha)
116 - fixed foundry rewrite for korap span without wrap node (margaretha)
117 - implemented list user group (margaretha)
118 - implemented delete VC task (margaretha)
119 - implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha)
120 - fixed handling JSON mapping exception for missing enums (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100121 - implemented list VC task (margaretha)
margaretha45667922018-01-25 21:23:03 +0100122 - added KoralQuery in VC lists (margaretha)
margarethaec247dd2018-06-12 21:55:46 +0200123 - implemented edit VC task (margaretha)
124 - implemented publish VC task (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100125 - implemented share VC task (margaretha)
126 - implemented list only owned VC task (margaretha)
127 - implemented list VC access task (margaretha)
128 - implemented search VC by id task (margaretha)
129 - implemented delete VC access (margaretha)
130 - implemented search for project VC (margaretha)
131 - added search VC related tests (margaretha)
132 - removed PredefinedUserGroup.ALL and related codes (margaretha)
133 - implemented search for published VC (margaretha)
134
margarethac9f1dfa2018-02-07 17:50:33 +0100135version 0.59.8
13621/09/2017
margarethaec247dd2018-06-12 21:55:46 +0200137 - restructured statistics service (margaretha)
138 - removed deprecated loader codes and tests (margaretha)
139 - removed old Spring java configurations (margaretha)
140 - implemented entity classes for the new database (margaretha)
141 - added MySQL codes regarding VC and for testing (margaretha)
142 - added dao methods regarding VC (margaretha)
143 - added similar SQL codes (to MySQL) for sqlite (margaretha)
144 - added dao methods regarding user groups (margaretha)
145 - restructured web-service codes into controller and logic/business-service(margaretha)
146 - implemented user role and privilege, and added tests (margaretha)
147 - prepared test suite using new database (margaretha)
148 - implemented UserGroupDao and tests (margaretha)
149 - fixed missing exceptions in JsonUtils (margaretha)
150 - restructured web filters and authentication codes (margaretha)
151 - implemented create/store VC (margaretha)
152 - fixed collection rewrite bug regarding availability with operation or (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +0100153
154version 0.59.7
15513/10/2016
156 - MOD: updated search to use new siglen (diewald)
157 - MOD: fixed matchinfo retrieval in light service (diewald)
158
15905/05/2015
160 - ADD: rest test suite for user service (hanl)
161 - MOD: setup parameter modification (hanl)
162 - ADD: oauth2 client unique constraint (hanl)