Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Reply with JSON when html is not accepted like in SecurityMiddleware | Joas Schilling | 2021-05-12 | 1 | -0/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Reply with UNAUTHORIZED like on APIs when login exception was thrown | Joas Schilling | 2021-05-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | 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> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -5/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -6/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update index.php | paul | 2019-03-07 | 1 | -1/+1 |
| | | | Linking to NC 15 documentation instead of NC 13 | ||||
* | Log the previous exception during hard failure | Morris Jobke | 2018-11-01 | 1 | -1/+1 |
| | | | | | | * otherwise the exception that was caused by the template is logged Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Try to not run into the white page of death and still log something in the ↵ | Morris Jobke | 2018-06-29 | 1 | -2/+6 |
| | | | | | | web server error log Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Do not use HTTP code OC_Response constants anymore | Morris Jobke | 2018-06-26 | 1 | -4/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Replace hardcoded status headers with calls to http_response_code() | Morris Jobke | 2018-06-26 | 1 | -15/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Server exception error pages by default with a 500 status code | Morris Jobke | 2018-06-26 | 1 | -6/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Server error/hint pages with a 500 error code to avoid it being seen instead ↵ | Morris Jobke | 2018-06-26 | 1 | -4/+2 |
| | | | | | | | | | of the actual resource * found while reviewing #7205 * allow to specify a special status code Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add PHP missing message to index.php | Marius Blüm | 2018-05-08 | 1 | -0/+5 |
| | | | Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 1 | -7/+1 |
| | | | | | | | | | | | 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> | ||||
* | Merge pull request #7073 from nextcloud/no-whitepage-of-death | Roeland Jago Douma | 2017-11-07 | 1 | -1/+23 |
|\ | | | | | Show proper error page even if the config.php has syntax errors | ||||
| * | Show proper error page even if the config.php has syntax errors | Morris Jobke | 2017-11-06 | 1 | -1/+23 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Improve exception handling | Morris Jobke | 2017-09-26 | 1 | -1/+10 |
| | | | | | | | | | | 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> | ||||
* | fix wrong method name | Morris Jobke | 2016-10-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Changed request to not add a prefix to the url (#26256) | Sergio Bertolín | 2016-10-20 | 1 | -0/+3 |
| | | | | | | | | * Changed request to not add a prefix to the url * Expecting forbidden instead of service unavailable * Handling login exceptions | ||||
* | use older php array syntax in index.php | Georg Ehrke | 2016-10-07 | 1 | -3/+3 |
| | |||||
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Master supports PHP 7.1 | Lukas Reschke | 2016-09-08 | 1 | -8/+0 |
| | |||||
* | Proper branding | Lukas Reschke | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | Show error if PHP version below 5.6 is used | Lukas Reschke | 2016-08-30 | 1 | -4/+4 |
| | |||||
* | Nextcloud is not compatible with PHP 7.1 | Lukas Reschke | 2016-08-10 | 1 | -0/+8 |
| | | | | 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 | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Catch class Error on all root entrypoints | Thomas Müller | 2016-04-20 | 1 | -2/+6 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -20/+24 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+21 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -21/+23 |
| | |||||
* | Show warning for PHP versions older than 5.4.0 | Lukas Reschke | 2015-02-05 | 1 | -0/+8 |
| | | | | 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. | ||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 1 | -0/+3 |
| | | | | Log the error instead of potentially leaking sensitive information | ||||
* | handle service not available exceptions in index, remote and public.php | Robin Appelman | 2014-08-04 | 1 | -0/+6 |
| | |||||
* | remove global variable $RUNTIME_NOAPPS - it's just superfluous | Thomas Müller | 2014-02-06 | 1 | -2/+0 |
| | |||||
* | Added $app parameter to logException | Vincent Petry | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | Moved logException to OCP\Util class | Vincent Petry | 2013-10-23 | 1 | -29/+1 |
| | |||||
* | Expand exception stack trace in log in debug mode | Vincent Petry | 2013-10-22 | 1 | -1/+30 |
| | |||||
* | first log the exception | Thomas Müller | 2013-09-15 | 1 | -1/+1 |
| |