- Jan 09, 2020
-
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
- Dec 22, 2019
-
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
- Dec 20, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 08, 2019
-
-
Daniel Kesselberg authored
The stack trace for ConnectException could contain the old apps.json content and is probably huge. Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 22, 2019
-
-
Roeland Jago Douma authored
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 08, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Apr 26, 2018
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Feb 28, 2018
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Feb 21, 2018
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jan 02, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Dec 29, 2017
-
-
Roeland Jago Douma authored
If we can't connect to the appstore for some reason we don't have to log the exception just an info entry is enough. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 17, 2017
-
-
Roeland Jago Douma authored
Fixes #7119 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 11, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 10, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- May 02, 2017
-
-
Roeland Jago Douma authored
When in the upgrade process the version in the config is still the old version. (Since we only upgrade it after the upgrade is complete). However the app list fetched from the appstore must be the new list. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Feb 24, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Steffen Lindner authored
Signed-off-by:
Steffen Lindner <mail@steffen-lindner.de>
-
- Jan 05, 2017
-
-
Roeland Jago Douma authored
* If the ETag if present store it * If a stored ETag is present then pass it along (with the original response) to get * Add tests * Added files to classmap Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Dec 15, 2016
-
-
Roeland Jago Douma authored
* Add version to cached json * Compare version * Updated calls * Updated tests Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 24, 2016
-
-
Lukas Reschke authored
The current implementation when fetching apps from the appstore is to assume that the first element is the newest version, this is now always applicable and leads to the fact that for some apps (e.g. nextant) the newest version is not delivered. This can be easily tested by comparing the version of the downloaded Nextant version. This change will loop over all releases delivered by the appstore and chooses the newest compatible one. While not the cleanest solution, it does its job. Most of the code are actually unit tests. Whereas I have copied the whole original response from the appstore and also have performed the transformation. So that's why the diff looks so huge. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Oct 31, 2016
-
-
Lukas Reschke authored
This change introduces the new appstore API in Nextcloud. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-