BookStack/app/Entities
Dan Brown 2acef3c2ec
Fixed issue where restricted page content in plaintext export
The content of pages made non-viewable to a user via permissions, within a visible parent, could be seen via the plaintext export option. Before v0.30.6 this would have applied only to scenarios where all pages within the chapter were made non-visible. In v0.30.6 this would make all pages within the chapter visible.

As per #2414
2020-12-18 13:56:00 +00:00
..
Managers Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
Repos Fixed revision issues caused by page fillable changes 2020-05-23 12:28:14 +01:00
Book.php Added chapters to the API 2020-05-23 00:28:41 +01:00
BookChild.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
Bookshelf.php Added chapters to the API 2020-05-23 00:28:41 +01:00
BreadcrumbsViewComposer.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
Chapter.php Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
Entity.php Updated PR code to use isA and updated that function definition 2020-09-26 17:00:17 +01:00
EntityProvider.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
ExportService.php Fixed issue where restricted page content in plaintext export 2020-12-18 13:56:00 +00:00
HasCoverImage.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
Page.php Fixed issue where updated page content would not be indexed 2020-05-23 00:46:13 +01:00
PageRevision.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
SearchOptions.php Fixed empty search scenario 2020-06-27 13:37:18 +01:00
SearchService.php Converted search filters to not be vue based 2020-06-27 13:29:00 +01:00
SearchTerm.php Re-structured the app code to be feature based rather than code type based 2018-09-25 12:30:50 +01:00
SlugGenerator.php Added Illuminate\Support\Str::slug to generate slug from text to improve the creation of slugs with non-English characters 2020-06-25 18:08:13 +02:00