]> BookStack Code Mirror - bookstack/commit
Moved permission updating to its own tool
authorDan Brown <redacted>
Fri, 1 Jan 2021 17:49:48 +0000 (17:49 +0000)
committerDan Brown <redacted>
Fri, 1 Jan 2021 17:49:48 +0000 (17:49 +0000)
commit99b14621f9bb5f8f02a16a15beb7576a73b2f550
tree9063b865833e6c39335bc5341af1226e507db925
parentda9083bf1fdbec85f661f579b56f4999f3493122
Moved permission updating to its own tool

And added support for owner changing.
app/Entities/Repos/BaseRepo.php
app/Entities/Repos/BookRepo.php
app/Entities/Repos/BookshelfRepo.php
app/Entities/Repos/ChapterRepo.php
app/Entities/Repos/PageRepo.php
app/Entities/Tools/PermissionsUpdater.php [new file with mode: 0644]
app/Http/Controllers/BookController.php
app/Http/Controllers/BookshelfController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/PageController.php
app/Http/Controllers/UserSearchController.php