blessing-skin-server/tests/HttpTest/ControllersTest
Steven Qiu 761cbb7828
feat: max texture width & texture sanitize (#662)
* feat: sanitize uploaded file when user upload texture

* feat: limit max texture width to avoid png bomb

* style: apply php-cs-fixer fixes

* chore: set default value for max_texture_width option

* Update skinlib.yml

Co-authored-by: Pig Fang <g-plane@hotmail.com>

---------

Co-authored-by: Pig Fang <g-plane@hotmail.com>
2025-06-29 16:09:55 +08:00
..
AdminControllerTest.php upgrade Laravel to 8 2020-10-14 11:56:34 +08:00
AuthControllerTest.php style: apply php-cs-fixer fixes 2025-06-26 21:16:56 +08:00
ClosetControllerTest.php style: apply php-cs-fixer fixes 2025-06-26 21:16:56 +08:00
ClosetManagementControllerTest.php fix tests 2021-05-02 11:35:28 +08:00
HomeControllerTest.php remove unnecessary code 2020-06-30 09:27:40 +08:00
MarketControllerTest.php upgrade Laravel to 8 2020-10-14 11:56:34 +08:00
NotificationsControllerTest.php BREAKING: increase PHP version requirement to 8.1.0 2023-05-30 16:43:57 +08:00
OptionsControllerTest.php fix test 2020-10-31 10:54:50 +08:00
PlayerControllerTest.php style: apply php-cs-fixer fixes 2025-06-26 21:16:56 +08:00
PlayersManagementControllerTest.php upgrade Laravel to 8 2020-10-14 11:56:34 +08:00
PluginControllerTest.php upgrade Laravel to 8 2020-10-14 11:56:34 +08:00
ReportControllerTest.php fix resolving report with non-existing reporter 2021-05-04 18:32:35 +08:00
SetupControllerTest.php remove "tymon/jwt-auth" package 2021-01-30 16:43:14 +08:00
SkinlibControllerTest.php feat: max texture width & texture sanitize (#662) 2025-06-29 16:09:55 +08:00
TextureControllerTest.php don't allow to render avatar for non-skin texture 2020-10-18 12:12:28 +08:00
TranslationsControllerTest.php upgrade Laravel to 8 2020-10-14 11:56:34 +08:00
UpdateControllerTest.php BREAKING: increase PHP version requirement to 8.1.0 2023-05-30 16:43:57 +08:00
UserControllerTest.php style: apply php-cs-fixer fixes 2025-06-26 21:16:56 +08:00
UsersManagementControllerTest.php upgrade Laravel to 8 2020-10-14 11:56:34 +08:00