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
2018-06-26Do not use HTTP code OC_Response constants anymoreMorris 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-04-26First step of DAV endpointRoeland Jago Douma
2017-12-12Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma
2017-08-01Suppress deprecated function in \OCP\JSONLukas Reschke
2017-04-07Don't force the use of Accept-Language anymoreJoas Schilling
2016-10-06Allow to call the files even when you are in another instance atmJoas Schilling
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-02Fix undefined variable $exThomas Müller
2016-04-20Catch class Error on all root entrypointsThomas Müller
2016-04-12Employ a stricter Content Security Policy on remote.phpLukas Reschke
2016-04-05All webdav endpoints within remote.php are now hardcoded - helps to prevent m...Thomas Müller
2016-03-01Update author informationLukas Reschke
2016-01-26Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling
2016-01-12Happy new year!Thomas Müller
2015-10-16Consolidate webdav code - move all to one appThomas Müller
2015-10-06deduplicate @xenopathicMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-08-18Avoid logging normal exceptions in remote.phpRobin McCorkell
2015-06-30Fixing content type detection and handle all local printErrorPage callsThomas Müller
2015-06-30Adding request specific exception handling - now with WebDAV responses - refs...Thomas Müller
2015-06-25update license headers and authorsMorris Jobke
2015-03-26Update license headersJenkins for ownCloud
2015-03-09Respect http header 'Accept-Language' on ocs and remote.php callsThomas Müller
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2014-11-17Add sabredav plugin to check if a user has access to an appRobin Appelman
2014-08-04handle service not available exceptions in index, remote and public.phpRobin Appelman
2014-06-25Prevent loading apps in remote when an upgrade is dueVincent Petry
2014-06-05Move authentication to it's own callLukas Reschke
2014-06-05Remove legacy routing codeLukas Reschke
2014-03-21Merge branch 'master' into load-apps-proper-masterThomas Müller
2014-02-20Remove no longer needed if statementRobin Appelman
2014-02-20Merge pull request #7036 from LeBlaaanc/patch-1Thomas Müller
2014-02-13Remove usage of legacy OC_AppconfigRobin Appelman
2014-02-06remove some more global variable $RUNTIME_NOAPPSThomas Müller
2014-02-01Removed '/'. Fixes #7035.Chris LeBlanc
2013-08-18Add _many_ newlines at the end of fileskondou
2013-06-10clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer
2012-10-23More Checkstyle cleanupFelix Moeller
2012-10-08fix remote.php for our favorite OS - WindowsGeorg Ehrke
2012-09-04Update remote.phpThomas Müller
2012-08-28Check if path info is empty for remote.php, prevent errorMichael Gapczynski
2012-08-09Remove unused RUNTIME_NOSETUPFS varBart Visscher
2012-08-07Move getting the path info to OC_RequestBart Visscher
2012-07-26fix errors like Failed opening required ownCloudcalendar/appinfo/remote.phpGeorg Ehrke