BookStack/tests
Dan Brown 92922288dd
Added iframe CSP, improved session cookie security
Added iframe CSP headers with configuration via .env.
Updated session cookies to be lax by default, dynamically changing to
none when iframes configured to allow third-party control.
Updated cookie security to be auto-secure if a https APP_URL is set.

Related to #2427 and #2207.
2021-01-02 02:43:50 +00:00
..
Api Added testing to cover the pages API 2020-11-28 16:30:30 +00:00
Auth Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
Entity Added owners to entity creation and updated tests 2020-12-30 22:18:28 +00:00
Permissions Tested new ownership + (delete/change) systems 2021-01-01 23:58:53 +00:00
test-data
Unit
Uploads Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
User Tested new ownership + (delete/change) systems 2021-01-01 23:58:53 +00:00
ActivityTrackingTest.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
AuditLogTest.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
BrowserKitTest.php Fixed test helper method signature 2020-12-30 22:25:10 +00:00
CommandsTest.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
CreatesApplication.php
ErrorTest.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
HomepageTest.php Fixed failing home test after changes in last commit 2020-12-18 21:44:35 +00:00
LanguageTest.php
PublicActionTest.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
RecycleBinTest.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
SecurityHeaderTest.php Added iframe CSP, improved session cookie security 2021-01-02 02:43:50 +00:00
SharedTestHelpers.php Fixed short editor in firefox and optimised some queries 2021-01-02 01:22:41 +00:00
TestCase.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
TestEmailTest.php
TestResponse.php Started testing work for recycle bin implementation 2020-11-06 12:54:39 +00:00
ThemeTest.php