| margaretha | 07402f4 | 2018-05-07 19:07:45 +0200 | [diff] [blame] | 1 | version 0.60.3 | 
| margaretha | cf306d3 | 2018-05-30 19:45:35 +0200 | [diff] [blame^] | 2 | 30/05/2018 | 
| margaretha | 07402f4 | 2018-05-07 19:07:45 +0200 | [diff] [blame] | 3 | 	- 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) | 
| margaretha | cf306d3 | 2018-05-30 19:45:35 +0200 | [diff] [blame^] | 5 | 	- added user_id in the oauth2_access_token database table (margaretha) | 
| margaretha | 07402f4 | 2018-05-07 19:07:45 +0200 | [diff] [blame] | 6 | 	- implemented OAuth2Authentication provider for token context management (margaretha) | 
| margaretha | 417571c | 2018-05-09 22:55:06 +0200 | [diff] [blame] | 7 | 	- added parameter checking for authorization DAO (margaretha) | 
| margaretha | cf306d3 | 2018-05-30 19:45:35 +0200 | [diff] [blame^] | 8 | 	- added controller tests using OAuth2 access token (margaretha) | 
| margaretha | 07402f4 | 2018-05-07 19:07:45 +0200 | [diff] [blame] | 9 | 	 | 
| margaretha | 31a9f52 | 2018-04-03 20:40:45 +0200 | [diff] [blame] | 10 | version 0.60.2 | 
| margaretha | be4c5c9 | 2018-05-03 18:55:49 +0200 | [diff] [blame] | 11 | 03/05/2018 | 
| margaretha | 31a9f52 | 2018-04-03 20:40:45 +0200 | [diff] [blame] | 12 | 	- implemented OAuth2 client registration (margaretha) | 
| margaretha | 8d804f6 | 2018-04-10 12:39:56 +0200 | [diff] [blame] | 13 | 	- implemented OAuth2 client authentication (margaretha) | 
| margaretha | e68021a | 2018-04-09 16:13:12 +0200 | [diff] [blame] | 14 | 	- changed virtual corpus search to retrieval (margaretha) | 
| margaretha | fb1e099 | 2018-04-10 14:58:28 +0200 | [diff] [blame] | 15 | 	- implemented public client deregistration task (margaretha) | 
 | 16 | 	- added client registration and deregistration tests (margaretha) | 
 | 17 | 	- implemented confidential client deregistration task (margaretha) | 
| margaretha | 6d61a55 | 2018-04-10 19:26:44 +0200 | [diff] [blame] | 18 | 	- fixed storing client secret (margaretha) | 
| margaretha | a452c5e | 2018-04-25 22:48:09 +0200 | [diff] [blame] | 19 | 	- implemented OAuth2 response handler (margaretha) | 
| margaretha | f839dde | 2018-04-16 17:52:57 +0200 | [diff] [blame] | 20 | 	- implemented OAuth2 request access token with client credentials grant (margaretha) | 
| margaretha | 6374f72 | 2018-04-17 18:45:57 +0200 | [diff] [blame] | 21 | 	- implemented OAuth2 request access token with resource owner password grant (margaretha) | 
| margaretha | fb027f9 | 2018-04-23 20:00:13 +0200 | [diff] [blame] | 22 | 	- implemented OAuth2 authorization code request (margaretha) | 
| margaretha | a452c5e | 2018-04-25 22:48:09 +0200 | [diff] [blame] | 23 | 	- added OAuth2 error codes (margaretha) | 
 | 24 | 	- added OAuth2 authorization, scope and access token tables for SQLite (margaretha) | 
 | 25 | 	- implemented OAuth2 authorization, scope and access token DAO (margaretha) | 
 | 26 | 	- implemented OAuth2 request access token with authorization code grant (margaretha) | 
