1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 01:55:24 +02:00

5681 Commits

Author SHA1 Message Date
Marc Alexander
db93cfba0e
Merge branch '3.3.x' 2023-04-11 21:17:41 +02:00
rxu
98f6a1a300
[ticket/17127] Do not purge guest sessions when resetting password
PHPBB3-17127
2023-04-07 18:37:57 +07:00
Marc Alexander
4f2b29fc78
[ticket/17108] Suppress warning about less specific return type
PHPBB3-17108
2023-04-05 21:38:49 +02:00
Marc Alexander
0567655bf7
Merge pull request #6473 from rxu/ticket/17115-master
[ticket/17115] Fix PHP warning for space+hyphen ending search query - master
2023-04-04 21:33:05 +02:00
rxu
e7ccc1e6b2
Merge branch 'ticket/17115' into ticket/17115-master 2023-03-16 21:54:13 +07:00
rxu
defb807dbc
[ticket/17115] Fix PHP warning for space+hyphen ending search query
PHPBB3-17115
2023-03-16 20:57:43 +07:00
Marc Alexander
4daf350d21
[ticket/17105] Add type specifier to docblock for column
PHPBB3-17105
2023-02-28 20:41:08 +01:00
Matt Friedman
ea8a4bf203 [ticket/17105] Fix order of arguments for schema changes on indexes
PHPBB3-17105
2023-02-24 09:06:58 -08:00
Marc Alexander
49b9dc4a3d
Merge pull request #6461 from Crizz0/ticket/17067
[ticket/17067] Add lang variable for rows per second & searchindex:
2023-02-06 20:07:12 +01:00
Marc Alexander
bbef375844
Merge branch '3.3.x' 2023-02-05 22:07:30 +01:00
Marc Alexander
4a185ed02e
[prep-release-3.3.1] Add migration for 3.3.10 2023-02-04 20:31:26 +01:00
Christian Schnegelberger
b092886d5b [ticket/17067] Add lang variable for rows per second & searchindex:
PHPBB3-17067
2023-02-01 19:52:47 +01:00
Marc Alexander
f0f8683914
Merge branch 'ticket/17092' into ticket/17092_master 2023-01-17 20:48:05 +01:00
Marc Alexander
738dd786ba
[ticket/17092] Clean up docblock and remove redundant check
PHPBB3-17092
2023-01-17 20:44:05 +01:00
Patrick Webster
17f2d6e03a
[ticket/17092] Check for Spamhaus error codes
Fix indentation

PHPBB3-17092
2023-01-17 20:37:49 +01:00
Patrick Webster
20c3371460
[ticket/17092] Check for Spamhaus error codes
Remove leftover logging

PHPBB3-17092
2023-01-17 20:37:49 +01:00
Patrick Webster
aa523eadf1
[ticket/17092] Check for Spamhaus error codes
Switches to using callbacks for each DNSBL so that special cases can be
handled when needed. Adds support for Spamhaus error codes and disables DNSBL
checking if errors are encountered since they probably won't be resolved in a
timely manner by the owner or host.

