summaryrefslogtreecommitdiffstats
path: root/remote.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-271-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+3
* Do not use HTTP code OC_Response constants anymoreMorris Jobke2018-06-261-7/+7
* Server exception error pages by default with a 500 status codeMorris Jobke2018-06-261-2/+1
* Server error/hint pages with a 500 error code to avoid it being seen instead ...Morris Jobke2018-06-261-2/+1
* First step of DAV endpointRoeland Jago Douma2018-04-261-0/+1
* Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma2017-12-121-0/+2
* Suppress deprecated function in \OCP\JSONLukas Reschke2017-08-011-1/+1
* Don't force the use of Accept-Language anymoreJoas Schilling2017-04-071-3/+0
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-061-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Fix undefined variable $exThomas Müller2016-05-021-1/+1
* Catch class Error on all root entrypointsThomas Müller2016-04-201-3/+5
* Employ a stricter Content Security Policy on remote.phpLukas Reschke2016-04-121-0/+5
* All webdav endpoints within remote.php are now hardcoded - helps to prevent m...Thomas Müller2016-04-051-1/+22
* Update author informationLukas Reschke2016-03-011-0/+1
* Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-1/+1
* Happy new year!Thomas Müller2016-01-121-2/+2
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+1
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
* Avoid logging normal exceptions in remote.phpRobin McCorkell2015-08-181-3/+8
* Fixing content type detection and handle all local printErrorPage callsThomas Müller2015-06-301-12/+29
* Adding request specific exception handling - now with WebDAV responses - refs...Thomas Müller2015-06-301-7/+33
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* Update license headersJenkins for ownCloud2015-03-261-1/+27
* Respect http header 'Accept-Language' on ocs and remote.php callsThomas Müller2015-03-091-0/+3
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+1
* Updating license headersJenkins for ownCloud2015-02-231-1/+25
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-6/+7
* Add sabredav plugin to check if a user has access to an appRobin Appelman2014-11-171-1/+3
* handle service not available exceptions in index, remote and public.phpRobin Appelman2014-08-041-0/+4
* Prevent loading apps in remote when an upgrade is dueVincent Petry2014-06-251-0/+9
* Move authentication to it's own callLukas Reschke2014-06-051-1/+2
* Remove legacy routing codeLukas Reschke2014-06-051-1/+5
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-6/+2
|\
| * Remove no longer needed if statementRobin Appelman2014-02-201-5/+1
| * Merge pull request #7036 from LeBlaaanc/patch-1Thomas Müller2014-02-201-1/+1
| |\
| | * Removed '/'. Fixes #7035.Chris LeBlanc2014-02-011-1/+1
| * | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-1/+1
| |/
* / remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-1/+0
|/
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-101-34/+43
* More Checkstyle cleanupFelix Moeller2012-10-231-1/+1