1. 73fe8f2 Jersey 2: Migrate requests made in unittests by abcpro1 · 2 years, 1 month ago
  2. 241bc4f Jersey 2: Use WebTarget.request() where necessary by abcpro1 · 2 years, 1 month ago
  3. d912a2c Jersey 2: Do simple migrations by abcpro1 · 2 years, 1 month ago
  4. e5026aa Bump oauth2-oidc-sdk from 8.25 to 9.2 in /full (closes #151) by dependabot[bot] · 3 years, 9 months ago
  5. 4ff862a Fixed admin clean token API and restrict plugins to confidential only. by margaretha · 2 years, 6 months ago v0.68-release
  6. 3181b8d Implemented initial super client registration for user authentication. by margaretha · 2 years, 6 months ago
  7. 4dee07a Implemented searching option using a network endpoint. by margaretha · 2 years, 6 months ago
  8. d484156 Added new APIs: list user-installed plugins and uninstall plugin. by margaretha · 2 years, 6 months ago
  9. 7d7e25e Added maximum limit to custom refresh token expiry by margaretha · 2 years, 6 months ago
  10. 590acf6 Updated redirect URI error message for coherence. by margaretha · 2 years, 7 months ago
  11. 79f0144 Deprecated UserClientDto and uses ClientinfoDto instead. by margaretha · 2 years, 7 months ago
  12. 68ccf1e Handled super client id in plugin installation by margaretha · 2 years, 7 months ago
  13. d552732 Handled redundant plugin installation by margaretha · 2 years, 7 months ago
  14. 7da2390 Added a new API: install plugin by margaretha · 2 years, 7 months ago
  15. 977fabe Handled user-defined refresh token expiry. by margaretha · 2 years, 7 months ago
  16. 9436ebe Added redirect URI validation in authorization request (addressed #374) by margaretha · 2 years, 7 months ago
  17. e20a280 Added a new API: list plugins (e.g. for marketplace) by margaretha · 2 years, 7 months ago
  18. f9b99b0 Updated ldap.config path in the kustvakt-test.conf by margaretha · 2 years, 6 months ago v0.67.1-release
  19. 0034a0c Handled null parameters in authorization requests by margaretha · 2 years, 6 months ago
  20. 641ea63 Implemented mapping of LDAP username to email. by margaretha · 2 years, 6 months ago
  21. d9e5cda Changed the SQL script updating oauth2_client table. by margaretha · 2 years, 7 months ago
  22. 7cb3213 Re-introduce additional filters for authorisation and user status by Marc Kupietz · 2 years, 7 months ago
  23. e5bbc12 LdapAuth3: Test all combinations of 3 alternative login names and 2 pws by Marc Kupietz · 2 years, 7 months ago
  24. 30925d8 Embedded LDAP server LdapAuth3: support hashed passwords (sha1, sha-256) by Marc Kupietz · 2 years, 7 months ago
  25. 9a1188e LdapAuth3: factor out configuration class by Marc Kupietz · 2 years, 7 months ago
  26. 75e7828 Bring back function to get email attribute for/from user ID by Marc Kupietz · 2 years, 7 months ago
  27. 392f478 Rename ldap .properties to .conf by Marc Kupietz · 2 years, 7 months ago
  28. 1e388b4 Automatically start embedded LDAP server if configured by Marc Kupietz · 2 years, 7 months ago
  29. 0a37867 Commonize & simplify LDAP and LDAPS auth by Marc Kupietz · 2 years, 7 months ago
  30. ffb8950 Updated authorization error response. by margaretha · 2 years, 7 months ago
  31. 9dfa863 Updated OAuth2Client list API by margaretha · 2 years, 8 months ago
  32. d67b427 Added authorization request with GET and deprecated that with POST. by margaretha · 2 years, 8 months ago
  33. d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 2 years, 8 months ago
  34. 3ef1b81 Added redirect_uri to client info API. by margaretha · 2 years, 8 months ago
  35. a4db399 Fixed the test suite. by margaretha · 2 years, 8 months ago
  36. e28cdd9 Updated and moved updateClientPrivilege API to OAuth2AdminController by margaretha · 2 years, 8 months ago
  37. 74110b7 Removed unused admin API: clear access token cache. by margaretha · 2 years, 8 months ago
  38. 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 2 years, 8 months ago
  39. 21a8386 Added more parameter checks and OAuth2Client web-service tests. by margaretha · 2 years, 9 months ago
  40. d66a683 Removed VCLoader. by margaretha · 2 years, 9 months ago
  41. ad7de72 Restricts the field retrieval web-service to admin only. by margaretha · 2 years, 9 months ago v0.65.1-release
  42. 923c207 Added an API retrieving fields of a virtual corpus. by margaretha · 2 years, 10 months ago
  43. 9c6493e Added show-tokens option to the search API. by margaretha · 2 years, 10 months ago
  44. 9f2cff0 Updated tests. by margaretha · 2 years, 11 months ago
  45. ad1300b Fixed broken test suite. by margaretha · 3 years ago v0.65-release
  46. 86c9be3 Added a web-service to retrieve KoralQuery of a VC by margaretha · 3 years ago
  47. 326520b Removed koralQuery and statistics from VC list by margaretha · 3 years ago
  48. aec6b41 Enabled listing system vc for authorized users. by margaretha · 3 years ago
  49. 7c1f428 Updated VC cache. by margaretha · 3 years ago
  50. b3ecbe3 Fixed creator param when storing query or VC by admins for others. by margaretha · 3 years, 3 months ago
  51. 1703c16 Updated the query service to enable editing query references. by margaretha · 3 years, 3 months ago
  52. 3b6972a Fixed errors due to missing query type and added tests. by margaretha · 3 years, 3 months ago
  53. fc5fab2 Replaced annotation parsing with restoring the annotation tables to the by margaretha · 3 years, 4 months ago
  54. bae6dcb Fixed broken test. by margaretha · 3 years, 5 months ago
  55. d575bd9 Updated roleId and super client parameters. by margaretha · 3 years, 5 months ago
  56. 885404d Added character set filter to random code generator, e.g. for client_id. by margaretha · 3 years, 6 months ago
  57. 4bd6125 Updated OAuth2 token length & secure random algorithm config. by margaretha · 3 years, 6 months ago
  58. b250ddc Updated OAuth2 client dto. by margaretha · 3 years, 6 months ago
  59. 4f4b9ab Updated OAuth2 API responses for coherence. by margaretha · 3 years, 7 months ago
  60. 18259ce Updated parameters in the error responses of OAuth2 APIs for coherence by margaretha · 3 years, 7 months ago
  61. b0f97d0 Updated OAuth2 Client list by margaretha · 3 years, 7 months ago
  62. 3571f53 Updated OAuth2Client JSON definition and controller tests by margaretha · 3 years, 7 months ago
  63. bb1c145 Added client type in the client list web-service. Resolved #58. by margaretha · 3 years, 8 months ago
  64. 3507469 Updated OAuth2 token list with token type and user clientId parameters. by margaretha · 3 years, 8 months ago
  65. 0a6b4b6 Updated Koral version for InfoController. by margaretha · 3 years, 8 months ago
  66. e518c61 IndexControllerTest: actually check if symbolic link exists by Marc Kupietz · 3 years, 9 months ago
  67. 9204772 Do not hardcode groupId in VirtualCorpusServiceTest.testEditPublishVC by Marc Kupietz · 3 years, 9 months ago
  68. 89bd8f5 Added delete query webservice and tests. by margaretha · 3 years, 9 months ago dev
  69. 4a1a18c Added query access roles and fixed vc access roles. by margaretha · 3 years, 9 months ago
  70. b097fb0 Renamed virtual corpus to query. by margaretha · 3 years, 9 months ago
  71. e1228ab Updated libraries. by margaretha · 3 years, 9 months ago
  72. a8c364b Added API info web-service. by margaretha · 3 years, 9 months ago v0.63-release
  73. 479a447 Set corpus access public for stored query. by margaretha · 3 years, 9 months ago
  74. 5213ced Added query and query language in virtual corpus table. by margaretha · 3 years, 9 months ago
  75. 90adf31 Removed escaping for KoralQuery in VC and query reference responses. by margaretha · 3 years, 9 months ago
  76. 652c4dc Added listing available queries for users. by margaretha · 3 years, 9 months ago
  77. dc6d73d Fixed problem with multiple desktop apps by Akron · 4 years, 7 months ago
  78. da08015 Add query reference web-service. by Akron · 4 years ago
  79. 32475f7 Updated methods dependent to Antrl4-maven-plugin libraries. by margaretha · 3 years, 10 months ago
  80. 0ddaed6 Fix running pipe and updated tests with mockserver by margaretha · 3 years, 10 months ago
  81. fcf8bd9 Updated Flyway configuration. by margaretha · 3 years, 10 months ago
  82. 6398071 Removed TestHelper by margaretha · 3 years, 11 months ago
  83. 5da1f9d Fix pipe warning. by margaretha · 4 years ago
  84. 77bf8b7 Fix hibernate dialect for SQLite. by margaretha · 4 years ago
  85. f6945c4 Added persistency layer for query references by Akron · 4 years, 1 month ago
  86. bee031a Introduced query reference rewrite mechanism by Akron · 4 years, 1 month ago
  87. 48e51b9 Introduced experimental X-Index-Revision header by Akron · 4 years, 6 months ago
  88. 805afde Make API welcome message configurable by Marc Kupietz · 4 years, 8 months ago
  89. 9a270a5 Removed client authentication from the client deregistration & by margaretha · 4 years, 10 months ago
  90. 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 4 years, 10 months ago
  91. 2618beb Removed salt from config and updated config files. by margaretha · 4 years, 10 months ago
  92. 89273b5 Fixed VirtualCorpusControllerTest. by margaretha · 4 years, 10 months ago v0.62.3-release
  93. c19bd58 Added additional statistic figures to virtual corpus info API response. by margaretha · 4 years, 10 months ago
  94. d9546d3 Updated free resource controller. by margaretha · 5 years ago
  95. d8aa135 Updated create update user-group API. by margaretha · 5 years ago
  96. ac4501a Updated Leibniz Association link. by margaretha · 5 years ago
  97. 137d4ee Handled invalid pipes and added tests. by margaretha · 5 years ago
  98. ed2ee24 Added support for multiple cq parameters. by margaretha · 5 years ago
  99. 1d1c73e Implemented pipe extension in the search API. by margaretha · 5 years ago
  100. 7497adf Added a service to revoke a single refresh token via super client by margaretha · 5 years ago v0.62.2-release