| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #40 from phpbb/ticket/security/211 | Marc Alexander | 2017-12-31 | 2 | -3/+8 |
| |\ | | | | | | | [ticket/security/211] Make sure website URL only uses http & https schemes | ||||
| | * | [ticket/security/211] Do not match javascript URIs with URL regexes | Marc Alexander | 2017-07-26 | 1 | -2/+2 |
| | | | | | | | | | SECURITY-211 | ||||
| | * | [ticket/security/211] Make sure website URL only uses http & https schemes | Marc Alexander | 2017-07-22 | 2 | -1/+6 |
| | | | | | | | | | SECURITY-211 | ||||
| * | | [prep-release-3.1.12] Update version numbers to 3.1.12 | Marc Alexander | 2017-12-31 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'prep-release-3.1.11' into 3.1.x | Marc Alexander | 2017-07-16 | 2 | -0/+12 |
| |\ | |||||
| | * | [prep-release-3.1.11] Update version numbers to 3.1.11 | Marc Alexander | 2017-07-16 | 1 | -1/+1 |
| | | | |||||
| | * | Merge pull request #32 from phpbb/ticket/security-203 | Marc Alexander | 2017-07-16 | 1 | -0/+5 |
| | |\ | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper | ||||
| | | * | [ticket/security-203] Fully validate version check data in version helper | Marc Alexander | 2016-12-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This will also take care of SECURITY-204 as it's the same underlying issue. Admins still need to ensure they don't visit malicious sites for URLs provided by extensions. SECURITY-203 | ||||
| | * | | Merge pull request #37 from phpbb/ticket/security/208 | Marc Alexander | 2017-07-16 | 1 | -0/+7 |
| | |\ \ | | | | | | | | | | | | | [ticket/security/208] Add form key to password reset form | ||||
| | | * | | [ticket/security/208] Add form key to password reset form | Marc Alexander | 2017-06-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | SECURITY-208 | ||||
| * | | | | [3.1.x] Update version number to 3.1.12-dev | Marc Alexander | 2017-07-11 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge branch '3.1.x' into prep-release-3.1.11 | Marc Alexander | 2017-06-25 | 1 | -5/+43 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #4804 from rxu/ticket/15186 | Marc Alexander | 2017-06-25 | 1 | -5/+43 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/15186] Fully implement the force_delete_allowed feature | ||||
| | | * | | | [ticket/15186] Fully implement the force_delete_allowed feature | rxu | 2017-04-19 | 1 | -5/+43 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15186 | ||||
| * | | | | | [prep-release-3.1.11] Update version numbers to 3.1.11-RC1 | Marc Alexander | 2017-06-25 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | [ticket/15250] Add core event to MCP at the end of merge_posts | Daniel Sinn | 2017-06-20 | 1 | -1/+15 |
| | |/ / |/| | | | | | | | | PHPBB3-15250 | ||||
| * | | | Merge pull request #4840 from rmcgirr83/ticket_15237 | Marc Alexander | 2017-06-05 | 2 | -2/+8 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15237] Fix unguarded includes to functions_user | ||||
| | * | | | [ticket/15237] Fix unguarded includes to functions_user | RMcGirr83 | 2017-05-24 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15237 PHPBB3-15237 | ||||
| * | | | | Merge pull request #4810 from rxu/ticket/15199 | Marc Alexander | 2017-06-05 | 1 | -1/+31 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15199] Add core event to the messenger send() function | ||||
| | * | | | | [ticket/15199] Add core event to the messenger send() function | rxu | 2017-04-27 | 1 | -1/+31 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15199 | ||||
| * | | | | | Merge pull request #4784 from rubencm/ticket/15150 | Marc Alexander | 2017-06-05 | 3 | -21/+63 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15150] Add Jabber SSL context configuration options | ||||
| | * | | | | | [ticket/15150] Remove php4 constructor | Rubén Calvo | 2017-04-17 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB-15150 | ||||
| | * | | | | | [ticket/15150] Remove empty space | Rubén Calvo | 2017-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150 | ||||
| | * | | | | | [ticket/15150] Use php5 constructor | Rubén Calvo | 2017-04-04 | 1 | -2/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150 | ||||
| | * | | | | | [ticket/15150] Use stream_* functions instead of socket_* functions | Rubén Calvo | 2017-04-04 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150 | ||||
| | * | | | | | [ticket/15150] Remove default values for arguments | Rubén Calvo | 2017-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150 | ||||
| | * | | | | | [ticket/15150] Hide errors if function stream_socket_client have been disabled | Rubén Calvo | 2017-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150 | ||||
| | * | | | | | [ticket/15150] Hide errors if function stream_socket_client have been disabled | Rubén Calvo | 2017-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150 | ||||
| | * | | | | | [ticket/15150] Add Jabber SSL context configuration options | Rubén Calvo | 2017-03-30 | 3 | -15/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150 | ||||
| * | | | | | | Merge pull request #4747 from ErnadoO/ticket/15132 | Marc Alexander | 2017-06-03 | 1 | -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' event | Erwan Nader | 2017-05-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15132 | ||||
| | * | | | | | | [ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' event | Erwan Nader | 2017-03-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15132 | ||||
| * | | | | | | | Merge pull request #4746 from ErnadoO/ticket/15131 | Marc Alexander | 2017-06-03 | 1 | -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' event | Erwan Nader | 2017-05-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15131 | ||||
| | * | | | | | | | [ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' event | Erwan Nader | 2017-03-18 | 1 | -1/+3 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15131 | ||||
| * | | | | | | | Merge pull request #4717 from rmcgirr83/ticket/15107 | Marc Alexander | 2017-05-25 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | [ticket/15107] Add message_parser to event | ||||
| | * | | | | | | [ticket/15107] Add message_parser to event | Richard McGirr | 2017-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107 | ||||
| | * | | | | | | [ticket/15107] Add message_parser to event | RMcGirr83 | 2017-03-02 | 1 | -1/+3 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107 | ||||
| * | | | | | | [ticket/15187] Use $this->template property | kasimi | 2017-04-29 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | [ticket/15187] Add ACP style after enabling an extension | kasimi | 2017-04-29 | 1 | -0/+9 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #4657 from marc1706/ticket/7336 | Tristan Darricau | 2017-04-28 | 1 | -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 topics | Marc Alexander | 2017-01-16 | 1 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7336 | ||||
| * | | | | | | Merge pull request #4674 from senky/ticket/13730 | Marc Alexander | 2017-04-26 | 1 | -1/+29 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/13730] Add core.delete_post_end event | ||||
| | * | | | | | | [ticket/13730] Add core.delete_post_after event | Jakub Senko | 2017-02-08 | 1 | -1/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13730 | ||||
| * | | | | | | | Merge pull request #4671 from senky/ticket/13605 | Marc Alexander | 2017-04-26 | 1 | -0/+11 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13605] Add core.ucp_pm_compose_predefined_message event | ||||
| | * | | | | | | | [ticket/13605] Add core.ucp_pm_compose_predefined_message event | Jakub Senko | 2017-01-23 | 1 | -0/+11 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13605 | ||||
| * | | | | | | | Merge pull request #4780 from marc1706/ticket/8116 | Tristan Darricau | 2017-04-21 | 1 | -11/+103 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 IP | Marc Alexander | 2017-04-18 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8116 | ||||
| | * | | | | | | | [ticket/8116] Improve code and add tests for helper functions | Marc Alexander | 2017-03-29 | 1 | -36/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8116 | ||||
| | * | | | | | | | [ticket/8116] Add pagination for IP tables on post info | Marc Alexander | 2017-03-28 | 1 | -7/+121 |
| | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff from previous patch by nickvergessen. PHPBB3-8116 | ||||
