Commit graph

206 commits

Author SHA1 Message Date
Marc Alexander
3128b3fa9b
[ticket/17493] Remove more jabber permissions and elements
PHPBB-17493
2025-04-13 21:00:19 +02:00
Marc Alexander
986b92f3b3
[ticket/12479] Remove unused functions and function aliases
PHPBB-12479
2024-07-12 21:17:47 +02:00
Marc Alexander
6395639345
[ticket/12479] Remove deprecated functions
PHPBB-12479
2024-07-11 20:35:26 +02:00
rxu
7b04e411b6
[ticket/17151] Fix tests
PHPBB3-17151
2024-05-25 11:57:35 +07:00
Marc Alexander
12e9c3d082
[ticket/12960] Remove broken captchas and prepare for incomplete captcha
PHPBB3-12960
2024-04-03 20:39:38 +02:00
Marc Alexander
8a15670055
[ticket/9687] Update deprecated notices and helper functions
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
d7389809aa
[ticket/9687] Add support for logging to banning system
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
a0bd70885d
[ticket/9687] Create ban message in manager and add missing sort directions
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
927f33fad3
[ticket/9687] Use cache driver instead of service
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
dcbd4a54aa
[ticket/9687] Improve display of ban options and update tests
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
c88a9f0b01
[ticket/9687] Remove support for ban exclude
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
cf0e747d51
[ticket/9687] Add tests for ban manager and fix some inconsistencies
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Marc Alexander
8bdda472bf
[ticket/9687] Fix tests
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Marc Alexander
9048aed163
[ticket/9687] Use new array entries for bans
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Oliver Schramm
e7015bf1dd
[ticket/9687] Fix code style and tests
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Marc Alexander
9a1a613c0c
Merge branch '3.3.x' 2023-10-31 20:24:59 +01:00
Marc Alexander
593c4b875c
[ticket/17201] Split off logic into function and add tests
PHPBB3-17201
2023-10-23 21:10:53 +02:00
Marc Alexander
9fbe00dd45
[ticket/17176] Fix some PHP 8.x deprecations and clean up test code
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
5d7335671e
Merge branch '3.3.x' 2023-07-26 21:02:13 +02:00
Marc Alexander
56f0846378
[ticket/11765] Support IPv4 embedded IPv6 addresses in short_ipv6()
PHPBB3-11765
2023-07-26 17:21:43 +02:00
Marc Alexander
2dfe5ebe6d
[ticket/17100] Refactor code to be more reusable
PHPBB3-17100
2023-04-09 13:43:01 +02:00
Marc Alexander
4846723bb6
[ticket/17100] Move lang options HTML to template
PHPBB3-17100
2023-04-09 13:42:59 +02:00
Marc Alexander
46ded2ad94
Merge branch '3.3.x' 2021-10-03 15:26:00 +02:00
Marc Alexander
b82d90eb39
[ticket/security/254] Add tests for validation
SECURITY-254
2021-09-13 10:38:35 +02:00
Marc Alexander
72cf2ba2ea
Merge branch '3.3.x' 2021-08-23 20:30:14 +02:00
Marc Alexander
dd8191404d
[ticket/16207] Stop appending ? to build_url URLs if not needed
PHPBB3-16207
2021-07-18 09:55:08 +02:00
v12mike
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
Rebase to 3.3.x

PHPBB3-16138
2021-05-19 22:05:06 +02:00
Marc Alexander
ce08da5165
[ticket/16748] Enable code sniffing for static placement and adjust code
PHPBB3-16748
2021-04-03 23:12:04 +02:00
Marc Alexander
b46e242013
Merge branch 'ticket/15392' into ticket/15392-master 2021-03-04 17:04:17 +01:00
DinHere
8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
Changed dirname(__FILE__) to __DIR__ everywhere

PHPBB3-15392
2021-03-03 22:24:10 +01:00
Máté Bartus
aab2679966 [ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
2021-01-31 11:33:42 +01:00
rxu
3df19411b4
[ticket/16549] Fix tests
PHPBB3-16549
2020-10-18 10:38:46 +07:00
rxu
d7cb104fc1
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
2020-10-18 10:38:31 +07:00
rxu
ec565de6cb
[ticket/16549] Fix tests
PHPBB3-16549
2020-10-18 10:37:16 +07:00
rxu
4c4debf004
[ticket/16549] PHPUnit function declarations tiny cleanup
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rxu
58ea656fd8
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
2020-10-18 10:36:39 +07:00
Marc Alexander
63e0b1b2f3
Merge branch '3.3.x' 2020-10-08 21:26:20 +02:00
rubencm
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00
rxu
da4b446ac6
[ticket/16512] Fix make_clickable() to make use of custom link classes
PHPBB3-16512
2020-08-14 04:24:49 +07:00
Marc Alexander
9ea5cfd14b
Merge branch '3.3.x' 2019-12-29 15:11:29 +01:00
rxu
dcab076221
[ticket/16276] Further fix PHP nightly tests
PHPBB3-16276
2019-12-29 12:59:24 +07:00
Marc Alexander
b6ec8c8a94
Merge branch '3.3.x' 2019-11-21 14:55:37 +01:00
Marc Alexander
83d430419e
[ticket/16167] Adjust tests for actual duplicate email
PHPBB3-16167
2019-11-18 21:50:58 +01:00
Marc Alexander
9872316cac
[ticket/16167] Remove uses of user_email_hash
PHPBB3-16167
2019-11-18 21:06:00 +01:00
Marc Alexander
6ecda5be44
Merge branch '3.3.x' 2019-11-17 14:55:30 +01:00
Marc Alexander
f460194379
[ticket/12574] Remove passwords manager & container requirement from oauth
PHPBB3-12574
2019-11-16 23:05:36 +01:00
Marc Alexander
6574ff6b1d
Merge branch '3.3.x' 2019-11-16 14:22:15 +01:00
mrgoldy
0b39e4e854
[ticket/16008] Clean up phpBB OAuth system
PHPBB3-16008
2019-11-03 11:41:39 +01:00
Marc Alexander
fe11ee3e70
Merge branch '3.3.x' 2019-11-01 08:16:15 +01:00
rubencm
163aac74db [ticket/16190] Deprecate phpbb's checkdnsrr wrapper
PHPBB3-16190
2019-10-31 20:54:21 +00:00