aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix comparison of PHP versions"Christoph Wurst2021-01-261-2/+2
* Fix comparison of PHP versionsDamien Goutte-Gattat2021-01-141-2/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-113-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
* Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl2020-10-161-1/+16
* Install richdocumentscode depending on the architectureJulius Härtl2020-09-171-3/+9
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-1/+3
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-072-6/+15
* Increase timeout of the appstore requestsJoas Schilling2020-06-121-1/+1
* Update hub bundle and add proxy rule to htaccessJulius Härtl2020-05-251-2/+2
* 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 education bundleRoeland Jago Douma2020-05-011-2/+0
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-17/+11
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-1/+6
* Remove unused importsChristoph Wurst2020-03-252-2/+0
* Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0
* add hub bundle for easy post-installationArthur Schiwon2020-01-262-0/+44
* 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-093-1/+5
|/
* Fix broken upgrade caused by undefined method callJulius Härtl2019-12-231-1/+0
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-223-9/+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-0512-12/+18
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Correctly remove apps without any releasesJoas Schilling2019-08-201-1/+2
* Enable pre-releases for beta and daily channelJoas Schilling2019-04-082-3/+27
* Do not ignore the max-version for the "update-available" checkJoas Schilling2019-03-201-2/+11
* Remove apps from the list which have no release at allJoas Schilling2019-03-201-0/+5
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-16/+2
* Remove Google+ from Social Sharing Bundle (2)Marius Blüm2019-03-071-1/+0
* 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