Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18fix appstoreenabled check in Fetcher so it's coherent with AppSettingsControllerJulien Veyssier
2021-10-14Send the subscription key to the appstore requestsJohn Molakvoæ
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-27Less ILoggerJoas Schilling
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-10-16Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-07Allow to update to nightlyJohn Molakvoæ (skjnldsv)
2020-06-12Increase timeout of the appstore requestsJoas Schilling
2020-05-20Revert "Compress the appstore requests by default"Morris Jobke
2020-05-20Compress the appstore requests by defaultMorris Jobke
2020-05-20Cache appstore requests for 60 instead of 5 minutesMorris Jobke
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-01-13Merge pull request #18860 from nextcloud/fix/license-headersRoeland Jago Douma
2020-01-13Fix license headersChristoph Wurst
2020-01-09AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke
2019-12-22Restore old behavior allowing to set custom appstoreGeorg Ehrke
2019-12-20Update license headers for 18Christoph Wurst
2019-12-08Don't log the stack trace for ConnectExceptionDaniel Kesselberg
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-04-08Enable pre-releases for beta and daily channelJoas Schilling
2018-04-26move log constants to ILoggerArthur Schiwon
2018-02-28Also allow to specify the cache file nameJoas Schilling
2018-02-21Log exceptions that happen when writing the app store reply to storageJoas Schilling
2018-01-02Also log exception for failed appstore requestMorris Jobke
2017-12-29Don't spam the log when we could not properly connect to the appstoreRoeland Jago Douma
2017-11-17If there is no internet connection don't try to contact appstoreRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-05-12Merge pull request #4825 from nextcloud/add-timeout-appstoreLukas Reschke
2017-05-12Add timeout for requests to appstoreMorris Jobke
2017-05-12Log connectiong problems while fetching data from appstoreMorris Jobke
2017-05-10Automatic injection into the FetchersJoas Schilling
2017-05-02Make sure the AppFetcher fetches the new applist from the appstoreRoeland Jago Douma
2017-05-02Do not do ETag caching when the version is updatedRoeland Jago Douma
2017-02-24Fix unit tests and improve appstore logicMorris Jobke
2017-02-24Add back appstoreenabled config switchSteffen Lindner
2017-01-05Add ETag validation to appstore requestsRoeland Jago Douma
2016-12-16Clear appstore cache on version upgradeRoeland Jago Douma
2016-11-24Loop for newest version in appstore responseLukas Reschke
2016-10-31Use new appstore APILukas Reschke