1. a278b31 Add default scopes to authorization request by Akron · 1 year, 10 months ago
  2. 409f6b8 Kustvakt now requires absolute redirect URIs by Akron · 1 year, 10 months ago
  3. e3daaeb Fix redirection handling for all authorization flows by Akron · 1 year, 10 months ago
  4. 690e94d Eliminates unnecessary dumper by Helge · 1 year, 11 months ago
  5. df92c83 Minimum version of conllu2korapxml by Akron · 2 years ago
  6. eb39cf3 Show redirect-uri in client view by Akron · 2 years ago
  7. a8f87cc Do not follow redirects on authorization requests (fixes #195) by Akron · 2 years, 1 month ago
  8. aaf4a83 Add KorAP-XML-CoNLL-U plugin by Akron · 2 years, 2 months ago
  9. 278fbca Marketplace: List plugins by Helge · 2 years, 3 months ago
  10. 001dcd2 Redirect to index on auth-failure if user not logged in (fixes #192) by Akron · 2 years, 1 month ago
  11. 9ccf69a Improve error handling for non-redirect errors by Akron · 2 years, 1 month ago
  12. 9d82690 Improve security of redirect URIs (fixes #166) by Akron · 2 years, 2 months ago
  13. 2c142ab Make scope a requirement when authorizing a client by Akron · 2 years, 1 month ago
  14. db1f467 Fix unknown client handling and replace client info API (fixes #181) by Akron · 2 years, 2 months ago
  15. 5ea0f5d Fix error handling when no client_id is given by Akron · 2 years, 2 months ago
  16. 340c128 Introduced StartWithBackend plugin by Akron · 2 years, 3 months ago
  17. b427992 Add KrillIndexer plugin by Akron · 2 years, 3 months ago
  18. d8db672 Add KALAMAR_PLUGINS environment variable by Akron · 2 years, 3 months ago
  19. 53a171e Introduce environment variable KALAMAR_CLIENT_FILE in auth plugin by Akron · 2 years, 3 months ago
  20. 66ef3b5 Support client_file parameter as an alternative to client_id and client_secret by Akron · 2 years, 4 months ago
  21. 3340ae7 Add command to generate super_client_info files by Akron · 2 years, 4 months ago
  22. 99968a9 Fix handling of public clients by Akron · 2 years, 9 months ago
  23. 61850b9 Increase maximum query length from 1000 to 4096 by Marc Kupietz · 2 years, 8 months ago
  24. d91a1ca Remove JWT flow for authorization by Akron · 2 years, 10 months ago v0.45
  25. 8627609 Set expiration of cookies in Auth plugin to 3 days by Akron · 2 years, 10 months ago
  26. 9fa7cc5 Reintroduce email support for login (fixes #165; reverts #e208d30513f7cfafb6405324fee5b88902dcf2fb) - 2 by Akron · 2 years, 10 months ago
  27. 6b75d12 Show source code of registered plugins by Akron · 2 years, 10 months ago
  28. 408bc7c Fetch client information before request grant by Akron · 2 years, 11 months ago
  29. 9f2ad34 Support plugin source on registration by Akron · 2 years, 10 months ago
  30. 8dc8b13 Added confidential marker in client view by Akron · 2 years, 10 months ago
  31. b45300f Mark confidential clients as slightly more secure by Akron · 2 years, 11 months ago
  32. a8efaa9 OAuth client authorization handling (Fixes #54) by Akron · 3 years ago
  33. b6b156e Support confidential clients by Akron · 3 years ago
  34. 6227fba Introduce korapxml2krill command by Akron · 3 years, 6 months ago
  35. 653461e Introduce tei2korapxml command by Akron · 3 years, 6 months ago
  36. 5799740 Use containerMenu as a base for HintMenu instead of regular menu by Leo Repp · 3 years, 7 months ago
  37. 6a228db Fix wrong handling of utf8 that could lead to server crashes by Akron · 3 years, 5 months ago
  38. 638fc97 Disable CSP for development purposes by Akron · 3 years, 6 months ago
  39. 1419aad Add demo server plugin by Akron · 3 years, 6 months ago
  40. dd5ab89 Tutorial: Introduce legacy links by Akron · 3 years, 6 months ago
  41. 64833cc Fix behaviour of folded subdirectories in navigation by Akron · 3 years, 6 months ago
  42. fcadda6 Tutorial: rename korap to devlopment also internally by Marc Kupietz · 3 years, 6 months ago
  43. cce055c Fix error message in case of server error by Akron · 3 years, 8 months ago
  44. 5f75641 Added 'copy-to-clipboard' for client ids by Akron · 3 years, 9 months ago
  45. 116eace Add option to toggle password fields by Akron · 3 years, 9 months ago
  46. ff08811 Fix rendering error in not authenticated oauth route by Akron · 3 years, 9 months ago
  47. 276afc0 Update client list API according to API change by Akron · 3 years, 9 months ago
  48. 013c39f Fix integration of form buttons in button groups by Akron · 3 years, 9 months ago
  49. e997bb5 Improve localization of OAuth2 client and token management by Akron · 3 years, 9 months ago
  50. 7fb78d6 Deprecate JWT flow in favor of OAuth2 flow by Akron · 3 years, 9 months ago
  51. ad011bb Disable caching in auth routes by Akron · 3 years, 9 months ago
  52. 041ca4d Reorganize OAuth endpoints by Akron · 3 years, 9 months ago
  53. c1aaf93 Allow to revoke tokens by Akron · 3 years, 9 months ago
  54. 9ffb4a3 Style token list by Akron · 3 years, 9 months ago
  55. aa5cf80 Fix bug where missing documentation raises exceptions in Mojo >= 9.0 by Akron · 3 years, 9 months ago
  56. abdf9a9 Added query reference plugin to connect and mock query reference api endpoints by Akron · 4 years, 2 months ago
  57. bc94a9c List tokens of a client by Akron · 4 years ago
  58. dc50c89 Update OAuth2 management parameters to follow the new scheme of Kustvakt by Akron · 3 years, 10 months ago
  59. 83209f7 Issue a new token for a public client by Akron · 4 years, 1 month ago
  60. 0e983a0 Add frame-src to Piwik plugin as * may be overwritten by Akron · 4 years ago
  61. baae980 Fix working directory for default plugin configurations by Akron · 4 years ago
  62. 08952df Move tracking asset to simplify proxy configuration by Akron · 4 years, 1 month ago
  63. 30e7bc7 Introduce Kalamar::Request by Akron · 4 years, 1 month ago
  64. be60634 Remove debrecated API methods by Akron · 4 years, 1 month ago
  65. 03c3c9d Support Mojolicious >= 9.0 by Akron · 4 years, 1 month ago
  66. 0a4d36e Support CSP in Matomo/Piwik plugin by Akron · 4 years, 2 months ago
  67. 8dda1c6 Add CSP compliance to plugins by Akron · 4 years, 2 months ago
  68. cb5c171 Make notifications framework CSP compliant by Akron · 4 years, 1 month ago
  69. 5b6d727 Improve CORS by Akron · 4 years, 2 months ago
  70. dac9561 Fixed nonce to be base64 by Akron · 4 years, 1 month ago
  71. eb53ac3 Added nonce helper to CSP plugin by Akron · 4 years, 2 months ago
  72. 354f453 Establish CSP plugin by Akron · 4 years, 2 months ago
  73. 337f15d Introduce CORS headers in proxy by Akron · 4 years, 2 months ago
  74. e208d30 Remove email support from login (fixes #99) by Akron · 4 years, 3 months ago
  75. c58bfc4 Fix pipes behaviour in mock server to be consistent with Kustvakt by Akron · 4 years, 5 months ago
  76. fd49bab Forward 'pipes' instead of 'pipe' by Akron · 4 years, 5 months ago
  77. ccd9d7d Introduce 'Plugins' plugin to embed external services by Akron · 4 years, 6 months ago
  78. 88c26b1 Exclude search results from robot indices (closes #120) by Akron · 4 years, 6 months ago
  79. 7b9a196 Forward pipe to backend by Akron · 4 years, 8 months ago
  80. 3b3c7af Fix order of promises in login to not wrongfully congratulate on failing login by Akron · 4 years, 10 months ago
  81. 27031aa Encourage login on zero matches (fixes #67) by Akron · 4 years, 11 months ago
  82. 7c87c1a Establish 'after_search' hook by Akron · 4 years, 11 months ago
  83. 17de86e Add OAuth client information page by Akron · 5 years ago
  84. 1a9d5be Added support for OAuth2 client unregistration by Akron · 5 years ago
  85. 3c390c4 Improve status codes and support HTML match responses by Akron · 5 years ago
  86. 0f1b93b Added support for OAuth2 client listing by Akron · 5 years ago
  87. b3f3359 Spin off data templates into file templates for Auth plugin by Akron · 5 years ago
  88. 5999212 Initial token management by Akron · 5 years ago
  89. d00b427 Improve proxy for redirects by Akron · 5 years ago
  90. b5b70d0 Catch timeouts in proxy by Akron · 5 years ago
  91. 21b7baf Link to Leibniz Association updated by hebasta · 5 years ago
  92. 909ed08 Fixed matchID transformation to deal with textSigles having dashes by Akron · 5 years ago
  93. f7ec444 Added settings and navi helpers by Akron · 5 years ago
  94. d512ea6 Generalized the usage of the navigation helper by introducing a 'realm' parameter by Akron · 5 years ago
  95. 3cfa26d Added 'realm' parameter to 'embedded_link_to' helper by Akron · 5 years ago
  96. 254fe21 Simplified documentation routing by Akron · 5 years ago
  97. 9490e3b Generalize documentation helpers by Akron · 5 years ago
  98. 41a190a Cleanup helper plugins to separate page helpers from functional helpers by Akron · 5 years ago
  99. 4cefe1f Revoke refresh token on logout (cherrypicked) by Akron · 6 years ago
  100. cdfd9d5 Implement token refresh mechanism by Akron · 6 years ago