1. 6672fe5 Removed OpenID by margaretha · 2 years, 8 months ago
  2. 4b883ec Replaced javax.annotation with jakarta.annotation. by margaretha · 2 years, 8 months ago
  3. 5f5d3ed Updated authorization services using Nimbus (#650) by margaretha · 2 years, 9 months ago
  4. 5a5b995 Added total result cache (close #599) by margaretha · 3 years ago
  5. 8b68221 Removed unnecessary caches and methods in the authentication interface. by margaretha · 3 years ago
  6. b156f88 Removed old database configurations (closes #612) by margaretha · 3 years ago
  7. 50fd507 Removed auditing (closes #611) by margaretha · 3 years ago
  8. 6a925fe Merged core to full by margaretha · 3 years ago
  9. 9e73c0e Added maximum number of user persistent virtual corpora and queries by margaretha · 3 years, 1 month ago
  10. 3181b8d Implemented initial super client registration for user authentication. by margaretha · 4 years ago
  11. d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 4 years, 1 month ago
  12. 326520b Removed koralQuery and statistics from VC list by margaretha · 4 years, 5 months ago
  13. 7c1f428 Updated VC cache. by margaretha · 4 years, 6 months ago
  14. b3ecbe3 Fixed creator param when storing query or VC by admins for others. by margaretha · 4 years, 9 months ago
  15. 14686b5 Excluded jackson core libraries from Mockserver and moved cache config by margaretha · 4 years, 10 months ago
  16. fc5fab2 Replaced annotation parsing with restoring the annotation tables to the by margaretha · 4 years, 10 months ago
  17. 89bd8f5 Added delete query webservice and tests. by margaretha · 5 years ago dev
  18. b097fb0 Renamed virtual corpus to query. by margaretha · 5 years ago
  19. e1228ab Updated libraries. by margaretha · 5 years ago
  20. 479a447 Set corpus access public for stored query. by margaretha · 5 years ago
  21. 5213ced Added query and query language in virtual corpus table. by margaretha · 5 years ago
  22. 652c4dc Added listing available queries for users. by margaretha · 5 years ago
  23. da08015 Add query reference web-service. by Akron · 5 years ago
  24. 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 6 years ago
  25. 52ee9e3 Added errors when requesting VC in caching process (resolved #47) by margaretha · 6 years ago
  26. 47a72a8 Added re-caching VC at closing-index service, resolved #44 by margaretha · 7 years ago
  27. 3d55b00 Resolved #42 - Added close index controller. by margaretha · 7 years ago
  28. 398f472 Added comments & updated code structure. by margaretha · 7 years ago
  29. 0b90391 Improved predefined vc caching (issue #28) by margaretha · 7 years ago
  30. dda4ef7 Added boolean flags to mitigate log4j debugging performance. by margaretha · 7 years ago
  31. e72355a Handled storing cached VC with VC reference by margaretha · 7 years ago
  32. 339fd2e Added Shutdown handler to Jetty server and fixed NamedVCLoader. by margaretha · 8 years ago
  33. 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 8 years ago
  34. 3da7cd3 Fixed the order of annotation keys and values, and added tests. by margaretha · 8 years ago
  35. 2c50c73 Implemented parsing free resource info from json. by margaretha · 8 years ago
  36. 51e5e3f Added annotation parser and implemented key-value structure. by margaretha · 8 years ago
  37. f7abb36 Handled unique constraints. by margaretha · 8 years ago
  38. 9e53bb2 Fixed SpringJerseyTest, handled VCRef with username, enabled by margaretha · 8 years ago
  39. 563aabe Implemented VirtualCorpusRewrite. by margaretha · 8 years ago
  40. 45211af Added c3p0 datasource configuration to Spring default-config-xml. by margaretha · 8 years ago
  41. c7196d2 Added statistics with vc reference tests. by margaretha · 8 years ago
  42. 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 8 years ago
  43. 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 8 years ago
  44. d7b7d53 Set kustvakt configuration as Krill properties by margaretha · 8 years ago
  45. 1b32045 Implemented predefined VC caching and added VC reference tests. by margaretha · 8 years ago
  46. 33fa3d9 Fixed issue #27. by margaretha · 8 years ago
  47. 07a356a Fixed authentication time format in authentication controller. by margaretha · 8 years ago
  48. 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 8 years ago
  49. 20f3123 Added service layer to SearchController, added OAuth2 scope handling, by margaretha · 8 years ago
  50. d7cab21 Updated client registration requirement to allow desktop apps. by margaretha · 8 years ago
  51. e4034a8 Updated redirect URI validator. by margaretha · 8 years ago openid
  52. a2ce63d Implemented OpenID support for auth_time, nonce and max_age. by margaretha · 8 years ago
  53. 9c78e1a Implemented OpenId configuration. by margaretha · 8 years ago
  54. 1929596 Added JWK-set web-controller listing kustvakt public keys. by margaretha · 8 years ago
  55. 5225ed0 Implemented signed OpenID token with default algorithm RSA256. by margaretha · 8 years ago
  56. 235a680 Updated JWT lib & added MySQL database tables. by margaretha · 8 years ago
  57. be4c5c9 Handled scopes & added request token with authorization code tests. by margaretha · 8 years ago
  58. b4ce660 Added setting default access scopes in the config file & fixed #21. by margaretha · 8 years ago
  59. 6374f72 Implemented OAuth2 request token with resource owner password grant. by margaretha · 8 years ago
  60. 6d61a55 Updated client registration (store client secret hashcode). by margaretha · 8 years ago
  61. 0e8f4e7 Implemented OAuth2 client authentication. by margaretha · 8 years ago
  62. 69e8adc Added comments, moved EntityHandlerIface, and cleaned up old codes. by margaretha · 8 years ago
  63. 6b3ecdd Disabled basic authentication in default config & added comments. by margaretha · 8 years ago
  64. efc18a4 Removed old policy related and deprecated code. by margaretha · 8 years ago
  65. 7d0165c Enabled custom implementation for email address retrieval. by margaretha · 8 years ago
  66. a86b141 Set mail using localhost & added mail template in kustvakt config. by margaretha · 8 years ago
  67. aecee1b Implemented sending mail using spring injection and removed jetty jndi. by margaretha · 8 years ago
  68. 58e1863 Testing mail with jetty jndi. by margaretha · 8 years ago
  69. 2c019fa Added delete-config & tests; updated lib & java versions; fixed bugs. by margaretha · 8 years ago
  70. 979a2e6 Added getter and setter. by margaretha · 8 years ago
  71. dfecb4b Omitted foundry injection in empty span, fixed multiple license rewrite. by margaretha · 8 years ago
  72. 2afb97d Defined authentication method, scheme and token type separately. by margaretha · 8 years ago
  73. 56e8e55 Added annotation scheme in config & fixed authentication exceptions. by margaretha · 8 years ago