1. dc1aaeb Produces expTemplate as a service and on the command line (closes #127) by Helge · 1 year, 9 months ago
  2. a2a1797 Bump jersey from 2.35 to 3.1.1 (closes #55) by Marc Kupietz · 4 years, 2 months ago
  3. b4d3b2a Do not rely on cookie path for session riding by Akron · 2 years, 6 months ago
  4. 605cf6d Update deprecated Configuration constructor by Helge · 3 years, 2 months ago
  5. f93c602 remove unnecessary imports (are not used) by Helge · 3 years, 2 months ago
  6. 8852588 Set preferred supported locale for template by Marc Kupietz · 4 years, 2 months ago
  7. 60a1628 Improve error messages to prevent leakage by Akron · 5 years ago
  8. a241a47 Add tinylog logging by Akron · 5 years ago
  9. 1cbe798 Fix session riding for SSE by Akron · 5 years ago
  10. 65da1d0 Moved some issues to the GH issue tracker by Akron · 5 years ago
  11. 83f3994 Minor cleanup by Akron · 5 years ago
  12. 18c627d Prepare GitHub release by Akron · 5 years ago
  13. 5405dec Add config option to set source verbatim, e.g. when behind a proxy by Akron · 5 years ago
  14. fba8197 Localize JS fragments by using datasets by Akron · 5 years ago
  15. a77f2f0 Add max_hitc to the form and make default_hitc configurable by Akron · 5 years ago
  16. 4e60563 Remove intermediate 'plugin' folder by Akron · 5 years ago[Renamed from plugin/src/main/java/de/ids_mannheim/korap/plkexport/Service.java]
  17. 55def63 Remove temporary file after serving by Akron · 5 years ago
  18. 84740e5 Gracefully handle errors in event-stream on the client side by Akron · 5 years ago
  19. a578eb0 Localize export form by Akron · 5 years ago
  20. 143acad Move copyright notice to configuration file and fix reference to 'Leibniz-Institut' by Akron · 5 years ago
  21. ede77d7 Rename MatchExport to Match by Akron · 5 years ago
  22. e8bef57 Rename SnippetO to Snippet in MatchExport by Akron · 5 years ago
  23. 984fe8f Clean up for release and test MatchExport by Akron · 5 years ago
  24. ba3ea11 Fixed init() to respect already initialized file writer by Akron · 5 years ago
  25. 3588101 Serve a temporary file after event relocation by Akron · 5 years ago
  26. af145eb Switch to jersey native SSE to allow for CORS injection by Akron · 5 years ago
  27. b91c303 Separate export method from response method and adopt progress calculation for sse by Akron · 5 years ago
  28. d0b1cfe Introduce SSE example (not yet functional) by Akron · 6 years ago
  29. 3436079 Rename class 'IdsExportService' to 'Service' by Akron · 6 years ago[Renamed (98%) from plugin/src/main/java/de/ids_mannheim/korap/plkexport/IdsExportService.java]
  30. 99fda9e Improve API call if hitc is smaller than pageCount by Akron · 6 years ago
  31. 69cd35d Add CSV export by Akron · 6 years ago
  32. 0bdcab2 Minor changes to the UI and fixes to empty corpus queries by Akron · 6 years ago
  33. e2db9dd Add backend version and improve info table layout by Akron · 6 years ago
  34. 820dc64 Add source to info table in RTF export by Akron · 6 years ago
  35. 62d90a3 Improve paging mechanism to rely on offsets only by Akron · 6 years ago
  36. c1c1824 Handle timeexceeded correctly in exports by Akron · 6 years ago
  37. 9e3229f Correctly handle cutted matches by Akron · 6 years ago
  38. ea77cb4 Correct Snippet interpretation (but leave old marker-split algorithm as fallback and for testing) by Akron · 6 years ago
  39. acc9f7a Check for broken JSON responses from remote server by Akron · 6 years ago
  40. d2072ee Support corpus queries by Akron · 6 years ago
  41. b95c5a4 Introduce information to RTF export similar to COSMAS II by Akron · 6 years ago
  42. 7412271 Added Query string information to Exporter objects by Akron · 6 years ago
  43. 876017d Make Filename and sanitization part of the exporter objects by Akron · 6 years ago
  44. e57937b Make MimeType and format suffix part of the exporter objects by Akron · 6 years ago
  45. 9cee304 Add tests for paging through JSON exports by Akron · 6 years ago
  46. c408ccb Unescape HTML entities in snippets by Akron · 6 years ago
  47. eedac91 Use Exporter classes for export in IdsExportService by Akron · 6 years ago
  48. 54b30ed Move temporary cookie-based auth code into separate function by Akron · 6 years ago
  49. 9690796 Privatize RTF functions by Akron · 6 years ago
  50. d3df5b0 Change order of cutoff handling for paging by Akron · 6 years ago
  51. 696c063 Decorate all requests with auth headers by Akron · 6 years ago
  52. 5abeab5 Get pageSize from configuration file by Akron · 6 years ago
  53. 232248d Test paging of results and introduce cutoff form param by Akron · 6 years ago
  54. fed4194 Export more than one page (UNTESTED DRAFT) by hebasta · 6 years ago
  55. 366d54d Fix content-type for RTF download by Akron · 6 years ago
  56. a00142a Fix filename endings by Akron · 6 years ago
  57. 1b20161 Add experimental description by Akron · 6 years ago
  58. 669d0bb Add auth support via session riding (only temporarily valid) by Akron · 6 years ago
  59. be6777b Added clientIP check for X-Forwarded-For proxy handling by Akron · 6 years ago
  60. 68f221b Support path in API and asset URIs by Akron · 6 years ago
  61. 7f242bb Added support for plugin errors by Akron · 6 years ago
  62. bb076c7 Introduce Freemarker template support by Akron · 6 years ago
  63. b87af2f Bundle assets for improved testing by Akron · 6 years ago
  64. 328f9ea Capture proxy problems by Akron · 6 years ago
  65. e34bd4f Sanitize q-based file name for attachement by Akron · 6 years ago
  66. 2c0184d Make filename parameter optional by Akron · 6 years ago
  67. 90799f1 Replace fixture with real response by Akron · 6 years ago
  68. 480a908 Establish mockserver with fixtures for backend API responses by Akron · 6 years ago
  69. bfd5fb8 Use URI builder instead of string concatenation by Akron · 6 years ago
  70. c931cd0 Improve configuration and introduce API endpoint conf by Akron · 6 years ago
  71. 541e676 Add Version by hebasta · 6 years ago tryOutTmp
  72. a66693a Added limit of hits to be exported by hebasta · 6 years ago
  73. 5aaa29f fixBug Order of snippets corrected by hebasta · 6 years ago
  74. ff955d6 Tests: handle empty/missing parameters by hebasta · 6 years ago
  75. e049676 Add Export WebService by hebasta · 6 years ago
  76. e2bd6e4 Rudimentary Plugin Export Server by hebasta · 6 years ago