Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27Fix psalm not runningCarl Schwan
2021-06-30Migrate HintException to OCPGary Kim
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-12Reply with JSON when html is not accepted like in SecurityMiddlewareJoas Schilling
2021-05-12Reply with UNAUTHORIZED like on APIs when login exception was thrownJoas Schilling
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-03-08Update index.phppaul
2018-11-02Log the previous exception during hard failureMorris Jobke
2018-06-29Try to not run into the white page of death and still log something in the we...Morris Jobke
2018-06-26Do not use HTTP code OC_Response constants anymoreMorris Jobke
2018-06-26Replace hardcoded status headers with calls to http_response_code()Morris Jobke
2018-06-26Server exception error pages by default with a 500 status codeMorris Jobke
2018-06-26Server error/hint pages with a 500 error code to avoid it being seen instead ...Morris Jobke
2018-05-08Add PHP missing message to index.phpMarius Blüm
2017-12-12Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma
2017-11-07Merge pull request #7073 from nextcloud/no-whitepage-of-deathRoeland Jago Douma
2017-11-06Change @georgehrke's emailMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-11-06Show proper error page even if the config.php has syntax errorsMorris Jobke
2017-09-26Improve exception handlingMorris Jobke
2016-10-20fix wrong method nameMorris Jobke
2016-10-20Changed request to not add a prefix to the url (#26256)Sergio Bertolín
2016-10-07use older php array syntax in index.phpGeorg Ehrke
2016-10-06Allow to call the files even when you are in another instance atmJoas Schilling
2016-09-08Master supports PHP 7.1Lukas Reschke
2016-08-30Proper brandingLukas Reschke
2016-08-30Show error if PHP version below 5.6 is usedLukas Reschke
2016-08-10Nextcloud is not compatible with PHP 7.1Lukas Reschke
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-04-20Catch class Error on all root entrypointsThomas Müller
2016-01-12Happy new year!Thomas Müller
2015-10-05update licence headers via scriptMorris Jobke
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-05Show warning for PHP versions older than 5.4.0Lukas Reschke
2014-10-24Make files non executableLukas Reschke
2014-09-17Do not show exception to the end-userLukas Reschke
2014-08-04handle service not available exceptions in index, remote and public.phpRobin Appelman
2014-02-06remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller
2013-10-23Added $app parameter to logExceptionVincent Petry
2013-10-23Moved logException to OCP\Util classVincent Petry
2013-10-22Expand exception stack trace in log in debug modeVincent Petry
2013-09-15first log the exceptionThomas Müller