blob: 00d2cadd653bfcd882724cc0266dcded83e362a1 [file] [log] [blame]
margaretha07402f42018-05-07 19:07:45 +02001version 0.60.3
margaretha235a6802018-06-06 19:21:53 +0200206/06/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)
margarethacf306d32018-05-30 19:45:35 +02005 - added user_id in the oauth2_access_token database table (margaretha)
margaretha07402f42018-05-07 19:07:45 +02006 - implemented OAuth2Authentication provider for token context management (margaretha)
margaretha417571c2018-05-09 22:55:06 +02007 - added parameter checking for authorization DAO (margaretha)
margarethacf306d32018-05-30 19:45:35 +02008 - added controller tests using OAuth2 access token (margaretha)
margaretha235a6802018-06-06 19:21:53 +02009 - added database tables for MySQL (margaretha)
10 - updated JWT library and related codes (margaretha)
margaretha07402f42018-05-07 19:07:45 +020011
margaretha31a9f522018-04-03 20:40:45 +020012version 0.60.2
margarethabe4c5c92018-05-03 18:55:49 +02001303/05/2018
margaretha31a9f522018-04-03 20:40:45 +020014 - implemented OAuth2 client registration (margaretha)
margaretha8d804f62018-04-10 12:39:56 +020015 - implemented OAuth2 client authentication (margaretha)
margarethae68021a2018-04-09 16:13:12 +020016 - changed virtual corpus search to retrieval (margaretha)
margarethafb1e0992018-04-10 14:58:28 +020017 - implemented public client deregistration task (margaretha)
18 - added client registration and deregistration tests (margaretha)
19 - implemented confidential client deregistration task (margaretha)
margaretha6d61a552018-04-10 19:26:44 +020020 - fixed storing client secret (margaretha)
margarethaa452c5e2018-04-25 22:48:09 +020021 - implemented OAuth2 response handler (margaretha)
margarethaf839dde2018-04-16 17:52:57 +020022 - implemented OAuth2 request access token with client credentials grant (margaretha)
margaretha6374f722018-04-17 18:45:57 +020023 - implemented OAuth2 request access token with resource owner password grant (margaretha)
margarethafb027f92018-04-23 20:00:13 +020024 - implemented OAuth2 authorization code request (margaretha)
margarethaa452c5e2018-04-25 22:48:09 +020025 - added OAuth2 error codes (margaretha)
26 - added OAuth2 authorization, scope and access token tables for SQLite (margaretha)
27 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
28 - implemented OAuth2 request access token with authorization code grant (margaretha)
margarethab4ce6602018-04-26 20:23:57 +020029 - added setting default scopes in the config file (margaretha)
30 - fixed loading spring config multiple times in the test suite (margaretha)
margaretha1097acc2018-05-02 18:33:24 +020031 - added SQLite created_date trigger for access token (margaretha)
32 - added a join table for access token scopes (margaretha)
margarethabe4c5c92018-05-03 18:55:49 +020033 - added access scopes handling (margaretha)
34 - added tests about request token with authorization code (margaretha)
margaretha31a9f522018-04-03 20:40:45 +020035
margaretha4edc70e2018-03-14 22:34:29 +010036version 0.60.1
margaretha18533fd2018-03-28 16:01:06 +02003728/03/2018
margaretha4edc70e2018-03-14 22:34:29 +010038 - added admin-related SQL codes (margaretha)
39 - updated AdminDao (margaretha)
40 - added optional username query parameter to group list controller (margaretha)
margaretha293ee032018-03-20 20:11:52 +010041 - fixed non hierarchical URI of kustvakt conf files (margaretha)
42 - added delete group member triggers (margaretha)
43 - added list user-group by username and status for system admin (margaretha)
44 - added user-group status in user-group DTO (margaretha)
45 - added check for hidden groups in user-group tests (margaretha)
46 - added database trigger test on deleting members when deleting group (margaretha)
margaretha44573832018-03-21 16:59:59 +010047 - renamed VC type PREDEFINED to SYSTEM (margaretha)
48 - added VC list controller for system admin (margaretha)
49 - added VC controller tests with for system admin (margaretha)
50 - added hidden access removal when deleting published VC (margaretha)
51 - added check for hidden groups in VC controller tests (margaretha)
52 - added search user-group controller (margaretha)
margaretha7a25f012018-03-22 19:49:01 +010053 - removed createdBy from VirtualCorpusJson (margaretha)
margaretha18533fd2018-03-28 16:01:06 +020054 - moved member role setting from the invitation phase to the after-subscription phase (margaretha)
55 - added member role removal after deleting members (margaretha)
56 - added add and delete member role controllers (margaretha)
margaretha4edc70e2018-03-14 22:34:29 +010057
margaretha7a25f012018-03-22 19:49:01 +010058version 0.60
margaretha97bb3bd2018-03-14 18:41:14 +01005914/03/2018
margarethaa86b1412018-02-21 20:40:35 +010060 - set up mail settings using localhost port 25 (margaretha)
61 - added mail template in kustvakt configuration (margaretha)
62 - added mail settings to readme (margaretha)
63 - disabled email notification for auto group (margaretha)
margaretha7d0165c2018-02-26 15:31:37 +010064 - added metadata retrieval (diewald)
65 - enabled custom implementation for email address retrieval (margaretha)
margarethaefc18a42018-03-01 16:01:42 +010066 - removed old policy and deprecated code (margaretha)
67 - moved authentication related code to /full (margaretha)
margaretha6f288372018-03-08 18:35:23 +010068 - added userRoles attribute to UserGroupDto. (margaretha)
margarethac1c3f1d2018-03-13 14:39:32 +010069 - fixed sqlite trigger (margaretha)
70 - fixed member exist error message (margaretha)
71 - fixed member invitation to join deleted group (margaretha)
margaretha97bb3bd2018-03-14 18:41:14 +010072 - added checking deleted group (margaretha)
margarethaa86b1412018-02-21 20:40:35 +010073
margarethac9f1dfa2018-02-07 17:50:33 +010074version 0.59.10
margarethaaecee1b2018-02-20 14:44:21 +01007520/02/2018
margarethab874ef52018-01-23 20:26:31 +010076 - added sort VC by id (margaretha)
77 - added test cases regarding VC sharing (margaretha)
78 - implemented withdraw VC from publication (margaretha)
79 - added Changes file (margaretha)
margarethae6c711b2018-02-06 21:55:04 +010080 - implemented add/invite users to group (margaretha)
margaretha45667922018-01-25 21:23:03 +010081 - implemented delete user-group and member tasks (margaretha)
82 - added userMemberStatus in group lists (margaretha)
margaretha2c019fa2018-02-01 19:50:51 +010083 - updated and added SQL test data (margaretha)
84 - added user group related tests (margaretha)
85 - implemented custom configuration for deleting user groups and members (margaretha)
86 - updated library versions and java environment (margaretha)
margarethae6c711b2018-02-06 21:55:04 +010087 - added expiration time check for member invitation (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +010088 - moved .properties files (margaretha)
89 - merged changelog file to Changes (margaretha)
90 - updated status codes and error messages to be more detailed (margaretha)
margarethaaecee1b2018-02-20 14:44:21 +010091 - testing mail implementation using embedded jetty jndi (margaretha)
92 - fixed collection rewrite regarding OR operation with other fields (margaretha)
margaretha7f0a4d42018-02-20 19:16:44 +010093 - implemented sending mail using spring injection and removed jetty jndi (margaretha)
margarethaa86b1412018-02-21 20:40:35 +010094 - fixed unrecognized application/json (margaretha)
margaretha7f0a4d42018-02-20 19:16:44 +010095 - fixed and updated velocity template (margaretha)
margarethab874ef52018-01-23 20:26:31 +010096
margarethac9f1dfa2018-02-07 17:50:33 +010097version 0.59.9
9819/01/2018
margarethab874ef52018-01-23 20:26:31 +010099 - restructured basic authentication (margaretha)
100 - fixed AuthenticationException to include authentication scheme (margaretha)
101 - fixed rewrite redundancy in collection rewrite (margaretha)
102 - fixed foundry rewrite for constituents (margaretha)
103 - introduced authentication methods, schemes and tokens (margaretha)
104 - implemented collection rewrite with multiple licenses (margaretha)
105 - fixed foundry rewrite for korap span without wrap node (margaretha)
106 - implemented list user group (margaretha)
107 - implemented delete VC task (margaretha)
margarethae6c711b2018-02-06 21:55:04 +0100108 - implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha)
margarethab874ef52018-01-23 20:26:31 +0100109 - fixed handling JSON mapping exception for missing enums (margaretha)
110 - implemented list VC task (margaretha)
margaretha45667922018-01-25 21:23:03 +0100111 - added KoralQuery in VC lists (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100112 - implemented edit VC task (margaretha)
113 - implemented publish VC task (margaretha)
114 - implemented share VC task (margaretha)
115 - implemented list only owned VC task (margaretha)
116 - implemented list VC access task (margaretha)
117 - implemented search VC by id task (margaretha)
118 - implemented delete VC access (margaretha)
119 - implemented search for project VC (margaretha)
120 - added search VC related tests (margaretha)
121 - removed PredefinedUserGroup.ALL and related codes (margaretha)
122 - implemented search for published VC (margaretha)
123
margarethac9f1dfa2018-02-07 17:50:33 +0100124version 0.59.8
12521/09/2017
margarethab874ef52018-01-23 20:26:31 +0100126 - restructured statistics service (margaretha)
127 - removed deprecated loader codes and tests (margaretha)
128 - removed old Spring java configurations (margaretha)
129 - implemented entity classes for the new database (margaretha)
margaretha44573832018-03-21 16:59:59 +0100130 - added MySQL codes regarding VC and for testing (margaretha)
131 - added dao methods regarding VC (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100132 - added similar SQL codes (to MySQL) for sqlite (margaretha)
133 - added dao methods regarding user groups (margaretha)
134 - restructured web-service codes into controller and logic/business-service(margaretha)
135 - implemented user role and privilege, and added tests (margaretha)
136 - prepared test suite using new database (margaretha)
137 - implemented UserGroupDao and tests (margaretha)
138 - fixed missing exceptions in JsonUtils (margaretha)
139 - restructured web filters and authentication codes (margaretha)
140 - implemented create/store VC (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +0100141 - fixed collection rewrite bug regarding availability with operation or (margaretha)
142
143version 0.59.7
14413/10/2016
145 - MOD: updated search to use new siglen (diewald)
146 - MOD: fixed matchinfo retrieval in light service (diewald)
147
14805/05/2015
149 - ADD: rest test suite for user service (hanl)
150 - MOD: setup parameter modification (hanl)
151 - ADD: oauth2 client unique constraint (hanl)