1. 79f0144 Deprecated UserClientDto and uses ClientinfoDto instead. by margaretha · 2 years, 7 months ago
  2. b1edd22 Added installed_plugins table by margaretha · 2 years, 6 months ago
  3. e20a280 Added a new API: list plugins (e.g. for marketplace) by margaretha · 2 years, 7 months ago
  4. d9e5cda Changed the SQL script updating oauth2_client table. by margaretha · 2 years, 7 months ago
  5. ffb8950 Updated authorization error response. by margaretha · 2 years, 7 months ago
  6. d67b427 Added authorization request with GET and deprecated that with POST. by margaretha · 2 years, 8 months ago
  7. d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 2 years, 8 months ago
  8. 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 2 years, 8 months ago
  9. 6bbbf1d Added foreign keys to the DB tables of access and refresh token scopes. by margaretha · 2 years, 9 months ago
  10. fc5fab2 Replaced annotation parsing with restoring the annotation tables to the by margaretha · 3 years, 4 months ago
  11. 4a1a18c Added query access roles and fixed vc access roles. by margaretha · 3 years, 9 months ago
  12. b097fb0 Renamed virtual corpus to query. by margaretha · 3 years, 9 months ago
  13. 5213ced Added query and query language in virtual corpus table. by margaretha · 3 years, 9 months ago
  14. 90adf31 Removed escaping for KoralQuery in VC and query reference responses. by margaretha · 3 years, 9 months ago
  15. 652c4dc Added listing available queries for users. by margaretha · 3 years, 10 months ago
  16. dc6d73d Fixed problem with multiple desktop apps by Akron · 4 years, 7 months ago
  17. da08015 Add query reference web-service. by Akron · 4 years ago
  18. f6945c4 Added persistency layer for query references by Akron · 4 years, 1 month ago
  19. 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 4 years, 10 months ago
  20. d8aa135 Updated create update user-group API. by margaretha · 5 years ago
  21. 21d3296 Added a check for OAuth2 client, VC, and group name length. by margaretha · 5 years ago
  22. da5a6ab Added user-group name pattern (issue #33). by margaretha · 5 years ago
  23. 93e602e Fixed missing scopes after requesting access token with refresh token. by margaretha · 5 years ago
  24. 3a57940 Updated VC name pattern and tests. by margaretha · 5 years ago
  25. 39cec60 Added delete-group-by-name controller & unique index to group name. by margaretha · 6 years ago
  26. 85273f1 Fixed SQL data and update client deregistration behavior. by margaretha · 6 years ago
  27. 4fa4b06 Added foundry rewrite with user default setting. by margaretha · 6 years ago
  28. 0866a53 Added create, edit, retrieve user default setting controllers by margaretha · 6 years ago
  29. 2ea9a1e Degraded API version to 1.0 & added OAuth2 client info tests by margaretha · 6 years ago
  30. 5a2c34e Removed duplicate clients in user client lists. by margaretha · 6 years ago
  31. 230effb Added the list-user-client controller. by margaretha · 6 years ago
  32. 2df0660 Integrated lite and full services and controllers in core. by margaretha · 6 years ago
  33. 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 6 years ago
  34. 2c50c73 Implemented parsing free resource info from json. by margaretha · 6 years ago
  35. 51e5e3f Added annotation parser and implemented key-value structure. by margaretha · 6 years ago
  36. f7abb36 Handled unique constraints. by margaretha · 6 years ago
  37. 563aabe Implemented VirtualCorpusRewrite. by margaretha · 6 years ago
  38. c7196d2 Added statistics with vc reference tests. by margaretha · 6 years ago
  39. f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 6 years ago
  40. 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 6 years ago
  41. 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 6 years ago
  42. 03b8286 Implemented refreshing OAuth2 access token by margaretha · 6 years ago
  43. 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 6 years ago
  44. 49cb688 Migrated logging to log4j2 and adapted java.util.logging to log4j. by margaretha · 6 years ago
  45. b1081b1 Fixed OAuth2 client unique URL-hashcode. by margaretha · 6 years ago
  46. d7cab21 Updated client registration requirement to allow desktop apps. by margaretha · 6 years ago
  47. a2ce63d Implemented OpenID support for auth_time, nonce and max_age. by margaretha · 6 years ago
  48. 235a680 Updated JWT lib & added MySQL database tables. by margaretha · 6 years ago
  49. cf306d3 Updated Krill version & added controller tests with OAuth2 access token. by margaretha · 6 years ago
  50. 07402f4 Altered user authentication method in authorization code request. by margaretha · 7 years ago
  51. be4c5c9 Handled scopes & added request token with authorization code tests. by margaretha · 7 years ago
  52. 1097acc Added access token scope join table and updated fix for #21. by margaretha · 7 years ago
  53. b4ce660 Added setting default access scopes in the config file & fixed #21. by margaretha · 7 years ago
  54. a452c5e Implemented OAuth2 request access token with authorization code grant. by margaretha · 7 years ago
  55. fb027f9 Implemented authorization code request, simplified client by margaretha · 7 years ago
  56. 6374f72 Implemented OAuth2 request token with resource owner password grant. by margaretha · 7 years ago
  57. f839dde Implemented OAuth2 request access token with client credentials grant. by margaretha · 7 years ago
  58. 8d804f6 Implemented deregister public client task. by margaretha · 7 years ago
  59. 0e8f4e7 Implemented OAuth2 client authentication. by margaretha · 7 years ago
  60. 31a9f52 Implemented OAuth2 client registration. by margaretha · 7 years ago
  61. 4457383 Added VC list and search user-group controllers for system admin. by margaretha · 7 years ago
  62. cf4b26f Added delete group member triggers and admin tests for group controller. by margaretha · 7 years ago
  63. 4edc70e Added admin-related SQL codes, updated AdminDao & group list controller. by margaretha · 7 years ago
  64. c1c3f1d Fixed sqlite trigger, member exist error message & issue #16. by margaretha · 7 years ago
  65. e6c711b Added expiration time check for member invitation. by margaretha · 7 years ago
  66. 4566792 Implemented delete user-group and member tasks. by margaretha · 7 years ago
  67. 98ec15b Fixed share VC & delete VC-access; added sort VC by id & test cases. by margaretha · 7 years ago
  68. 71e6fca Removed all user group and implemented search published VC. by margaretha · 7 years ago
  69. 541b8cc Implemented publish VC task. by margaretha · 7 years ago
  70. 45dde68 Added virtual corpus edit service. by margaretha · 7 years ago
  71. d3bc71f Included KoralQuery in VC lists & improved KoralQueries in DB test data. by margaretha · 7 years ago
  72. 351777b Added retrieve user VC service. by margaretha · 7 years ago
  73. 61966dd Added UserGroupDao methods and tests. by margaretha · 7 years ago
  74. 4b50521 Renamed inserts of predefined roles. by margaretha · 7 years ago
  75. b42b963 Implemented Role and Privilege Daos and tests. by margaretha · 7 years ago
  76. d3c0fc9 Divided codes into service/logic and controller layers. by margaretha · 7 years ago
  77. bf11d8d Added DAO methods regarding user groups. by margaretha · 7 years ago
  78. c2ac8f5 Restructured SQL versioning files for database migration. by margaretha · 7 years ago
  79. 318fec3 Added new tables to sqlite (used for the test suite). by margaretha · 7 years ago
  80. f6d5a82 Added VirtualCorpus DAO methods and tests. by margaretha · 7 years ago
  81. 1f106f6 Updated tables and added VirtualCorpusDao. by margaretha · 7 years ago
  82. 6240a6e Added new database setup for sqlite. by margaretha · 7 years ago
  83. 1b10506 Restructured Kustvakt. by margaretha · 7 years ago