aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/version_helper.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35 from phpbb/ticket/security-203-rheaMarc Alexander2017-07-161-0/+109
|\
| * 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
| | * [ticket/security-203] Do not add null values to versions infoMarc Alexander2016-12-271-7/+8
| | * [ticket/security-203] Fully validate version check data in version helperMarc Alexander2016-12-261-0/+107
* | | [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-101-0/+63
|\ \ \
| * | | [ticket/15142] Remove duplicate codeMatt Friedman2017-04-031-1/+0
| * | | [ticket/15142] Handle versions for unmatched branchesMatt Friedman2017-03-241-5/+13
| * | | [ticket/15142] Check extension updates on current branchMatt Friedman2017-03-241-0/+56
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-241-5/+5
|\ \ \ \
| * | | | [ticket/15143] Fix display of version update in ACPMatt Friedman2017-03-221-5/+5
| |/ / /
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-221-0/+43
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-221-4/+8
| * | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-221-0/+39
| |/
* | [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-031-8/+8
* | [ticket/12610] CSTristan Darricau2016-12-031-0/+1
* | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-23/+10
|/
* [ticket/12618] Allow extension author to use SSL for version-checkKilian2015-09-251-3/+10
* [ticket/13556] Fix exception translation with filedownloaderJoas Schilling2015-01-301-2/+3
* [ticket/13393] Call user->lang function directlyOliver Schramm2014-11-271-1/+1
* Merge branch 'ticket/13358' into ticket/security-171Marc Alexander2014-11-221-1/+1
|\
| * [ticket/13358] Correctly create version_helper in acp_extensionsMarc Alexander2014-11-221-1/+1
* | Merge branch 'ticket/13358' into ticket/security-171Marc Alexander2014-11-211-5/+16
|\ \ | |/
| * [ticket/13358] Do not pass variables by referenceMarc Alexander2014-11-211-5/+3
| * [ticket/13358] Fix tests and use exceptions instead of user objectMarc Alexander2014-11-211-1/+7
| * [ticket/13358] Add file_downloader to version_helperMarc Alexander2014-11-211-2/+9
* | [ticket/security-171] Add tests for retrieved remote data in version_helperMarc Alexander2014-11-211-5/+8
* | [ticket/security-171] Use type cast helper for json dataMarc Alexander2014-11-211-9/+7
|/
* [ticket/13243] Validate announcement entry for existence in version_helperOliver Schramm2014-11-091-1/+1
* [ticket/13232] Fix more issues with TTL and global cache fileJoas Schilling2014-10-281-1/+1
* [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-32/+40
* Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-281-1/+4
|\
| * [ticket/12536] Restore missing @throwsTristan Darricau2014-05-261-0/+1
| * [ticket/12536] Use stable values when unstable are unavailableTristan Darricau2014-05-151-11/+5
| * [ticket/12536] Update doc blockTristan Darricau2014-05-131-1/+0
| * [ticket/12536] Return empty array if stability unavailableTristan Darricau2014-05-131-1/+1
| * [ticket/12536] Get Versions Should Not Require Both Stable and UnstableTristan Darricau2014-05-121-3/+12
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
|/
* [ticket/9871] Can set current version to use instead of the phpBB versionNathan Guse2014-03-141-3/+23
* [ticket/9871] Option to force the stability when checking for updatesNathan Guse2014-03-111-1/+31
* [ticket/9871] Allow setting the host/file to load for the version classNathan Guse2014-03-101-3/+44
* [ticket/9871] Typehint and comment on var typesNathan Guse2014-03-051-1/+6
* [ticket/9871] Restore phpbb_version_compareNathan Guse2014-03-051-11/+1
* [ticket/9871] Restore get_remote_fileNathan Guse2014-03-051-71/+7
* [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-0/+249