1. b156f88 Removed old database configurations (closes #612) by margaretha · 1 year, 6 months ago
  2. 50fd507 Removed auditing (closes #611) by margaretha · 1 year, 6 months ago
  3. 6a925fe Merged core to full by margaretha · 1 year, 6 months ago
  4. 92ad2ec Merged lite into full by margaretha · 1 year, 6 months ago
  5. 5b70879 Renamed entity and service packages in core by margaretha · 1 year, 7 months ago
  6. cc7feb6 Moved hibernate.properties by margaretha · 1 year, 7 months ago
  7. c9d2941 Added data folder by margaretha · 1 year, 7 months ago
  8. 3cec0a9 Fixed log4j2 properties. by margaretha · 1 year, 7 months ago
  9. d31f082 Added LDAP log for users without idsC2Profile. by margaretha · 1 year, 7 months ago
  10. ac49b50 Disabled LDAP auth provider and token API in the auth filter (#587) by margaretha · 1 year, 7 months ago
  11. 1960ea5 Implemented configurable resource filters for search and match info APIs by margaretha · 1 year, 9 months ago
  12. ceae697 Added config files for testing jar using basic authentication by margaretha · 2 years, 6 months ago
  13. bc3d3f7 Deprecate API token (JWT) web-service. by margaretha · 1 year, 9 months ago
  14. cc92959 Allowed OAuth2 clients to use localhost as redirect URIs. by margaretha · 1 year, 10 months ago
  15. 1380c1a Use LDAP authentication in Kustvakt-full oauth2 example config by Marc Kupietz · 2 years ago
  16. 91453aa Fix typo in Kustvakt-full oauth2 configuration by Marc Kupietz · 2 years ago
  17. 3181b8d Implemented initial super client registration for user authentication. by margaretha · 2 years, 6 months ago
  18. 79f0144 Deprecated UserClientDto and uses ClientinfoDto instead. by margaretha · 2 years, 7 months ago
  19. b1edd22 Added installed_plugins table by margaretha · 2 years, 6 months ago
  20. e20a280 Added a new API: list plugins (e.g. for marketplace) by margaretha · 2 years, 7 months ago
  21. d9e5cda Changed the SQL script updating oauth2_client table. by margaretha · 2 years, 7 months ago
  22. 9c22bbd Embedded LDAP server: Improve README.md and examples by Marc Kupietz · 2 years, 7 months ago
  23. 30925d8 Embedded LDAP server LdapAuth3: support hashed passwords (sha1, sha-256) by Marc Kupietz · 2 years, 7 months ago
  24. 9a1188e LdapAuth3: factor out configuration class by Marc Kupietz · 2 years, 7 months ago
  25. 392f478 Rename ldap .properties to .conf by Marc Kupietz · 2 years, 7 months ago
  26. 1e388b4 Automatically start embedded LDAP server if configured by Marc Kupietz · 2 years, 7 months ago
  27. ffb8950 Updated authorization error response. by margaretha · 2 years, 7 months ago
  28. d67b427 Added authorization request with GET and deprecated that with POST. by margaretha · 2 years, 8 months ago
  29. d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 2 years, 8 months ago
  30. 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 2 years, 8 months ago
  31. 6bbbf1d Added foreign keys to the DB tables of access and refresh token scopes. by margaretha · 2 years, 9 months ago
  32. d66a683 Removed VCLoader. by margaretha · 2 years, 9 months ago
  33. fc5fab2 Replaced annotation parsing with restoring the annotation tables to the by margaretha · 3 years, 4 months ago
  34. 6f6911e Updated cache settings and some loggings. by margaretha · 3 years, 4 months ago
  35. 4bd6125 Updated OAuth2 token length & secure random algorithm config. by margaretha · 3 years, 6 months ago
  36. 4a1a18c Added query access roles and fixed vc access roles. by margaretha · 3 years, 9 months ago
  37. b097fb0 Renamed virtual corpus to query. by margaretha · 3 years, 9 months ago
  38. e1228ab Updated libraries. by margaretha · 3 years, 9 months ago
  39. 5213ced Added query and query language in virtual corpus table. by margaretha · 3 years, 9 months ago
  40. 90adf31 Removed escaping for KoralQuery in VC and query reference responses. by margaretha · 3 years, 9 months ago
  41. 652c4dc Added listing available queries for users. by margaretha · 3 years, 9 months ago
  42. dc6d73d Fixed problem with multiple desktop apps by Akron · 4 years, 7 months ago
  43. da08015 Add query reference web-service. by Akron · 4 years ago
  44. fcf8bd9 Updated Flyway configuration. by margaretha · 3 years, 10 months ago
  45. 77bf8b7 Fix hibernate dialect for SQLite. by margaretha · 4 years ago
  46. f6945c4 Added persistency layer for query references by Akron · 4 years, 1 month ago
  47. bee031a Introduced query reference rewrite mechanism by Akron · 4 years, 1 month ago
  48. 805afde Make API welcome message configurable by Marc Kupietz · 4 years, 8 months ago
  49. 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 4 years, 10 months ago
  50. 2618beb Removed salt from config and updated config files. by margaretha · 4 years, 10 months ago
  51. d8aa135 Updated create update user-group API. by margaretha · 5 years ago
  52. ac4501a Updated Leibniz Association link. by margaretha · 5 years ago
  53. 52ee9e3 Added errors when requesting VC in caching process (resolved #47) by margaretha · 5 years ago
  54. 21d3296 Added a check for OAuth2 client, VC, and group name length. by margaretha · 5 years ago
  55. da5a6ab Added user-group name pattern (issue #33). by margaretha · 5 years ago
  56. 802dabc Resolved #50. Added statistics API with KoralQuery input. by margaretha · 5 years ago
  57. 93e602e Fixed missing scopes after requesting access token with refresh token. by margaretha · 5 years ago
  58. 2544cdf Added support for public metadata response in the search api. by margaretha · 5 years ago
  59. 3a57940 Updated VC name pattern and tests. by margaretha · 5 years ago
  60. 47a72a8 Added re-caching VC at closing-index service, resolved #44 by margaretha · 5 years ago
  61. f0c53b8 Improved loading resource file. by margaretha · 6 years ago
  62. 3d55b00 Resolved #42 - Added close index controller. by margaretha · 6 years ago
  63. 351f769 Added authentication to metadata controller (issue #38) & updated search by margaretha · 6 years ago
  64. 798e8bd Added default foundry for structure layer. by margaretha · 6 years ago
  65. 39cec60 Added delete-group-by-name controller & unique index to group name. by margaretha · 6 years ago
  66. 85273f1 Fixed SQL data and update client deregistration behavior. by margaretha · 6 years ago
  67. 4fa4b06 Added foundry rewrite with user default setting. by margaretha · 6 years ago
  68. 6cd27f3 Added default setting key validation & fixed UserdataTest. by margaretha · 6 years ago
  69. 0866a53 Added create, edit, retrieve user default setting controllers by margaretha · 6 years ago
  70. 4842673 Removed codes related to user registration & password management. by margaretha · 6 years ago
  71. 2ea9a1e Degraded API version to 1.0 & added OAuth2 client info tests by margaretha · 6 years ago
  72. 0b90391 Improved predefined vc caching (issue #28) by margaretha · 6 years ago
  73. 5c67dd5 Updated RewriteHandler and tests using BeanConfigTest. by margaretha · 6 years ago
  74. 420db0e Removed document controllers and KustvaktResource. by margaretha · 6 years ago
  75. 5a2c34e Removed duplicate clients in user client lists. by margaretha · 6 years ago
  76. 230effb Added the list-user-client controller. by margaretha · 6 years ago
  77. e72355a Handled storing cached VC with VC reference by margaretha · 6 years ago
  78. 2df0660 Integrated lite and full services and controllers in core. by margaretha · 6 years ago
  79. 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 6 years ago
  80. 0c18622 Fixed resource DAO & added tests. by margaretha · 6 years ago
  81. 3da7cd3 Fixed the order of annotation keys and values, and added tests. by margaretha · 6 years ago
  82. 2c50c73 Implemented parsing free resource info from json. by margaretha · 6 years ago
  83. 51e5e3f Added annotation parser and implemented key-value structure. by margaretha · 6 years ago
  84. f7abb36 Handled unique constraints. by margaretha · 6 years ago
  85. 563aabe Implemented VirtualCorpusRewrite. by margaretha · 6 years ago
  86. 6ef00dd Added various log4j2 configurations. by margaretha · 6 years ago
  87. 7926adc Added API versioning backwards compability and tests. by margaretha · 6 years ago
  88. ee0cbfe Added API URL versioning. by margaretha · 6 years ago
  89. 8514d78 Set sqlite as datasource. by margaretha · 6 years ago
  90. 45211af Added c3p0 datasource configuration to Spring default-config-xml. by margaretha · 6 years ago
  91. c7196d2 Added statistics with vc reference tests. by margaretha · 6 years ago
  92. f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 6 years ago
  93. 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 6 years ago
  94. 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 6 years ago
  95. 1b32045 Implemented predefined VC caching and added VC reference tests. by margaretha · 6 years ago
  96. 33fa3d9 Fixed issue #27. by margaretha · 6 years ago
  97. 03b8286 Implemented refreshing OAuth2 access token by margaretha · 6 years ago
  98. 07a356a Fixed authentication time format in authentication controller. by margaretha · 6 years ago
  99. 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 6 years ago
  100. 20f3123 Added service layer to SearchController, added OAuth2 scope handling, by margaretha · 6 years ago