aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29 from phpbb/ticket/security-181Marc Alexander2017-07-168-5/+130
|\ | | | | | | [ticket/security-181] Harden protection of migrations files and other directories
| * [ticket/security-181] Update wording in INSTALL.htmlMarc Alexander2017-01-061-3/+3
| | | | | | | | SECURITY-181
| * [ticket/security-181] Update INSTALL.html to ask for more secure apache configMarc Alexander2016-11-132-3/+26
| | | | | | | | SECURITY-181
| * [ticket/security-181] Port .htaccess changes to other webserver typesMarc Alexander2016-11-133-2/+5
| | | | | | | | SECURITY-181
| * [ticket/security-181] Deny access to migrations foldersMarc Alexander2016-11-133-0/+99
| | | | | | | | SECURITY-181
* | Merge pull request #37 from phpbb/ticket/security/208Marc Alexander2017-07-161-0/+7
|\ \ | | | | | | | | | [ticket/security/208] Add form key to password reset form
| * | [ticket/security/208] Add form key to password reset formMarc Alexander2017-06-181-0/+7
| | | | | | | | | | | | SECURITY-208
* | | Merge pull request #36 from phpbb/ticket/security/124Marc Alexander2017-07-161-0/+21
|\ \ \ | | | | | | | | | | | | [ticket/security/124] Filter out disallowed search query items
| * | | [ticket/security/124] Filter out disallowed search query itemsMarc Alexander2017-06-181-0/+21
| |/ / | | | | | | | | | SECURITY-124
* | | [prep-release-3.1.11] Update changelogMarc Alexander2017-06-251-0/+1
| | |
* | | Merge branch '3.1.x' into prep-release-3.1.11Marc Alexander2017-06-252-9/+50
|\ \ \
| * \ \ Merge pull request #4804 from rxu/ticket/15186Marc Alexander2017-06-252-9/+50
| |\ \ \ | | | | | | | | | | | | | | | [ticket/15186] Fully implement the force_delete_allowed feature
| | * | | [ticket/15186] Fully implement the force_delete_allowed featurerxu2017-04-192-9/+50
| | | | | | | | | | | | | | | | | | | | PHPBB3-15186
* | | | | [prep-release-3.1.11] Update changelog for 3.1.11-RC1Marc Alexander2017-06-251-0/+144
| | | | |
* | | | | [prep-release-3.1.11] Add migration for update to 3.1.11-RC1Marc Alexander2017-06-251-0/+43
| | | | |
* | | | | [prep-release-3.1.11] Update version numbers to 3.1.11-RC1Marc Alexander2017-06-255-7/+7
|/ / / /
* | | | [ticket/14982] Always do a ban check except on contact me formDavid Colón2017-06-251-17/+30
| | | | | | | | | | | | | | | | PHPBB3-14982
* | | | 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