| margaretha | b4ce660 | 2018-04-26 20:23:57 +0200 | [diff] [blame] | 27 | 	- added setting default scopes in the config file (margaretha) | 
 | 28 | 	- fixed loading spring config multiple times in the test suite (margaretha) | 
| margaretha | 1097acc | 2018-05-02 18:33:24 +0200 | [diff] [blame] | 29 | 	- added SQLite created_date trigger for access token (margaretha)   | 
 | 30 | 	- added a join table for access token scopes (margaretha) | 
| margaretha | be4c5c9 | 2018-05-03 18:55:49 +0200 | [diff] [blame] | 31 | 	- added access scopes handling (margaretha) | 
 | 32 | 	- added tests about request token with authorization code (margaretha) | 
| margaretha | 31a9f52 | 2018-04-03 20:40:45 +0200 | [diff] [blame] | 33 | 	 | 
| margaretha | 4edc70e | 2018-03-14 22:34:29 +0100 | [diff] [blame] | 34 | version 0.60.1 | 
| margaretha | 18533fd | 2018-03-28 16:01:06 +0200 | [diff] [blame] | 35 | 28/03/2018 | 
| margaretha | 4edc70e | 2018-03-14 22:34:29 +0100 | [diff] [blame] | 36 | 	- added admin-related SQL codes (margaretha) | 
 | 37 | 	- updated AdminDao (margaretha) | 
 | 38 | 	- added optional username query parameter to group list controller (margaretha)  | 
| margaretha | 293ee03 | 2018-03-20 20:11:52 +0100 | [diff] [blame] | 39 | 	- fixed non hierarchical URI of kustvakt conf files (margaretha) | 
 | 40 | 	- added delete group member triggers (margaretha) | 
 | 41 | 	- added list user-group by username and status for system admin (margaretha) | 
 | 42 | 	- added user-group status in user-group DTO (margaretha) | 
 | 43 | 	- added check for hidden groups in user-group tests (margaretha) | 
 | 44 | 	- added database trigger test on deleting members when deleting group (margaretha) | 
| margaretha | 4457383 | 2018-03-21 16:59:59 +0100 | [diff] [blame] | 45 | 	- renamed VC type PREDEFINED to SYSTEM (margaretha) | 
 | 46 | 	- added VC list controller for system admin (margaretha) | 
 | 47 | 	- added VC controller tests with for system admin (margaretha)  | 
 | 48 | 	- added hidden access removal when deleting published VC (margaretha) | 
 | 49 | 	- added check for hidden groups in VC controller tests (margaretha) | 
 | 50 | 	- added search user-group controller (margaretha) | 
| margaretha | 7a25f01 | 2018-03-22 19:49:01 +0100 | [diff] [blame] | 51 | 	- removed createdBy from VirtualCorpusJson (margaretha) | 
| margaretha | 18533fd | 2018-03-28 16:01:06 +0200 | [diff] [blame] | 52 | 	- moved member role setting from the invitation phase to the after-subscription phase (margaretha) | 
 | 53 | 	- added member role removal after deleting members (margaretha) | 
 | 54 | 	- added add and delete member role controllers (margaretha) | 
| margaretha | 4edc70e | 2018-03-14 22:34:29 +0100 | [diff] [blame] | 55 | 	 | 
| margaretha | 7a25f01 | 2018-03-22 19:49:01 +0100 | [diff] [blame] | 56 | version 0.60 | 
| margaretha | 97bb3bd | 2018-03-14 18:41:14 +0100 | [diff] [blame] | 57 | 14/03/2018 | 
| margaretha | a86b141 | 2018-02-21 20:40:35 +0100 | [diff] [blame] | 58 | 	- set up mail settings using localhost port 25 (margaretha) | 
 | 59 | 	- added mail template in kustvakt configuration (margaretha) | 
 | 60 | 	- added mail settings to readme (margaretha) | 
 | 61 | 	- disabled email notification for auto group (margaretha) | 
