| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14483] Do not send headers by default on access via controller | Marc Alexander | 2016-03-06 | 1 | -11/+16 |
| | | | | | PHPBB3-14483 | ||||
| * | Merge pull request #4153 from gn36/ticket/14443 | Marc Alexander | 2016-02-28 | 1 | -5/+7 |
| |\ | | | | | | | [ticket/14443] Introduce additional parameter to messenger | ||||
| | * | [ticket/14443] substr($var, 0, 1) -> $var[0] | Martin Beckmann | 2016-02-27 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-14443 | ||||
| | * | [ticket/14443] Avoid duplicate slashes | Martin Beckmann | 2016-02-02 | 1 | -4/+6 |
| | | | | | | | | | PHPBB3-14443 | ||||
| | * | [ticket/14443] Introduce additional parameter to messenger | Martin Beckmann | 2016-02-01 | 1 | -5/+5 |
| | | | | | | | | | PHPBB3-14443 | ||||
| * | | Merge pull request #4086 from rxu/ticket/14366 | Marc Alexander | 2016-02-27 | 1 | -1/+27 |
| |\ \ | | | | | | | | | | [ticket/14366] Add core events to the function decode_message() | ||||
| | * | | [ticket/14366] Add core events to the function decode_message() | rxu | 2016-02-27 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | Remove match/replace vars, use alternative var for the message var, update the target phpBB version. PHPBB3-14366 | ||||
| | * | | [ticket/14366] Add core events to the function decode_message() | rxu | 2015-12-17 | 1 | -1/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to the function decode_message() in includes/functions_content.php to allow extensions performing additional message handling before/after decoding. PHPBB3-14366 | ||||
| * | | | Merge pull request #4085 from rxu/ticket/14365 | Marc Alexander | 2016-02-27 | 1 | -0/+26 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14365] Add core event to the function topic_review() | ||||
| | * | | | [ticket/14365] Fix a typo in the docblock. | rxu | 2016-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-14365 | ||||
| | * | | | [ticket/14365] Add core event to the function topic_review() | rxu | 2015-12-17 | 1 | -0/+26 |
| | |/ / | | | | | | | | | | | | | | | | | | | Add core event to the function topic_review() in includes/functions_posting.php to allow modifying posts list to review. PHPBB3-14365 | ||||
| * | | | [ticket/14189] Add core.gen_sort_selects_after event | Jakub Senko | 2016-02-26 | 1 | -1/+37 |
| | | | | | | | | | | | | | PHPBB3-14189 | ||||
| * | | | [ticket/13681] Invalidate and reset opcache where necessary | Marc Alexander | 2016-02-18 | 1 | -0/+10 |
| | | | | | | | | | | | | | PHPBB3-13681 | ||||
| * | | | [3.1.x] Increase dev version for 3.1.9 | Joas Schilling | 2016-02-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #4176 from Elsensee/ticket/14409 | Joas Schilling | 2016-02-13 | 2 | -4/+4 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14409] Update session page info before displaying online list | ||||
| | * | | | [ticket/14409] Update session page info before displaying online list | Oliver Schramm | 2016-02-13 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-14409 | ||||
| * | | | | Merge pull request #4177 from marc1706/ticket/14475 | Joas Schilling | 2016-02-13 | 1 | -10/+13 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14475] Do not log removal of users from newly registered group | ||||
| | * | | | | [ticket/14475] Do not log removal of users from newly registered group | Marc Alexander | 2016-02-13 | 1 | -10/+13 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-14475 | ||||
| * | | | | [prep-release-3.1.8] Update version to 3.1.8-RC1 | Joas Schilling | 2016-02-13 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #4141 from exussum12/ticket/14431-3.1 | Marc Alexander | 2016-02-03 | 1 | -2/+11 |
| |\ \ \ | |_|/ |/| | | | | | [ticket/14431] Remote avatar uploading | ||||
| | * | | [ticket/14430] Remote avatar uploading | Scott Dutton | 2016-02-03 | 1 | -17/+1 |
| | | | | | | | | | | | | | | | | | | | Remove support for redirects PHPBB3-14431 | ||||
| | * | | [ticket/14431] Remote avatar uploading | Scott Dutton | 2016-01-25 | 1 | -3/+28 |
| | |/ | | | | | | | | | | | | | Allow HTTPS images to be remotely uploaded. Also includes support for redirects (currently up to 5) PHPBB3-14431 | ||||
| * | | [ticket/14439] Do not call avatar manager if avatars are disabled | rxu | 2016-01-31 | 1 | -2/+6 |
| | | | | | | | | | PHPBB3-14439 | ||||
| * | | [ticket/14423] Display database size for Aria storage engine | lavigor | 2016-01-20 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-14423 | ||||
| * | | Merge pull request #4122 from lavigor/ticket/12441 | Marc Alexander | 2016-01-16 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | [ticket/12441] Correct database size detection in MariaDB 10 | ||||
| | * | | [ticket/12441] Correct database size detection in MariaDB 10 | lavigor | 2016-01-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-12441 | ||||
| * | | | [ticket/14412] Comment fixes for PHPDoc in the events | lavigor | 2016-01-15 | 4 | -10/+10 |
| |/ / | | | | | | | PHPBB3-14412 | ||||
| * | | Merge pull request #3929 from kilianr/ticket/12618 | Marc Alexander | 2016-01-12 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | [ticket/12618] Allow extension author to use SSL for version-check. | ||||
| | * | | [ticket/12618] Minor fix: Don't cast bool to int anymore | Kilian | 2015-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-12618 | ||||
| | * | | [ticket/12618] Allow extension author to use SSL for version-check | Kilian | 2015-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Merge branch 'prep-release-3.1.7' into 3.1.x | Joas Schilling | 2016-01-09 | 2 | -2/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql | ||||
| | * | | | [prep-release-3.1.7] Update version to 3.1.7-pl1 | Joas Schilling | 2016-01-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge pull request #24 from phpbb/ticket/security-188 | Joas Schilling | 2016-01-09 | 2 | -2/+6 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/security-188] Check form key in acp_bbcodes | ||||
| | | * | | | [ticket/security-188] Remove unused form key from acp_extensions | Marc Alexander | 2015-12-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | SECURITY-188 | ||||
| | | * | | | [ticket/security-188] Check form key in acp_bbcodes | Marc Alexander | 2015-12-23 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | SECURITY-188 | ||||
| | * | | | | [ticket/14343] Added missing $phpbb_dispatcher | kasimi | 2016-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14343 | ||||
| | * | | | | [prep-release-3.1.7] Increase version to 3.1.7 | Joas Schilling | 2015-12-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | [ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after' | Oliver Schramm | 2016-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14397 | ||||
| * | | | | | Merge pull request #4112 from marc1706/ticket/13180 | Marc Alexander | 2016-01-08 | 2 | -2/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size | ||||
| | * | | | | | [ticket/13180] Increase dateformat field size | Saeed Hubaishan | 2016-01-07 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size change field size to 64 in these files add new migration file to update the database schema PHPBB3-13180 | ||||
| * | | | | | | Merge pull request #3924 from Senky/ticket/14190 | Oliver Schramm | 2016-01-08 | 1 | -0/+43 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | [ticket/14190] Add core.ucp_prefs_view_after event | ||||
| | * | | | | | [ticket/14190] Add core.ucp_prefs_view_after event | Jakub Senko | 2015-10-12 | 1 | -0/+43 |
| | | |_|/ / | |/| | | | | | | | | | | | | | PHPBB3-14190 | ||||
| * | | | | | Merge pull request #4109 from marc1706/ticket/14343 | Marc Alexander | 2016-01-06 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14343] Added missing $phpbb_dispatcher | ||||
| | * | | | | | [ticket/14343] Added missing $phpbb_dispatcher | kasimi | 2016-01-06 | 1 | -1/+1 |
| | | |_|_|/ | |/| | | | | | | | | | | | | | PHPBB3-14343 | ||||
| * | | | | | Merge pull request #4105 from marc1706/ticket/14387 | Marc Alexander | 2016-01-06 | 2 | -4/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14387] Allow extending avatars by extensions in ACP | ||||
| | * | | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possible | javiexin | 2016-01-02 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them directly when required. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. Simplified manager interface by reducing unneeded methods. PHPBB3-14387 | ||||
| | * | | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possible | javiexin | 2016-01-02 | 2 | -4/+4 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them within the manager method. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. PHPBB3-14387 | ||||
| * | | | | | [ticket/14386] Use of sys_get_temp_dir() | Erwan Nader | 2016-01-03 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | PHPBB3-14386 | ||||
| * | | | | [3.1.x] Update version to 3.1.8-dev | Joas Schilling | 2015-12-12 | 1 | -1/+1 |
| | |/ / |/| | | |||||
| * | | | [prep-release-3.1.7] Update version to 3.1.7-RC1 | Joas Schilling | 2015-12-12 | 1 | -1/+1 |
| | | | | |||||
