aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore/Fetcher/Fetcher.php
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-1/+3
* fix(appstoreFetcher): get app list from custom app storefix/AppStore--remove-unneeded-warningGrigorii K. Shartsev2024-09-171-0/+1
* fix(appstore): Cache apps.json also on dev instancesMarcel Müller2024-09-041-8/+9
* fix: Do not throw if appstore is unavailable during upgradeJulius Härtl2024-09-041-1/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-27/+2
* fix(AppStore\Fetcher): Ensure `get` returns an arrayFerdinand Thiessen2024-03-221-1/+1
* feat: Allow to fetch app discover json and provide frontend API routeFerdinand Thiessen2024-03-141-1/+1
* fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-041-2/+4
* Refactor lib/private/AppHamid Dehnavi2024-02-231-21/+8
* fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-151-4/+7
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* 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