1. 805afde Make API welcome message configurable by Marc Kupietz · 4 years, 8 months ago
  2. 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 4 years, 10 months ago
  3. 2618beb Removed salt from config and updated config files. by margaretha · 4 years, 10 months ago
  4. d8aa135 Updated create update user-group API. by margaretha · 5 years ago
  5. ac4501a Updated Leibniz Association link. by margaretha · 5 years ago
  6. 52ee9e3 Added errors when requesting VC in caching process (resolved #47) by margaretha · 5 years ago
  7. 21d3296 Added a check for OAuth2 client, VC, and group name length. by margaretha · 5 years ago
  8. da5a6ab Added user-group name pattern (issue #33). by margaretha · 5 years ago
  9. 802dabc Resolved #50. Added statistics API with KoralQuery input. by margaretha · 5 years ago
  10. 93e602e Fixed missing scopes after requesting access token with refresh token. by margaretha · 5 years ago
  11. 2544cdf Added support for public metadata response in the search api. by margaretha · 5 years ago
  12. 3a57940 Updated VC name pattern and tests. by margaretha · 5 years ago
  13. 47a72a8 Added re-caching VC at closing-index service, resolved #44 by margaretha · 5 years ago
  14. f0c53b8 Improved loading resource file. by margaretha · 6 years ago
  15. 3d55b00 Resolved #42 - Added close index controller. by margaretha · 6 years ago
  16. 351f769 Added authentication to metadata controller (issue #38) & updated search by margaretha · 6 years ago
  17. 798e8bd Added default foundry for structure layer. by margaretha · 6 years ago
  18. 39cec60 Added delete-group-by-name controller & unique index to group name. by margaretha · 6 years ago
  19. 85273f1 Fixed SQL data and update client deregistration behavior. by margaretha · 6 years ago
  20. 4fa4b06 Added foundry rewrite with user default setting. by margaretha · 6 years ago
  21. 6cd27f3 Added default setting key validation & fixed UserdataTest. by margaretha · 6 years ago
  22. 0866a53 Added create, edit, retrieve user default setting controllers by margaretha · 6 years ago
  23. 4842673 Removed codes related to user registration & password management. by margaretha · 6 years ago
  24. 2ea9a1e Degraded API version to 1.0 & added OAuth2 client info tests by margaretha · 6 years ago
  25. 0b90391 Improved predefined vc caching (issue #28) by margaretha · 6 years ago
  26. 5c67dd5 Updated RewriteHandler and tests using BeanConfigTest. by margaretha · 6 years ago
  27. 420db0e Removed document controllers and KustvaktResource. by margaretha · 6 years ago
  28. 5a2c34e Removed duplicate clients in user client lists. by margaretha · 6 years ago
  29. 230effb Added the list-user-client controller. by margaretha · 6 years ago
  30. e72355a Handled storing cached VC with VC reference by margaretha · 6 years ago
  31. 2df0660 Integrated lite and full services and controllers in core. by margaretha · 6 years ago
  32. 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 6 years ago
  33. 0c18622 Fixed resource DAO & added tests. by margaretha · 6 years ago
  34. 3da7cd3 Fixed the order of annotation keys and values, and added tests. by margaretha · 6 years ago
  35. 2c50c73 Implemented parsing free resource info from json. by margaretha · 6 years ago
  36. 51e5e3f Added annotation parser and implemented key-value structure. by margaretha · 6 years ago
  37. f7abb36 Handled unique constraints. by margaretha · 6 years ago
  38. 563aabe Implemented VirtualCorpusRewrite. by margaretha · 6 years ago
  39. 6ef00dd Added various log4j2 configurations. by margaretha · 6 years ago
  40. 7926adc Added API versioning backwards compability and tests. by margaretha · 6 years ago
  41. ee0cbfe Added API URL versioning. by margaretha · 6 years ago
  42. 8514d78 Set sqlite as datasource. by margaretha · 6 years ago
  43. 45211af Added c3p0 datasource configuration to Spring default-config-xml. by margaretha · 6 years ago
  44. c7196d2 Added statistics with vc reference tests. by margaretha · 6 years ago
  45. f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 6 years ago
  46. 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 6 years ago
  47. 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 6 years ago
  48. 1b32045 Implemented predefined VC caching and added VC reference tests. by margaretha · 6 years ago
  49. 33fa3d9 Fixed issue #27. by margaretha · 6 years ago
  50. 03b8286 Implemented refreshing OAuth2 access token by margaretha · 6 years ago
  51. 07a356a Fixed authentication time format in authentication controller. by margaretha · 6 years ago
  52. 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 6 years ago
  53. 20f3123 Added service layer to SearchController, added OAuth2 scope handling, by margaretha · 6 years ago
  54. 226ec1e Updated paths of user-group deletion-controllers by margaretha · 6 years ago
  55. 49cb688 Migrated logging to log4j2 and adapted java.util.logging to log4j. by margaretha · 6 years ago
  56. b1081b1 Fixed OAuth2 client unique URL-hashcode. by margaretha · 6 years ago
  57. d7cab21 Updated client registration requirement to allow desktop apps. by margaretha · 6 years ago
  58. e4034a8 Updated redirect URI validator. by margaretha · 6 years ago openid
  59. a2ce63d Implemented OpenID support for auth_time, nonce and max_age. by margaretha · 6 years ago
  60. da3c785 Implemented handler for OpenID authentication error response. by margaretha · 6 years ago
  61. 235a680 Updated JWT lib & added MySQL database tables. by margaretha · 6 years ago
  62. cf306d3 Updated Krill version & added controller tests with OAuth2 access token. by margaretha · 6 years ago
  63. 07402f4 Altered user authentication method in authorization code request. by margaretha · 7 years ago
  64. be4c5c9 Handled scopes & added request token with authorization code tests. by margaretha · 7 years ago
  65. 1097acc Added access token scope join table and updated fix for #21. by margaretha · 7 years ago
  66. b4ce660 Added setting default access scopes in the config file & fixed #21. by margaretha · 7 years ago
  67. a452c5e Implemented OAuth2 request access token with authorization code grant. by margaretha · 7 years ago
  68. fb027f9 Implemented authorization code request, simplified client by margaretha · 7 years ago
  69. 6374f72 Implemented OAuth2 request token with resource owner password grant. by margaretha · 7 years ago
  70. f839dde Implemented OAuth2 request access token with client credentials grant. by margaretha · 7 years ago
  71. 0512231 Implemented OAuth2 exception handler. by margaretha · 7 years ago
  72. a048627 Updated OAuth2 client authentication. by margaretha · 7 years ago
  73. 6d61a55 Updated client registration (store client secret hashcode). by margaretha · 7 years ago
  74. 8d804f6 Implemented deregister public client task. by margaretha · 7 years ago
  75. 0e8f4e7 Implemented OAuth2 client authentication. by margaretha · 7 years ago
  76. 31a9f52 Implemented OAuth2 client registration. by margaretha · 7 years ago
  77. 4457383 Added VC list and search user-group controllers for system admin. by margaretha · 7 years ago
  78. cf4b26f Added delete group member triggers and admin tests for group controller. by margaretha · 7 years ago
  79. 69e8adc Added comments, moved EntityHandlerIface, and cleaned up old codes. by margaretha · 7 years ago
  80. 4edc70e Added admin-related SQL codes, updated AdminDao & group list controller. by margaretha · 7 years ago
  81. c1c3f1d Fixed sqlite trigger, member exist error message & issue #16. by margaretha · 7 years ago
  82. 6fca729 Updated readme (moved further setup to wiki). by margaretha · 7 years ago
  83. 6b3ecdd Disabled basic authentication in default config & added comments. by margaretha · 7 years ago
  84. efc18a4 Removed old policy related and deprecated code. by margaretha · 7 years ago
  85. 7d0165c Enabled custom implementation for email address retrieval. by margaretha · 7 years ago
  86. 1aaead9 Added test-hibernate.properties. by margaretha · 7 years ago
  87. a86b141 Set mail using localhost & added mail template in kustvakt config. by margaretha · 7 years ago
  88. 7f0a4d4 Fixed unrecognized application/json and velocity template. by margaretha · 7 years ago
  89. aecee1b Implemented sending mail using spring injection and removed jetty jndi. by margaretha · 7 years ago
  90. de92c20 Fixed collection rewrite regarding OR operation with other fields. by margaretha · 7 years ago
  91. 58e1863 Testing mail with jetty jndi. by margaretha · 7 years ago
  92. c9f1dfa Merged changelog to Changes & updated status codes. by margaretha · 7 years ago 0.59.10-release
  93. e6c711b Added expiration time check for member invitation. by margaretha · 7 years ago
  94. 2c019fa Added delete-config & tests; updated lib & java versions; fixed bugs. by margaretha · 7 years ago
  95. 4566792 Implemented delete user-group and member tasks. by margaretha · 7 years ago
  96. 98ec15b Fixed share VC & delete VC-access; added sort VC by id & test cases. by margaretha · 7 years ago
  97. 71e6fca Removed all user group and implemented search published VC. by margaretha · 7 years ago
  98. 541b8cc Implemented publish VC task. by margaretha · 7 years ago
  99. 45dde68 Added virtual corpus edit service. by margaretha · 7 years ago
  100. d3bc71f Included KoralQuery in VC lists & improved KoralQueries in DB test data. by margaretha · 7 years ago