blob: a3308c82c17ded9c86c6d4b1bd0958bea706079b [file] [log] [blame]
margaretha07402f42018-05-07 19:07:45 +02001version 0.60.3
margaretha417571c2018-05-09 22:55:06 +0200209/05/2018
margaretha07402f42018-05-07 19:07:45 +02003 - improved user authentication by using authentication filter for authorization code request (margaretha)
4 - limited client authentication to client id checking in authorization code request (margaretha)
5 - added user_id in the oauth2_access_token table (margaretha)
6 - implemented OAuth2Authentication provider for token context management (margaretha)
margaretha417571c2018-05-09 22:55:06 +02007 - added parameter checking for authorization DAO (margaretha)
margaretha07402f42018-05-07 19:07:45 +02008
margaretha31a9f522018-04-03 20:40:45 +02009version 0.60.2
margarethabe4c5c92018-05-03 18:55:49 +02001003/05/2018
margaretha31a9f522018-04-03 20:40:45 +020011 - implemented OAuth2 client registration (margaretha)
margaretha8d804f62018-04-10 12:39:56 +020012 - implemented OAuth2 client authentication (margaretha)
margarethae68021a2018-04-09 16:13:12 +020013 - changed virtual corpus search to retrieval (margaretha)
margarethafb1e0992018-04-10 14:58:28 +020014 - implemented public client deregistration task (margaretha)
15 - added client registration and deregistration tests (margaretha)
16 - implemented confidential client deregistration task (margaretha)
margaretha6d61a552018-04-10 19:26:44 +020017 - fixed storing client secret (margaretha)
margarethaa452c5e2018-04-25 22:48:09 +020018 - implemented OAuth2 response handler (margaretha)
margarethaf839dde2018-04-16 17:52:57 +020019 - implemented OAuth2 request access token with client credentials grant (margaretha)
margaretha6374f722018-04-17 18:45:57 +020020 - implemented OAuth2 request access token with resource owner password grant (margaretha)
margarethafb027f92018-04-23 20:00:13 +020021 - implemented OAuth2 authorization code request (margaretha)
margarethaa452c5e2018-04-25 22:48:09 +020022 - added OAuth2 error codes (margaretha)
23 - added OAuth2 authorization, scope and access token tables for SQLite (margaretha)
24 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
25 - implemented OAuth2 request access token with authorization code grant (margaretha)
margarethab4ce6602018-04-26 20:23:57 +020026 - added setting default scopes in the config file (margaretha)
27 - fixed loading spring config multiple times in the test suite (margaretha)
margaretha1097acc2018-05-02 18:33:24 +020028 - added SQLite created_date trigger for access token (margaretha)
29 - added a join table for access token scopes (margaretha)
margarethabe4c5c92018-05-03 18:55:49 +020030 - added access scopes handling (margaretha)
31 - added tests about request token with authorization code (margaretha)
margaretha31a9f522018-04-03 20:40:45 +020032
margaretha4edc70e2018-03-14 22:34:29 +010033version 0.60.1
margaretha18533fd2018-03-28 16:01:06 +02003428/03/2018
margaretha4edc70e2018-03-14 22:34:29 +010035 - added admin-related SQL codes (margaretha)
36 - updated AdminDao (margaretha)
37 - added optional username query parameter to group list controller (margaretha)
margaretha293ee032018-03-20 20:11:52 +010038 - fixed non hierarchical URI of kustvakt conf files (margaretha)
39 - added delete group member triggers (margaretha)
40 - added list user-group by username and status for system admin (margaretha)
41 - added user-group status in user-group DTO (margaretha)
42 - added check for hidden groups in user-group tests (margaretha)
43 - added database trigger test on deleting members when deleting group (margaretha)
margaretha44573832018-03-21 16:59:59 +010044 - renamed VC type PREDEFINED to SYSTEM (margaretha)
45 - added VC list controller for system admin (margaretha)
46 - added VC controller tests with for system admin (margaretha)
47 - added hidden access removal when deleting published VC (margaretha)
48 - added check for hidden groups in VC controller tests (margaretha)
49 - added search user-group controller (margaretha)
margaretha7a25f012018-03-22 19:49:01 +010050 - removed createdBy from VirtualCorpusJson (margaretha)
margaretha18533fd2018-03-28 16:01:06 +020051 - moved member role setting from the invitation phase to the after-subscription phase (margaretha)
52 - added member role removal after deleting members (margaretha)
53 - added add and delete member role controllers (margaretha)
margaretha4edc70e2018-03-14 22:34:29 +010054
margaretha7a25f012018-03-22 19:49:01 +010055version 0.60
margaretha97bb3bd2018-03-14 18:41:14 +01005614/03/2018
margarethaa86b1412018-02-21 20:40:35 +010057 - set up mail settings using localhost port 25 (margaretha)
58 - added mail template in kustvakt configuration (margaretha)
59 - added mail settings to readme (margaretha)
60 - disabled email notification for auto group (margaretha)
margaretha7d0165c2018-02-26 15:31:37 +010061 - added metadata retrieval (diewald)
62 - enabled custom implementation for email address retrieval (margaretha)
margarethaefc18a42018-03-01 16:01:42 +010063 - removed old policy and deprecated code (margaretha)
64 - moved authentication related code to /full (margaretha)
margaretha6f288372018-03-08 18:35:23 +010065 - added userRoles attribute to UserGroupDto. (margaretha)
margarethac1c3f1d2018-03-13 14:39:32 +010066 - fixed sqlite trigger (margaretha)
67 - fixed member exist error message (margaretha)
68 - fixed member invitation to join deleted group (margaretha)
margaretha97bb3bd2018-03-14 18:41:14 +010069 - added checking deleted group (margaretha)
margarethaa86b1412018-02-21 20:40:35 +010070
margarethac9f1dfa2018-02-07 17:50:33 +010071version 0.59.10
margarethaaecee1b2018-02-20 14:44:21 +01007220/02/2018
margarethab874ef52018-01-23 20:26:31 +010073 - added sort VC by id (margaretha)
74 - added test cases regarding VC sharing (margaretha)
75 - implemented withdraw VC from publication (margaretha)
76 - added Changes file (margaretha)
margarethae6c711b2018-02-06 21:55:04 +010077 - implemented add/invite users to group (margaretha)
margaretha45667922018-01-25 21:23:03 +010078 - implemented delete user-group and member tasks (margaretha)
79 - added userMemberStatus in group lists (margaretha)
margaretha2c019fa2018-02-01 19:50:51 +010080 - updated and added SQL test data (margaretha)
81 - added user group related tests (margaretha)
82 - implemented custom configuration for deleting user groups and members (margaretha)
83 - updated library versions and java environment (margaretha)
margarethae6c711b2018-02-06 21:55:04 +010084 - added expiration time check for member invitation (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +010085 - moved .properties files (margaretha)
86 - merged changelog file to Changes (margaretha)
87 - updated status codes and error messages to be more detailed (margaretha)
margarethaaecee1b2018-02-20 14:44:21 +010088 - testing mail implementation using embedded jetty jndi (margaretha)
89 - fixed collection rewrite regarding OR operation with other fields (margaretha)
margaretha7f0a4d42018-02-20 19:16:44 +010090 - implemented sending mail using spring injection and removed jetty jndi (margaretha)
margarethaa86b1412018-02-21 20:40:35 +010091 - fixed unrecognized application/json (margaretha)
margaretha7f0a4d42018-02-20 19:16:44 +010092 - fixed and updated velocity template (margaretha)
margarethab874ef52018-01-23 20:26:31 +010093
margarethac9f1dfa2018-02-07 17:50:33 +010094version 0.59.9
9519/01/2018
margarethab874ef52018-01-23 20:26:31 +010096 - restructured basic authentication (margaretha)
97 - fixed AuthenticationException to include authentication scheme (margaretha)
98 - fixed rewrite redundancy in collection rewrite (margaretha)
99 - fixed foundry rewrite for constituents (margaretha)
100 - introduced authentication methods, schemes and tokens (margaretha)
101 - implemented collection rewrite with multiple licenses (margaretha)
102 - fixed foundry rewrite for korap span without wrap node (margaretha)
103 - implemented list user group (margaretha)
104 - implemented delete VC task (margaretha)
margarethae6c711b2018-02-06 21:55:04 +0100105 - implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha)
margarethab874ef52018-01-23 20:26:31 +0100106 - fixed handling JSON mapping exception for missing enums (margaretha)
107 - implemented list VC task (margaretha)
margaretha45667922018-01-25 21:23:03 +0100108 - added KoralQuery in VC lists (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100109 - implemented edit VC task (margaretha)
110 - implemented publish VC task (margaretha)
111 - implemented share VC task (margaretha)
112 - implemented list only owned VC task (margaretha)
113 - implemented list VC access task (margaretha)
114 - implemented search VC by id task (margaretha)
115 - implemented delete VC access (margaretha)
116 - implemented search for project VC (margaretha)
117 - added search VC related tests (margaretha)
118 - removed PredefinedUserGroup.ALL and related codes (margaretha)
119 - implemented search for published VC (margaretha)
120
margarethac9f1dfa2018-02-07 17:50:33 +0100121version 0.59.8
12221/09/2017
margarethab874ef52018-01-23 20:26:31 +0100123 - restructured statistics service (margaretha)
124 - removed deprecated loader codes and tests (margaretha)
125 - removed old Spring java configurations (margaretha)
126 - implemented entity classes for the new database (margaretha)
margaretha44573832018-03-21 16:59:59 +0100127 - added MySQL codes regarding VC and for testing (margaretha)
128 - added dao methods regarding VC (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100129 - added similar SQL codes (to MySQL) for sqlite (margaretha)
130 - added dao methods regarding user groups (margaretha)
131 - restructured web-service codes into controller and logic/business-service(margaretha)
132 - implemented user role and privilege, and added tests (margaretha)
133 - prepared test suite using new database (margaretha)
134 - implemented UserGroupDao and tests (margaretha)
135 - fixed missing exceptions in JsonUtils (margaretha)
136 - restructured web filters and authentication codes (margaretha)
137 - implemented create/store VC (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +0100138 - fixed collection rewrite bug regarding availability with operation or (margaretha)
139
140version 0.59.7
14113/10/2016
142 - MOD: updated search to use new siglen (diewald)
143 - MOD: fixed matchinfo retrieval in light service (diewald)
144
14505/05/2015
146 - ADD: rest test suite for user service (hanl)
147 - MOD: setup parameter modification (hanl)
148 - ADD: oauth2 client unique constraint (hanl)