- Dec 16, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 05, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 10, 2020
-
-
Christoph Wurst authored
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 17, 2019
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Jun 26, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Dec 12, 2017
-
-
Roeland Jago Douma authored
Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 01, 2017
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Oct 20, 2016
-
-
Kristof Provost authored
During upgrades, before the DB migration is complete, the system is not usable, but there's no way for monitoring systems to detect this. Add the 'needupgrade' field to the status json so monitoring systems can detect this. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 06, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 06, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Aug 29, 2016
-
-
Jörn Friedrich Dreyer authored
-
martin.mattel@diemattels.at authored
identifyer -> identifier removed variable
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 23, 2016
-
-
Joas Schilling authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Dec 18, 2015
-
-
Morris Jobke authored
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Aug 22, 2015
-
-
Lukas Reschke authored
-
- Apr 08, 2015
-
-
Morris Jobke authored
* fix XMLHttpRequest - send after callback is registered * check for correct type of value - it's a boolean * return correct content-type in status.php
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Dec 08, 2014
-
-
Morris Jobke authored
* files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
-
- Sep 09, 2014
-
-
Christopher Schäpers authored
Using status.php for this. I modified status.php to also show, whether we're in maintenance. Checks every 20 seconds if maintenance is over, if yes: reload.
-
- Apr 26, 2014
-
-
Andreas Fischer authored
-
- Apr 24, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/8342
-
- Apr 21, 2014
-
-
Lukas Reschke authored
-
- Feb 06, 2014
-
-
Thomas Müller authored
-
- Aug 29, 2013
-
-
Masaki Kawabata Neto authored
-
Masaki Kawabata Neto authored
Added option to use the status.php with console.php via CLI
-
- Aug 18, 2013
-
-
Christopher Schäpers authored
-
- Jun 10, 2013
-
-
Jörn Friedrich Dreyer authored
-
- Oct 23, 2012
-
-
Felix Moeller authored
This is for all LowerCaseConstant warnings
-
- Oct 16, 2012
-
-
Sam Tuke authored
-
- Sep 23, 2012
-
-
Lukas Reschke authored
-
- Sep 04, 2012
-
-
Thomas Müller authored
respect coding style
-