aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | [ticket/security/210] Adjust regex and add tests for IPv6Marc Alexander2017-07-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-210
| * | | | | | | Merge branch 'ticket/security/210' into ticket/security/210-rheaMarc Alexander2017-07-092-2/+15
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | |
| | * | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatarMarc Alexander2017-07-092-2/+15
| | | |/ / / | | |/| | | | | | | | | | | | | | | SECURITY-210
* | | | | | Merge pull request #35 from phpbb/ticket/security-203-rheaMarc Alexander2017-07-161-0/+109
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper -- Rhea
| * \ \ \ \ \ Merge branch 'ticket/security-203' into ticket/security-203-rheaMarc Alexander2016-12-281-1/+110
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | [ticket/security-203] Allow more characters for branch namesMarc Alexander2016-12-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-203
| | * | | | | [ticket/security-203] Do not add null values to versions infoMarc Alexander2016-12-271-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also stopped using reference for validate_versions() method argument. SECURTIY-203
| | * | | | | [ticket/security-203] Fully validate version check data in version helperMarc Alexander2016-12-261-0/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #30 from phpbb/ticket/security-181-rheaMarc Alexander2017-07-164-0/+132
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security-181] Harden protection of migrations files and other directories
| * | | | | | | [ticket/security-181] Add .htaccess to 3.2.x migrationsMarc Alexander2016-11-131-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-181
| * | | | | | | Merge branch 'ticket/security-181' into ticket/security-181-rheaMarc Alexander2016-11-133-0/+99
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | [ticket/security-181] Deny access to migrations foldersMarc Alexander2016-11-133-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-181
* | | | | | | | [prep-release-3.2.1] Add migration for 3.2.1-RC1Marc Alexander2017-06-251-0/+39
| | | | | | | |
* | | | | | | | Merge branch 'prep-release-3.1.11' into prep-release-3.2.1Marc Alexander2017-06-251-0/+43
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | [prep-release-3.1.11] Add migration for update to 3.1.11-RC1Marc Alexander2017-06-251-0/+43
| | | | | | |
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-251-17/+30
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [ticket/14982] Always do a ban check except on contact me formDavid Colón2017-06-251-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14982
* | | | | | | [ticket/15251] Use dispatcher_interface in help managerAgris2017-06-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow TraceableEventDispatcher for webprofiler PHPBB3-15251
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-252-4/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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-181-0/+105
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15238
| * | | | | Merge pull request #4825 from marc1706/ticket/15219Tristan Darricau2017-06-063-0/+280
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* | \ \ \ \ \ Merge pull request #4843 from rxu/ticket/15238Marc Alexander2017-06-251-0/+137
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15238] Add console command to fix forums/modules left/right IDs
| * | | | | | | [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-181-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238
* | | | | | | | Merge pull request #4824 from senky/ticket/15217Marc Alexander2017-06-251-3/+28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15217] Add core.user_format_date_override event
| * | | | | | | | [ticket/15217] Add core.user_format_date_override eventJakub Senko2017-06-051-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15217
* | | | | | | | | Merge pull request #4794 from lr94/ticket/15176Marc Alexander2017-06-241-0/+36
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | [ticket/15176] Add setting for user activity display limit.
| * | | | | | | | [ticket/15176] Add setting for user activity display limit.lr942017-04-161-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up to phpBB 3.2 the maximum number of posts a user must have to have his activity shown is 5000. This limit is hardcoded in functions_display.php. It would be useful if board administrators could choose to disable the limit or to set an higher value. PHPBB3-15176
* | | | | | | | | [ticket/15243] Check permissions before installing with SQLiteRubén Calvo2017-06-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15243
* | | | | | | | | Merge pull request #4799 from marc1706/ticket/15179Marc Alexander2017-06-113-3/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15179] Update dependencies and fix compatibility with newer twig
| * | | | | | | | | [ticket/15179] Replace spaces with a tabMarc Alexander2017-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15179
| * | | | | | | | | Merge branch 'ticket/15178' into ticket/15179Marc Alexander2017-05-312-2/+11
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge pull request #4826 from marc1706/ticket/15219-rheaTristan Darricau2017-06-063-0/+280
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15219] Update hashes to bcrypt with cron -- Rhea * 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
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-06-031-0/+117
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | [ticket/15219] Add console command for updating hashes to bcryptMarc Alexander2017-06-031-0/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15219
| * | | | | | | | | | | Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-05-051-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | [ticket/15219] Add missing spaceMarc Alexander2017-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15219
| * | | | | | | | | | | Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-05-052-0/+163
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | / / / / / / | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | * | | | | | | | | [ticket/15219] Update hashes to bcrypt with cronMarc Alexander2017-05-052-0/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15219
* | | | | | | | | | | Merge pull request #4833 from javiexin/ticket/15227Marc Alexander2017-06-052-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15227] Check PHP version and remove old unused code
| * | | | | | | | | | | [ticket/15227] Remove STRIP, as always falsejaviexin2017-05-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15227
* | | | | | | | | | | | Merge pull request #4811 from rxu/ticket/15200Marc 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