Jakub Senko
975fe1e153
[ticket/15257] Provide extension not enableable messages
...
PHPBB3-15257
2019-09-30 20:25:44 +02:00
Marc Alexander
b6c230753e
Merge pull request #5511 from senky/ticket/15940
...
[ticket/15940] Expose user_id to notif method's is_available()
2019-09-28 16:17:52 +02:00
Jakub Senko
1af05d9615
[ticket/15940] Fix approve_* notifications
...
PHPBB3-15940
2019-09-28 14:34:17 +02:00
mrgoldy
f21003f977
[ticket/15905] Re-add add_class and lang_defined
...
PHPBB3-15905
2019-09-25 20:43:01 +02:00
mrgoldy
133dfd0a84
[ticket/15905] Try it without auth
...
PHPBB3-15905
2019-09-25 20:39:04 +02:00
mrgoldy
eee00652e7
[ticket/15905] Resolve conflicts
...
PHPBB3-15905
2019-09-25 20:08:40 +02:00
mrgoldy
7989f3f71f
[ticket/15905] Try with existing phpbb extension
...
PHPBB3-15905
2019-09-25 20:07:09 +02:00
mrgoldy
012fe18879
[ticket/15905] Correct line endings
...
PHPBB3-15905
2019-09-25 19:49:24 +02:00
mrgoldy
91b89b6374
[ticket/15905] Create multiple twig extensions
...
PHPBB3-15905
2019-09-25 19:49:17 +02:00
Marc Alexander
7e8c6d8c0d
Merge branch '3.2.x' into 3.3.x
2019-09-22 13:02:24 +02:00
Marc Alexander
a4edb41e3f
Merge pull request #5664 from mrgoldy/ticket/16076
...
[ticket/16076] addFileFilter to check max file size per mime type
2019-09-22 13:02:19 +02:00
Marc Alexander
9454377e55
Merge branch '3.2.x' into 3.3.x
2019-09-22 12:05:05 +02:00
Marc Alexander
53aa79cd29
Merge pull request #5673 from AlfredoRamos/ticket/15643
...
[ticket/15643] Fix open_basedir warnings
2019-09-22 12:05:01 +02:00
Marc Alexander
1ef43bc1a1
Merge branch '3.2.x' into 3.3.x
2019-09-21 14:33:25 +02:00
Marc Alexander
0b2a0cc9b4
Merge pull request #5687 from rxu/ticket/16157
...
[ticket/16157] Fix FORM_INVALID error in the sending email form
2019-09-21 14:33:20 +02:00
Marc Alexander
a7c02304a5
Merge branch '3.2.x' into 3.3.x
2019-09-20 22:23:06 +02:00
rxu
177cc22683
[ticket/16157] Fix FORM_INVALID error in the sending email form
...
PHPBB3-16157
2019-09-13 00:25:18 +07:00
Marc Alexander
b94464d063
[prep-release-3.2.8] Add migration for 3.2.8
2019-09-08 21:53:52 +02:00
Alfredo Ramos
2224a76c24
[ticket/15643] Fix open_basedir warnings
...
Suppress warnings when trying to call is_link(), is_dir() and is_file()
on the web server root directory when open_basedir is set.
PHPBB3-15643
2019-09-03 17:29:14 -05:00
Marc Alexander
cc8d6a5a01
[ticket/security/243] Fail silently on unsupported values for font size
...
SECURITY-243
2019-08-31 18:16:18 +02:00
mrgoldy
8bc056ebe6
[ticket/16076] addFileFilter to check max file size per mime type
...
PHPBB3-16076
2019-08-25 21:24:22 +02:00
Marc Alexander
42e278e1c3
Merge pull request #52 from phpbb/ticket/security/247
...
[ticket/security/247] Disable loading of local files on client side
2019-08-25 18:28:56 +02:00
Marc Alexander
79be901cea
Merge pull request #51 from phpbb/ticket/security/243
...
[ticket/security/243] Limit size BBCode to int
2019-08-25 18:28:08 +02:00
Marc Alexander
0b843505e8
Merge branch '3.2.x' into 3.3.x
2019-08-17 21:48:12 +02:00
Marc Alexander
62a68def57
[prep-release-3.2.8] Add migration for 3.2.8-RC1
2019-08-17 11:21:06 +02:00
Marc Alexander
d4652c1b20
Merge branch '3.2.x' into 3.3.x
2019-08-17 11:14:00 +02:00
rubencm
ecb39bc435
[ticket/13175] Check if account is already linked when using OAuth
...
PHPBB3-13175
2019-08-14 14:51:19 +00:00
Marc Alexander
4555817a8b
[ticket/security/247] Disable loading of local files on client side
...
SECURITY-247
2019-08-11 21:31:59 +02:00
Marc Alexander
2df9230902
Merge branch '3.2.x' into 3.3.x
2019-07-28 17:18:40 +02:00
Marc Alexander
f567b2bb69
Merge pull request #5459 from mrgoldy/ticket/15886
...
[ticket/15886] Group helper functions
2019-07-28 15:31:09 +02:00
Marc Alexander
cf96967677
[ticket/15886] Fix minor code style issues
...
PHPBB3-15886
2019-07-28 12:21:46 +02:00
Jakub Senko
b0334d6b4f
[ticket/15088] Avoid code repetitions in extension manager
...
PHPBB3-15088
2019-07-27 16:51:56 +02:00
Marc Alexander
ee51bf26fa
Merge pull request #5566 from JoshyPHP/ticket/16017
...
[ticket/16017] Add support for Argon2id as default password hashing
2019-07-27 16:30:25 +02:00
Marc Alexander
31192fc08e
Merge branch '3.2.x' into 3.3.x
2019-07-27 16:18:41 +02:00
Marc Alexander
79bcb20ac5
Merge pull request #5626 from cpeel/ticket/16096
...
[ticket/16096] Use InnoDB fulltext limits for InnoDB tables
2019-07-27 16:18:37 +02:00
JoshyPHP
860a370e8f
[ticket/16017] Add support for Argon2id as default password hashing
...
PHPBB3-16017
2019-07-23 21:30:28 +02:00
JoshyPHP
a4a5b069ec
[ticket/16016] Add a base class for native password hashing
...
PHPBB3-16016
2019-07-23 21:28:05 +02:00
Marc Alexander
ce518043e9
Merge branch '3.2.x' into 3.3.x
2019-07-22 22:17:14 +02:00
Nuno Lopes
d3c3dc24fe
[ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha plugin
...
PHPBB3-15982
2019-07-22 22:16:21 +02:00
Marc Alexander
01018630c9
Merge pull request #5619 from marc1706/ticket/16082
...
[ticket/16082] Remove XCache as it does not support PHP 7
2019-07-22 21:24:46 +02:00
Marc Alexander
f5d28a95b0
Merge pull request #5618 from marc1706/ticket/16081
...
[ticket/16081] Remove eAccelerator cache driver
2019-07-22 21:23:17 +02:00
Marc Alexander
348979c13d
Merge branch '3.2.x' into 3.3.x
2019-07-21 21:38:27 +02:00
Marc Alexander
091e195717
Merge pull request #5571 from dark-1/ticket/16021
...
[ticket/16021] Recognize number of Template Event instances in events.md file
2019-07-21 21:38:23 +02:00
Marc Alexander
f75577e5f8
[ticket/security/243] Use bbcode.html like formatting
...
SECURITY-243
2019-07-18 22:32:19 +02:00
Marc Alexander
c934d3fcfd
[ticket/security/243] Limit size BBCode to 4 numeric characters
...
SECURITY-243
2019-07-17 22:02:32 +02:00
Marc Alexander
b5a997ce18
[ticket/security/243] Limit size values to supported values
...
SECURITY-243
2019-07-16 20:44:12 +02:00
Casey Peel
e33e572741
[ticket/16096] Use InnoDB fulltext limits for InnoDB tables
...
The max and min search length for the MySQL database vary based on the
engine for the underlying table. For MyISAM tables, the variables are
ft_max_word_len and ft_min_word_len, but for InnoDB tables the
variables are innodb_ft_max_token_size and innodb_ft_min_token_size.
Take the posts table type into account when setting the max and min
search length.
PHPBB3-16096
2019-07-08 05:58:41 +00:00
Marc Alexander
5de54906f0
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:07:03 +02:00
Marc Alexander
cfd4aab7b7
Merge pull request #5599 from mrgoldy/ticket/16068
...
[ticket/16068] Adjust DocBlock @param's
2019-06-17 10:06:11 +02:00
Marc Alexander
8f3f7d1e5e
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:00:26 +02:00