- Dec 16, 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>
-
- Mar 31, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 26, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 07, 2019
-
-
paul authored
Linking to NC 15 documentation instead of NC 13
-
- Nov 01, 2018
-
-
Morris Jobke authored
* otherwise the exception that was caused by the template is logged Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jun 29, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jun 26, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* found while reviewing #7205 * allow to specify a special status code Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 08, 2018
-
-
Marius Blüm authored
Signed-off-by:
Marius Blüm <marius@lineone.io>
-
- 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>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Sep 26, 2017
-
-
Morris Jobke authored
If there is an exception in the template handling then a white page is shown. This improves the handling of this and shows text only about the internal error. To test this just setup redis as cache and then disable the php-redis module. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Oct 20, 2016
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Sergio Bertolín authored
* Changed request to not add a prefix to the url * Expecting forbidden instead of service unavailable * Handling login exceptions
-
- Oct 07, 2016
-
-
Georg Ehrke authored
-
- Oct 06, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 08, 2016
-
-
Lukas Reschke authored
-
- Aug 30, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
- Aug 10, 2016
-
-
Lukas Reschke authored
Make the code fail hard before people update and then experience some half-broken stuff. See also https://github.com/nextcloud/docker-ci/issues/10
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- Apr 20, 2016
-
-
Thomas Müller authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 05, 2015
-
-
Lukas Reschke authored
We can't check the PHP version in the installer since base.php already used 5.4 syntax. Thus for a better UX we show a simple warning instead of a fatal PHP error.
-
- Oct 24, 2014
-
-
Lukas Reschke authored
There is not much sense in having these files marked executable, we should avoid that.
-
- Sep 17, 2014
-
-
Lukas Reschke authored
Log the error instead of potentially leaking sensitive information
-
- Aug 04, 2014
-
-
Robin Appelman authored
-
- Feb 06, 2014
-
-
Thomas Müller authored
-