1. f839dde Implemented OAuth2 request access token with client credentials grant. by margaretha · 7 years ago
  2. 0512231 Implemented OAuth2 exception handler. by margaretha · 7 years ago
  3. a048627 Updated OAuth2 client authentication. by margaretha · 7 years ago
  4. 6d61a55 Updated client registration (store client secret hashcode). by margaretha · 7 years ago
  5. fb1e099 Implemented confidential client deregistration task and added tests. by margaretha · 7 years ago
  6. 8d804f6 Implemented deregister public client task. by margaretha · 7 years ago
  7. e68021a Updated vc search path. by margaretha · 7 years ago
  8. 3a579b4 Implemented #17 and added role removal after deleting members. by margaretha · 7 years ago
  9. 0e8f4e7 Implemented OAuth2 client authentication. by margaretha · 7 years ago
  10. 31a9f52 Implemented OAuth2 client registration. by margaretha · 7 years ago
  11. 18533fd Implemented #17 and added role removal after deleting members. by margaretha · 7 years ago
  12. 7a25f01 Removed createdBy from VirtualCorpusJson. by margaretha · 7 years ago
  13. 4457383 Added VC list and search user-group controllers for system admin. by margaretha · 7 years ago
  14. 293ee03 Added list group controller for system admin & status to user-group DTO. by margaretha · 7 years ago
  15. cf4b26f Added delete group member triggers and admin tests for group controller. by margaretha · 7 years ago
  16. 13b4a30 Fixed non hierarchical URI of kustvakt conf files. by margaretha · 7 years ago
  17. 69e8adc Added comments, moved EntityHandlerIface, and cleaned up old codes. by margaretha · 7 years ago
  18. 4edc70e Added admin-related SQL codes, updated AdminDao & group list controller. by margaretha · 7 years ago
  19. 97bb3bd Added more handling on deleted group and tests. by margaretha · 7 years ago 0.60-release
  20. c1c3f1d Fixed sqlite trigger, member exist error message & issue #16. by margaretha · 7 years ago
  21. 6fca729 Updated readme (moved further setup to wiki). by margaretha · 7 years ago
  22. 6f28837 Added userRoles attribute to UserGroupDto. by margaretha · 7 years ago
  23. ac3c471 Updated field type:date in the metadata test. by margaretha · 7 years ago
  24. 6b3ecdd Disabled basic authentication in default config & added comments. by margaretha · 7 years ago
  25. efc18a4 Removed old policy related and deprecated code. by margaretha · 7 years ago
  26. 7d0165c Enabled custom implementation for email address retrieval. by margaretha · 7 years ago
  27. 1aaead9 Added test-hibernate.properties. by margaretha · 7 years ago
  28. ac049e8 Added getMeta() to full server by Akron · 7 years ago
  29. 38eb444 Do not start server when application started with --help by Akron · 7 years ago
  30. a86b141 Set mail using localhost & added mail template in kustvakt config. by margaretha · 7 years ago
  31. 7f0a4d4 Fixed unrecognized application/json and velocity template. by margaretha · 7 years ago
  32. aecee1b Implemented sending mail using spring injection and removed jetty jndi. by margaretha · 7 years ago
  33. de92c20 Fixed collection rewrite regarding OR operation with other fields. by margaretha · 7 years ago
  34. 58e1863 Testing mail with jetty jndi. by margaretha · 7 years ago
  35. c9f1dfa Merged changelog to Changes & updated status codes. by margaretha · 7 years ago 0.59.10-release
  36. e6c711b Added expiration time check for member invitation. by margaretha · 7 years ago
  37. 2c019fa Added delete-config & tests; updated lib & java versions; fixed bugs. by margaretha · 7 years ago
  38. 4566792 Implemented delete user-group and member tasks. by margaretha · 7 years ago
  39. b874ef5 Implemented withdraw VC publication & add user to group. by margaretha · 7 years ago
  40. 98ec15b Fixed share VC & delete VC-access; added sort VC by id & test cases. by margaretha · 7 years ago
  41. 7c38f4c Fixed delete-on-cascade on one-to-many relations. by margaretha · 7 years ago
  42. 71e6fca Removed all user group and implemented search published VC. by margaretha · 7 years ago
  43. 2c24991 Fixed search-VC task for project-VC, and added tests. by margaretha · 7 years ago
  44. e8ab51d Added search VC by id and delete VC-access tasks. by margaretha · 7 years ago
  45. fc7d777 Fixed list access services and added tests. by margaretha · 7 years ago
  46. cfea1ae Implemented share VC and list VC-access tasks. by margaretha · 7 years ago
  47. 541b8cc Implemented publish VC task. by margaretha · 7 years ago
  48. 45dde68 Added virtual corpus edit service. by margaretha · 7 years ago
  49. d3bc71f Included KoralQuery in VC lists & improved KoralQueries in DB test data. by margaretha · 7 years ago
  50. a0d4d3c Added comments. by margaretha · 7 years ago
  51. 23aae22 Fixed handling JSON mapping exception. by margaretha · 7 years ago
  52. 9d3eb04 Added services: create user group, subscribe and unsubscribe. by margaretha · 7 years ago
  53. 0b63de4 Added delete VC and get user group web-services. by margaretha · 7 years ago
  54. 351777b Added retrieve user VC service. by margaretha · 7 years ago
  55. 979a2e6 Added getter and setter. by margaretha · 7 years ago
  56. dfecb4b Omitted foundry injection in empty span, fixed multiple license rewrite. by margaretha · 7 years ago
  57. ad618d2 Enabled definition of multiple license regex in kustvakt.conf. by margaretha · 7 years ago
  58. 67f750b Testing spring basic authentication. by margaretha · 7 years ago
  59. 2afb97d Defined authentication method, scheme and token type separately. by margaretha · 7 years ago
  60. 56e8e55 Added annotation scheme in config & fixed authentication exceptions. by margaretha · 7 years ago
  61. 4ba8676 Renamed packages and classes. by margaretha · 7 years ago
  62. c38c856 Fixed foundry rewrite for constituency (koral:span). by margaretha · 7 years ago
  63. bb48630 Fixed rewrite redundancy in collection rewrite. by margaretha · 7 years ago
  64. cd20679 Improved AuthenticationException. by margaretha · 7 years ago
  65. 58dbcfb Cleaned up basic authentication. by margaretha · 7 years ago
  66. 4b5c141 Generalized http authentication framework. by margaretha · 7 years ago
  67. 4de4119 Changed token type to authentication type. by margaretha · 7 years ago
  68. 139d0f7 Introduced authentication type as enums. by margaretha · 7 years ago
  69. fde771a Renamed AuthFilter and moved it to /full. by margaretha · 7 years ago
  70. ed7bc7a Fixed a rewrite bug regarding availability with operation or. by margaretha · 7 years ago
  71. f093afb Added virtual corpus service (store). by margaretha · 7 years ago
  72. cc9277b Moved web filters and authentication codes to /full. by margaretha · 7 years ago
  73. d479666 Added more fixes for missing exceptions in JsonUtils. by margaretha · 7 years ago
  74. 894a7d7 Fixed KustvaktResponseHandler and missing exceptions in JsonUtils. by margaretha · 7 years ago
  75. 61966dd Added UserGroupDao methods and tests. by margaretha · 7 years ago
  76. 4b50521 Renamed inserts of predefined roles. by margaretha · 7 years ago
  77. b42b963 Implemented Role and Privilege Daos and tests. by margaretha · 7 years ago
  78. f438c59 Updated references. by margaretha · 7 years ago
  79. c57f8ad Changed a package name to singular form. by margaretha · 7 years ago
  80. d3c0fc9 Divided codes into service/logic and controller layers. by margaretha · 7 years ago
  81. 9f244ff Defined web controller layer. by margaretha · 7 years ago
  82. bf11d8d Added DAO methods regarding user groups. by margaretha · 7 years ago
  83. c2ac8f5 Restructured SQL versioning files for database migration. by margaretha · 7 years ago
  84. 318fec3 Added new tables to sqlite (used for the test suite). by margaretha · 7 years ago
  85. f6d5a82 Added VirtualCorpus DAO methods and tests. by margaretha · 7 years ago
  86. 1f106f6 Updated tables and added VirtualCorpusDao. by margaretha · 7 years ago
  87. 08bdabe Defined relationships between entities and added indexes & comments. by margaretha · 7 years ago
  88. 1a68351 Added entities regarding virtual corpus. by margaretha · 7 years ago
  89. 514e141 Updated light services and fixed the tests. by margaretha · 7 years ago
  90. e6f079d Replaced Spring Java configs with XML configs. by margaretha · 7 years ago
  91. 0209cb7 Removed deprecated loader codes and tests. by margaretha · 7 years ago
  92. 5e873cc Updated jdbc.url for Sqlite seeting. by margaretha · 7 years ago
  93. 5413490 Updated StatisticService. by margaretha · 7 years ago
  94. 6240a6e Added new database setup for sqlite. by margaretha · 7 years ago
  95. ea68a0a Set (new)mysql as database in full version. by margaretha · 7 years ago
  96. f68daa6 Assembled lite version. by margaretha · 7 years ago
  97. f7dfa26 Renamed files. by margaretha · 7 years ago
  98. 1b10506 Restructured Kustvakt. by margaretha · 7 years ago