1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 14:18:24 +01:00

35394 Commits

Author SHA1 Message Date
Máté Bartus
de711bb7c0 Merge branch '3.3.x' 2021-02-05 18:03:51 +01:00
Máté Bartus
1ee1dbb629
Merge pull request #6137 from marc1706/ticket/16697
[ticket/16697] Remove $CP$ prefix when updating hashes and support phpBB2 check
2021-02-05 18:03:08 +01:00
Marc Alexander
7d37b650a4
[ticket/16697] Remove $CP$ prefix when updating hashes and support phpBB2 check
The $CP$ prefix is not part of the actual password hash.
phpBB2 passwords converted do currently include a phpass hash of the md5 of
the password. Make sure these are correctly checked.

PHPBB3-16697
2021-02-04 21:20:50 +01:00
3D-I
6c15f72371 [ticket/16696] Unsupported operand types in viewforum.php - PHP8
PHPBB3-16696
2021-02-02 21:20:22 +01:00
Máté Bartus
1ce97fe8ea [ticket/16643] Fixes
PHPBB3-16643
2021-02-01 22:09:15 +01:00
Marc Alexander
ded551812a
Merge pull request #4453 from Nicofuma/ticket/11063
[ticket/11063] Use HTTPS for phpBB's version check
2021-01-31 21:50:26 +01:00
Máté Bartus
0f7b89838a [ticket/16643] Remove dbms_version config setting
PHPBB3-16643
2021-01-31 14:38:39 +01:00
Christian Schnegelberger
552587dbb2 [ticket/16589] Visit at => visit to
PHPBB3-16589
2021-01-31 14:07:16 +01:00
Máté Bartus
2a57477718 [ticket/16643] Refactor installer tasks to use Doctrine DBAL
PHPBB3-16643
2021-01-31 12:57:04 +01:00
Máté Bartus
aab2679966 [ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
2021-01-31 11:33:42 +01:00
Máté Bartus
d9bfb4d01d [ticket/16643] Refactor installer task ordering
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
c5b58e8b25
Merge pull request #4129 from marc1706/ticket/10824
[ticket/10824] Use composer.json in styles/languages
2021-01-27 20:10:27 +01:00
Marc Alexander
262bf5d71c
[ticket/10824] Small fixes to code style after code review
PHPBB3-10824
2021-01-26 22:26:02 +01:00
Marc Alexander
42b2a109d1
[ticket/10824] Improve code style and docblocks in language file helper
PHPBB3-10824
2021-01-26 22:26:02 +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
cf8f79356d
[ticket/10824] Add return type hints
PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
40fca6254d
[ticket/10824] Remove unused file
PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
5bff0c0761
[ticket/10824] Clean up coding style in list_style
PHPBB3-10824
2021-01-26 22:26:00 +01:00
Marc Alexander
10151ae642
[ticket/10824] Resolve issues with displaying style and style info in ACP
PHPBB3-10824
2021-01-26 22:26:00 +01:00
Marc Alexander
068f621ed1
[ticket/10824] Add default emtpy parent-style to prosilver composer.json
PHPBB3-10824
2021-01-26 22:25:22 +01:00
Marc Alexander
0f614d91f9
[ticket/10824] Use tilde for lang string concatenation
PHPBB3-10824
2021-01-26 22:25:22 +01:00
Marc Alexander
66178b26e9
[ticket/10824] Move parenthesis to next line
PHPBB3-10824
2021-01-26 22:25:21 +01:00
Marc Alexander
b7d0903f1b
[ticket/10824] Use short array syntax
PHPBB3-10824
2021-01-26 22:25:21 +01:00
Marc Alexander
ed9be050ad
[ticket/10824] Clean up code a bit
PHPBB3-10824
2021-01-26 22:25:21 +01:00
Marc Alexander
646f9826ec
[ticket/10824] Use language class for language instead of user class
PHPBB3-10824
2021-01-26 22:25:20 +01:00
Marc Alexander
3b6fc0a4d9
[ticket/10824] Use short array syntax
PHPBB3-10824
2021-01-26 22:24:07 +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
a39f8ad5d1
[ticket/10824] Add basic test for json sanitizer
PHPBB3-10824
2021-01-26 22:24:06 +01:00
Marc Alexander
c25e06e46b
[ticket/10824] Move declare strict_types and adjust version
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
27c69c2740
[ticket/10824] Move json sanitizer to json folder
PHPBB3-10824
2021-01-26 22:24:05 +01:00
Marc Alexander
414327dc70
[ticket/10824] Make sure to always return array from decode method
PHPBB3-10824
2021-01-26 22:24:05 +01:00
Marc Alexander
9284500b5e
[ticket/10824] Remove not needed PHP version requirement
PHPBB3-10824
2021-01-26 22:24:05 +01:00
Marc Alexander
5f9543f24f
[ticket/10824] Add more details to language details page
PHPBB3-10824
2021-01-26 22:24:04 +01:00
Marc Alexander
b4dd0f737d
[ticket/10824] Switch to OOP style for module class
PHPBB3-10824
2021-01-26 22:24:04 +01:00
Marc Alexander
adf9f49a42
[ticket/10824] Use correct language and style composer.json data
PHPBB3-10824
2021-01-26 22:23:29 +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
Marc Alexander
5dc2e500f5
[ticket/10824] Add new helper function for decoding and sanitizing in place
PHPBB3-10824
2021-01-26 22:22:21 +01:00
Marc Alexander
ca4fdeaf2b
[ticket/10824] Move parse_cfg_file() to functions_compatibility
PHPBB3-10824
2021-01-26 22:22:20 +01:00
Marc Alexander
d43144c5a2
[ticket/10824] Update versions to current master
PHPBB3-10824
2021-01-26 22:19:31 +01:00
Marc Alexander
e30170341e
[ticket/10824] Update language composer.json chmod
PHPBB3-10824
2021-01-26 22:19:30 +01:00
Marc Alexander
6383648c53
[ticket/10824] Fix typo in language composer.json
PHPBB3-10824
2021-01-26 22:19:30 +01:00
Marc Alexander
81f3483994
[ticket/10824] Display message about invalid styles on install style view
PHPBB3-10824
2021-01-26 22:19:30 +01:00
Marc Alexander
b0337b21d5
[ticket/10824] Show display-name in acp and change composer name
PHPBB3-10824
2021-01-26 22:19:29 +01:00
Marc Alexander
732935582a
[ticket/10824] Update language composer.json
PHPBB3-10824
2021-01-26 22:19:29 +01:00
Marc Alexander
21c9883ac7
[ticket/10824] Use json sanitizer in language_file_helper
PHPBB3-10824
2021-01-26 22:19:29 +01:00
Marc Alexander
04e791d9fe
[ticket/10824] Add json sanitizer class
PHPBB3-10824
2021-01-26 22:19:29 +01:00
Joas Schilling
8244aff9cb
[ticket/10824] Make languages use composer.json
PHPBB3-10824
2021-01-26 22:19:28 +01:00