BookStack/tests/Api
Dan Brown b22dd3cb88
Added url and preview_html params to search API results
Allows easy direct linking and usage of the HTML preview content
we show in the UI when viewing search results.
Note: preview_html content is a rough representation only, it does not
match exactly what was matched in the database-search-operation which
finds the results.

For #3096 and #3080
2021-12-06 20:42:04 +00:00
..
ApiAuthTest.php Updated API session auth to consider public access setting 2021-11-30 13:55:56 +00:00
ApiConfigTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
ApiDocsTest.php Added /api => /api/docs redirect for convenience. 2021-11-14 15:20:04 +00:00
ApiListingTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
AttachmentsApiTest.php Fixed related permissions query not considering drafts 2021-11-30 00:06:17 +00:00
BooksApiTest.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
ChaptersApiTest.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
PagesApiTest.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
SearchApiTest.php Added url and preview_html params to search API results 2021-12-06 20:42:04 +00:00
ShelvesApiTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
TestsApi.php Added TestCase for attachments API methods 2021-10-20 00:58:56 +01:00