mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-11-04 13:31:45 +03:00
.github
app
bootstrap
database
dev
lang
public
resources
icons
js
code
components
markdown
actions.js
codemirror.js
common-events.js
display.js
editor.js
markdown.js
settings.js
shortcuts.js
services
wysiwyg
app.js
sass
views
routes
storage
tests
themes
.env.example
.env.example.complete
.gitattributes
.gitignore
LICENSE
artisan
bookstack-system-cli
composer.json
composer.lock
crowdin.yml
docker-compose.yml
package-lock.json
package.json
phpcs.xml
phpstan.neon.dist
phpunit.xml
readme.md
version
Adds just the part to store image data, and remove on successfull save. Alters save events to properly throw upon error. Adds IDB-Keyval library for local large-size store. For #4421