1. 09ddf90 Bump nimbus-jose-jwt from 9.23 to 9.24.2 in /full by dependabot[bot] · 2 years, 3 months ago
  2. f77c587 Bump slf4j-api from 1.7.36 to 2.0.0 in /core by dependabot[bot] · 2 years, 3 months ago
  3. dc23142 Bump mockserver-netty from 5.13.2 to 5.14.0 in /lite by dependabot[bot] · 2 years, 3 months ago
  4. 4e4853e Bump mockserver-netty from 5.13.2 to 5.14.0 in /full by dependabot[bot] · 2 years, 3 months ago
  5. bef0356 Bump flyway-core from 9.0.0 to 9.2.0 in /core by dependabot[bot] · 2 years, 3 months ago
  6. d0c46ec Bump sqlite-jdbc from 3.36.0.3 to 3.39.2.1 in /core by dependabot[bot] · 2 years, 3 months ago
  7. 498461a Bump joda-time from 2.10.14 to 2.11.1 in /core by dependabot[bot] · 2 years, 3 months ago
  8. ecd2fd4 Bump hibernate.version from 5.6.9.Final to 5.6.10.Final in /core by dependabot[bot] · 2 years, 4 months ago
  9. 2448537 Bump spring.version from 5.3.21 to 5.3.22 in /core by dependabot[bot] · 2 years, 4 months ago
  10. a95545f Bump jackson-jaxrs-json-provider from 2.12.6 to 2.12.7 in /core by dependabot[bot] · 2 years, 6 months ago
  11. 27af2cc Bump nimbus-jose-jwt from 9.22 to 9.23 in /full by dependabot[bot] · 2 years, 6 months ago
  12. c6d240f Bump spring.version from 5.3.20 to 5.3.21 in /core by dependabot[bot] · 2 years, 5 months ago
  13. 26a1605 Bump jetty.version from 9.4.46.v20220331 to 9.4.48.v20220622 in /core by dependabot[bot] · 2 years, 5 months ago
  14. cdd4efc Bump hibernate.version from 5.6.9.Final to 5.6.10.Final in /full by dependabot[bot] · 2 years, 5 months ago
  15. 0e62a95 Bump flyway-core from 8.5.11 to 9.0.0 in /core by dependabot[bot] · 2 years, 4 months ago
  16. 4ff862a Fixed admin clean token API and restrict plugins to confidential only. by margaretha · 2 years, 6 months ago v0.68-release
  17. 3181b8d Implemented initial super client registration for user authentication. by margaretha · 2 years, 6 months ago
  18. 4dee07a Implemented searching option using a network endpoint. by margaretha · 2 years, 6 months ago
  19. d484156 Added new APIs: list user-installed plugins and uninstall plugin. by margaretha · 2 years, 6 months ago
  20. 7d7e25e Added maximum limit to custom refresh token expiry by margaretha · 2 years, 6 months ago
  21. 590acf6 Updated redirect URI error message for coherence. by margaretha · 2 years, 7 months ago
  22. 79f0144 Deprecated UserClientDto and uses ClientinfoDto instead. by margaretha · 2 years, 7 months ago
  23. 68ccf1e Handled super client id in plugin installation by margaretha · 2 years, 7 months ago
  24. d552732 Handled redundant plugin installation by margaretha · 2 years, 7 months ago
  25. 7da2390 Added a new API: install plugin by margaretha · 2 years, 7 months ago
  26. b1edd22 Added installed_plugins table by margaretha · 2 years, 6 months ago
  27. 977fabe Handled user-defined refresh token expiry. by margaretha · 2 years, 7 months ago
  28. 9436ebe Added redirect URI validation in authorization request (addressed #374) by margaretha · 2 years, 7 months ago
  29. e20a280 Added a new API: list plugins (e.g. for marketplace) by margaretha · 2 years, 7 months ago
  30. 2a49805 Bump Kustvakt version to 0.68 by margaretha · 2 years, 6 months ago
  31. f9b99b0 Updated ldap.config path in the kustvakt-test.conf by margaretha · 2 years, 6 months ago v0.67.1-release
  32. ef1883f Fixed null client_id. by margaretha · 2 years, 6 months ago
  33. 0034a0c Handled null parameters in authorization requests by margaretha · 2 years, 6 months ago
  34. 641ea63 Implemented mapping of LDAP username to email. by margaretha · 2 years, 6 months ago
  35. f1b0bf1 Bump Kustvakt version to 0.67.1 by margaretha · 2 years, 6 months ago
  36. d97dcaa Added backport-util-concurrent lib by margaretha · 2 years, 6 months ago v0.67-release
  37. ac5c274 Bump flyway-core from 8.5.10 to 8.5.11 in /core by dependabot[bot] · 2 years, 6 months ago
  38. 1e3704a Bump hibernate.version from 5.6.8.Final to 5.6.9.Final in /core by dependabot[bot] · 2 years, 6 months ago
  39. 62e1e67 Bump hibernate.version from 5.6.8.Final to 5.6.9.Final in /full by dependabot[bot] · 2 years, 6 months ago
  40. f0e1dbf Updated changes files. by margaretha · 2 years, 6 months ago
  41. b9d1f3c Bump Kustvakt version. by Marc Kupietz · 2 years, 7 months ago
  42. d9e5cda Changed the SQL script updating oauth2_client table. by margaretha · 2 years, 7 months ago
  43. 7cb3213 Re-introduce additional filters for authorisation and user status by Marc Kupietz · 2 years, 7 months ago
  44. e5bbc12 LdapAuth3: Test all combinations of 3 alternative login names and 2 pws by Marc Kupietz · 2 years, 7 months ago
  45. 9c22bbd Embedded LDAP server: Improve README.md and examples by Marc Kupietz · 2 years, 7 months ago
  46. 30925d8 Embedded LDAP server LdapAuth3: support hashed passwords (sha1, sha-256) by Marc Kupietz · 2 years, 7 months ago
  47. 9a1188e LdapAuth3: factor out configuration class by Marc Kupietz · 2 years, 7 months ago
  48. 75e7828 Bring back function to get email attribute for/from user ID by Marc Kupietz · 2 years, 7 months ago
  49. 392f478 Rename ldap .properties to .conf by Marc Kupietz · 2 years, 7 months ago
  50. 9d59959 Allow configuring additional ssl cipher suites for ldaps connections by Marc Kupietz · 2 years, 7 months ago
  51. 1e388b4 Automatically start embedded LDAP server if configured by Marc Kupietz · 2 years, 7 months ago
  52. 0a37867 Commonize & simplify LDAP and LDAPS auth by Marc Kupietz · 2 years, 7 months ago
  53. 3466c1e Bump spring.version from 5.3.19 to 5.3.20 in /core by dependabot[bot] · 2 years, 7 months ago
  54. 7b17492 Bump javassist from 3.28.0-GA to 3.29.0-GA in /core by dependabot[bot] · 2 years, 6 months ago
  55. c73b7e2 Bump nimbus-jose-jwt from 9.21 to 9.22 in /full by dependabot[bot] · 2 years, 7 months ago
  56. db38f53 Bump mysql-connector-java from 8.0.28 to 8.0.29 in /full by dependabot[bot] · 2 years, 7 months ago
  57. cad02ea Bump flyway-core from 8.5.8 to 8.5.10 in /core by dependabot[bot] · 2 years, 7 months ago
  58. 295aee2 Bump unboundid-ldapsdk from 6.0.4 to 6.0.5 in /full by dependabot[bot] · 2 years, 7 months ago
  59. ffb8950 Updated authorization error response. by margaretha · 2 years, 7 months ago
  60. 9c38367 Bump lombok from 1.18.22 to 1.18.24 in /core by dependabot[bot] · 2 years, 7 months ago
  61. 62ba678 Bump lombok from 1.18.22 to 1.18.24 in /full by dependabot[bot] · 2 years, 7 months ago
  62. f74c5a1 Bump lombok from 1.18.22 to 1.18.24 in /lite by dependabot[bot] · 2 years, 7 months ago
  63. eab047e Bump flyway-core from 8.5.5 to 8.5.8 in /core by dependabot[bot] · 2 years, 7 months ago
  64. be896c4 Bump hibernate.version from 5.6.7.Final to 5.6.8.Final in /core by dependabot[bot] · 2 years, 7 months ago
  65. 71069f9 Bump spring.version from 5.3.18 to 5.3.19 in /core by dependabot[bot] · 2 years, 7 months ago
  66. 77f25d8 Bump hibernate.version from 5.6.7.Final to 5.6.8.Final in /full by dependabot[bot] · 2 years, 7 months ago
  67. 9dfa863 Updated OAuth2Client list API by margaretha · 2 years, 8 months ago
  68. 9b19c39 Merge "Added authorization request with GET and deprecated that with POST." by margaretha · 2 years, 7 months ago
  69. 2941afb Merge "Added columns to the oauth2_client table and updated client registration" by margaretha · 2 years, 7 months ago
  70. d67b427 Added authorization request with GET and deprecated that with POST. by margaretha · 2 years, 8 months ago
  71. 72ff29c Add Zenodo DOI Badge by Akron · 2 years, 8 months ago
  72. d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 2 years, 8 months ago
  73. 3ef1b81 Added redirect_uri to client info API. by margaretha · 2 years, 8 months ago
  74. 3f520f3 Bump mockserver-netty from 5.13.0 to 5.13.2 in /full by dependabot[bot] · 2 years, 8 months ago
  75. 6346a18 Bump mockserver-netty from 5.13.0 to 5.13.2 in /lite by dependabot[bot] · 2 years, 8 months ago
  76. fc222ab Bump jetty.version from 9.4.45.v20220203 to 9.4.46.v20220331 in /core by dependabot[bot] · 2 years, 8 months ago
  77. 200aec4 Make Krill Indexer available using Docker by Akron · 2 years, 8 months ago
  78. 310a6cd Bump spring-core from 5.3.17 to 5.3.18 in /core by dependabot[bot] · 2 years, 8 months ago
  79. d1ebd42 Bump Krill to version 0.60.4 by margaretha · 2 years, 8 months ago
  80. a4db399 Fixed the test suite. by margaretha · 2 years, 8 months ago
  81. 9645ab0 Updated query and user-group name pattern. by margaretha · 2 years, 8 months ago
  82. 43a1deb Bump Kustvakt versions. by margaretha · 2 years, 8 months ago v0.66-release
  83. 9c33941 Bump maven-shade-plugin from 3.2.4 to 3.3.0 in /full by dependabot[bot] · 2 years, 8 months ago
  84. b53e89d Bump maven-shade-plugin from 3.2.4 to 3.3.0 in /lite by dependabot[bot] · 2 years, 8 months ago
  85. 1d71983 Bump flyway-core from 8.5.4 to 8.5.5 in /core by dependabot[bot] · 2 years, 8 months ago
  86. e28cdd9 Updated and moved updateClientPrivilege API to OAuth2AdminController by margaretha · 2 years, 8 months ago
  87. 74110b7 Removed unused admin API: clear access token cache. by margaretha · 2 years, 8 months ago
  88. 78f9080 Updated admin filter and uses it for the closing index reader API. by margaretha · 2 years, 8 months ago
  89. ef79284 Bump joda-time from 2.10.13 to 2.10.14 in /core by dependabot[bot] · 2 years, 8 months ago
  90. ce27672 Bump hibernate.version from 5.6.5.Final to 5.6.7.Final in /core by dependabot[bot] · 2 years, 8 months ago
  91. 80127ca Bump spring.version from 5.3.16 to 5.3.17 in /core by dependabot[bot] · 2 years, 8 months ago
  92. 85d6ce4 Bump mockserver-netty from 5.12.0 to 5.13.0 in /full by dependabot[bot] · 2 years, 8 months ago
  93. 93407f2 Bump hibernate.version from 5.6.5.Final to 5.6.7.Final in /full by dependabot[bot] · 2 years, 8 months ago
  94. 6c8924e Bump mockserver-netty from 5.12.0 to 5.13.0 in /lite by dependabot[bot] · 2 years, 8 months ago
  95. 01f18b2 Bump flyway-core from 8.5.3 to 8.5.4 in /core by dependabot[bot] · 2 years, 8 months ago
  96. 7aa4a73 Bump unboundid-ldapsdk from 6.0.3 to 6.0.4 in /full by dependabot[bot] · 2 years, 8 months ago
  97. 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 2 years, 8 months ago
  98. b19cfa2 Updated admin filter by using admin token and role checks. by margaretha · 2 years, 8 months ago
  99. 29c48af Bump Krill version. by margaretha · 2 years, 9 months ago
  100. 21a8386 Added more parameter checks and OAuth2Client web-service tests. by margaretha · 2 years, 9 months ago