aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4852 from javiexin/ticket/15248Marc Alexander2017-06-251-8/+3
|\ | | | | | | [ticket/15248] Make use of event parameters of core.modify_posting_auth
| * [ticket/15248] Make use of event parameters of core.modify_posting_authjaviexin2017-06-191-8/+3
| | | | | | | | | | | | Fixes is_authed and error not behaving as expected by extensions. PHPBB-15248
* | Merge pull request #4855 from dsinn/ticket/15250Marc Alexander2017-06-251-1/+15
|\ \ | | | | | | | | | [ticket/15250] Add core event to MCP at the end of merge_posts
| * | [ticket/15250] Add core event to MCP at the end of merge_postsDaniel Sinn2017-06-201-1/+15
| | | | | | | | | | | | PHPBB3-15250
* | | Merge pull request #4850 from rxu/ticket/15246Marc Alexander2017-06-252-4/+4
|\ \ \ | | | | | | | | | | | | [ticket/15246] Allow use of Unix socket as memcache(d) host
| * | | [ticket/15246] Allow use of Unix socket as memcache(d) hostrxu2017-06-172-4/+4
| |/ / | | | | | | | | | PHPBB3-15246
* | | [ticket/15238] Add missing protected keywordrxu2017-06-201-1/+1
| | | | | | | | | | | | PHPBB3-15238
* | | [ticket/15238] More code cleanuprxu2017-06-181-1/+2
| | | | | | | | | | | | PHPBB3-15238
* | | [ticket/15238] Code cleanup, add docblocksrxu2017-06-181-11/+39
| | | | | | | | | | | | PHPBB3-15238
* | | [ticket/15238] Add console command to fix forums/modules left/right IDsrxu2017-06-183-0/+116
|/ / | | | | | | PHPBB3-15238
* | Merge pull request #4845 from javiexin/ticket/15241Marc Alexander2017-06-162-0/+8
|\ \ | | | | | | | | | [ticket/15241] Add ACP template event acp_profile_contact_last
| * | [ticket/15241] Add ACP template event acp_profile_contact_lastjaviexin2017-06-052-0/+8
| | | | | | | | | | | | | | | | | | | | | Event to place code in Profile Field configuration screen, as additional information for Contact Profile Fields. PHPBB-15241
* | | Merge pull request #4797 from marc1706/ticket/15178Marc Alexander2017-06-112-68/+82
|\ \ \ | | | | | | | | | | | | [ticket/15178] Update dependencies for 3.1.x
| * | | [ticket/15178] Run update againMarc Alexander2017-05-311-13/+15
| | | | | | | | | | | | | | | | PHPBB3-15178
| * | | [ticket/15178] Update dependencies for 3.1.xMarc Alexander2017-04-172-64/+76
| | | | | | | | | | | | | | | | PHPBB3-15178
* | | | Merge pull request #4825 from marc1706/ticket/15219Tristan Darricau2017-06-067-0/+315
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15219] Update hashes to bcrypt with cron * github.com:phpbb/phpbb: [ticket/15219] Add console command for updating hashes to bcrypt [ticket/15219] Add missing space [ticket/15219] Update hashes to bcrypt with cron
| * | | | [ticket/15219] Add console command for updating hashes to bcryptMarc Alexander2017-06-033-0/+131
| | | | | | | | | | | | | | | | | | | | PHPBB3-15219
| * | | | [ticket/15219] Add missing spaceMarc Alexander2017-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15219
| * | | | [ticket/15219] Update hashes to bcrypt with cronMarc Alexander2017-05-054-0/+184
| | | | | | | | | | | | | | | | | | | | PHPBB3-15219
* | | | | Merge pull request #4840 from rmcgirr83/ticket_15237Marc Alexander2017-06-055-5/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15237] Fix unguarded includes to functions_user
| * | | | | [ticket/15237] Fix unguarded includes to functions_userRMcGirr832017-05-245-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15237 PHPBB3-15237
* | | | | | Merge pull request #4818 from rxu/ticket/15205Marc Alexander2017-06-053-2/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15205] Add template events prepending/appending subforum link
| * | | | | | [ticket/15205] Add template events prepending/appending subforum linkrxu2017-05-013-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15205
* | | | | | | Merge pull request #4812 from rxu/ticket/15200-3.1.xMarc Alexander2017-06-051-1/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15200] Allow extensions using custom templates for help/faq controllers
| * | | | | | | [ticket/15200] Allow extensions using custom templates for help/faq controllersrxu2017-04-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15200
* | | | | | | | Merge pull request #4810 from rxu/ticket/15199Marc Alexander2017-06-051-1/+31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15199] Add core event to the messenger send() function
| * | | | | | | | [ticket/15199] Add core event to the messenger send() functionrxu2017-04-271-1/+31
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15199
* | | | | | | | Merge pull request #4784 from rubencm/ticket/15150Marc Alexander2017-06-056-37/+132
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15150] Add Jabber SSL context configuration options
| * | | | | | | | [ticket/15150] Remove php4 constructorRubén Calvo2017-04-171-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB-15150
| * | | | | | | | [ticket/15150] Remove empty spaceRubén Calvo2017-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
| * | | | | | | | [ticket/15150] Use php5 constructorRubén Calvo2017-04-041-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
| * | | | | | | | [ticket/15150] Use stream_* functions instead of socket_* functionsRubén Calvo2017-04-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
| * | | | | | | | [ticket/15150] Remove default values for argumentsRubén Calvo2017-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
| * | | | | | | | [ticket/15150] Hide errors if function stream_socket_client have been disabledRubén Calvo2017-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
| * | | | | | | | [ticket/15150] Hide errors if function stream_socket_client have been disabledRubén Calvo2017-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
| * | | | | | | | [ticket/15150] Fix template label tagRubén Calvo2017-03-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
| * | | | | | | | [ticket/15150] Add Jabber SSL context configuration optionsRubén Calvo2017-03-306-31/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150
* | | | | | | | | Merge pull request #4782 from nomind60s/ticket/14498Marc Alexander2017-06-053-6/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | [ticket/14498] Don't display 'Who is online' members when permission is No
| * | | | | | | | [ticket/14498] Don't display 'Who is online' members when permission is Nonomind60s2017-03-293-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user permission 'Can view profiles, memberlist and online list' is set to No (or Never) the user should not be able to see which members are online in the following places, index page, view topic and view forum. Before this change, guests and bots would see the list of members who are online, which doesn't match with the user permission and could create privacy issues where guests or bots could track when a member was online. PHPBB3-14498
* | | | | | | | | Merge pull request #4747 from ErnadoO/ticket/15132Marc Alexander2017-06-031-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' event
| * | | | | | | | | [ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' eventErwan Nader2017-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15132
| * | | | | | | | | [ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' eventErwan Nader2017-03-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15132
* | | | | | | | | | Merge pull request #4746 from ErnadoO/ticket/15131Marc Alexander2017-06-031-1/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15131] Add variable to the 'core.mcp_main_modify_fork_sql' event
| * | | | | | | | | | [ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' eventErwan Nader2017-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15131
| * | | | | | | | | | [ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' eventErwan Nader2017-03-181-1/+3
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15131
* | | | | | | | | | Merge pull request #4690 from javiexin/ticket/15081Marc Alexander2017-05-302-0/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15081] Add acp_ext_details_notice template event
| * \ \ \ \ \ \ \ \ \ Merge branch '3.1.x' into ticket/15081javiexin2017-03-0517-67/+218
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merge branch '3.1.x' into ticket/15081javiexin2017-02-1065-89/+565
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ticket/15081] Add acp_ext_details_notice template eventjaviexin2017-02-102-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15081
* | | | | | | | | | | | Merge pull request #4717 from rmcgirr83/ticket/15107Marc Alexander2017-05-251-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/15107] Add message_parser to event