Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [prep-release-3.1.11] Add migration for 3.1.11 | Marc Alexander | 2017-07-16 | 1 | -0/+36 | |
| | | | ||||||
| * | | Merge pull request #38 from phpbb/ticket/security/210 | Marc Alexander | 2017-07-16 | 2 | -2/+15 | |
| |\ \ | | | | | | | | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar | |||||
| * \ \ | Merge pull request #32 from phpbb/ticket/security-203 | Marc Alexander | 2017-07-16 | 1 | -0/+108 | |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper | |||||
| * \ \ \ | Merge pull request #29 from phpbb/ticket/security-181 | Marc Alexander | 2017-07-16 | 3 | -0/+99 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/security-181] Harden protection of migrations files and other directories | |||||
| * \ \ \ \ | Merge pull request #36 from phpbb/ticket/security/124 | Marc Alexander | 2017-07-16 | 1 | -0/+21 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/security/124] Filter out disallowed search query items | |||||
| | * | | | | | [ticket/security/124] Filter out disallowed search query items | Marc Alexander | 2017-06-18 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-124 | |||||
* | | | | | | | Merge pull request #4864 from lavigor/ticket/15259 | Marc Alexander | 2017-07-16 | 1 | -22/+14 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15259] Fatal error on SQLite/Oracle database update | |||||
| * | | | | | | | [ticket/15259] Fatal error on SQLite/Oracle database update | lavigor | 2017-07-01 | 1 | -22/+14 | |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | PHPBB3-15259 | |||||
* | | | | | | | Merge pull request #4865 from JoshyPHP/ticket/15261 | Marc Alexander | 2017-07-16 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15261] Fix censoring HTML tags | |||||
| * | | | | | | | [ticket/15261] Fix censoring HTML tags | JoshyPHP | 2017-07-03 | 1 | -4/+2 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15261 | |||||
* | | | | | | | [prep-release-3.2.1] Add migration for 3.2.1 | Marc Alexander | 2017-07-16 | 1 | -0/+37 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #39 from phpbb/ticket/security/210-rhea | Marc Alexander | 2017-07-16 | 2 | -2/+15 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar -- Rhea | |||||
| * \ \ \ \ \ \ | Merge branch 'ticket/security/210' into ticket/security/210-rhea | Marc Alexander | 2017-07-10 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | [ticket/security/210] Adjust regex and add tests for IPv6 | Marc Alexander | 2017-07-10 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-210 | |||||
| * | | | | | | | Merge branch 'ticket/security/210' into ticket/security/210-rhea | Marc Alexander | 2017-07-09 | 2 | -2/+15 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar | Marc Alexander | 2017-07-09 | 2 | -2/+15 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | SECURITY-210 | |||||
* | | | | | | Merge pull request #35 from phpbb/ticket/security-203-rhea | Marc Alexander | 2017-07-16 | 1 | -0/+109 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper -- Rhea | |||||
| * \ \ \ \ \ | Merge branch 'ticket/security-203' into ticket/security-203-rhea | Marc Alexander | 2016-12-28 | 1 | -1/+110 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | [ticket/security-203] Allow more characters for branch names | Marc Alexander | 2016-12-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-203 | |||||
| | * | | | | | [ticket/security-203] Do not add null values to versions info | Marc Alexander | 2016-12-27 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also stopped using reference for validate_versions() method argument. SECURTIY-203 | |||||
| | * | | | | | [ticket/security-203] Fully validate version check data in version helper | Marc Alexander | 2016-12-26 | 1 | -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-rhea | Marc Alexander | 2017-07-16 | 4 | -0/+132 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security-181] Harden protection of migrations files and other directories | |||||
| * | | | | | | | [ticket/security-181] Add .htaccess to 3.2.x migrations | Marc Alexander | 2016-11-13 | 1 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-181 | |||||
| * | | | | | | | Merge branch 'ticket/security-181' into ticket/security-181-rhea | Marc Alexander | 2016-11-13 | 3 | -0/+99 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | [ticket/security-181] Deny access to migrations folders | Marc Alexander | 2016-11-13 | 3 | -0/+99 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-181 | |||||
* | | | | | | | | [prep-release-3.2.1] Add migration for 3.2.1-RC1 | Marc Alexander | 2017-06-25 | 1 | -0/+39 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'prep-release-3.1.11' into prep-release-3.2.1 | Marc Alexander | 2017-06-25 | 1 | -0/+43 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | [prep-release-3.1.11] Add migration for update to 3.1.11-RC1 | Marc Alexander | 2017-06-25 | 1 | -0/+43 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-06-25 | 1 | -17/+30 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | [ticket/14982] Always do a ban check except on contact me form | David Colón | 2017-06-25 | 1 | -17/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14982 | |||||
* | | | | | | | [ticket/15251] Use dispatcher_interface in help manager | Agris | 2017-06-25 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow TraceableEventDispatcher for webprofiler PHPBB3-15251 | |||||
* | | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-06-25 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge pull request #4850 from rxu/ticket/15246 | Marc Alexander | 2017-06-25 | 2 | -4/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15246] Allow use of Unix socket as memcache(d) host | |||||
| | * | | | | | | [ticket/15246] Allow use of Unix socket as memcache(d) host | rxu | 2017-06-17 | 2 | -4/+4 | |
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15246 | |||||
| * | | | | | | [ticket/15238] Add missing protected keyword | rxu | 2017-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238 | |||||
| * | | | | | | [ticket/15238] More code cleanup | rxu | 2017-06-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238 | |||||
| * | | | | | | [ticket/15238] Code cleanup, add docblocks | rxu | 2017-06-18 | 1 | -11/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238 | |||||
| * | | | | | | [ticket/15238] Add console command to fix forums/modules left/right IDs | rxu | 2017-06-18 | 1 | -0/+105 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-15238 | |||||
| * | | | | | Merge pull request #4825 from marc1706/ticket/15219 | Tristan Darricau | 2017-06-06 | 3 | -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/15238 | Marc Alexander | 2017-06-25 | 1 | -0/+137 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15238] Add console command to fix forums/modules left/right IDs | |||||
| * | | | | | | | [ticket/15238] Add missing protected keyword | rxu | 2017-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238 | |||||
| * | | | | | | | [ticket/15238] More code cleanup | rxu | 2017-06-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238 | |||||
| * | | | | | | | [ticket/15238] Code cleanup, add docblocks | rxu | 2017-06-18 | 1 | -11/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238 | |||||
| * | | | | | | | [ticket/15238] Add console command to fix forums/modules left/right IDs | rxu | 2017-06-18 | 1 | -0/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15238 | |||||
* | | | | | | | | Merge pull request #4824 from senky/ticket/15217 | Marc Alexander | 2017-06-25 | 1 | -3/+28 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15217] Add core.user_format_date_override event | |||||
| * | | | | | | | | [ticket/15217] Add core.user_format_date_override event | Jakub Senko | 2017-06-05 | 1 | -3/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15217 | |||||
* | | | | | | | | | Merge pull request #4794 from lr94/ticket/15176 | Marc Alexander | 2017-06-24 | 1 | -0/+36 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | [ticket/15176] Add setting for user activity display limit. | |||||
| * | | | | | | | | [ticket/15176] Add setting for user activity display limit. | lr94 | 2017-04-16 | 1 | -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 SQLite | Rubén Calvo | 2017-06-15 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15243 | |||||
* | | | | | | | | | Merge pull request #4799 from marc1706/ticket/15179 | Marc Alexander | 2017-06-11 | 3 | -3/+12 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15179] Update dependencies and fix compatibility with newer twig |