MichaIng
bd4887f660
[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>
2020-07-21 11:21:29 +02:00
rxu
befab4f3c1
[ticket/16524] Remove u_emoji permission checks
...
PHPBB3-16524
2020-07-21 11:00:41 +02:00
rxu
b1c6b3bc94
[ticket/16524] Minor code adjustments
...
PHPBB3-16524
2020-07-21 11:00:17 +02:00
rxu
0ba0a9cbd3
[ticket/16524] Adjust u_emoji permission language entry
...
PHPBB3-16524
2020-07-21 11:00:16 +02:00
rxu
ab3d8ade72
[ticket/16524] Add test
...
PHPBB3-16524
2020-07-21 11:00:16 +02:00
rxu
acd824d432
[ticket/16524] Filter out-of-bounds UTF8 characters for profile fields
...
PHPBB3-16524
2020-07-21 11:00:15 +02:00
rxu
d0197a94fb
[ticket/16539] Fix general SQL error for smilies mode on posting
...
PHPBB3-16539
2020-07-21 10:11:32 +02:00
hubaishan
f59246ea25
[ticket/16540] Fix wrong postbody margin RTL
...
Adding new rule in bidi.css to handle changes caused by [ticket/16319]
PHPBB3-16540
2020-07-21 10:08:36 +02:00
Marc Alexander
55c4fd644c
Merge pull request #6017 from 3D-I/ticket/16543
...
[ticket/16543] Update query-string in stylesheet.css to hashes
2020-07-21 10:05:22 +02:00
3D-I
ecbb37e0ba
[ticket/16550] Fix undefined variable url in PMs
...
PHPBB3-16550
2020-07-21 10:03:00 +02:00
3D-I
70c289fef0
[ticket/16550] Fix undefined variable url in PMs [3.2.x]
...
PHPBB3-16550
2020-07-21 10:01:31 +02:00
3D-I
80a6a58a84
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:05 +02:00
3D-I
87dfa9a061
[ticket/16543] Use hashes in query-strings
...
PHPBB3-16543
2020-07-20 10:20:04 +02:00
3D-I
39d700b87a
[ticket/16543] Rename script
...
PHPBB3-16543
2020-07-20 10:20:04 +02:00
3D-I
b2affdff5b
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
3ce8510f88
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
bc869f8ec3
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
39b3db9e27
[ticket/16543] Update query-string in stylesheet.css to 3.3.1
...
PHPBB3-16543
2020-07-20 10:20:02 +02:00
Marc Alexander
b0b78ee144
[ticket/security-259] Adjust wording of setting in ACP
...
SECURITY-259
2020-06-25 22:28:03 +02:00
Marc Alexander
d0e2023a63
[ticket/security-259] Stop checking image size of images in img bbcode
...
SECURITY-259
2020-06-25 22:20:58 +02:00
Marc Alexander
2828d57f5f
Merge branch '3.3.x'
2020-06-21 21:32:09 +02:00
Marc Alexander
65065bf315
[3.3.x] Update version numbers to 3.3.2-dev
2020-06-21 21:29:51 +02:00
Marc Alexander
868c5bd114
Merge branch 'prep-release-3.3.1' into 3.3.x
2020-06-21 21:28:26 +02:00
Marc Alexander
3905227758
[prep-release-3.3.1] Update changelog for 3.3.1-RC1
release-3.3.1-RC1
2020-06-21 14:43:00 +02:00
Marc Alexander
cfea05c2b4
[prep-release-3.3.1] Add migration for 3.3.1-RC1
2020-06-21 14:41:39 +02:00
Marc Alexander
0951e204c9
[prep-release-3.3.1] Patch version update of symfony dependencies
2020-06-21 14:41:39 +02:00
Marc Alexander
a91b1d2f26
[prep-release-3.3.1] Update version numbers to 3.3.1
2020-06-21 14:41:38 +02:00
Marc Alexander
e8f5e62c44
[prep-release-3.3.1] Update version numbers to 3.3.1-RC1
2020-06-21 14:41:38 +02:00
Marc Alexander
6352782244
Merge branch '3.3.x'
2020-06-21 14:36:32 +02:00
Marc Alexander
fb94245943
Merge branch '3.2.x' into 3.3.x
2020-06-21 14:36:12 +02:00
Marc Alexander
d3224c420a
Merge branch 'prep-release-3.2.10' into 3.2.x
2020-06-21 14:35:44 +02:00
Marc Alexander
2afa989500
Merge pull request #6013 from marc1706/ticket/16534
...
[ticket/16534] Add conversion prefix to all passwords that need conversion
2020-06-21 14:32:53 +02:00
rxu
946da08304
[ticket/16533] Add set_login_key() event
...
PHPBB3-16533
2020-06-21 18:09:28 +07:00
Marc Alexander
33306a0699
[ticket/16534] Add conversion prefix to all passwords that need conversion
...
PHPBB3-16534
2020-06-21 11:50:19 +02:00
rxu
5a33a141af
[ticket/16533] Add autologin keys management UCP module events
...
PHPBB3-16533
2020-06-21 15:39:15 +07:00
Marc Alexander
37658d02f1
Merge branch '3.3.x'
2020-06-19 22:36:22 +02:00
Marc Alexander
e7186f41ed
Merge pull request #6010 from marc1706/ticket/16530
...
[ticket/16530] Ensure extensions can be installed during installation
2020-06-19 22:36:16 +02:00
Marc Alexander
79b09577eb
[ticket/16530] Ensure extensions can be installed during installation
...
PHPBB3-16530
2020-06-18 21:27:11 +02:00
Marc Alexander
7cec3c0922
Merge branch '3.3.x'
2020-06-15 22:09:07 +02:00
Marc Alexander
ce28527cde
Merge pull request #6008 from marc1706/ticket/16397
...
[ticket/16397] Add method for retrieving user ID
2020-06-15 22:09:00 +02:00
Marc Alexander
8a54793ede
[ticket/16530] Ensure global $config exists before user setup
...
PHPBB3-16530
2020-06-15 21:04:41 +02:00
Matt Friedman
b69507be8a
[ticket/16527] Add a role_exists method to permissions migrator tool
...
PHPBB3-16527
2020-06-14 11:02:40 -07:00
Marc Alexander
a7bfe9afed
[ticket/16397] Add method for retrieving user ID
...
This replaces the previously added public property.
PHPBB3-16397
2020-06-14 14:26:28 +02:00
Alfredo Ramos
201a5b6e06
[ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
...
The column pg_constraint.consrc has been deprecated for a long time,
and it was finally removed in PostgreSQL 12.0
PHPBB3-16525
2020-06-10 04:41:00 -05:00
Marc Alexander
1e40c814f3
Merge pull request #5946 from mrgoldy/ticket/16441
...
[ticket/16441] Remove deprecated core.ucp_register_agreement event
2020-06-07 22:51:22 +02:00
Marc Alexander
694c7350bc
Merge pull request #5977 from rxu/ticket/16477
...
[ticket/16477] Restore .icon class selector in icons.css
2020-06-07 22:50:36 +02:00
Marc Alexander
2b170509a7
Merge branch '3.3.x'
2020-06-07 22:49:29 +02:00
Marc Alexander
8bb9a9803b
Merge pull request #6004 from kasimi/ticket/16510-3.3.x
...
[ticket/16510] [3.3.x] Add migration that makes sure config entry exists
2020-06-07 22:49:24 +02:00
Marc Alexander
a625843135
Merge branch '3.3.x'
2020-06-07 22:46:40 +02:00
Marc Alexander
b7b3282649
Merge pull request #6003 from kasimi/ticket/16514
...
[ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
2020-06-07 22:46:35 +02:00