BookStack/app/Actions
Dan Brown b4fa82e329
Fixed related permissions query not considering drafts
Page-related items added on drafts could be visible in certain scenarios
since the applied permissions query filters would not consider
page draft visibility.
This commit alters queries on related items to apply such filtering.

Included test to cover API scenario.
Thanks to @haxatron for reporting.
2021-11-30 00:06:17 +00:00
..
Activity.php
ActivityService.php Fixed related permissions query not considering drafts 2021-11-30 00:06:17 +00:00
ActivityType.php
Comment.php
CommentRepo.php Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Favourite.php
Tag.php Added tag values as part of the indexed search terms 2021-11-12 17:06:01 +00:00
TagRepo.php Updated translators and made StyleCI changes 2021-11-16 12:29:50 +00:00
View.php