- 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 18, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 13, 2019
-
-
Joas Schilling authored
Co-authored-by:
Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by:
Joas Schilling <coding@schilljs.com> 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>
-
- Sep 05, 2019
-
-
Daniel Rudolf authored
Deprecate \OC_App::getAppWebPath() and \OC_App::getAppPath() Signed-off-by:
Daniel Rudolf <github.com@daniel-rudolf.de>
-
- Aug 28, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Aug 25, 2019
-
-
Daniel Rudolf authored
Implements a public API for \OC_App::getAppWebPath() Signed-off-by:
Daniel Rudolf <github.com@daniel-rudolf.de>
-
- Aug 20, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 19, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Aug 15, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 22, 2019
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jul 18, 2019
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jul 16, 2019
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jun 27, 2019
-
-
Greta Doci authored
Signed-off-by:
Greta Doci <gretadoci@gmail.com>
-
- Apr 08, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Apr 01, 2019
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Mar 20, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Mar 07, 2019
-
-
Marius Blüm authored
Signed-off-by:
Marius Blüm <marius@lineone.io>
-
- Feb 22, 2019
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Feb 14, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com> Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 26, 2019
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Oct 09, 2018
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 21, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 17, 2018
-
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
- Aug 09, 2018
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 06, 2018
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Apr 26, 2018
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Apr 11, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Christoph Wurst authored
If an app requires a specific minor or path level server version, the version_compare prevented the installation as only the major version had been compared and that checks obviously returns `false`. Now the full version is used for comparison, making it possible to release apps for a specific minor or patch level version of Nextcloud. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-