]> BookStack Code Mirror - bookstack/commit
ZIP Exports: Finished up format doc, move files, started builder
authorDan Brown <redacted>
Tue, 15 Oct 2024 15:14:11 +0000 (16:14 +0100)
committerDan Brown <redacted>
Tue, 15 Oct 2024 15:14:11 +0000 (16:14 +0100)
commit42b9700673e7b2e5a04c9f888a05d98261ed36e3
tree23ced2f3ea5fa05eb9ca080188dbd5886aa72969
parent42bd07d73325ed468bae2658ba130314f6fe4a21
ZIP Exports: Finished up format doc, move files, started builder

Moved all existing export related app files into their new own dir.
15 files changed:
app/Exceptions/ZipExportException.php [new file with mode: 0644]
app/Exports/Controllers/BookExportApiController.php [moved from app/Entities/Controllers/BookExportApiController.php with 95% similarity]
app/Exports/Controllers/BookExportController.php [moved from app/Entities/Controllers/BookExportController.php with 95% similarity]
app/Exports/Controllers/ChapterExportApiController.php [moved from app/Entities/Controllers/ChapterExportApiController.php with 95% similarity]
app/Exports/Controllers/ChapterExportController.php [moved from app/Entities/Controllers/ChapterExportController.php with 96% similarity]
app/Exports/Controllers/PageExportApiController.php [moved from app/Entities/Controllers/PageExportApiController.php with 95% similarity]
app/Exports/Controllers/PageExportController.php [moved from app/Entities/Controllers/PageExportController.php with 96% similarity]
app/Exports/ExportFormatter.php [moved from app/Entities/Tools/ExportFormatter.php with 98% similarity]
app/Exports/PdfGenerator.php [moved from app/Entities/Tools/PdfGenerator.php with 99% similarity]
app/Exports/ZipExportBuilder.php [new file with mode: 0644]
composer.json
dev/docs/portable-zip-file-format.md
routes/api.php
routes/web.php
tests/Entity/ExportTest.php