1. 39cec60 Added delete-group-by-name controller & unique index to group name. by margaretha · 7 years ago
  2. b5e1e0a Added delete setting controller & handled no resource found (issue #37) by margaretha · 7 years ago
  3. 4fa4b06 Added foundry rewrite with user default setting. by margaretha · 7 years ago
  4. 6cd27f3 Added default setting key validation & fixed UserdataTest. by margaretha · 7 years ago
  5. 0bcde4c Added delete key in setting controllers by margaretha · 7 years ago
  6. 62c0676 Updated default setting controllers & added tests by margaretha · 7 years ago
  7. 0866a53 Added create, edit, retrieve user default setting controllers by margaretha · 7 years ago
  8. 4842673 Removed codes related to user registration & password management. by margaretha · 7 years ago
  9. 4af3f1e Added a PUT VC request and aliases to some VC controllers, merged VC by margaretha · 7 years ago
  10. 8c20396 Added retrieveVCByName and deleteVCByName. by margaretha · 7 years ago
  11. 2ea9a1e Degraded API version to 1.0 & added OAuth2 client info tests by margaretha · 7 years ago
  12. 398f472 Added comments & updated code structure. by margaretha · 7 years ago
  13. 420db0e Removed document controllers and KustvaktResource. by margaretha · 7 years ago
  14. c750cbb Implemented revoking all tokens of a user client via a super client. by margaretha · 7 years ago
  15. 5a2c34e Removed duplicate clients in user client lists. by margaretha · 7 years ago
  16. 230effb Added the list-user-client controller. by margaretha · 7 years ago
  17. 2df0660 Integrated lite and full services and controllers in core. by margaretha · 8 years ago
  18. 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 8 years ago
  19. f7abb36 Handled unique constraints. by margaretha · 8 years ago
  20. 7926adc Added API versioning backwards compability and tests. by margaretha · 8 years ago
  21. ee0cbfe Added API URL versioning. by margaretha · 8 years ago
  22. f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 8 years ago
  23. f008512 Implemented degrading super clients, improved and added OAuth2 tests. by margaretha · 8 years ago
  24. bdddbaf Disabled degrading super clients to normal clients. by margaretha · 8 years ago
  25. 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 8 years ago
  26. 1ef36bd Fixed revoking latest access token when refreshing OAuth2 access token. by margaretha · 8 years ago
  27. 7f5071f Added revocation of access tokens and authorization code when by margaretha · 8 years ago
  28. dc51507 Implemented OAuth2 revoke token. by margaretha · 8 years ago
  29. 03b8286 Implemented refreshing OAuth2 access token by margaretha · 8 years ago
  30. 0a45be1 Added OAuth2 access token tests & updated mvn settings for faster test runtime. by margaretha · 8 years ago
  31. 07a356a Fixed authentication time format in authentication controller. by margaretha · 8 years ago
  32. 20f3123 Added service layer to SearchController, added OAuth2 scope handling, by margaretha · 8 years ago
  33. 0073aa4 Merge branch 'master' of by margaretha · 8 years ago
  34. d505816 Do not pass broken queries to Krill by Akron · 8 years ago
  35. 226ec1e Updated paths of user-group deletion-controllers by margaretha · 8 years ago
  36. 6091cf3 Added support for unrestricted corpus statistics in full service by Akron · 8 years ago
  37. 49cb688 Migrated logging to log4j2 and adapted java.util.logging to log4j. by margaretha · 8 years ago
  38. 80ea0dd Merged OAuth2 client deregistration controllers. by margaretha · 8 years ago
  39. d7cab21 Updated client registration requirement to allow desktop apps. by margaretha · 8 years ago
  40. e4034a8 Updated redirect URI validator. by margaretha · 8 years ago openid
  41. 249a0aa Implemented OAuth2 token request with password grant using Nimbus lib. by margaretha · 8 years ago
  42. a2ce63d Implemented OpenID support for auth_time, nonce and max_age. by margaretha · 8 years ago
  43. 9c78e1a Implemented OpenId configuration. by margaretha · 8 years ago
  44. 1929596 Added JWK-set web-controller listing kustvakt public keys. by margaretha · 8 years ago
  45. b36b1a3 Implemented OpenID token service for authorization code flow. by margaretha · 8 years ago
  46. 56fd558 Implemented OAuth2 authorization error response using redirect URI. by margaretha · 8 years ago
  47. da3c785 Implemented handler for OpenID authentication error response. by margaretha · 8 years ago
  48. ec247dd Implemented openid authentication for authorization code request. by margaretha · 8 years ago
  49. 235a680 Updated JWT lib & added MySQL database tables. by margaretha · 8 years ago
  50. 417571c Added parameter checking for authorization DAO. by margaretha · 8 years ago
  51. 07402f4 Altered user authentication method in authorization code request. by margaretha · 8 years ago
  52. be4c5c9 Handled scopes & added request token with authorization code tests. by margaretha · 8 years ago
  53. b4ce660 Added setting default access scopes in the config file & fixed #21. by margaretha · 8 years ago
  54. a452c5e Implemented OAuth2 request access token with authorization code grant. by margaretha · 8 years ago
  55. fb027f9 Implemented authorization code request, simplified client by margaretha · 8 years ago
  56. 6374f72 Implemented OAuth2 request token with resource owner password grant. by margaretha · 8 years ago
  57. f839dde Implemented OAuth2 request access token with client credentials grant. by margaretha · 8 years ago
  58. 0512231 Implemented OAuth2 exception handler. by margaretha · 8 years ago
  59. a048627 Updated OAuth2 client authentication. by margaretha · 8 years ago
  60. fb1e099 Implemented confidential client deregistration task and added tests. by margaretha · 8 years ago
  61. 8d804f6 Implemented deregister public client task. by margaretha · 8 years ago
  62. e68021a Updated vc search path. by margaretha · 8 years ago
  63. 3a579b4 Implemented #17 and added role removal after deleting members. by margaretha · 8 years ago
  64. 0e8f4e7 Implemented OAuth2 client authentication. by margaretha · 8 years ago
  65. 31a9f52 Implemented OAuth2 client registration. by margaretha · 8 years ago
  66. 18533fd Implemented #17 and added role removal after deleting members. by margaretha · 8 years ago
  67. 7a25f01 Removed createdBy from VirtualCorpusJson. by margaretha · 8 years ago
  68. 4457383 Added VC list and search user-group controllers for system admin. by margaretha · 8 years ago
  69. 293ee03 Added list group controller for system admin & status to user-group DTO. by margaretha · 8 years ago
  70. 69e8adc Added comments, moved EntityHandlerIface, and cleaned up old codes. by margaretha · 8 years ago
  71. 4edc70e Added admin-related SQL codes, updated AdminDao & group list controller. by margaretha · 8 years ago
  72. 6fca729 Updated readme (moved further setup to wiki). by margaretha · 8 years ago
  73. ac3c471 Updated field type:date in the metadata test. by margaretha · 8 years ago
  74. 6b3ecdd Disabled basic authentication in default config & added comments. by margaretha · 8 years ago
  75. efc18a4 Removed old policy related and deprecated code. by margaretha · 8 years ago
  76. ac049e8 Added getMeta() to full server by Akron · 8 years ago
  77. 58e1863 Testing mail with jetty jndi. by margaretha · 8 years ago
  78. e6c711b Added expiration time check for member invitation. by margaretha · 8 years ago
  79. 2c019fa Added delete-config & tests; updated lib & java versions; fixed bugs. by margaretha · 8 years ago
  80. 4566792 Implemented delete user-group and member tasks. by margaretha · 8 years ago
  81. b874ef5 Implemented withdraw VC publication & add user to group. by margaretha · 8 years ago
  82. 98ec15b Fixed share VC & delete VC-access; added sort VC by id & test cases. by margaretha · 8 years ago
  83. 71e6fca Removed all user group and implemented search published VC. by margaretha · 8 years ago
  84. e8ab51d Added search VC by id and delete VC-access tasks. by margaretha · 8 years ago
  85. fc7d777 Fixed list access services and added tests. by margaretha · 8 years ago
  86. cfea1ae Implemented share VC and list VC-access tasks. by margaretha · 8 years ago
  87. 541b8cc Implemented publish VC task. by margaretha · 8 years ago
  88. 45dde68 Added virtual corpus edit service. by margaretha · 8 years ago
  89. d3bc71f Included KoralQuery in VC lists & improved KoralQueries in DB test data. by margaretha · 8 years ago
  90. a0d4d3c Added comments. by margaretha · 8 years ago
  91. 23aae22 Fixed handling JSON mapping exception. by margaretha · 8 years ago
  92. 9d3eb04 Added services: create user group, subscribe and unsubscribe. by margaretha · 8 years ago
  93. 0b63de4 Added delete VC and get user group web-services. by margaretha · 8 years ago
  94. 351777b Added retrieve user VC service. by margaretha · 8 years ago
  95. 2afb97d Defined authentication method, scheme and token type separately. by margaretha · 8 years ago
  96. 56e8e55 Added annotation scheme in config & fixed authentication exceptions. by margaretha · 8 years ago
  97. cd20679 Improved AuthenticationException. by margaretha · 9 years ago
  98. 4b5c141 Generalized http authentication framework. by margaretha · 9 years ago
  99. 4de4119 Changed token type to authentication type. by margaretha · 9 years ago
  100. 139d0f7 Introduced authentication type as enums. by margaretha · 9 years ago