]> BookStack Code Mirror - bookstack/commit
Copied book content, Added create routes
authorDan Brown <redacted>
Mon, 27 Aug 2018 13:18:09 +0000 (14:18 +0100)
committerDan Brown <redacted>
Mon, 27 Aug 2018 13:18:09 +0000 (14:18 +0100)
commitb89411c108f08248215421a34bbf66bdf072d049
tree4e983802b5c1e4b03c964d17d1d5af1037b1db06
parentc3986cedfc992abfe12c8ad596e949dbaf35a093
Copied book content, Added create routes

Added view control
Added pivot table for books relation
Added control to assign books
34 files changed:
app/Bookshelf.php [moved from app/BookShelf.php with 88% similarity]
app/Http/Controllers/BookshelfController.php [new file with mode: 0644]
app/Http/Controllers/UserController.php
app/Repos/EntityRepo.php
app/Services/PermissionService.php
database/migrations/2018_08_04_115700_create_bookshelves_table.php
package-lock.json
package.json
resources/assets/js/components/index.js
resources/assets/js/components/shelf-sort.js [new file with mode: 0644]
resources/assets/sass/_grid.scss
resources/assets/sass/_lists.scss
resources/assets/sass/_text.scss
resources/assets/sass/_variables.scss
resources/assets/sass/styles.scss
resources/lang/en/entities.php
resources/views/base.blade.php
resources/views/books/list.blade.php
resources/views/books/view-toggle.blade.php
resources/views/partials/entity-list.blade.php
resources/views/shelves/_breadcrumbs.blade.php [new file with mode: 0644]
resources/views/shelves/create.blade.php [new file with mode: 0644]
resources/views/shelves/delete.blade.php [new file with mode: 0644]
resources/views/shelves/edit.blade.php [new file with mode: 0644]
resources/views/shelves/export.blade.php [new file with mode: 0644]
resources/views/shelves/form.blade.php [new file with mode: 0644]
resources/views/shelves/grid-item.blade.php [new file with mode: 0644]
resources/views/shelves/index.blade.php [new file with mode: 0644]
resources/views/shelves/list-item.blade.php [new file with mode: 0644]
resources/views/shelves/list.blade.php [new file with mode: 0644]
resources/views/shelves/restrictions.blade.php [new file with mode: 0644]
resources/views/shelves/show.blade.php [new file with mode: 0644]
resources/views/shelves/view-toggle.blade.php [new file with mode: 0644]
routes/web.php