Matslom
Matslom
There are multiple issues with attachments after rebase. 1. Broken attachment rendering in posts ``` ``` 2. Code that was introduced in 78d9d4ad833d6e10b89c81ac06d531925a160ab2 that need port to twig templates 3....
Like in #4469 there are many places after rebase that requires some work. I have already did some work and will push PR after finish.
- [x] List all forums - [x] Add new forum - [x] Edit forum - [ ] Delete forum - [ ] Change order - [ ] Javascript features -...
Hello, There is a hard coded string in https://github.com/PHPMailer/PHPMailer/blob/master/src/PHPMailer.php#L4418 and https://github.com/PHPMailer/PHPMailer/blob/master/src/PHPMailer.php#L4452 which leaks server/app details. For security reasons, we should be able to change this to a custom one, like...