1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-28 10:09:15 +02:00

1199 Commits

Author SHA1 Message Date
rubencm
911a31d898 [ticket/15540] Add types and phpdoc
PHPBB3-15540
2021-03-22 21:57:02 +01:00
Ruben Calvo
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00
Marc Alexander
d9b54c1c87
Merge branch '3.3.x' 2021-03-16 20:18:19 +01:00
Marc Alexander
95bbebeb22
[prep-release-3.3.4] Add migration for 3.3.4-RC1 2021-03-15 21:47:35 +01:00
Máté Bartus
1ce97fe8ea [ticket/16643] Fixes
PHPBB3-16643
2021-02-01 22:09:15 +01:00
Máté Bartus
0f7b89838a [ticket/16643] Remove dbms_version config setting
PHPBB3-16643
2021-01-31 14:38:39 +01:00
Máté Bartus
aab2679966 [ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
2021-01-31 11:33:42 +01:00
Marc Alexander
0f3ea6991d
Merge branch '3.3.x' 2021-01-29 20:16:15 +01:00
Marc Alexander
0602fa2316
Merge branch 'prep-release-3.3.3' into 3.3.x 2021-01-29 20:15:16 +01:00
Marc Alexander
c93da86f83
[ticket/10824] Add missing imports and adjust json sanitizer imports
This way the imports will also be a bit more explicit to the fact
that this is only a json sanitizer.

PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
7ed687ff15
[ticket/10824] Update comments to reflect change versions
PHPBB3-10824
2021-01-26 22:24:06 +01:00
Marc Alexander
93949d1be4
[ticket/10824] Switch to new namespace for json sanitizer
PHPBB3-10824
2021-01-26 22:24:05 +01:00
Marc Alexander
204f81c6f7
[ticket/10824] Use json_sanitzer::decode and improve migrations from pre 3.2
PHPBB3-10824
2021-01-26 22:22:21 +01:00
Joas Schilling
a200446646
[ticket/10824] Make styles use composer.json files
PHPBB3-10824
2021-01-26 22:16:47 +01:00
Marc Alexander
61fa45e5de
[prep-release-3.3.3] Add migration for 3.3.3 2021-01-25 22:07:36 +01:00
Máté Bartus
29e7226c96 Merge branch '3.3.x' 2021-01-22 19:14:53 +01:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00
Marc Alexander
422cf5493f
Merge branch '3.3.x' 2021-01-14 17:19:03 +01:00
Marc Alexander
89b215f681
[prep-release-3.3.3] Add migration for 3.3.3-RC1 2021-01-11 21:24:19 +01:00
Máté Bartus
32a19c3306 [ticket/16668] Use topological sort as a Trait
PHPBB3-16668
2021-01-05 22:16:54 +01:00
Máté Bartus
ea12db9bb4 [ticket/16668] Add return type hinting
PHPBB3-16668
2021-01-05 22:16:54 +01:00
Máté Bartus
1cf758250a [ticket/16668] Do not include topological sort everywhere
PHPBB3-16668
2021-01-05 22:16:54 +01:00
Máté Bartus
71441e3fb0 [ticket/16668] Refactor schema_generator
PHPBB3-16668
2021-01-05 22:16:54 +01:00
Máté Bartus
864321ecf6 Merge branch '3.3.x' 2021-01-03 00:11:11 +01:00
Máté Bartus
b3e7c01ab6 [ticket/16671] Fix coding style
PHPBB3-166671
2020-12-31 14:50:28 +01:00
Máté Bartus
8830354555 [ticket/16671] Fix coding style
PHPBB3-16671
2020-12-31 14:40:14 +01:00
Marc Alexander
3da4f30511
Merge branch '3.3.x' 2020-12-22 21:25:55 +01:00
Marc Alexander
e769ac7941
Merge pull request #6052 from rxu/ticket/16607
[ticket/16607] Update Oracle DBAL driver OCI8 aliases and functions
2020-12-22 21:25:47 +01:00
Marc Alexander
b445b95e3a
Merge branch '3.3.x' 2020-11-06 17:07:56 +01:00
Marc Alexander
39c3a6c3e5
Merge branch 'prep-release-3.3.2' into 3.3.x 2020-11-06 17:06:22 +01:00
Marc Alexander
f98653d2c9
[prep-release-3.3.2] Add migration for 3.3.2 2020-11-04 22:11:34 +01:00
Marc Alexander
17104fde04
Merge branch 'prep-release-3.2.11' into prep-release-3.3.2 2020-11-04 22:08:26 +01:00
Marc Alexander
a4a31a36ce
Merge branch '3.3.x' 2020-11-04 22:05:43 +01:00
Marc Alexander
2f14cc832c
Merge branch '3.2.x' into 3.3.x 2020-11-04 22:05:11 +01:00
Marc Alexander
d5ca3dc132
[prep-release-3.2.11] Add migration for 3.2.11 2020-11-04 16:35:27 +01:00
Marc Alexander
72080f970f
Merge branch '3.3.x' 2020-10-25 16:21:07 +01:00
Marc Alexander
76c18255b6
Merge pull request #6014 from rxu/ticket/16538
[ticket/16538] Add MySQL 8 tests
2020-10-25 16:21:01 +01:00
Marc Alexander
32224a9d5a
Merge branch '3.3.x' 2020-10-24 10:42:00 +02:00
Marc Alexander
66e9832f5e
[prep-release-3.3.2] Add migration for 3.3.2-RC1 2020-10-19 20:48:53 +02:00
rxu
46d0cf7bb4
[ticket/16607] Update Oracle DBAL driver OCI8 aliases and functions
PHPBB3-16607
2020-09-29 22:13:19 +07:00
Marc Alexander
1fd1d6210a
Merge branch '3.3.x' 2020-09-11 10:10:27 +02:00
Marc Alexander
c728889e0e
Merge pull request #5168 from juanse254/ticket/15594
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
2020-09-11 10:10:20 +02:00
Marc Alexander
4de62a3712
[ticket/15594] Use correct v33x namespace for migration
PHPBB3-15594
2020-09-10 12:52:11 +02:00
Marc Alexander
f65b60d5bc
Merge branch '3.3.x' 2020-09-07 11:51:10 +02:00
MichaIng
eff277a872 [ticket/16556] Remove purposeless <Files "*"> from .htaccess
Wrapping access permissions into <Files "*"> at best has zero effect
and implies unnecessary code and parsing for the web server. At least
it does not block access to files only, but still denies auto indexing
and access to sub directories effectively as well. But removing this
directive is still the cleaner and safer way to deny access to any
kind of resource that is provided within the directory in question.

To deny access to migration data, a single .htaccess file can be used.
This reduces the effort for future changes and it is not required
anymore to create new .htaccess files for every new migration
directory.

Additionally this corrects the fact the "Require" is part of
"mod_authz_core", not "mod_authz_host".

PHPBB3-16556

Signed-off-by: MichaIng <micha@dietpi.com>
2020-09-01 18:19:13 +02:00
Marc Alexander
e56088f921
[ticket/15594] Adjust depends_on and add effectively_installed check
PHPBB3-15594
2020-08-30 22:14:56 +02:00
Marc Alexander
269f9251a2
[ticket/15594] Convert to short array syntax
PHPBB3-15594
2020-08-30 22:12:16 +02:00
Marc Alexander
ca2a380d03
[ticket/15594] Move remove_profilefield_aol migration to v33x
PHPBB3-15594
2020-08-30 22:08:44 +02:00
juanse254
a2ab14d9d5
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
Since AIM is not available anymore,
AOL fields must be removed and redirected to profile.
Also, a migration file was created for current users
updating to 3.2.x.

PHPBB3-15594
2020-08-30 22:08:24 +02:00
rubencm
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00