1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-23 19:32:29 +01:00
BookStack/tests
Dan Brown dbb6c87580
Mail Config: Updated how TLS is configured
After full review of current MAIL_ENCRYPTION usage in laravel and
smyfony mailer, this updates the options in BookStack to be simplified
and specific in usage:

- Removed mail.mailers.smtp.encryption option since it did not actually
  affect anything in the current state of dependancies.
- Updated MAIL_ENCRYPTION so values of tls OR ssl will force-enable tls
  via 'scheme' option with laravel passes to the SMTP transfport, which
  Smyfony uses as an indicator to force TLS.

When MAIL_ENCRYPTION is not used, STARTTLS will still be attempted by
symfony mailer.
Updated .env files to refer to BookStack docs (which was updated for
this) and to reflect correct default port.
Related to #4342
2023-06-24 11:32:07 +01:00
..
Actions Played around with a new app structure 2023-05-17 17:56:55 +01:00
Api API Docs: Allowed multi-paragraph descriptions 2023-06-20 23:44:39 +01:00
Auth Altered ldap_connect usage, cleaned up LDAP classes 2023-05-30 13:12:00 +01:00
Commands Aligned command class code 2023-05-24 12:59:50 +01:00
Entity Shelf view: Updated books to be database sorted 2023-06-23 16:42:40 +01:00
Helpers Played around with a new app structure 2023-05-17 17:56:55 +01:00
Permissions Added activity text for each activity type 2023-06-12 16:47:36 +01:00
References Played around with a new app structure 2023-05-17 17:56:55 +01:00
Settings Played around with a new app structure 2023-05-17 17:56:55 +01:00
test-data Added detection and thumbnail bypass for apng images 2022-01-04 13:10:35 +00:00
Unit Mail Config: Updated how TLS is configured 2023-06-24 11:32:07 +01:00
Uploads Modify HttpFetchException handle to log exception 2023-06-16 09:21:25 +02:00
User Played around with a new app structure 2023-05-17 17:56:55 +01:00
CreatesApplication.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
DebugViewTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
ErrorTest.php Copied over work from user_permissions branch 2023-01-21 11:08:34 +00:00
FavouriteTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
HelpTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
HomepageTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
LanguageTest.php Added activity text for each activity type 2023-06-12 16:47:36 +01:00
OpenGraphTest.php Extracted test file handling to its own class 2023-02-08 14:39:13 +00:00
PublicActionTest.php Permissions: Updated guest user handling so additional roles apply 2023-06-10 11:37:01 +01:00
SecurityHeaderTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
StatusTest.php Added testing for webhook management interface 2021-12-10 14:54:58 +00:00
TestCase.php Chapters API: Allowed move via book_id property 2023-05-30 20:55:24 +01:00
ThemeTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
UrlTest.php Quick run through of applying new test entity helper class 2022-09-29 22:11:16 +01:00