PHPBB3-17092
2023-01-17 20:37:48 +01:00
Marc Alexander
3914f1ec41
Merge branch '3.3.x' 2023-01-17 20:36:38 +01:00
Marc Alexander
8ebb64a92a
[ticket/17091] Ensure session length is int
PHPBB3-17091
2023-01-16 16:56:12 +01:00
Marc Alexander
f5f93790e0
Merge branch '3.3.x' 2023-01-13 22:53:39 +01:00
Marc Alexander
aff7fab65f
[prep-release-3.3.10] Add migration for 3.3.10-RC1 2023-01-13 21:11:51 +01:00
Marc Alexander
8c75eda0ba
Merge branch '3.3.x' 2023-01-09 21:58:41 +01:00
Marc Alexander
3ece314338
[ticket/17071] Switch to jsdelivr CDN for twemoji emojis
PHPBB3-17071
2023-01-09 21:25:46 +01:00
Marc Alexander
34eb913d5a
[ticket/16955] Use runtime_exception instead of \Exception
PHPBB3-16955
2023-01-03 21:33:47 +01:00
Marc Alexander
daa6d2240c
[ticket/16955] Cache ttl is always integer value
PHPBB3-16955
2023-01-02 22:14:20 +01:00
Marc Alexander
a366eb7f6c
[ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
2023-01-02 22:14:11 +01:00
Marc Alexander
4d6dbfb745
[ticket/16955] Move iterators to finder folder
PHPBB3-16955
2023-01-02 22:14:03 +01:00
Ruben Calvo
daa2dd280c
[ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
2023-01-02 14:17:04 +01:00
Ruben Calvo
3e8fced5c8
[ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
60aee47f50
[ticket/16955] Replace returns with return in docblock
PHPBB3-16955
2022-12-30 22:08:34 +01:00
Marc Alexander
3b8f6ae4e9
[ticket/16955] Use constants for exit codes in installer console commands
PHPBB3-16955
2022-12-30 17:28:17 +01:00
Marc Alexander
fab81eca2b
[ticket/16955] Add missing docblocks and fix unclear ones
PHPBB3-16955
2022-12-30 17:27:31 +01:00
Marc Alexander
918723e476
[ticket/16955] Clean up phing sniff errors and warnings
PHPBB3-16955
2022-12-28 08:37:26 +01:00
Marc Alexander
cedd447659
[ticket/16955] Resolve incompatibilities with doctum
PHPBB3-16955
2022-12-28 08:37:25 +01:00
Marc Alexander
eeeb69b4ae
[ticket/16955] Clean up auth classes
PHPBB3-16955
2022-12-28 08:37:24 +01:00
Marc Alexander
5756d4dd9b
[ticket/16955] Clean up avatar classes
PHPBB3-16955
2022-12-28 08:37:24 +01:00
Marc Alexander
ba3a1389e6
[ticket/16955] Clean up config classes
PHPBB3-16955
2022-12-28 08:37:23 +01:00
Marc Alexander
2aed7ff4e3
[ticket/16955] Clean up composer classes and fix typos in exceptions
PHPBB3-16955
2022-12-28 08:37:23 +01:00
Marc Alexander
35228ffd62
[ticket/16955] Clean up captcha classes
PHPBB3-16955
2022-12-28 08:37:22 +01:00
Marc Alexander
83cb41e72a
[ticket/16955] Add stubs for cache classes and clean up
PHPBB3-16955
2022-12-28 08:37:21 +01:00
Marc Alexander
b855b8a5a5
[ticket/16955] Clean up cron and console classes
PHPBB3-16955
2022-12-28 08:37:21 +01:00
Marc Alexander
a8b878349a
[ticket/16955] Remove shell option as this has been removed in Symfony 3.0
PHPBB3-16955
2022-12-28 08:37:20 +01:00
Marc Alexander
948023078b
[ticket/16955] Clean up code in db classes
PHPBB3-16955
2022-12-28 08:37:20 +01:00
Marc Alexander
de9019d64e
[ticket/16955] Clean up debug, event, and extension classes
PHPBB3-16955
2022-12-28 08:37:19 +01:00
Marc Alexander
e1a3b6b552
[ticket/16955] Clean up feed classes
PHPBB3-16955
2022-12-28 08:37:18 +01:00
Marc Alexander
7f61f8b770
[ticket/16955] Clean up filesystem and files classes
PHPBB3-16955
2022-12-28 08:37:17 +01:00
Marc Alexander
1c02b1a7b5
[ticket/16955] Clean up reset_password and user_loader
PHPBB3-16955
2022-12-28 08:37:16 +01:00
Marc Alexander
6ad0b533d9
[ticket/16955] Clean up textformatter and textreparser
PHPBB3-16955
2022-12-28 08:37:16 +01:00
Marc Alexander
60c165c3d0
[ticket/16955] Clean up storage and template classes
PHPBB3-16955
2022-12-28 08:37:15 +01:00
Marc Alexander
077ceba2a9
[ticket/16955] Improve consistency of user and session class
PHPBB3-16955
2022-12-28 08:37:14 +01:00