summaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore/Fetcher
Commit message (Expand)AuthorAgeFilesLines
* fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-041-2/+4
* fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-161-4/+7
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-7/+7
* composer run cs:fixCôme Chilliet2023-01-202-11/+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
* fix appstoreenabled check in Fetcher so it's coherent with AppSettingsControllerJulien Veyssier2021-10-181-2/+2
* Send the subscription key to the appstore requestsJohn Molakvoæ2021-10-143-5/+22
* 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-043-9/+6
* Fix PHP CSJoas Schilling2021-04-271-1/+0
* Less ILoggerJoas Schilling2021-04-273-31/+15
* 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
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
* Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl2020-10-161-1/+16
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+2
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-072-6/+15
* Increase timeout of the appstore requestsJoas Schilling2020-06-121-1/+1
* Revert "Compress the appstore requests by default"Morris Jobke2020-05-201-2/+3
* Compress the appstore requests by defaultMorris Jobke2020-05-201-3/+2
* Cache appstore requests for 60 instead of 5 minutesMorris Jobke2020-05-201-2/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Remove unused importsChristoph Wurst2020-03-252-2/+0
* Merge pull request #18860 from nextcloud/fix/license-headersRoeland Jago Douma2020-01-131-0/+1
|\
| * Fix license headersChristoph Wurst2020-01-131-0/+1
* | AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-093-1/+5
|/
* Fix broken upgrade caused by undefined method callJulius Härtl2019-12-231-1/+0
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-223-9/+5
* Update license headers for 18Christoph Wurst2019-12-201-1/+1
* Don't log the stack trace for ConnectExceptionDaniel Kesselberg2019-12-081-2/+2
* Update license headersChristoph Wurst2019-12-053-3/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Correctly remove apps without any releasesJoas Schilling2019-08-201-1/+2
* Enable pre-releases for beta and daily channelJoas Schilling2019-04-082-3/+27
* 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-262-3/+3
* 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-282-2/+4