]> BookStack Code Mirror - bookstack/commit
ZIP Exports: Changed the instance id mechanism 5260/head
authorDan Brown <redacted>
Wed, 27 Nov 2024 16:30:19 +0000 (16:30 +0000)
committerDan Brown <redacted>
Wed, 27 Nov 2024 16:30:19 +0000 (16:30 +0000)
commitbdca9fc1ce6f3f792106e86348cfb1479f4dd27c
treed09adf5cf0869af0068f896e094136d3daa3cb4b
parentedb684c72ce0b1f1cf9be90d338ee08e24b4a0cc
ZIP Exports: Changed the instance id mechanism

Adds an instance id via app settings.
app/Exports/ZipExports/ZipExportBuilder.php
database/migrations/2024_11_27_171039_add_instance_id_setting.php [new file with mode: 0644]
dev/docs/portable-zip-file-format.md
tests/Exports/ZipExportTest.php