Code commits
phpBB Rhea
-
Marc f28b1fd178e333ce55895b9c04ceefd6a39ce101
Merge branch 'prep-release-3.2.10' into 3.2.x
-
Marc fdc827e06657418695441625704907a4ce89d8cd m
[prep-release-3.2.10] Update Changelog for 3.2.10
- phpBB/docs/CHANGELOG.html (version fdc827e06657418695441625704907a4ce89d8cd)
-
Marc 40027e054c72da38d09c3afa5108acc96836d91f m
[prep-release-3.2.10] Fix incorrect version constrainst for packaging
- build/build.xml (version 40027e054c72da38d09c3afa5108acc96836d91f)
-
Marc 0766a10ad3c8ad5bb0044e377425974f521a6b9a m
[prep-release-3.2.10] Add migration for 3.2.10
- phpBB/phpbb/db/migration/data/v32x/v3210.php (version 0766a10ad3c8ad5bb0044e377425974f521a6b9a)
-
Marc ad43169065e8116832fd1f4e59cb79b3e15de2bf m
[prep-release-3.2.10] Update version numbers to 3.2.10
- build/build.xml (version ad43169065e8116832fd1f4e59cb79b3e15de2bf)
- phpBB/includes/constants.php (version ad43169065e8116832fd1f4e59cb79b3e15de2bf)
- phpBB/install/phpbbcli.php (version ad43169065e8116832fd1f4e59cb79b3e15de2bf)
- phpBB/install/schemas/schema_data.sql (version ad43169065e8116832fd1f4e59cb79b3e15de2bf)
-
Marc a378e0eb0c388e38782c3aa3e138151cc49ced84 m
Merge pull request #61 from phpbb/ticket/security-259
[ticket/security-259] Stop checking image size of images in img BBCode -
Marc 8e5a635bfbfc24066c5f1d8cbe28d722168efa6b m
Merge pull request #60 from phpbb/ticket/security/257
[ticket/security/257] Enforce http(s) for URLs in image BBCode -
Marc 50177914a84eada972589001231c11b8a8bdf426 m
Merge pull request #6028 from marc1706/ticket/16417
[ticket/16417] Fix CLI database migration for phpBB 3.0.x -
rxu f3093a3740fd2f72ba3c4d30b12e62ac08bb9cd6 m
[ticket/16417] Fix CLI database migration for phpBB 3.0.x
PHPBB3-16417- phpBB/bin/phpbbcli.php (version f3093a3740fd2f72ba3c4d30b12e62ac08bb9cd6)
- phpBB/install/phpbbcli.php (version f3093a3740fd2f72ba3c4d30b12e62ac08bb9cd6)
- phpBB/phpbb/console/application.php (version f3093a3740fd2f72ba3c4d30b12e62ac08bb9cd6)
-
Marc df49e0e993c42cad2b1d7df929f88afc6095e9d4 m
Merge pull request #6006 from rxu/ticket/16524
[ticket/16524] Fix using out-of-bounds UTF8 characters in profile fields -
Marc 4d9118447be17a12e31713d388ea890b1839220c m
Merge pull request #6023 from MichaIng/patch-1
[ticket/16554] Align all .htaccess files to support Apache 2.4 directives -
Marc 361e97d097d041f4574f687174562783b58fc389 m
Merge pull request #6025 from 3D-I/ticket/16550-3.2.x
[ticket/16550] Fix undefined variable url in PMs [3.2.x] -
Marc 9da3adeda93cb858ecef94991eb90484ad9f9d57 m
Merge pull request #6015 from rxu/ticket/16539
[ticket/16539] Fix general SQL error for smilies mode on posting -
MichaIng <micha@dietpi.com> bd4887f660a8509d0331ddc39273e4e53966c692 m
[ticket/16554] Align all .htaccess files to support Apache 2.4 directives
While the main .htaccess as well as the ones in phpbb/db/migration/data/vXYZ/
do already support the Apache 2.4 mod_authz_core directive "Require all denied",
all others still use only the deprecated "Deny from All". To not force modern
system to use the mod_access_compat module, the modern directives should be
supported in every case.
For this, the method of phpbb/db/migration/data/vXYZ/.htaccess is copied to
update and align all .htaccess files across the source code.
PHPBB3-16554
Signed-off-by: MichaIng <micha@dietpi.com>- phpBB/cache/.htaccess (version bd4887f660a8509d0331ddc39273e4e53966c692)
- phpBB/config/.htaccess (version bd4887f660a8509d0331ddc39273e4e53966c692)
- phpBB/files/.htaccess (version bd4887f660a8509d0331ddc39273e4e53966c692)
- phpBB/images/avatars/upload/.htaccess (version bd4887f660a8509d0331ddc39273e4e53966c692)
- phpBB/includes/.htaccess (version bd4887f660a8509d0331ddc39273e4e53966c692)
- phpBB/store/.htaccess (version bd4887f660a8509d0331ddc39273e4e53966c692)
-
rxu befab4f3c10bc7899d4bd039777b0365a0782434 m
[ticket/16524] Remove u_emoji permission checks
PHPBB3-16524- phpBB/config/default/container/services_profilefield.yml (version befab4f3c10bc7899d4bd039777b0365a0782434)
- phpBB/language/en/acp/permissions_phpbb.php (version befab4f3c10bc7899d4bd039777b0365a0782434)
- phpBB/phpbb/profilefields/manager.php (version befab4f3c10bc7899d4bd039777b0365a0782434)
- phpBB/phpbb/profilefields/type/type_string.php (version befab4f3c10bc7899d4bd039777b0365a0782434)
- phpBB/phpbb/profilefields/type/type_text.php (version befab4f3c10bc7899d4bd039777b0365a0782434)
- tests/functional/ucp_profile_test.php (version befab4f3c10bc7899d4bd039777b0365a0782434)
- tests/profilefields/type_string_test.php (version befab4f3c10bc7899d4bd039777b0365a0782434)
- tests/profilefields/type_url_test.php (version befab4f3c10bc7899d4bd039777b0365a0782434)
-
rxu b1c6b3bc9424ffb876b35b9f89d5789daa2efa7f m
[ticket/16524] Minor code adjustments
PHPBB3-16524- phpBB/language/en/acp/permissions_phpbb.php (version b1c6b3bc9424ffb876b35b9f89d5789daa2efa7f)
- phpBB/phpbb/profilefields/type/type_string.php (version b1c6b3bc9424ffb876b35b9f89d5789daa2efa7f)
- phpBB/phpbb/profilefields/type/type_text.php (version b1c6b3bc9424ffb876b35b9f89d5789daa2efa7f)
-
rxu ab3d8ade7235968eb2e56dd47cc9b2af49948e36 m
[ticket/16524] Add test
PHPBB3-16524- tests/functional/ucp_profile_test.php (version ab3d8ade7235968eb2e56dd47cc9b2af49948e36)
-
rxu 0ba0a9cbd310bfbf00fc5571c47119b725dd952c m
[ticket/16524] Adjust u_emoji permission language entry
PHPBB3-16524- phpBB/language/en/acp/permissions_phpbb.php (version 0ba0a9cbd310bfbf00fc5571c47119b725dd952c)
-
rxu acd824d4324c4bee00e8aa1c2cb4c0c7123ed900 m
[ticket/16524] Filter out-of-bounds UTF8 characters for profile fields
PHPBB3-16524- phpBB/config/default/container/services_profilefield.yml (version acd824d4324c4bee00e8aa1c2cb4c0c7123ed900)
- phpBB/phpbb/profilefields/manager.php (version acd824d4324c4bee00e8aa1c2cb4c0c7123ed900)
- phpBB/phpbb/profilefields/type/type_string.php (version acd824d4324c4bee00e8aa1c2cb4c0c7123ed900)
- phpBB/phpbb/profilefields/type/type_text.php (version acd824d4324c4bee00e8aa1c2cb4c0c7123ed900)
- tests/profilefields/type_string_test.php (version acd824d4324c4bee00e8aa1c2cb4c0c7123ed900)
- tests/profilefields/type_url_test.php (version acd824d4324c4bee00e8aa1c2cb4c0c7123ed900)
-
rxu d0197a94fb4e61855bd11053398a4250aa2dfbcb m
[ticket/16539] Fix general SQL error for smilies mode on posting
PHPBB3-16539- phpBB/includes/functions_posting.php (version d0197a94fb4e61855bd11053398a4250aa2dfbcb)
- tests/functional/smilies_test.php (version d0197a94fb4e61855bd11053398a4250aa2dfbcb)
-
3D-I <480857+3D-I@users.noreply.github.com> 70c289fef0f80f12418df326678000119e228d95 m
[ticket/16550] Fix undefined variable url in PMs [3.2.x]
PHPBB3-16550- phpBB/includes/functions_privmsgs.php (version 70c289fef0f80f12418df326678000119e228d95)
-
Marc b0b78ee144fa2aaf1378d1b01f4fa58721ea91a9 m
[ticket/security-259] Adjust wording of setting in ACP
SECURITY-259- phpBB/language/en/acp/board.php (version b0b78ee144fa2aaf1378d1b01f4fa58721ea91a9)
-
Marc d0e2023a63d7a158f275a79a57356f769c54ee01 m
[ticket/security-259] Stop checking image size of images in img bbcode
SECURITY-259- phpBB/includes/message_parser.php (version d0e2023a63d7a158f275a79a57356f769c54ee01)
- phpBB/phpbb/textformatter/s9e/factory.php (version d0e2023a63d7a158f275a79a57356f769c54ee01)
- phpBB/phpbb/textformatter/s9e/parser.php (version d0e2023a63d7a158f275a79a57356f769c54ee01)
- tests/text_processing/message_parser_test.php (version d0e2023a63d7a158f275a79a57356f769c54ee01)
-
Marc 3ecd2f150d488debf10747df19af10a41646c0e1 m
[ticket/security/257] Enforce http(s) for URLs in image BBCode
SECURITY-257- phpBB/includes/message_parser.php (version 3ecd2f150d488debf10747df19af10a41646c0e1)
- tests/bbcode/parser_test.php (version 3ecd2f150d488debf10747df19af10a41646c0e1)
- tests/text_formatter/s9e/default_formatting_test.php (version 3ecd2f150d488debf10747df19af10a41646c0e1)