summaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore/Fetcher/AppFetcher.php
Commit message (Expand)AuthorAgeFilesLines
* AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-121-0/+1
* Fix broken upgrade caused by undefined method callJulius Härtl2019-12-231-1/+0
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-221-5/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* Correctly remove apps without any releasesJoas Schilling2019-08-201-1/+2
* Enable pre-releases for beta and daily channelJoas Schilling2019-04-081-3/+6
* Do not ignore the max-version for the "update-available" checkJoas Schilling2019-03-201-2/+11
* Remove apps from the list which have no release at allJoas Schilling2019-03-201-0/+5
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-16/+2
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* Log possible exception caused by wrong version numberMorris Jobke2018-04-111-10/+15
* Fix version comparison with minor and patch level requirementsChristoph Wurst2018-04-111-8/+15
* Fix AppFetcher::setVersion phpdocChristoph Wurst2018-04-101-1/+1
* Also allow to specify the cache file nameJoas Schilling2018-02-281-1/+3
* Update license headersMorris Jobke2017-11-061-0/+5
* Log connectiong problems while fetching data from appstoreMorris Jobke2017-05-111-3/+7
* Automatic injection into the FetchersJoas Schilling2017-05-101-4/+4
* Make sure the AppFetcher fetches the new applist from the appstoreRoeland Jago Douma2017-05-021-9/+20
* Add ETag validation to appstore requestsRoeland Jago Douma2017-01-051-2/+5
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-151-11/+4
* Use the mocked config versionJoas Schilling2016-12-141-1/+1
* Exclude pre-release versions as per SemVerLukas Reschke2016-11-251-5/+7
* Loop for newest version in appstore responseLukas Reschke2016-11-241-0/+67
* %d instead %sLukas Reschke2016-10-311-1/+1
* Read array elements instead of substrLukas Reschke2016-10-311-2/+6
* Use new appstore APILukas Reschke2016-10-311-0/+52