| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
* 3.1.x:
[ticket/13681] Invalidate and reset opcache where necessary
|
| | |
| |
| |
| | |
PHPBB3-13681
|
| |\ \
| | |
| | |
| | | |
[ticket/14457] Uses a random placeholder to inject css and js
|
| | | |
| | |
| | |
| | | |
PHPBB3-14457
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The javascript will hide the old select and show the version using
the span and showing the tooltips.
PHPBB3-14315
|
| | | |
| | |
| | |
| | | |
PHPBB3-14315
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously all role options were put into one array. This required
filtering the options. Instead, these are now passed to the template
via template loops.
PHPBB3-14315
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The permissions tooltip javascript failed at correctly passing
the default values to the page. The same applied to the
display_mask() method in includes/acp/auth.php.
PHPBB3-14315
|
| |/ /
| |
| |
| | |
PHPBB3-14315
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/constants.php
phpBB/includes/functions_user.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | | |
|
| | |\
| | |
| | |
| | | |
[ticket/14409] Update session page info before displaying online list
|
| | | |
| | |
| | |
| | | |
PHPBB3-14409
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/14475] Do not log removal of users from newly registered group
|
| | | |/
| | |
| | |
| | | |
PHPBB3-14475
|
| | |/ |
|
| | |\
| | |
| | |
| | | |
[ticket/14431] Remote avatar uploading
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Remove support for redirects
PHPBB3-14431
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allow HTTPS images to be remotely uploaded.
Also includes support for redirects (currently up to 5)
PHPBB3-14431
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14448] Use guzzle for remote files uploading
* marc1706/ticket/14448:
[ticket/14448] Correctly pass verify setting if available
[ticket/14448] Let user decide if remote upload certs should be checked
[ticket/14448] Add new vendor files and dirs to clean task
[ticket/14448] Do not try to test remote upload timeout
[ticket/14448] Remove no longer needed guzzle 3.9.3
[ticket/14448] Use GuzzleHttp and try to verify certs
[ticket/14448] Update composer.json and lock file for guzzlehttp
[ticket/14431] Remote avatar uploading
[ticket/14431] Remote avatar uploading
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also fixed some minor issues like coding style.
PHPBB3-14448
|
| | | | | |
|
| |/ / / |
|
| | | |
| | |
| | |
| | | |
PHPBB3-14444
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | | |
PHPBB3-14439
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currenty, you need to open each existing group in ACP to know if there
are pending group requests or not. Doing so is really boring and
annoying... :/
This patch displays the number of pending group requests at the ACP groups
summary page.
PHPBB3-14253
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currenty, you need to open each existing group in ACP to know if there are
pending group requests or not. Doing so is really boring and annoying... :/
This patch displays the number of pending group requests at the ACP groups
summary page.
PHPBB3-14253
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | | |
PHPBB3-14423
|
| |\ \ \
| |/ / |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/12441] Correct database size detection in MariaDB 10
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12441
|
| |\ \ \ \
| |/ / / |
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-14412
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14306] Automatically enable a safe mode when container building fails
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14306
|
| |\ \ \ \
| | |/ /
| |/| | |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/12618] Allow extension author to use SSL for version-check.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12618
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For version-check a new parameter 'ssl' is introduced.
If set to true, it will use 443 as port for the file_downloader.
In file_downloader, the host parameter of fsockopen is appended
with 'ssl://' in case the port is 443 in order to use SSL.
PHPBB3-12618
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/acp/acp_bbcodes.php
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
|
| | | | | | | |
|
| | | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/security-188] Check form key in acp_bbcodes
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
SECURITY-188
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
SECURITY-188
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14343
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13454] Remove unused variables, globals, and parameters
* marc1706/ticket/13454:
[ticket/13454] Add excessively removed code back
[ticket/13454] Remove more unused variables
[ticket/13454] Remove double semi-colons
[ticket/13454] Remove unused variables
[ticket/13454] Fix code sniffer complaints
[ticket/13454] Fix a few issues introduced by overdeleting stuff
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
|