]> BookStack Code Mirror - bookstack/commit
Started implementation of recycle bin functionality
authorDan Brown <redacted>
Sun, 27 Sep 2020 22:24:33 +0000 (23:24 +0100)
committerDan Brown <redacted>
Sun, 27 Sep 2020 22:24:33 +0000 (23:24 +0100)
commit691027a522d43c5a52085b89abe3123596bf08cc
tree3e12f318cb041b2adda08aa710bb5ca1a603d415
parentd48ac0a37d0daafe2ba11255488d9c6233d73fef
Started implementation of recycle bin functionality
13 files changed:
app/Actions/ViewService.php
app/Auth/Permissions/PermissionService.php
app/Entities/DeleteRecord.php [new file with mode: 0644]
app/Entities/Entity.php
app/Entities/Managers/TrashCan.php
app/Entities/Repos/BookRepo.php
app/Entities/Repos/BookshelfRepo.php
app/Entities/Repos/ChapterRepo.php
app/Entities/Repos/PageRepo.php
app/Entities/SearchService.php
app/Http/Controllers/HomeController.php
database/migrations/2020_09_27_210059_add_entity_soft_deletes.php [new file with mode: 0644]
database/migrations/2020_09_27_210528_create_delete_records_table.php [new file with mode: 0644]