summaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore/Fetcher/Fetcher.php
Commit message (Expand)AuthorAgeFilesLines
* 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