BookStack/tests
Dan Brown e60d11ee04
Altered social auto-reg to be configurable per service
- Added {$service}_AUTO_REGISTER and {$service}_AUTO_CONFIRM_EMAIL env
options for each social auth system.
- Auto-register will allow registration from login, even if registration
is disabled.
- Auto-confirm-email indicates trust and will mark new registrants as
'email_confirmed' and skip 'confirmation email' flow.
- Also added covering tests.
2018-09-21 18:05:06 +01:00
..
Auth Altered social auto-reg to be configurable per service 2018-09-21 18:05:06 +01:00
Entity Merge pull request #947 from BookStackApp/bookshelves 2018-09-21 15:29:52 +01:00
Permissions Added testing coverage for Bookshelves 2018-09-21 15:15:16 +01:00
test-data Added drawing endpoint tests 2018-01-28 13:18:28 +00:00
ActivityTrackingTest.php Namespaced tests to align with new laravel default 2017-02-04 11:58:42 +00:00
AttachmentTest.php Fixed error when accessing non-authed attachment 2018-02-11 12:37:02 +00:00
BrowserKitTest.php Added destination permission checking to entity move 2018-04-14 18:47:13 +01:00
CommandsTest.php Added command to add a new admin user 2018-01-28 18:09:26 +00:00
CreatesApplication.php Namespaced tests to align with new laravel default 2017-02-04 11:58:42 +00:00
ErrorTest.php Updated 404 test to not fail based on random long name 2018-09-21 15:24:29 +01:00
HomepageTest.php Added bookshelves homepage options 2018-09-20 15:27:30 +01:00
ImageTest.php Added maintenance view with image-cleanup 2018-05-27 19:40:07 +01:00
LanguageTest.php Added test to cover new language autodetect config option 2018-08-12 13:34:14 +01:00
PublicActionTest.php Added configurable robots.txt file. 2018-03-31 12:41:40 +01:00
SharedTestHelpers.php Added testing coverage for Bookshelves 2018-09-21 15:15:16 +01:00
TestCase.php Added testing coverage for Bookshelves 2018-09-21 15:15:16 +01:00
TestResponse.php Added testing coverage for Bookshelves 2018-09-21 15:15:16 +01:00
UserProfileTest.php Updated user profile image delete to delete all uploads 2018-01-28 14:08:14 +00:00