Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | | [ticket/15142] Merge branch 'ticket/15142' into 32x | Matt Friedman | 2017-04-10 | 1 | -0/+63 |
|\ \ \ | | | | | | | | | | | | | PHPBB3-15142 | ||||
| * | | | [ticket/15142] Remove duplicate code | Matt Friedman | 2017-04-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | PHPBB3-15142 | ||||
| * | | | [ticket/15142] Handle versions for unmatched branches | Matt Friedman | 2017-03-24 | 1 | -5/+13 |
| | | | | | | | | | | | | | | | | PHPBB3-15142 | ||||
| * | | | [ticket/15142] Check extension updates on current branch | Matt Friedman | 2017-03-24 | 1 | -0/+56 |
| | | | | | | | | | | | | | | | | PHPBB3-15142 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-03-24 | 1 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15143] Fix display of version update in ACP | ||||
| * | | | | [ticket/15143] Fix display of version update in ACP | Matt Friedman | 2017-03-22 | 1 | -5/+5 |
| |/ / / | | | | | | | | | | | | | PHPBB3-15143 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-01-22 | 1 | -0/+43 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | | | | | | | | | | * 3.1.x: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch | ||||
| * | | [ticket/14968] Update docblock and ensure method returns array | Marc Alexander | 2017-01-22 | 1 | -4/+8 |
| | | | | | | | | | | | | PHPBB3-14968 | ||||
| * | | [ticket/14968] Add method for retrieving updates on current branch | Marc Alexander | 2017-01-22 | 1 | -0/+39 |
| |/ | | | | | | | PHPBB3-14968 | ||||
* | | [ticket/12610] Correctly handle empty cache | Tristan Darricau | 2016-12-03 | 1 | -8/+8 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] CS | Tristan Darricau | 2016-12-03 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Use exception_interface | Tristan Darricau | 2016-12-03 | 1 | -23/+10 |
|/ | | | | PHPBB3-12610 | ||||
* | [ticket/12618] Allow extension author to use SSL for version-check | Kilian | 2015-09-25 | 1 | -3/+10 |
| | | | | | | | | | For version-check a new parameter 'ssl' is introduced. If set to true, it will use 443 as port for the file_downloader. In file_downloader, the host parameter of fsockopen is appended with 'ssl://' in case the port is 443 in order to use SSL. PHPBB3-12618 | ||||
* | [ticket/13556] Fix exception translation with filedownloader | Joas Schilling | 2015-01-30 | 1 | -2/+3 |
| | | | | PHPBB3-13556 | ||||
* | [ticket/13393] Call user->lang function directly | Oliver Schramm | 2014-11-27 | 1 | -1/+1 |
| | | | | PHPBB3-13393 | ||||
* | Merge branch 'ticket/13358' into ticket/security-171 | Marc Alexander | 2014-11-22 | 1 | -1/+1 |
|\ | |||||
| * | [ticket/13358] Correctly create version_helper in acp_extensions | Marc Alexander | 2014-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The full namespace for the file_downloader is now also being used in version_helper. PHPBB3-13358 | ||||
* | | Merge branch 'ticket/13358' into ticket/security-171 | Marc Alexander | 2014-11-21 | 1 | -5/+16 |
|\ \ | |/ | |||||
| * | [ticket/13358] Do not pass variables by reference | Marc Alexander | 2014-11-21 | 1 | -5/+3 |
| | | | | | | | | PHPBB3-13358 | ||||
| * | [ticket/13358] Fix tests and use exceptions instead of user object | Marc Alexander | 2014-11-21 | 1 | -1/+7 |
| | | | | | | | | PHPBB3-13358 | ||||
| * | [ticket/13358] Add file_downloader to version_helper | Marc Alexander | 2014-11-21 | 1 | -2/+9 |
| | | | | | | | | PHPBB3-13358 | ||||
* | | [ticket/security-171] Add tests for retrieved remote data in version_helper | Marc Alexander | 2014-11-21 | 1 | -5/+8 |
| | | | | | | | | SECURITY-171 | ||||
* | | [ticket/security-171] Use type cast helper for json data | Marc Alexander | 2014-11-21 | 1 | -9/+7 |
|/ | | | | SECURITY-171 | ||||
* | [ticket/13243] Validate announcement entry for existence in version_helper | Oliver Schramm | 2014-11-09 | 1 | -1/+1 |
| | | | | PHPBB3-13243 | ||||
* | [ticket/13232] Fix more issues with TTL and global cache file | Joas Schilling | 2014-10-28 | 1 | -1/+1 |
| | | | | PHPBB3-13232 | ||||
* | [ticket/11366] Force the use of the cache on the list page | Tristan Darricau | 2014-05-28 | 1 | -32/+40 |
| | | | | PHPBB3-11366 | ||||
* | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 | Yuriy Rusko | 2014-05-28 | 1 | -1/+4 |
|\ | |||||
| * | [ticket/12536] Restore missing @throws | Tristan Darricau | 2014-05-26 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-12536 | ||||
| * | [ticket/12536] Use stable values when unstable are unavailable | Tristan Darricau | 2014-05-15 | 1 | -11/+5 |
| | | | | | | | | PHPBB3-12536 | ||||
| * | [ticket/12536] Update doc block | Tristan Darricau | 2014-05-13 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-12536 | ||||
| * | [ticket/12536] Return empty array if stability unavailable | Tristan Darricau | 2014-05-13 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12536 | ||||
| * | [ticket/12536] Get Versions Should Not Require Both Stable and Unstable | Tristan Darricau | 2014-05-12 | 1 | -3/+12 |
| | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12536 PHPBB3-12536 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
|/ | | | | PHPBB3-12594 | ||||
* | [ticket/9871] Can set current version to use instead of the phpBB version | Nathan Guse | 2014-03-14 | 1 | -3/+23 |
| | | | | PHPBB3-9871 | ||||
* | [ticket/9871] Option to force the stability when checking for updates | Nathan Guse | 2014-03-11 | 1 | -1/+31 |
| | | | | PHPBB3-9871 | ||||
* | [ticket/9871] Allow setting the host/file to load for the version class | Nathan Guse | 2014-03-10 | 1 | -3/+44 |
| | | | | PHPBB3-9871 | ||||
* | [ticket/9871] Typehint and comment on var types | Nathan Guse | 2014-03-05 | 1 | -1/+6 |
| | | | | PHPBB3-9871 | ||||
* | [ticket/9871] Restore phpbb_version_compare | Nathan Guse | 2014-03-05 | 1 | -11/+1 |
| | | | | PHPBB3-9871 | ||||
* | [ticket/9871] Restore get_remote_file | Nathan Guse | 2014-03-05 | 1 | -71/+7 |
| | | | | PHPBB3-9871 | ||||
* | [ticket/9871] Update version check file to use json format | Nathan Guse | 2014-02-19 | 1 | -0/+249 |
PHPBB3-9871 |