aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-28/+3
* chore(index.php): Use strict_types and Server::get in index.phpCôme Chilliet2024-02-121-10/+20
* fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrownJoas Schilling2023-11-301-0/+17
* Replace ILogger method calls index.phpfenn-cs2023-05-221-5/+21
* Check style updateCarl Schwan2022-01-131-1/+1
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Reply with JSON when html is not accepted like in SecurityMiddlewareJoas Schilling2021-05-121-0/+12
* Reply with UNAUTHORIZED like on APIs when login exception was thrownJoas Schilling2021-05-121-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
* Update license headersChristoph Wurst2019-12-051-6/+2
* Update index.phppaul2019-03-071-1/+1
* Log the previous exception during hard failureMorris Jobke2018-11-011-1/+1
* Try to not run into the white page of death and still log something in the we...Morris Jobke2018-06-291-2/+6
* Do not use HTTP code OC_Response constants anymoreMorris Jobke2018-06-261-4/+4
* Replace hardcoded status headers with calls to http_response_code()Morris Jobke2018-06-261-15/+3
* Server exception error pages by default with a 500 status codeMorris Jobke2018-06-261-6/+3
* Server error/hint pages with a 500 error code to avoid it being seen instead ...Morris Jobke2018-06-261-4/+2
* Add PHP missing message to index.phpMarius Blüm2018-05-081-0/+5
* Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma2017-12-121-7/+1
* Merge pull request #7073 from nextcloud/no-whitepage-of-deathRoeland Jago Douma2017-11-071-1/+23
|\
| * Show proper error page even if the config.php has syntax errorsMorris Jobke2017-11-061-1/+23
* | Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-061-0/+3
|/
* Improve exception handlingMorris Jobke2017-09-261-1/+10
* fix wrong method nameMorris Jobke2016-10-201-1/+1
* Changed request to not add a prefix to the url (#26256)Sergio Bertolín2016-10-201-0/+3
* use older php array syntax in index.phpGeorg Ehrke2016-10-071-3/+3
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-061-2/+2
* Master supports PHP 7.1Lukas Reschke2016-09-081-8/+0
* Proper brandingLukas Reschke2016-08-301-1/+1
* Show error if PHP version below 5.6 is usedLukas Reschke2016-08-301-4/+4
* Nextcloud is not compatible with PHP 7.1Lukas Reschke2016-08-101-0/+8
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* Catch class Error on all root entrypointsThomas Müller2016-04-201-2/+6
* Happy new year!Thomas Müller2016-01-121-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* Update license headersJenkins for ownCloud2015-03-261-20/+24
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+21
* Updating license headersJenkins for ownCloud2015-02-231-21/+23
* Show warning for PHP versions older than 5.4.0Lukas Reschke2015-02-051-0/+8
* Make files non executableLukas Reschke2014-10-241-0/+0
* Do not show exception to the end-userLukas Reschke2014-09-171-0/+3
* handle service not available exceptions in index, remote and public.phpRobin Appelman2014-08-041-0/+6
* remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller2014-02-061-2/+0