summaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore
Commit message (Expand)AuthorAgeFilesLines
* add deck and mail to the groupware bundle, remove talkBjoern Schiessle2018-08-171-1/+2
* Add the ToS app to the enterprise bundleJoas Schilling2018-08-091-3/+4
* 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
* Log exceptions that happen when writing the app store reply to storageJoas Schilling2018-02-211-0/+1
* Use index based string access for substr with length of 1Morris Jobke2018-01-261-3/+2
* 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-0612-0/+34
* Add new bundleLukas Reschke2017-07-262-0/+51
* 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-113-6/+24
|/
* Automatic injection into the FetchersJoas Schilling2017-05-103-11/+12
* Make sure the AppFetcher fetches the new applist from the appstoreRoeland Jago Douma2017-05-022-11/+43
* Do not do ETag caching when the version is updatedRoeland Jago Douma2017-05-021-12/+12
* Add SocialSharingBundleLukas Reschke2017-04-262-0/+47
* Add spreed to Groupware bundleLukas Reschke2017-04-261-0/+1
* Remove unrequired getDescription() methodLukas Reschke2017-04-264-29/+1
* Add app bundlesLukas Reschke2017-04-265-0/+298
* 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-052-6/+40
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-153-16/+24
* Use the mocked config versionJoas Schilling2016-12-141-1/+1
* Exclude pre-release versions as per SemVerLukas Reschke2016-11-251-5/+7
* Loop for newest version in appstore responseLukas Reschke2016-11-242-8/+85
* %d instead %sLukas Reschke2016-10-311-1/+1
* Use substr and explode instead of a regexLukas Reschke2016-10-311-14/+33
* Read array elements instead of substrLukas Reschke2016-10-311-2/+6
* Use new appstore APILukas Reschke2016-10-315-0/+305