BookStack/resources/views
Dan Brown 3f3fad7113
Fixed book-tree-gen page visibility issue
When book trees were generated, pages in chapters where ALL pages within
were not supposed to be visibile, would be visible due to the code
falling back on the raw relation which would not account for
permissions.

This has now been changed so that a custom 'visible_pages' attribute is set and used by any book tree structures, to ensure it does not fall back to the raw relation.

Added an extra test to cover.

For #2414
2020-12-17 17:31:18 +00:00
..
api-docs Updated listing endpoints to be clickable in api docs 2020-05-23 00:53:13 +01:00
attachments Fixed duplicate requests in attachment manager issue 2020-09-28 21:55:24 +01:00
auth Updated styles to use logical properties/values 2020-04-05 13:07:19 +01:00
books Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
chapters Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
comments Updated some comment elements and standardised more JS 2020-07-28 18:19:18 +01:00
common Finished breakdown of attachment vue into components 2020-07-04 16:53:02 +01:00
components Update code-editor.blade.php 2020-10-02 15:13:31 +02:00
errors Performed review of "public intended" functionality provided in #1817 2020-03-14 18:29:31 +00:00
form Removed role 'name' field from database 2020-08-04 14:55:01 +01:00
pages Updated draw.io references to diagrams.net 2020-09-28 20:45:38 +01:00
partials Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
search Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
settings Updated settings nav to be more flexible 2020-09-26 16:26:30 +01:00
shelves Finished moving tag-manager from a vue to a component 2020-06-29 22:11:03 +01:00
users Added files missed in previous commit 2020-02-02 10:59:03 +00:00
vendor Removed html dir tag for now, Updated lang format 2019-08-18 18:57:35 +01:00
base.blade.php Added dark/light mode toggle to profile dropdown menu 2020-04-11 20:37:51 +01:00
simple-layout.blade.php Cleaned up old toolbar usage 2019-04-06 17:43:44 +01:00
tri-layout.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00