]> BookStack Code Mirror - bookstack/commit
Queries: Extracted static page,chapter,shelf queries to classes
authorDan Brown <redacted>
Wed, 7 Feb 2024 21:58:27 +0000 (21:58 +0000)
committerDan Brown <redacted>
Wed, 7 Feb 2024 21:58:27 +0000 (21:58 +0000)
commit546cfb0dcc801c4fa6560ca0e6d18b4f1edd830f
tree04211178fdef54a79f6347b69e8fac9c5e2570df
parent483410749bdfb03d1e3fb98db82c092583a88449
Queries: Extracted static page,chapter,shelf queries to classes
15 files changed:
app/Activity/Controllers/CommentController.php
app/Console/Commands/CopyShelfPermissionsCommand.php
app/Entities/Controllers/BookController.php
app/Entities/Controllers/BookshelfApiController.php
app/Entities/Controllers/ChapterExportApiController.php
app/Entities/Controllers/PageController.php
app/Entities/Controllers/PageExportApiController.php
app/Entities/Queries/BookshelfQueries.php
app/Entities/Repos/BaseRepo.php
app/Entities/Tools/PageContent.php
app/Entities/Tools/ShelfContext.php
app/Search/SearchController.php
app/Uploads/Controllers/AttachmentApiController.php
app/Uploads/Controllers/ImageGalleryApiController.php
app/Uploads/ImageRepo.php