aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | | [ticket/15107] Add message_parser to eventRichard McGirr2017-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
| * | | | | | [ticket/15107] Add message_parser to eventRMcGirr832017-03-021-1/+3
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
* | | | | | [ticket/15020] Add Event for mcp_topic_postrow_post_subjectDaniel Mota2017-05-212-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 2 events: mcp_topic_postrow_post_subject_before mcp_topic_postrow_post_subject_after PHPBB3-15020
* | | | | | [ticket/14996] Add Event for search_results_topic_title_afterDaniel Mota2017-05-212-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14996
* | | | | | [ticket/15226] Add index for latest topics to topics tableMarc Alexander2017-05-111-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15226
* | | | | | [ticket/15187] Use $this->template propertykasimi2017-04-291-1/+1
| | | | | |
* | | | | | [ticket/15187] Add ACP style after enabling an extensionkasimi2017-04-291-0/+9
| | | | | |
* | | | | | [ticket/15187] Reverted commits e6b7def & 90a80b7kasimi2017-04-281-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15187
* | | | | | [ticket/15187] Fail gracefully if template service is unavailablekasimi2017-04-281-21/+22
| | | | | |
* | | | | | [ticket/15187] Add paths of newly enabled extensions to templatekasimi2017-04-281-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When enabling an extension its paths aren't added immediately to the template which results in ACP events not being registered in the compiled template files. PHPBB3-15187
* | | | | | Merge pull request #4657 from marc1706/ticket/7336Tristan Darricau2017-04-281-0/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/7336] Index first post when splitting topics * github.com:phpbb/phpbb: [ticket/7336] Index first post when splitting topics [ticket/7336] Add tests for indexing first post after splitting topics
| * | | | | | [ticket/7336] Index first post when splitting topicsMarc Alexander2017-01-161-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7336
* | | | | | | Merge pull request #4674 from senky/ticket/13730Marc Alexander2017-04-261-1/+29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13730] Add core.delete_post_end event
| * | | | | | | [ticket/13730] Add core.delete_post_after eventJakub Senko2017-02-081-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13730
* | | | | | | | Merge pull request #4672 from senky/ticket/13603Marc Alexander2017-04-263-0/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13603] Add index_body_stat_blocks_after event
| * | | | | | | | [ticket/13603] Add index_body_stat_blocks_after eventJakub Senko2017-01-233-0/+12
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13603
* | | | | | | | Merge pull request #4671 from senky/ticket/13605Marc Alexander2017-04-261-0/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13605] Add core.ucp_pm_compose_predefined_message event
| * | | | | | | | [ticket/13605] Add core.ucp_pm_compose_predefined_message eventJakub Senko2017-01-231-0/+11
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13605
* | | | | | | | Merge pull request #4780 from marc1706/ticket/8116Tristan Darricau2017-04-212-12/+132
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8116] Add pagination for IP tables and post info * github.com:phpbb/phpbb: [ticket/8116] Add missing new line [ticket/8116] Correctly get other users who posted under IP [ticket/8116] Improve code and add tests for helper functions [ticket/8116] Add pagination for IP tables on post info
| * | | | | | | | [ticket/8116] Correctly get other users who posted under IPMarc Alexander2017-04-182-21/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8116
| * | | | | | | | [ticket/8116] Improve code and add tests for helper functionsMarc Alexander2017-03-291-36/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8116
| * | | | | | | | [ticket/8116] Add pagination for IP tables on post infoMarc Alexander2017-03-282-8/+164
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff from previous patch by nickvergessen. PHPBB3-8116
* | | | | | | | Merge pull request #4670 from senky/ticket/13608Tristan Darricau2017-04-191-0/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13608] Add core.ucp_restore_permissions event * github.com:phpbb/phpbb: [ticket/13608] Add core.ucp_restore_permissions event
| * | | | | | | | [ticket/13608] Add core.ucp_restore_permissions eventJakub Senko2017-01-231-0/+12
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13608
* | | | | | | | Merge pull request #4669 from senky/ticket/13609Tristan Darricau2017-04-191-0/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13609] Add core.ucp_switch_permissions event * github.com:phpbb/phpbb: [ticket/13609] Add core.ucp_switch_permissions event
| * | | | | | | | [ticket/13609] Add core.ucp_switch_permissions eventJakub Senko2017-01-231-0/+13
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13609
* | | | | | | | Merge pull request #4763 from javiexin/ticket/15146Tristan Darricau2017-04-191-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15146] Date profile field validation incorrect * github.com:phpbb/phpbb: [ticket/15146] Date profile field validation incorrect