bookstack/tests/Exports
Dan Brown 1ff2826678
Exports: Added rate limits for UI exports
Just as a measure to prevent potential abuse of these potentially
longer-running endpoints.
Adds test to cover for ZIP exports, but applied to all formats.
2025-01-01 15:42:59 +00:00
..
ExportUiTest.php
HtmlExportTest.php
MarkdownExportTest.php Merge branch 'fix/markdown-export' into development 2024-12-02 11:50:15 +00:00
PdfExportTest.php Exports: Improved PDF command temp file cleanup 2025-01-01 15:19:11 +00:00
TextExportTest.php
ZipExportTest.php Exports: Added rate limits for UI exports 2025-01-01 15:42:59 +00:00
ZipExportValidatorTest.php
ZipImportRunnerTest.php
ZipImportTest.php
ZipResultData.php
ZipTestHelper.php