| margaretha | 7d0165c | 2018-02-26 15:31:37 +0100 | [diff] [blame] | 62 | 	- added metadata retrieval (diewald) | 
 | 63 | 	- enabled custom implementation for email address retrieval (margaretha) | 
| margaretha | efc18a4 | 2018-03-01 16:01:42 +0100 | [diff] [blame] | 64 | 	- removed old policy and deprecated code (margaretha) | 
 | 65 | 	- moved authentication related code to /full (margaretha) | 
| margaretha | 6f28837 | 2018-03-08 18:35:23 +0100 | [diff] [blame] | 66 | 	- added userRoles attribute to UserGroupDto. (margaretha) | 
| margaretha | c1c3f1d | 2018-03-13 14:39:32 +0100 | [diff] [blame] | 67 | 	- fixed sqlite trigger (margaretha) | 
 | 68 | 	- fixed member exist error message (margaretha) | 
 | 69 | 	- fixed member invitation to join deleted group (margaretha) | 
| margaretha | 97bb3bd | 2018-03-14 18:41:14 +0100 | [diff] [blame] | 70 | 	- added checking deleted group (margaretha) | 
| margaretha | a86b141 | 2018-02-21 20:40:35 +0100 | [diff] [blame] | 71 |  | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 72 | version 0.59.10	 | 
| margaretha | aecee1b | 2018-02-20 14:44:21 +0100 | [diff] [blame] | 73 | 20/02/2018  | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 74 | 	- added sort VC by id (margaretha) | 
 | 75 | 	- added test cases regarding VC sharing (margaretha) | 
 | 76 | 	- implemented withdraw VC from publication (margaretha) | 
 | 77 | 	- added Changes file (margaretha) | 
| margaretha | e6c711b | 2018-02-06 21:55:04 +0100 | [diff] [blame] | 78 | 	- implemented add/invite users to group (margaretha) | 
| margaretha | 4566792 | 2018-01-25 21:23:03 +0100 | [diff] [blame] | 79 | 	- implemented delete user-group and member tasks (margaretha) | 
 | 80 | 	- added userMemberStatus in group lists (margaretha) | 
| margaretha | 2c019fa | 2018-02-01 19:50:51 +0100 | [diff] [blame] | 81 | 	- updated and added SQL test data (margaretha) | 
 | 82 | 	- added user group related tests (margaretha) | 
 | 83 | 	- implemented custom configuration for deleting user groups and members (margaretha) | 
 | 84 | 	- updated library versions and java environment (margaretha) | 
| margaretha | e6c711b | 2018-02-06 21:55:04 +0100 | [diff] [blame] | 85 | 	- added expiration time check for member invitation (margaretha) | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 86 | 	- moved .properties files (margaretha)  | 
 | 87 | 	- merged changelog file to Changes (margaretha) | 
 | 88 | 	- updated status codes and error messages to be more detailed (margaretha) | 
| margaretha | aecee1b | 2018-02-20 14:44:21 +0100 | [diff] [blame] | 89 | 	- testing mail implementation using embedded jetty jndi (margaretha) | 
 | 90 | 	- fixed collection rewrite regarding OR operation with other fields (margaretha) | 
