aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15347] Fix query quotes in update hashes cli commandMarc Alexander2017-09-081-3/+3
| | | | PHPBB3-15347
* [ticket/15347] Use single quotes in update hashes queryMarc Alexander2017-09-071-3/+3
| | | | PHPBB3-15347
* [prep-release-3.1.11] Add migration for 3.1.11Marc Alexander2017-07-161-0/+36
|
* Merge pull request #38 from phpbb/ticket/security/210Marc Alexander2017-07-162-2/+15
|\ | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar
| * [ticket/security/210] Adjust regex and add tests for IPv6Marc Alexander2017-07-102-4/+4
| | | | | | | | SECURITY-210
| * [ticket/security/210] Prevent using IP addresses or ports for remote avatarMarc Alexander2017-07-092-2/+15
| | | | | | | | SECURITY-210
* | Merge pull request #32 from phpbb/ticket/security-203Marc Alexander2017-07-161-0/+108
|\ \ | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper
| * | [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 #29 from phpbb/ticket/security-181Marc Alexander2017-07-163-0/+99
|\ \ \ | | | | | | | | | | | | [ticket/security-181] Harden protection of migrations files and other directories
| * | | [ticket/security-181] Deny access to migrations foldersMarc Alexander2016-11-133-0/+99
| | | | | | | | | | | | | | | | SECURITY-181
* | | | 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] Add migration for update to 3.1.11-RC1Marc Alexander2017-06-251-0/+43
| | | |
* | | | [ticket/14982] Always do a ban check except on contact me formDavid Colón2017-06-251-17/+30
| | | | | | | | | | | | | | | | PHPBB3-14982
* | | | 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
| * | | [ticket/15219] Add console command for updating hashes to bcryptMarc Alexander2017-06-031-0/+117
| | | | | | | | | | | | | | | | PHPBB3-15219
| * | | [ticket/15219] Add missing spaceMarc Alexander2017-05-051-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15219
| * | | [ticket/15219] Update hashes to bcrypt with cronMarc Alexander2017-05-052-0/+163
| | | | | | | | | | | | | | | | PHPBB3-15219
* | | | Merge pull request #4784 from rubencm/ticket/15150Marc Alexander2017-06-051-0/+32
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15150] Add Jabber SSL context configuration options
| * | | | [ticket/15150] Add Jabber SSL context configuration optionsRubén Calvo2017-03-301-0/+32
| | | | | | | | | | | | | | | | | | | | PHPBB3-15150
* | | | | [ticket/15226] Add index for latest topics to topics tableMarc Alexander2017-05-111-0/+51
| |/ / / |/| | | | | | | | | | | PHPBB3-15226
* | | | 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
| * | | | [ticket/15146] Date profile field validation incorrectjaviexin2017-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix by changing select input field options to match validation range PHPBB3-15146
* | | | | Merge pull request #4718 from javiexin/ticket/15108Tristan Darricau2017-04-181-6/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15108] Remove duplicate code in request->overwrite * github.com:phpbb/phpbb: [ticket/15108] Remove duplicate code in request->context
| * | | | | [ticket/15108] Remove duplicate code in request->contextjaviexin2017-03-021-6/+0
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15108
* | | | | Merge pull request #4689 from javiexin/ticket/15080Marc Alexander2017-04-171-45/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15080] Save unneeded file loads for extension metadata
| * | | | | [ticket/15080] Save unneeded file loads for extension metadatajaviexin2017-02-091-45/+15
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15080
* | | | | Merge pull request #4592 from javiexin/ticket/14938Marc Alexander2017-04-162-21/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
| * | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-102-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. Make optional the template object on metadata_manager creation. PHPBB3-14938
| * | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-091-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. PHPBB3-14938
| * | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2016-12-301-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. PHPBB3-14938
| * | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2016-12-261-1/+23
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available PHPBB3-14938
* | | | | Merge pull request #4761 from VSEphpbb/ticket/15142Marc Alexander2017-04-111-0/+63
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/15142] Check extension updates on current branch
| * | | | [ticket/15142] Remove duplicate codeMatt Friedman2017-04-031-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-15142
| * | | | [ticket/15142] Handle versions for unmatched branchesMatt Friedman2017-03-241-5/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-15142
| * | | | [ticket/15142] Check extension updates on current branchMatt Friedman2017-03-241-0/+56
| | | | | | | | | | | | | | | | | | | | PHPBB3-15142
* | | | | [ticket/15143] Fix display of version update in ACPMatt Friedman2017-03-221-5/+5
|/ / / / | | | | | | | | | | | | PHPBB3-15143
* | | | Merge pull request #4737 from marc1706/ticket/15122Tristan Darricau2017-03-191-0/+134
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15122] Add cache driver for memcached * marc1706/ticket/15122: [ticket/15122] Add cache driver for memcached
| * | | | [ticket/15122] Add cache driver for memcachedMarc Alexander2017-03-121-0/+134
| | | | | | | | | | | | | | | | | | | | PHPBB3-15122
* | | | | Merge pull request #4745 from rxu/ticket/13558Tristan Darricau2017-03-191-0/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13558] Add smtp SSL context configuration options * rxu/ticket/13558: [ticket/13558] Change options prefix and add settings precautions. [ticket/13558] Make SSL context specific options more SMTP general [ticket/13558] Add smtp SSL context configuration options
| * | | | | [ticket/13558] Change options prefix and add settings precautions.rxu2017-03-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13558
| * | | | | [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-171-0/+32
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13558