]> BookStack Code Mirror - bookstack/commit
Started work on attachments
authorDan Brown <redacted>
Sun, 9 Oct 2016 17:58:22 +0000 (18:58 +0100)
committerDan Brown <redacted>
Sun, 9 Oct 2016 17:58:22 +0000 (18:58 +0100)
commit673c74ddfc59677b55d0d7438038342f8d138569
tree4f800e716a1a49645b9c60b5108c7994965f4613
parent3b7d223b0c7f4ebc9f4b9d7ce4efb2f5fa6ef4ed
Started work on attachments

Created base models and started user-facing controls.
15 files changed:
app/Exceptions/FileUploadException.php [new file with mode: 0644]
app/File.php [new file with mode: 0644]
app/Http/Controllers/FileController.php [new file with mode: 0644]
app/Page.php
app/Repos/PageRepo.php
app/Services/FileService.php [new file with mode: 0644]
app/Services/ImageService.php
app/Services/UploadService.php [new file with mode: 0644]
config/filesystems.php
database/migrations/2016_10_09_142037_create_files_table.php [new file with mode: 0644]
resources/assets/js/controllers.js
resources/assets/sass/_components.scss
resources/views/pages/form-toolbox.blade.php
routes/web.php
storage/uploads/files/.gitignore [new file with mode: 0755]