]> BookStack Code Mirror - bookstack/commit
Extracted many page-specific repo methods into page-specific repo
authorDan Brown <redacted>
Sat, 13 Oct 2018 10:27:55 +0000 (11:27 +0100)
committerDan Brown <redacted>
Sat, 13 Oct 2018 10:27:55 +0000 (11:27 +0100)
commit85f330c79a14d0393af46d5ccb1105b822950d91
tree98cf5fe88a93a7e5fee5f63d483503f0e3d300a5
parent495d18814a7e76cec5d8e54f7ee19ccbd47bb6c5
Extracted many page-specific repo methods into page-specific repo
21 files changed:
app/Auth/UserRepo.php
app/Entities/ExportService.php
app/Entities/Repos/EntityRepo.php [moved from app/Entities/EntityRepo.php with 60% similarity]
app/Entities/Repos/PageRepo.php [new file with mode: 0644]
app/Http/Controllers/AttachmentController.php
app/Http/Controllers/BookController.php
app/Http/Controllers/BookshelfController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/CommentController.php
app/Http/Controllers/HomeController.php
app/Http/Controllers/ImageController.php
app/Http/Controllers/PageController.php
app/Http/Controllers/SearchController.php
tests/CommandsTest.php
tests/Entity/EntityTest.php
tests/Entity/PageContentTest.php
tests/Entity/PageDraftTest.php
tests/Entity/SortTest.php
tests/ImageTest.php
tests/Permissions/RestrictionsTest.php
tests/SharedTestHelpers.php