1. 35e1ca2 Formatted project by margaretha · 1 year ago
  2. 93bfbea Address reviews on jakarta migration. by margaretha · 1 year, 1 month ago
  3. 5aae38c Merge branch 'jakarta-migration' into master by margaretha · 1 year, 2 months ago
  4. 6672fe5 Removed OpenID by margaretha · 1 year, 2 months ago
  5. 7ac20b1 Changed OAuth2 token request using Nimbus (#650) by margaretha · 1 year, 2 months ago
  6. 8fe51e9 Changed DB connection (fixed #670) by margaretha · 1 year, 2 months ago
  7. 7c21ec8 Updated javax.mail.Session to jakarta.mail.Session by margaretha · 1 year, 3 months ago
  8. b156f88 Removed old database configurations (closes #612) by margaretha · 1 year, 6 months ago
  9. 50fd507 Removed auditing (closes #611) by margaretha · 1 year, 6 months ago
  10. 5b70879 Renamed entity and service packages in core by margaretha · 1 year, 7 months ago
  11. ac49b50 Disabled LDAP auth provider and token API in the auth filter (#587) by margaretha · 1 year, 7 months ago
  12. 1960ea5 Implemented configurable resource filters for search and match info APIs by margaretha · 1 year, 9 months ago
  13. cc92959 Allowed OAuth2 clients to use localhost as redirect URIs. by margaretha · 1 year, 10 months ago
  14. d66a683 Removed VCLoader. by margaretha · 2 years, 9 months ago
  15. fc5fab2 Replaced annotation parsing with restoring the annotation tables to the by margaretha · 3 years, 4 months ago
  16. fcf8bd9 Updated Flyway configuration. by margaretha · 3 years, 10 months ago
  17. bee031a Introduced query reference rewrite mechanism by Akron · 4 years, 1 month ago
  18. 47a72a8 Added re-caching VC at closing-index service, resolved #44 by margaretha · 5 years ago
  19. 4fa4b06 Added foundry rewrite with user default setting. by margaretha · 6 years ago
  20. 6cd27f3 Added default setting key validation & fixed UserdataTest. by margaretha · 6 years ago
  21. 4842673 Removed codes related to user registration & password management. by margaretha · 6 years ago
  22. 420db0e Removed document controllers and KustvaktResource. by margaretha · 6 years ago
  23. 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 6 years ago
  24. 3da7cd3 Fixed the order of annotation keys and values, and added tests. by margaretha · 6 years ago
  25. 6ef00dd Added various log4j2 configurations. by margaretha · 6 years ago
  26. 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 6 years ago
  27. 1b32045 Implemented predefined VC caching and added VC reference tests. by margaretha · 6 years ago
  28. 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 6 years ago
  29. 20f3123 Added service layer to SearchController, added OAuth2 scope handling, by margaretha · 6 years ago
  30. d7cab21 Updated client registration requirement to allow desktop apps. by margaretha · 6 years ago
  31. e4034a8 Updated redirect URI validator. by margaretha · 6 years ago openid
  32. da3c785 Implemented handler for OpenID authentication error response. by margaretha · 6 years ago
  33. cf306d3 Updated Krill version & added controller tests with OAuth2 access token. by margaretha · 6 years ago
  34. b4ce660 Added setting default access scopes in the config file & fixed #21. by margaretha · 7 years ago
  35. a452c5e Implemented OAuth2 request access token with authorization code grant. by margaretha · 7 years ago
  36. fb027f9 Implemented authorization code request, simplified client by margaretha · 7 years ago
  37. f839dde Implemented OAuth2 request access token with client credentials grant. by margaretha · 7 years ago
  38. 0512231 Implemented OAuth2 exception handler. by margaretha · 7 years ago
  39. a048627 Updated OAuth2 client authentication. by margaretha · 7 years ago
  40. 6d61a55 Updated client registration (store client secret hashcode). by margaretha · 7 years ago
  41. 31a9f52 Implemented OAuth2 client registration. by margaretha · 7 years ago
  42. 69e8adc Added comments, moved EntityHandlerIface, and cleaned up old codes. by margaretha · 7 years ago
  43. 4edc70e Added admin-related SQL codes, updated AdminDao & group list controller. by margaretha · 7 years ago
  44. efc18a4 Removed old policy related and deprecated code. by margaretha · 7 years ago
  45. aecee1b Implemented sending mail using spring injection and removed jetty jndi. by margaretha · 7 years ago
  46. 58e1863 Testing mail with jetty jndi. by margaretha · 7 years ago
  47. e6c711b Added expiration time check for member invitation. by margaretha · 7 years ago
  48. 56e8e55 Added annotation scheme in config & fixed authentication exceptions. by margaretha · 7 years ago
  49. 4b5c141 Generalized http authentication framework. by margaretha · 7 years ago
  50. 4de4119 Changed token type to authentication type. by margaretha · 7 years ago
  51. 139d0f7 Introduced authentication type as enums. by margaretha · 7 years ago
  52. 894a7d7 Fixed KustvaktResponseHandler and missing exceptions in JsonUtils. by margaretha · 7 years ago
  53. 318fec3 Added new tables to sqlite (used for the test suite). by margaretha · 7 years ago
  54. f6d5a82 Added VirtualCorpus DAO methods and tests. by margaretha · 7 years ago
  55. 1f106f6 Updated tables and added VirtualCorpusDao. by margaretha · 7 years ago
  56. 514e141 Updated light services and fixed the tests. by margaretha · 7 years ago
  57. e6f079d Replaced Spring Java configs with XML configs. by margaretha · 7 years ago[Renamed from full/src/test/resources/test-default-config.xml]
  58. bc9caf4 Fixed test setting and changed version numbers of full & lite. by margaretha · 7 years ago
  59. f68daa6 Assembled lite version. by margaretha · 7 years ago
  60. 1b10506 Restructured Kustvakt. by margaretha · 7 years ago[Renamed from src/test/resources/test-default-config.xml]
  61. f18298b Fixed session authentication & some other tests. by margaretha · 7 years ago
  62. 6c2a20f Set up the test framework with SpringServlet. by margaretha · 7 years ago
  63. ade7d4a Updated search service with auto injection. by margaretha · 7 years ago
  64. 0c47c65 Added and improved tests, added collectionQuery to CollectionLoader. by margaretha · 8 years ago
  65. 62055f7 Changed admin authentication by using database and removed SSL. by margaretha · 8 years ago
  66. f09d9dc Renamed test config. by margaretha · 8 years ago[Renamed from src/test/resources/default-config.xml]
  67. f8fcc7a tests and bean loader hot fix by Michael Hanl · 8 years ago
  68. daf8660 fixed running tests by Michael Hanl · 9 years ago
  69. e4fc775 userdata bean configuration by Michael Hanl · 9 years ago
  70. 9b84eff unittests and resource register table by Michael Hanl · 9 years ago
  71. efb54c4 jwt token expiration test by Michael Hanl · 9 years ago[Renamed (97%) from src/test/resources/test-config.xml]
  72. 1939065 running version update; fixed tests all over; created more extensive rest tests by Michael Hanl · 9 years ago
  73. bd852b8 test config by Michael Hanl · 9 years ago