summaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore
Commit message (Expand)AuthorAgeFilesLines
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-7/+7
* composer run cs:fixCôme Chilliet2023-01-206-15/+8
* remove getDefaultInstallationBundleArthur Schiwon2022-09-221-23/+4
* remove Core BundleArthur Schiwon2022-09-222-43/+0
* Fix #30003acsfer2022-06-211-2/+2
* Also allow pre-releases and nightlies when installing from gitJoas Schilling2022-03-101-3/+3
* Similar to the fetch() method respect the channel in the get()Joas Schilling2022-03-101-1/+3
* 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-143-5/+22
* Fix variableJohn Molakvoæ2021-10-131-5/+5
* Allow to whitelist apps from the apsptoreJohn Molakvoæ2021-10-131-2/+24
* Fix typing error in AppFetcher.phpLouis Chemineau2021-06-211-1/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-29/+19
* Fix PHP CSJoas Schilling2021-04-271-1/+0
* Less ILoggerJoas Schilling2021-04-273-31/+15
* Fix warning in AppFetcher.php when appstore is disabledJakub Onderka2021-03-101-0/+4
* 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