Rubén Calvo
ecb79539f4
[ticket/15253] Use storage helper methods instead of filesystem methods
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
21c9b0eeae
[ticket/15253] Fix coding style
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
91163d7ec3
[ticket/15253] Update test
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
afb804fe1e
[ticket/15253] Fix exception route
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
0d14c85630
[ticket/15253] Use path from adapter
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
334b44057d
[ticket/15253] Add storage abstraction
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
rxu
797234e416
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2017-07-17 16:57:00 +07:00
rxu
67a65e3788
[ticket/14972] Fix find_key_index method
...
PHPBB3-14972
2017-07-17 16:56:58 +07:00
rxu
efd8e35a6b
[ticket/14972] Fix create_insert_array() declaration in admin_activate_user
...
PHPBB3-14972
2017-07-17 16:56:56 +07:00
rxu
003a9a6d25
[ticket/14972] Fix use of deprecated media attachment constants
...
PHPBB3-14972
2017-07-17 16:56:55 +07:00
rxu
055a5f8040
[ticket/14972] Fix sizeof calls
...
As of PHP 7.2, only arrays and objects implementing the Countable interface
should be passed as a count() or sizeof() parameter.
See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198
Also, sizeof() seems to be sheduled for deprecation, see
https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations
PHPBB3-14972
2017-07-17 16:56:54 +07:00
Marc Alexander
f101532c09
Merge branch '3.2.x'
2017-07-16 21:42:30 +02:00
Marc Alexander
5216bf4483
[prep-release-3.2.1] Add missing .htaccess file
2017-07-16 20:07:13 +02:00
Marc Alexander
c56ebb5312
Merge branch 'prep-release-3.1.11' into prep-release-3.2.1
2017-07-16 18:24:47 +02:00
Marc Alexander
d490190a99
Merge pull request #4864 from lavigor/ticket/15259
...
[ticket/15259] Fatal error on SQLite/Oracle database update
2017-07-16 17:33:52 +02:00
Marc Alexander
337c8451e7
Merge pull request #4865 from JoshyPHP/ticket/15261
...
[ticket/15261] Fix censoring HTML tags
2017-07-16 17:33:34 +02:00
Marc Alexander
4b73342669
[prep-release-3.2.1] Add migration for 3.2.1
2017-07-16 17:12:01 +02:00
Marc Alexander
05513b96a4
Merge pull request #39 from phpbb/ticket/security/210-rhea
...
[ticket/security/210] Prevent using IP addresses or ports for remote avatar -- Rhea
2017-07-16 15:49:32 +02:00
Marc Alexander
34e9b4d066
Merge pull request #35 from phpbb/ticket/security-203-rhea
...
[ticket/security-203] Fully validate version check data in version helper -- Rhea
2017-07-16 15:29:35 +02:00
Marc Alexander
6f897568da
Merge pull request #30 from phpbb/ticket/security-181-rhea
...
[ticket/security-181] Harden protection of migrations files and other directories
2017-07-16 15:08:40 +02:00
Marc Alexander
1493752536
[prep-release-3.1.11] Add migration for 3.1.11
2017-07-16 12:18:50 +02:00
Marc Alexander
0b405a2cdc
Merge pull request #38 from phpbb/ticket/security/210
...
[ticket/security/210] Prevent using IP addresses or ports for remote avatar
2017-07-16 11:29:35 +02:00
Marc Alexander
4ed45c4e12
Merge pull request #32 from phpbb/ticket/security-203
...
[ticket/security-203] Fully validate version check data in version helper
2017-07-16 11:17:36 +02:00
Marc Alexander
c99820eb6b
Merge pull request #29 from phpbb/ticket/security-181
...
[ticket/security-181] Harden protection of migrations files and other directories
2017-07-16 10:59:48 +02:00
Marc Alexander
c1d835b6b4
Merge pull request #36 from phpbb/ticket/security/124
...
[ticket/security/124] Filter out disallowed search query items
2017-07-16 08:27:46 +02:00
javiexin
563a6680eb
[ticket/15274] Allow "custom" migrations to use parameters
...
Add the possibility to have custom migrations with parameters,
allowing the use of a single function for several uses.
PHPBB3-15274
2017-07-15 18:49:13 +02:00
Marc Alexander
8514e8be73
Merge branch '3.2.x'
2017-07-11 21:30:04 +02:00
Marc Alexander
324d1e3c55
Merge branch '3.2.x'
2017-07-11 21:19:00 +02:00
Marc Alexander
05c47a0f4a
Merge branch '3.1.x' into 3.2.x
2017-07-11 21:18:42 +02:00
Marc Alexander
e7be47c93d
Merge branch 'ticket/security/210' into ticket/security/210-rhea
2017-07-10 21:18:45 +02:00
Marc Alexander
fa631947f1
[ticket/security/210] Adjust regex and add tests for IPv6
...
SECURITY-210
2017-07-10 21:17:52 +02:00
Marc Alexander
3fc3f55d34
Merge branch 'ticket/security/210' into ticket/security/210-rhea
2017-07-09 16:24:49 +02:00
Marc Alexander
a281d526dc
[ticket/security/210] Prevent using IP addresses or ports for remote avatar
...
SECURITY-210
2017-07-09 15:38:18 +02:00
JoshyPHP
329e5c5e05
[ticket/15261] Fix censoring HTML tags
...
PHPBB3-15261
2017-07-03 16:06:50 +02:00
lavigor
b7ce395fbe
[ticket/15259] Fatal error on SQLite/Oracle database update
...
PHPBB3-15259
2017-07-01 23:01:34 +03:00
v12mike
7f408e4b41
[PHPBB3-15247] Add support for php v7 APCu cache API
...
Add new cache driver apcu.php (based closely on existing APC cache driver)
Add new unit test apcu_driver_test.php for the new driver
Update RUNNING_TESTS.md to clarify requirements for apc, apcu and apc_bc extensions
and add a couple of general hints to RUNNING_TESTS.md
PHPBB3-15247
2017-06-26 12:43:23 +01:00
Marc Alexander
03cd4658d0
[prep-release-3.2.1] Add migration for 3.2.1-RC1
2017-06-25 21:59:14 +02:00
Marc Alexander
35b7a4fae5
Merge branch 'prep-release-3.1.11' into prep-release-3.2.1
2017-06-25 21:53:12 +02:00
Marc Alexander
65f7137825
[prep-release-3.1.11] Add migration for update to 3.1.11-RC1
2017-06-25 17:45:07 +02:00
Marc Alexander
848cc8c5e6
Merge branch '3.2.x'
2017-06-25 17:27:50 +02:00
Marc Alexander
4f81c94a95
Merge branch '3.1.x' into 3.2.x
2017-06-25 17:27:47 +02:00
David Colón
cc556122f3
[ticket/14982] Always do a ban check except on contact me form
...
PHPBB3-14982
2017-06-25 15:32:49 +02:00
Marc Alexander
c876392b98
Merge branch '3.2.x'
2017-06-25 14:13:58 +02:00
Agris
ba5a2bcb73
[ticket/15251] Use dispatcher_interface in help manager
...
Allow TraceableEventDispatcher for webprofiler
PHPBB3-15251
2017-06-25 12:02:25 +02:00
Marc Alexander
fd9a084386
Merge branch '3.2.x'
2017-06-25 10:32:43 +02:00
Marc Alexander
774c79c631
Merge branch '3.1.x' into 3.2.x
2017-06-25 10:32:39 +02:00
Marc Alexander
ea8334b693
Merge pull request #4850 from rxu/ticket/15246
...
[ticket/15246] Allow use of Unix socket as memcache(d) host
2017-06-25 10:32:35 +02:00
Marc Alexander
1660f7e52c
Merge branch '3.2.x'
2017-06-25 10:24:15 +02:00
Marc Alexander
868ae09e1b
Merge pull request #4843 from rxu/ticket/15238
...
[ticket/15238] Add console command to fix forums/modules left/right IDs
2017-06-25 10:20:49 +02:00
Marc Alexander
1b3bdddfd1
Merge branch '3.2.x'
2017-06-25 10:10:14 +02:00