Commit Graph

9 Commits

Author SHA1 Message Date
Thomas Vincent
d0de56088e
fix: remove SuhosinDisableWarning setting and all references
Remove the SuhosinDisableWarning configuration property, which warned about
Suhosin PHP extension conflicts. Suhosin is unmaintained and no longer relevant
to modern PHP environments.

- Remove SuhosinDisableWarning from Settings.php (type shape, property,
  constructor assignment, toArray, setSuhosinDisableWarning method)
- Remove from Descriptions.php, FeaturesForm.php, HomeController.php
- Remove testSuhosinDisableWarning() and related test assertions
- Update phpstan-baseline.neon and psalm-baseline.xml
- Remove FAQ 2.8 Suhosin bullet; add note that Suhosin is no longer relevant
- Add config.rst note that this option was removed

Closes #20167

Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
2026-04-03 02:19:24 -07:00
William Desportes
8f06a371cb
Merge branch 'QA_5_2' 2025-12-31 17:14:31 +01:00
William Desportes
1c77941bb2
Improve the upload progress FAQ 2025-09-19 11:28:25 +02:00
Maurício Meneghini Fauth
520583c894
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-09-14 17:56:23 -03:00
Maurício Meneghini Fauth
01e4a87bbd
Move resources/js/src to resources/js
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-05-22 13:43:59 -03:00
Maurício Meneghini Fauth
524a39f63d
Build JS files into public/js instead of public/js/dist
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-05-22 13:01:42 -03:00
Maurício Meneghini Fauth
b1ae10df76
Bump minimum PHP version to 8.2.0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-07-31 15:14:12 -03:00
Maurício Meneghini Fauth
cfdaedb623
Create AuthenticationFailure exception
Refactors the AuthenticationPlugin::showFailure() to receive the new
exception and move the showFailure calls to the Authentication
middleware.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 11:16:51 -03:00
Maurício Meneghini Fauth
1f443ca997
Move doc directory to docs
- Fixes #18512

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-08 13:37:38 -03:00