summaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore/Fetcher/AppFetcher.php
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-9/+8
* Also allow pre-releases and nightlies when installing from gitJoas Schilling2022-03-101-3/+3
* Similar to the fetch() method respect the channel in the get()Joas Schilling2022-03-101-1/+3
* Send the subscription key to the appstore requestsJohn Molakvoæ2021-10-141-2/+3
* Fix variableJohn Molakvoæ2021-10-131-5/+5
* Allow to whitelist apps from the apsptoreJohn Molakvoæ2021-10-131-2/+24
* Fix typing error in AppFetcher.phpLouis Chemineau2021-06-211-1/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-4/+3
* Fix PHP CSJoas Schilling2021-04-271-1/+0
* Less ILoggerJoas Schilling2021-04-271-11/+6
* Fix warning in AppFetcher.php when appstore is disabledJakub Onderka2021-03-101-0/+4
* Revert "Fix comparison of PHP versions"Christoph Wurst2021-01-261-2/+2
* Fix comparison of PHP versionsDamien Goutte-Gattat2021-01-141-2/+2
* Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-071-3/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-091-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