summaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore/Fetcher/Fetcher.php
Commit message (Expand)AuthorAgeFilesLines
* 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-201-2/+0
* 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-141-1/+13
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Less ILoggerJoas Schilling2021-04-271-11/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* 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-241-1/+1
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-071-3/+11
* 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
* Remove unused importsChristoph Wurst2020-03-251-1/+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-091-1/+3
|/
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-221-3/+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-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Enable pre-releases for beta and daily channelJoas Schilling2019-04-081-0/+21
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+2
* Also allow to specify the cache file nameJoas Schilling2018-02-281-1/+1
* Log exceptions that happen when writing the app store reply to storageJoas Schilling2018-02-211-0/+1
* Also log exception for failed appstore requestMorris Jobke2018-01-021-1/+2
* Don't spam the log when we could not properly connect to the appstoreRoeland Jago Douma2017-12-291-1/+1
* If there is no internet connection don't try to contact appstoreRoeland Jago Douma2017-11-171-1/+2
* Update license headersMorris Jobke2017-11-061-0/+6
* Merge pull request #4825 from nextcloud/add-timeout-appstoreLukas Reschke2017-05-121-1/+3
|\
| * Add timeout for requests to appstoreMorris Jobke2017-05-111-1/+3
* | Log connectiong problems while fetching data from appstoreMorris Jobke2017-05-111-1/+11
|/
* Automatic injection into the FetchersJoas Schilling2017-05-101-3/+4
* Make sure the AppFetcher fetches the new applist from the appstoreRoeland Jago Douma2017-05-021-2/+23
* Do not do ETag caching when the version is updatedRoeland Jago Douma2017-05-021-12/+12
* Fix unit tests and improve appstore logicMorris Jobke2017-02-241-5/+2
* Add back appstoreenabled config switchSteffen Lindner2017-02-241-4/+20
* Add ETag validation to appstore requestsRoeland Jago Douma2017-01-051-4/+35
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-151-3/+14
* Loop for newest version in appstore responseLukas Reschke2016-11-241-8/+18
* Use new appstore APILukas Reschke2016-10-311-0/+92