1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 08:00:46 +01:00

4216 Commits

Author SHA1 Message Date
mrgoldy
93cc9987cf Merge branch '3.3.x' 2020-05-02 22:49:54 +02:00
mrgoldy
8ae115f9bd Merge pull request #5957 from rxu/ticket/16452
[ticket/16452] Upgrade to FontAwesome 5
2020-05-02 22:38:02 +02:00
Marc Alexander
74b2f2de9c
Merge branch '3.3.x' 2020-05-01 16:19:57 +02:00
Marc Alexander
008e313652
Merge pull request #5909 from marc1706/ticket/14754
[ticket/14754] Only one email notification per topic
2020-05-01 16:19:36 +02:00
rxu
628d39931f
[ticket/16452] Rename all.min back to font-awesome.min
PHPBB3-16452
2020-04-22 13:31:52 +07:00
Marc Alexander
36faf85488
Merge branch '3.3.x' 2020-04-21 21:18:53 +02:00
Marc Alexander
1dc5c4f98f
Merge pull request #5932 from AlfredoRamos/ticket/15572
[ticket/15572] Fix W3C validation error for quote BBCode
2020-04-21 21:16:49 +02:00
Marc Alexander
066d14ab3c
Merge branch '3.3.x' 2020-04-21 21:04:50 +02:00
Marc Alexander
95080106e0
Merge pull request #5923 from AlfredoRamos/ticket/16315
[ticket/16315] Remove Google+ profile field
2020-04-21 20:50:01 +02:00
rxu
335535e73b
[ticket/16452] Fix tests
PHPBB3-16452
2020-04-21 16:13:31 +07:00
Marc Alexander
ec6335bdfd
[ticket/14754] Clean up code as per review
PHPBB3-14754
2020-04-16 22:01:04 +02:00
Marc Alexander
e566ff10b4
Merge branch '3.3.x' 2020-04-16 20:49:27 +02:00
Alfredo Ramos
cbe63da1f7 [ticket/15572] Fix W3C validation error for quote BBCode
PHPBB3-15572
2020-04-04 19:57:31 -06:00
Alfredo Ramos
43e3b3e328 [ticket/16315] Remove Google+ profile field
PHPBB3-16315
2020-03-24 22:16:51 -06:00
Marc Alexander
9f4a240f91
[ticket/14754] Rename email notifications table to fit better
PHPBB3-14754
2020-03-15 15:08:25 +01:00
Marc Alexander
858d9271e3
[ticket/14754] Adjust setUp in test for 3.3
PHPBB3-14754
2020-03-15 12:40:35 +01:00
Marc Alexander
5aa4aae0f5
[ticket/14754] Add test for email notifications
PHPBB3-14754
2020-03-15 11:52:17 +01:00
Jakub Senko
f3664b07d2
[ticket/14754] Use dedicated table to stop receiving notifications
PHPBB3-14754
2020-03-15 11:52:16 +01:00
Jakub Senko
a3e0117ff0
[ticket/14754] Only one email notification per topic
PHPBB3-14754
2020-03-15 11:52:16 +01:00
JoshyPHP
a5f1ff43b5 [ticket/16361] Truncate schemeless links to the forum
PHPBB3-16361
2020-02-12 01:35:00 +01:00
Marc Alexander
33c50f236a
Merge branch '3.3.x' 2020-02-06 17:36:49 +01:00
Marc Alexander
d0d1fd189b
Merge pull request #5831 from marc1706/ticket/16314
[ticket/16314] Improve handling of page_footer output for controllers
2020-02-06 17:19:33 +01:00
Marc Alexander
2d5289ed7e
Merge branch '3.3.x' 2020-02-01 08:50:24 +01:00
Marc Alexander
3bb2edd53d
Merge branch '3.2.x' into 3.3.x 2020-02-01 08:50:19 +01:00
Marc Alexander
7de24bad2e
Merge pull request #5832 from KYPREO/ticket/16329
[ticket/16329] Add configuration options for Plupload
2020-02-01 08:50:12 +01:00
Marc Alexander
c221858fab
Merge branch '3.3.x' 2020-01-30 21:38:35 +01:00
JoshyPHP
2dbcad7840 [ticket/16342] Increase default hashing costs for Argon2 passwords
PHPBB3-16342
2020-01-28 01:42:39 +01:00
Marc Alexander
6b8ccbc379
Merge branch '3.3.x' 2020-01-22 21:21:13 +01:00
Marc Alexander
9b12a923f5
Merge branch '3.2.x' into 3.3.x 2020-01-22 21:21:07 +01:00
mrgoldy
5bc7723feb [ticket/16332] Amend formatting tests to expect translated code string
PHPBB3-16332
2020-01-21 17:43:11 +01:00
Marc Alexander
8bdad7d73e
[ticket/16314] Reorder controller helper constructor parameters
PHPBB3-16314
2020-01-20 17:28:37 +01:00
KYPREO
0b03fa963a [ticket/16329] Add configuration options for Plupload
PHPBB3-16329
PHPBB3-16330
2020-01-20 22:16:38 +11:00
Marc Alexander
843e3ae849
[ticket/16314] Improve handling of page_footer output for controllers
Moved the common template output to controller helper and added
garbage_collection handling to kernel_terminate_subscriber.

PHPBB3-16314
2020-01-19 16:03:32 +01:00
Marc Alexander
a6cd4df423
Merge pull request #5808 from marc1706/ticket/16284
[ticket/16284] Move 4.0 migrations to v400 folder
2020-01-14 21:20:09 +01:00
Marc Alexander
085b055577
Merge branch '3.3.x' 2020-01-09 20:37:10 +01:00
Marc Alexander
531f5dd9da
Merge pull request #5823 from JoshyPHP/ticket/16309
[ticket/16309] Fix smilies with a left square bracket
2020-01-09 20:37:05 +01:00
Marc Alexander
d50d878e7b
Merge branch '3.3.x' 2020-01-09 20:34:59 +01:00
Marc Alexander
1b7c42bf53
Merge pull request #5812 from rxu/ticket/16288
[ticket/16288] PHP 8 compatibility
2020-01-09 20:34:53 +01:00
JoshyPHP
aeac3df4a1 [ticket/16309] Fix smilies with a left square bracket
PHPBB3-16309
2020-01-08 19:38:50 +01:00
Marc Alexander
72bf5d8d15
Merge branch '3.3.x' 2020-01-04 21:53:26 +01:00
Marc Alexander
1b8193ab8b
Merge branch '3.2.x' into 3.3.x 2020-01-04 21:51:44 +01:00
Marc Alexander
4f007321e1
[ticket/security-250] Check form key when approving group membership
SECURITY-250
2020-01-03 17:24:33 +01:00
rxu
4ed854c818
[ticket/16288] PHP 8 compatibility
PHPBB3-16288
2020-01-03 02:21:37 +07:00
Marc Alexander
2b65ce123c
[ticket/16284] Adjust create schema and add tables to tests
PHPBB3-16284
2020-01-01 16:17:23 +01:00
Marc Alexander
d0707105c7
Merge branch '3.3.x' 2019-12-29 21:43:12 +01:00
Marc Alexander
036871cd95
Merge pull request #5790 from rxu/ticket/16266
[ticket/16266] Fix argon2 driver issue for Sodium implementation
2019-12-29 21:43:06 +01: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
rxu
82e61f501a
[ticket/16276] Fix bbcode_firstpass undefined mode property
PHPBB3-16276
2019-12-29 01:51:15 +07:00
rxu
37fddf8eef
[ticket/16266] Fix tests
PHPBB3-16266
2019-12-28 23:55:31 +07:00