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