| margaretha | 7f0a4d4 | 2018-02-20 19:16:44 +0100 | [diff] [blame] | 91 | 	- implemented sending mail using spring injection and removed jetty jndi (margaretha) | 
| margaretha | a86b141 | 2018-02-21 20:40:35 +0100 | [diff] [blame] | 92 | 	- fixed unrecognized application/json (margaretha) | 
| margaretha | 7f0a4d4 | 2018-02-20 19:16:44 +0100 | [diff] [blame] | 93 | 	- fixed and updated velocity template (margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 94 | 	 | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 95 | version 0.59.9  | 
 | 96 | 19/01/2018 | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 97 | 	- restructured basic authentication (margaretha) | 
 | 98 | 	- fixed AuthenticationException to include authentication scheme (margaretha) | 
 | 99 | 	- fixed rewrite redundancy in collection rewrite (margaretha) | 
 | 100 | 	- fixed foundry rewrite for constituents (margaretha) | 
 | 101 | 	- introduced authentication methods, schemes and tokens (margaretha) | 
 | 102 | 	- implemented collection rewrite with multiple licenses (margaretha) | 
 | 103 | 	- fixed foundry rewrite for korap span without wrap node (margaretha) | 
 | 104 | 	- implemented list user group (margaretha) | 
 | 105 | 	- implemented delete VC task (margaretha) | 
| margaretha | e6c711b | 2018-02-06 21:55:04 +0100 | [diff] [blame] | 106 | 	- implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 107 | 	- fixed handling JSON mapping exception for missing enums (margaretha) | 
 | 108 |     - implemented list VC task (margaretha) | 
| margaretha | 4566792 | 2018-01-25 21:23:03 +0100 | [diff] [blame] | 109 |     - added KoralQuery in VC lists (margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 110 | 	- implemented edit VC task (margaretha) | 
 | 111 | 	- implemented publish VC task (margaretha) | 
 | 112 |     - implemented share VC task (margaretha) | 
 | 113 |     - implemented list only owned VC task (margaretha)  | 
 | 114 |     - implemented list VC access task (margaretha) | 
 | 115 |     - implemented search VC by id task (margaretha) | 
 | 116 |     - implemented delete VC access (margaretha) | 
 | 117 |     - implemented search for project VC (margaretha) | 
 | 118 |     - added search VC related tests (margaretha) | 
 | 119 |     - removed PredefinedUserGroup.ALL and related codes (margaretha) | 
 | 120 |     - implemented search for published VC (margaretha) | 
 | 121 |      | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 122 | version 0.59.8  | 
 | 123 | 21/09/2017 | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 124 | 	- restructured statistics service (margaretha) | 
 | 125 | 	- removed deprecated loader codes and tests (margaretha) | 
 | 126 | 	- removed old Spring java configurations (margaretha) | 
 | 127 | 	- implemented entity classes for the new database (margaretha) | 
| margaretha | 4457383 | 2018-03-21 16:59:59 +0100 | [diff] [blame] | 128 | 	- added MySQL codes regarding VC and for testing (margaretha) | 
 | 129 | 	- added dao methods regarding VC (margaretha) | 
| margaretha | b874ef5 | 2018-01-23 20:26:31 +0100 | [diff] [blame] | 130 | 	- added similar SQL codes (to MySQL) for sqlite (margaretha) | 
 | 131 | 	- added dao methods regarding user groups (margaretha) | 
 | 132 | 	- restructured web-service codes into controller and logic/business-service(margaretha) | 
 | 133 | 	- implemented user role and privilege, and added tests (margaretha) | 
 | 134 | 	- prepared test suite using new database (margaretha) | 
 | 135 | 	- implemented UserGroupDao and tests (margaretha) | 
 | 136 | 	- fixed missing exceptions in JsonUtils (margaretha) | 
 | 137 | 	- restructured web filters and authentication codes (margaretha) | 
 | 138 | 	- implemented create/store VC (margaretha) | 
| margaretha | c9f1dfa | 2018-02-07 17:50:33 +0100 | [diff] [blame] | 139 | 	- fixed collection rewrite bug regarding availability with operation or (margaretha)     | 
 | 140 |  | 
 | 141 | version 0.59.7 | 
 | 142 | 13/10/2016 | 
 | 143 |     - MOD: updated search to use new siglen (diewald) | 
 | 144 |     - MOD: fixed matchinfo retrieval in light service (diewald) | 
 | 145 |  | 
 | 146 | 05/05/2015 | 
 | 147 |     - ADD: rest test suite for user service (hanl) | 
 | 148 |     - MOD: setup parameter modification (hanl) | 
 | 149 |     - ADD: oauth2 client unique constraint (hanl) |