You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

base.php 36KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  1. <?php
  2. /**
  3. * @copyright Copyright (c) 2016, ownCloud, Inc.
  4. *
  5. * @author Adam Williamson <awilliam@redhat.com>
  6. * @author Andreas Fischer <bantu@owncloud.com>
  7. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  8. * @author Bart Visscher <bartv@thisnet.nl>
  9. * @author Bernhard Posselt <dev@bernhard-posselt.com>
  10. * @author Björn Schießle <bjoern@schiessle.org>
  11. * @author Christoph Wurst <christoph@owncloud.com>
  12. * @author davidgumberg <davidnoizgumberg@gmail.com>
  13. * @author Florin Peter <github@florin-peter.de>
  14. * @author Georg Ehrke <georg@owncloud.com>
  15. * @author Hugo Gonzalez Labrador <hglavra@gmail.com>
  16. * @author Individual IT Services <info@individual-it.net>
  17. * @author Jakob Sack <mail@jakobsack.de>
  18. * @author Joachim Bauch <bauch@struktur.de>
  19. * @author Joachim Sokolowski <github@sokolowski.org>
  20. * @author Joas Schilling <coding@schilljs.com>
  21. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  22. * @author Lukas Reschke <lukas@statuscode.ch>
  23. * @author Michael Gapczynski <GapczynskiM@gmail.com>
  24. * @author Morris Jobke <hey@morrisjobke.de>
  25. * @author Owen Winkler <a_github@midnightcircus.com>
  26. * @author Phil Davis <phil.davis@inf.org>
  27. * @author Ramiro Aparicio <rapariciog@gmail.com>
  28. * @author Robin Appelman <robin@icewind.nl>
  29. * @author Robin McCorkell <robin@mccorkell.me.uk>
  30. * @author Roeland Jago Douma <roeland@famdouma.nl>
  31. * @author Stefan Weil <sw@weilnetz.de>
  32. * @author Thomas Müller <thomas.mueller@tmit.eu>
  33. * @author Thomas Pulzer <t.pulzer@kniel.de>
  34. * @author Thomas Tanghus <thomas@tanghus.net>
  35. * @author Vincent Petry <pvince81@owncloud.com>
  36. * @author Volkan Gezer <volkangezer@gmail.com>
  37. *
  38. * @license AGPL-3.0
  39. *
  40. * This code is free software: you can redistribute it and/or modify
  41. * it under the terms of the GNU Affero General Public License, version 3,
  42. * as published by the Free Software Foundation.
  43. *
  44. * This program is distributed in the hope that it will be useful,
  45. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  46. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  47. * GNU Affero General Public License for more details.
  48. *
  49. * You should have received a copy of the GNU Affero General Public License, version 3,
  50. * along with this program. If not, see <http://www.gnu.org/licenses/>
  51. *
  52. */
  53. require_once 'public/Constants.php';
  54. /**
  55. * Class that is a namespace for all global OC variables
  56. * No, we can not put this class in its own file because it is used by
  57. * OC_autoload!
  58. */
  59. class OC {
  60. /**
  61. * Associative array for autoloading. classname => filename
  62. */
  63. public static $CLASSPATH = array();
  64. /**
  65. * The installation path for Nextcloud on the server (e.g. /srv/http/nextcloud)
  66. */
  67. public static $SERVERROOT = '';
  68. /**
  69. * the current request path relative to the Nextcloud root (e.g. files/index.php)
  70. */
  71. private static $SUBURI = '';
  72. /**
  73. * the Nextcloud root path for http requests (e.g. nextcloud/)
  74. */
  75. public static $WEBROOT = '';
  76. /**
  77. * The installation path array of the apps folder on the server (e.g. /srv/http/nextcloud) 'path' and
  78. * web path in 'url'
  79. */
  80. public static $APPSROOTS = array();
  81. /**
  82. * @var string
  83. */
  84. public static $configDir;
  85. /**
  86. * requested app
  87. */
  88. public static $REQUESTEDAPP = '';
  89. /**
  90. * check if Nextcloud runs in cli mode
  91. */
  92. public static $CLI = false;
  93. /**
  94. * @var \OC\Autoloader $loader
  95. */
  96. public static $loader = null;
  97. /** @var \Composer\Autoload\ClassLoader $composerAutoloader */
  98. public static $composerAutoloader = null;
  99. /**
  100. * @var \OC\Server
  101. */
  102. public static $server = null;
  103. /**
  104. * @var \OC\Config
  105. */
  106. private static $config = null;
  107. /**
  108. * @throws \RuntimeException when the 3rdparty directory is missing or
  109. * the app path list is empty or contains an invalid path
  110. */
  111. public static function initPaths() {
  112. if(defined('PHPUNIT_CONFIG_DIR')) {
  113. self::$configDir = OC::$SERVERROOT . '/' . PHPUNIT_CONFIG_DIR . '/';
  114. } elseif(defined('PHPUNIT_RUN') and PHPUNIT_RUN and is_dir(OC::$SERVERROOT . '/tests/config/')) {
  115. self::$configDir = OC::$SERVERROOT . '/tests/config/';
  116. } elseif($dir = getenv('NEXTCLOUD_CONFIG_DIR')) {
  117. self::$configDir = rtrim($dir, '/') . '/';
  118. } else {
  119. self::$configDir = OC::$SERVERROOT . '/config/';
  120. }
  121. self::$config = new \OC\Config(self::$configDir);
  122. OC::$SUBURI = str_replace("\\", "/", substr(realpath($_SERVER["SCRIPT_FILENAME"]), strlen(OC::$SERVERROOT)));
  123. /**
  124. * FIXME: The following lines are required because we can't yet instantiiate
  125. * \OC::$server->getRequest() since \OC::$server does not yet exist.
  126. */
  127. $params = [
  128. 'server' => [
  129. 'SCRIPT_NAME' => $_SERVER['SCRIPT_NAME'],
  130. 'SCRIPT_FILENAME' => $_SERVER['SCRIPT_FILENAME'],
  131. ],
  132. ];
  133. $fakeRequest = new \OC\AppFramework\Http\Request($params, null, new \OC\AllConfig(new \OC\SystemConfig(self::$config)));
  134. $scriptName = $fakeRequest->getScriptName();
  135. if (substr($scriptName, -1) == '/') {
  136. $scriptName .= 'index.php';
  137. //make sure suburi follows the same rules as scriptName
  138. if (substr(OC::$SUBURI, -9) != 'index.php') {
  139. if (substr(OC::$SUBURI, -1) != '/') {
  140. OC::$SUBURI = OC::$SUBURI . '/';
  141. }
  142. OC::$SUBURI = OC::$SUBURI . 'index.php';
  143. }
  144. }
  145. if (OC::$CLI) {
  146. OC::$WEBROOT = self::$config->getValue('overwritewebroot', '');
  147. } else {
  148. if (substr($scriptName, 0 - strlen(OC::$SUBURI)) === OC::$SUBURI) {
  149. OC::$WEBROOT = substr($scriptName, 0, 0 - strlen(OC::$SUBURI));
  150. if (OC::$WEBROOT != '' && OC::$WEBROOT[0] !== '/') {
  151. OC::$WEBROOT = '/' . OC::$WEBROOT;
  152. }
  153. } else {
  154. // The scriptName is not ending with OC::$SUBURI
  155. // This most likely means that we are calling from CLI.
  156. // However some cron jobs still need to generate
  157. // a web URL, so we use overwritewebroot as a fallback.
  158. OC::$WEBROOT = self::$config->getValue('overwritewebroot', '');
  159. }
  160. // Resolve /nextcloud to /nextcloud/ to ensure to always have a trailing
  161. // slash which is required by URL generation.
  162. if($_SERVER['REQUEST_URI'] === \OC::$WEBROOT &&
  163. substr($_SERVER['REQUEST_URI'], -1) !== '/') {
  164. header('Location: '.\OC::$WEBROOT.'/');
  165. exit();
  166. }
  167. }
  168. // search the apps folder
  169. $config_paths = self::$config->getValue('apps_paths', array());
  170. if (!empty($config_paths)) {
  171. foreach ($config_paths as $paths) {
  172. if (isset($paths['url']) && isset($paths['path'])) {
  173. $paths['url'] = rtrim($paths['url'], '/');
  174. $paths['path'] = rtrim($paths['path'], '/');
  175. OC::$APPSROOTS[] = $paths;
  176. }
  177. }
  178. } elseif (file_exists(OC::$SERVERROOT . '/apps')) {
  179. OC::$APPSROOTS[] = array('path' => OC::$SERVERROOT . '/apps', 'url' => '/apps', 'writable' => true);
  180. } elseif (file_exists(OC::$SERVERROOT . '/../apps')) {
  181. OC::$APPSROOTS[] = array(
  182. 'path' => rtrim(dirname(OC::$SERVERROOT), '/') . '/apps',
  183. 'url' => '/apps',
  184. 'writable' => true
  185. );
  186. }
  187. if (empty(OC::$APPSROOTS)) {
  188. throw new \RuntimeException('apps directory not found! Please put the Nextcloud apps folder in the Nextcloud folder'
  189. . ' or the folder above. You can also configure the location in the config.php file.');
  190. }
  191. $paths = array();
  192. foreach (OC::$APPSROOTS as $path) {
  193. $paths[] = $path['path'];
  194. if (!is_dir($path['path'])) {
  195. throw new \RuntimeException(sprintf('App directory "%s" not found! Please put the Nextcloud apps folder in the'
  196. . ' Nextcloud folder or the folder above. You can also configure the location in the'
  197. . ' config.php file.', $path['path']));
  198. }
  199. }
  200. // set the right include path
  201. set_include_path(
  202. OC::$SERVERROOT . '/lib/private' . PATH_SEPARATOR .
  203. self::$configDir . PATH_SEPARATOR .
  204. OC::$SERVERROOT . '/3rdparty' . PATH_SEPARATOR .
  205. implode(PATH_SEPARATOR, $paths) . PATH_SEPARATOR .
  206. get_include_path() . PATH_SEPARATOR .
  207. OC::$SERVERROOT
  208. );
  209. }
  210. public static function checkConfig() {
  211. $l = \OC::$server->getL10N('lib');
  212. // Create config if it does not already exist
  213. $configFilePath = self::$configDir .'/config.php';
  214. if(!file_exists($configFilePath)) {
  215. @touch($configFilePath);
  216. }
  217. // Check if config is writable
  218. $configFileWritable = is_writable($configFilePath);
  219. if (!$configFileWritable && !OC_Helper::isReadOnlyConfigEnabled()
  220. || !$configFileWritable && self::checkUpgrade(false)) {
  221. $urlGenerator = \OC::$server->getURLGenerator();
  222. if (self::$CLI) {
  223. echo $l->t('Cannot write into "config" directory!')."\n";
  224. echo $l->t('This can usually be fixed by giving the webserver write access to the config directory')."\n";
  225. echo "\n";
  226. echo $l->t('See %s', [ $urlGenerator->linkToDocs('admin-dir_permissions') ])."\n";
  227. exit;
  228. } else {
  229. OC_Template::printErrorPage(
  230. $l->t('Cannot write into "config" directory!'),
  231. $l->t('This can usually be fixed by '
  232. . '%sgiving the webserver write access to the config directory%s.',
  233. array('<a href="' . $urlGenerator->linkToDocs('admin-dir_permissions') . '" target="_blank" rel="noreferrer">', '</a>'))
  234. );
  235. }
  236. }
  237. }
  238. public static function checkInstalled() {
  239. if (defined('OC_CONSOLE')) {
  240. return;
  241. }
  242. // Redirect to installer if not installed
  243. if (!\OC::$server->getSystemConfig()->getValue('installed', false) && OC::$SUBURI !== '/index.php' && OC::$SUBURI !== '/status.php') {
  244. if (OC::$CLI) {
  245. throw new Exception('Not installed');
  246. } else {
  247. $url = OC::$WEBROOT . '/index.php';
  248. header('Location: ' . $url);
  249. }
  250. exit();
  251. }
  252. }
  253. public static function checkMaintenanceMode() {
  254. // Allow ajax update script to execute without being stopped
  255. if (\OC::$server->getSystemConfig()->getValue('maintenance', false) && OC::$SUBURI != '/core/ajax/update.php') {
  256. // send http status 503
  257. header('HTTP/1.1 503 Service Temporarily Unavailable');
  258. header('Status: 503 Service Temporarily Unavailable');
  259. header('Retry-After: 120');
  260. // render error page
  261. $template = new OC_Template('', 'update.user', 'guest');
  262. OC_Util::addScript('maintenance-check');
  263. $template->printPage();
  264. die();
  265. }
  266. }
  267. public static function checkSingleUserMode($lockIfNoUserLoggedIn = false) {
  268. if (!\OC::$server->getSystemConfig()->getValue('singleuser', false)) {
  269. return;
  270. }
  271. $user = OC_User::getUserSession()->getUser();
  272. if ($user) {
  273. $group = \OC::$server->getGroupManager()->get('admin');
  274. if ($group->inGroup($user)) {
  275. return;
  276. }
  277. } else {
  278. if(!$lockIfNoUserLoggedIn) {
  279. return;
  280. }
  281. }
  282. // send http status 503
  283. header('HTTP/1.1 503 Service Temporarily Unavailable');
  284. header('Status: 503 Service Temporarily Unavailable');
  285. header('Retry-After: 120');
  286. // render error page
  287. $template = new OC_Template('', 'singleuser.user', 'guest');
  288. $template->printPage();
  289. die();
  290. }
  291. /**
  292. * Checks if the version requires an update and shows
  293. * @param bool $showTemplate Whether an update screen should get shown
  294. * @return bool|void
  295. */
  296. public static function checkUpgrade($showTemplate = true) {
  297. if (\OCP\Util::needUpgrade()) {
  298. $systemConfig = \OC::$server->getSystemConfig();
  299. if ($showTemplate && !$systemConfig->getValue('maintenance', false)) {
  300. self::printUpgradePage();
  301. exit();
  302. } else {
  303. return true;
  304. }
  305. }
  306. return false;
  307. }
  308. /**
  309. * Prints the upgrade page
  310. */
  311. private static function printUpgradePage() {
  312. $systemConfig = \OC::$server->getSystemConfig();
  313. $disableWebUpdater = $systemConfig->getValue('upgrade.disable-web', false);
  314. $tooBig = false;
  315. if (!$disableWebUpdater) {
  316. $apps = \OC::$server->getAppManager();
  317. $tooBig = $apps->isInstalled('user_ldap') || $apps->isInstalled('user_shibboleth');
  318. if (!$tooBig) {
  319. // count users
  320. $stats = \OC::$server->getUserManager()->countUsers();
  321. $totalUsers = array_sum($stats);
  322. $tooBig = ($totalUsers > 50);
  323. }
  324. }
  325. if ($disableWebUpdater || $tooBig) {
  326. // send http status 503
  327. header('HTTP/1.1 503 Service Temporarily Unavailable');
  328. header('Status: 503 Service Temporarily Unavailable');
  329. header('Retry-After: 120');
  330. // render error page
  331. $template = new OC_Template('', 'update.use-cli', 'guest');
  332. $template->assign('productName', 'nextcloud'); // for now
  333. $template->assign('version', OC_Util::getVersionString());
  334. $template->assign('tooBig', $tooBig);
  335. $template->printPage();
  336. die();
  337. }
  338. // check whether this is a core update or apps update
  339. $installedVersion = $systemConfig->getValue('version', '0.0.0');
  340. $currentVersion = implode('.', \OCP\Util::getVersion());
  341. // if not a core upgrade, then it's apps upgrade
  342. $isAppsOnlyUpgrade = (version_compare($currentVersion, $installedVersion, '='));
  343. $oldTheme = $systemConfig->getValue('theme');
  344. $systemConfig->setValue('theme', '');
  345. \OCP\Util::addScript('config'); // needed for web root
  346. \OCP\Util::addScript('update');
  347. \OCP\Util::addStyle('update');
  348. $appManager = \OC::$server->getAppManager();
  349. $tmpl = new OC_Template('', 'update.admin', 'guest');
  350. $tmpl->assign('version', OC_Util::getVersionString());
  351. $tmpl->assign('isAppsOnlyUpgrade', $isAppsOnlyUpgrade);
  352. // get third party apps
  353. $ocVersion = \OCP\Util::getVersion();
  354. $tmpl->assign('appsToUpgrade', $appManager->getAppsNeedingUpgrade($ocVersion));
  355. $tmpl->assign('incompatibleAppsList', $appManager->getIncompatibleApps($ocVersion));
  356. $tmpl->assign('productName', 'Nextcloud'); // for now
  357. $tmpl->assign('oldTheme', $oldTheme);
  358. $tmpl->printPage();
  359. }
  360. public static function initSession() {
  361. // prevents javascript from accessing php session cookies
  362. ini_set('session.cookie_httponly', true);
  363. // set the cookie path to the Nextcloud directory
  364. $cookie_path = OC::$WEBROOT ? : '/';
  365. ini_set('session.cookie_path', $cookie_path);
  366. // Let the session name be changed in the initSession Hook
  367. $sessionName = OC_Util::getInstanceId();
  368. try {
  369. // Allow session apps to create a custom session object
  370. $useCustomSession = false;
  371. $session = self::$server->getSession();
  372. OC_Hook::emit('OC', 'initSession', array('session' => &$session, 'sessionName' => &$sessionName, 'useCustomSession' => &$useCustomSession));
  373. if (!$useCustomSession) {
  374. // set the session name to the instance id - which is unique
  375. $session = new \OC\Session\Internal($sessionName);
  376. }
  377. $cryptoWrapper = \OC::$server->getSessionCryptoWrapper();
  378. $session = $cryptoWrapper->wrapSession($session);
  379. self::$server->setSession($session);
  380. // if session can't be started break with http 500 error
  381. } catch (Exception $e) {
  382. \OCP\Util::logException('base', $e);
  383. //show the user a detailed error page
  384. OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR);
  385. OC_Template::printExceptionErrorPage($e);
  386. die();
  387. }
  388. $sessionLifeTime = self::getSessionLifeTime();
  389. // session timeout
  390. if ($session->exists('LAST_ACTIVITY') && (time() - $session->get('LAST_ACTIVITY') > $sessionLifeTime)) {
  391. if (isset($_COOKIE[session_name()])) {
  392. setcookie(session_name(), null, -1, self::$WEBROOT ? : '/');
  393. }
  394. \OC::$server->getUserSession()->logout();
  395. }
  396. $session->set('LAST_ACTIVITY', time());
  397. }
  398. /**
  399. * @return string
  400. */
  401. private static function getSessionLifeTime() {
  402. return \OC::$server->getConfig()->getSystemValue('session_lifetime', 60 * 60 * 24);
  403. }
  404. public static function loadAppClassPaths() {
  405. foreach (OC_App::getEnabledApps() as $app) {
  406. $appPath = OC_App::getAppPath($app);
  407. if ($appPath === false) {
  408. continue;
  409. }
  410. $file = $appPath . '/appinfo/classpath.php';
  411. if (file_exists($file)) {
  412. require_once $file;
  413. }
  414. }
  415. }
  416. /**
  417. * Try to set some values to the required Nextcloud default
  418. */
  419. public static function setRequiredIniValues() {
  420. @ini_set('default_charset', 'UTF-8');
  421. @ini_set('gd.jpeg_ignore_warning', 1);
  422. }
  423. /**
  424. * Send the same site cookies
  425. */
  426. private static function sendSameSiteCookies() {
  427. $cookieParams = session_get_cookie_params();
  428. $secureCookie = ($cookieParams['secure'] === true) ? 'secure; ' : '';
  429. $policies = [
  430. 'lax',
  431. 'strict',
  432. ];
  433. foreach($policies as $policy) {
  434. header(
  435. sprintf(
  436. 'Set-Cookie: nc_sameSiteCookie%s=true; path=%s; httponly;' . $secureCookie . 'expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=%s',
  437. $policy,
  438. $cookieParams['path'],
  439. $policy
  440. ),
  441. false
  442. );
  443. }
  444. }
  445. /**
  446. * Same Site cookie to further mitigate CSRF attacks. This cookie has to
  447. * be set in every request if cookies are sent to add a second level of
  448. * defense against CSRF.
  449. *
  450. * If the cookie is not sent this will set the cookie and reload the page.
  451. * We use an additional cookie since we want to protect logout CSRF and
  452. * also we can't directly interfere with PHP's session mechanism.
  453. */
  454. private static function performSameSiteCookieProtection() {
  455. $request = \OC::$server->getRequest();
  456. // Some user agents are notorious and don't really properly follow HTTP
  457. // specifications. For those, have an automated opt-out. Since the protection
  458. // for remote.php is applied in base.php as starting point we need to opt out
  459. // here.
  460. $incompatibleUserAgents = [
  461. // OS X Finder
  462. '/^WebDAVFS/',
  463. ];
  464. if($request->isUserAgent($incompatibleUserAgents)) {
  465. return;
  466. }
  467. // Chrome on Android has a bug that it doesn't sent cookies with the
  468. // same-site attribute for the download manager. To work around that
  469. // all same-site cookies get deleted and recreated directly. Awesome!
  470. // FIXME: Remove once Chrome 54 is deployed to end-users
  471. // @see https://github.com/nextcloud/server/pull/1454
  472. if($request->isUserAgent([\OC\AppFramework\Http\Request::USER_AGENT_ANDROID_MOBILE_CHROME])) {
  473. return;
  474. }
  475. if(count($_COOKIE) > 0) {
  476. $requestUri = $request->getScriptName();
  477. $processingScript = explode('/', $requestUri);
  478. $processingScript = $processingScript[count($processingScript)-1];
  479. // FIXME: In a SAML scenario we don't get any strict or lax cookie
  480. // send for the ACS endpoint. Since we have some legacy code in Nextcloud
  481. // (direct PHP files) the enforcement of lax cookies is performed here
  482. // instead of the middleware.
  483. //
  484. // This means we cannot exclude some routes from the cookie validation,
  485. // which normally is not a problem but is a little bit cumbersome for
  486. // this use-case.
  487. // Once the old legacy PHP endpoints have been removed we can move
  488. // the verification into a middleware and also adds some exemptions.
  489. //
  490. // Questions about this code? Ask Lukas ;-)
  491. $currentUrl = substr(explode('?',$request->getRequestUri(), 2)[0], strlen(\OC::$WEBROOT));
  492. if($currentUrl === '/index.php/apps/user_saml/saml/acs') {
  493. return;
  494. }
  495. // For the "index.php" endpoint only a lax cookie is required.
  496. if($processingScript === 'index.php') {
  497. if(!$request->passesLaxCookieCheck()) {
  498. self::sendSameSiteCookies();
  499. header('Location: '.$_SERVER['REQUEST_URI']);
  500. exit();
  501. }
  502. } else {
  503. // All other endpoints require the lax and the strict cookie
  504. if(!$request->passesStrictCookieCheck()) {
  505. self::sendSameSiteCookies();
  506. // Debug mode gets access to the resources without strict cookie
  507. // due to the fact that the SabreDAV browser also lives there.
  508. if(!\OC::$server->getConfig()->getSystemValue('debug', false)) {
  509. http_response_code(\OCP\AppFramework\Http::STATUS_SERVICE_UNAVAILABLE);
  510. exit();
  511. }
  512. }
  513. }
  514. } elseif(!isset($_COOKIE['nc_sameSiteCookielax']) || !isset($_COOKIE['nc_sameSiteCookiestrict'])) {
  515. self::sendSameSiteCookies();
  516. }
  517. }
  518. public static function init() {
  519. // calculate the root directories
  520. OC::$SERVERROOT = str_replace("\\", '/', substr(__DIR__, 0, -4));
  521. // register autoloader
  522. $loaderStart = microtime(true);
  523. require_once __DIR__ . '/autoloader.php';
  524. self::$loader = new \OC\Autoloader([
  525. OC::$SERVERROOT . '/lib/private/legacy',
  526. ]);
  527. if (defined('PHPUNIT_RUN')) {
  528. self::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
  529. }
  530. spl_autoload_register(array(self::$loader, 'load'));
  531. $loaderEnd = microtime(true);
  532. self::$CLI = (php_sapi_name() == 'cli');
  533. // Add default composer PSR-4 autoloader
  534. self::$composerAutoloader = require_once OC::$SERVERROOT . '/lib/composer/autoload.php';
  535. try {
  536. self::initPaths();
  537. // setup 3rdparty autoloader
  538. $vendorAutoLoad = OC::$SERVERROOT. '/3rdparty/autoload.php';
  539. if (!file_exists($vendorAutoLoad)) {
  540. throw new \RuntimeException('Composer autoloader not found, unable to continue. Check the folder "3rdparty". Running "git submodule update --init" will initialize the git submodule that handles the subfolder "3rdparty".');
  541. }
  542. require_once $vendorAutoLoad;
  543. } catch (\RuntimeException $e) {
  544. if (!self::$CLI) {
  545. $claimedProtocol = strtoupper($_SERVER['SERVER_PROTOCOL']);
  546. $protocol = in_array($claimedProtocol, ['HTTP/1.0', 'HTTP/1.1', 'HTTP/2']) ? $claimedProtocol : 'HTTP/1.1';
  547. header($protocol . ' ' . OC_Response::STATUS_SERVICE_UNAVAILABLE);
  548. }
  549. // we can't use the template error page here, because this needs the
  550. // DI container which isn't available yet
  551. print($e->getMessage());
  552. exit();
  553. }
  554. // setup the basic server
  555. self::$server = new \OC\Server(\OC::$WEBROOT, self::$config);
  556. \OC::$server->getEventLogger()->log('autoloader', 'Autoloader', $loaderStart, $loaderEnd);
  557. \OC::$server->getEventLogger()->start('boot', 'Initialize');
  558. // Don't display errors and log them
  559. error_reporting(E_ALL | E_STRICT);
  560. @ini_set('display_errors', 0);
  561. @ini_set('log_errors', 1);
  562. date_default_timezone_set('UTC');
  563. //try to configure php to enable big file uploads.
  564. //this doesn´t work always depending on the webserver and php configuration.
  565. //Let´s try to overwrite some defaults anyway
  566. //try to set the maximum execution time to 60min
  567. @set_time_limit(3600);
  568. @ini_set('max_execution_time', 3600);
  569. @ini_set('max_input_time', 3600);
  570. //try to set the maximum filesize to 10G
  571. @ini_set('upload_max_filesize', '10G');
  572. @ini_set('post_max_size', '10G');
  573. @ini_set('file_uploads', '50');
  574. self::setRequiredIniValues();
  575. self::handleAuthHeaders();
  576. self::registerAutoloaderCache();
  577. // initialize intl fallback is necessary
  578. \Patchwork\Utf8\Bootup::initIntl();
  579. OC_Util::isSetLocaleWorking();
  580. if (!defined('PHPUNIT_RUN')) {
  581. OC\Log\ErrorHandler::setLogger(\OC::$server->getLogger());
  582. $debug = \OC::$server->getConfig()->getSystemValue('debug', false);
  583. OC\Log\ErrorHandler::register($debug);
  584. }
  585. // register the stream wrappers
  586. stream_wrapper_register('fakedir', 'OC\Files\Stream\Dir');
  587. stream_wrapper_register('static', 'OC\Files\Stream\StaticStream');
  588. stream_wrapper_register('close', 'OC\Files\Stream\Close');
  589. stream_wrapper_register('quota', 'OC\Files\Stream\Quota');
  590. stream_wrapper_register('oc', 'OC\Files\Stream\OC');
  591. \OC::$server->getEventLogger()->start('init_session', 'Initialize session');
  592. OC_App::loadApps(array('session'));
  593. if (!self::$CLI) {
  594. self::initSession();
  595. }
  596. \OC::$server->getEventLogger()->end('init_session');
  597. self::checkConfig();
  598. self::checkInstalled();
  599. OC_Response::addSecurityHeaders();
  600. if(self::$server->getRequest()->getServerProtocol() === 'https') {
  601. ini_set('session.cookie_secure', true);
  602. }
  603. self::performSameSiteCookieProtection();
  604. if (!defined('OC_CONSOLE')) {
  605. $errors = OC_Util::checkServer(\OC::$server->getConfig());
  606. if (count($errors) > 0) {
  607. if (self::$CLI) {
  608. // Convert l10n string into regular string for usage in database
  609. $staticErrors = [];
  610. foreach ($errors as $error) {
  611. echo $error['error'] . "\n";
  612. echo $error['hint'] . "\n\n";
  613. $staticErrors[] = [
  614. 'error' => (string)$error['error'],
  615. 'hint' => (string)$error['hint'],
  616. ];
  617. }
  618. try {
  619. \OC::$server->getConfig()->setAppValue('core', 'cronErrors', json_encode($staticErrors));
  620. } catch (\Exception $e) {
  621. echo('Writing to database failed');
  622. }
  623. exit(1);
  624. } else {
  625. OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE);
  626. OC_Template::printGuestPage('', 'error', array('errors' => $errors));
  627. exit;
  628. }
  629. } elseif (self::$CLI && \OC::$server->getConfig()->getSystemValue('installed', false)) {
  630. \OC::$server->getConfig()->deleteAppValue('core', 'cronErrors');
  631. }
  632. }
  633. //try to set the session lifetime
  634. $sessionLifeTime = self::getSessionLifeTime();
  635. @ini_set('gc_maxlifetime', (string)$sessionLifeTime);
  636. $systemConfig = \OC::$server->getSystemConfig();
  637. // User and Groups
  638. if (!$systemConfig->getValue("installed", false)) {
  639. self::$server->getSession()->set('user_id', '');
  640. }
  641. OC_User::useBackend(new \OC\User\Database());
  642. OC_Group::useBackend(new \OC\Group\Database());
  643. // Subscribe to the hook
  644. \OCP\Util::connectHook(
  645. '\OCA\Files_Sharing\API\Server2Server',
  646. 'preLoginNameUsedAsUserName',
  647. '\OC\User\Database',
  648. 'preLoginNameUsedAsUserName'
  649. );
  650. //setup extra user backends
  651. if (!self::checkUpgrade(false)) {
  652. OC_User::setupBackends();
  653. } else {
  654. // Run upgrades in incognito mode
  655. OC_User::setIncognitoMode(true);
  656. }
  657. self::registerCacheHooks();
  658. self::registerFilesystemHooks();
  659. if ($systemConfig->getValue('enable_previews', true)) {
  660. self::registerPreviewHooks();
  661. }
  662. self::registerShareHooks();
  663. self::registerLogRotate();
  664. self::registerEncryptionWrapper();
  665. self::registerEncryptionHooks();
  666. self::registerSettingsHooks();
  667. //make sure temporary files are cleaned up
  668. $tmpManager = \OC::$server->getTempManager();
  669. register_shutdown_function(array($tmpManager, 'clean'));
  670. $lockProvider = \OC::$server->getLockingProvider();
  671. register_shutdown_function(array($lockProvider, 'releaseAll'));
  672. // Check whether the sample configuration has been copied
  673. if($systemConfig->getValue('copied_sample_config', false)) {
  674. $l = \OC::$server->getL10N('lib');
  675. header('HTTP/1.1 503 Service Temporarily Unavailable');
  676. header('Status: 503 Service Temporarily Unavailable');
  677. OC_Template::printErrorPage(
  678. $l->t('Sample configuration detected'),
  679. $l->t('It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php')
  680. );
  681. return;
  682. }
  683. $request = \OC::$server->getRequest();
  684. $host = $request->getInsecureServerHost();
  685. /**
  686. * if the host passed in headers isn't trusted
  687. * FIXME: Should not be in here at all :see_no_evil:
  688. */
  689. if (!OC::$CLI
  690. // overwritehost is always trusted, workaround to not have to make
  691. // \OC\AppFramework\Http\Request::getOverwriteHost public
  692. && self::$server->getConfig()->getSystemValue('overwritehost') === ''
  693. && !\OC::$server->getTrustedDomainHelper()->isTrustedDomain($host)
  694. && self::$server->getConfig()->getSystemValue('installed', false)
  695. ) {
  696. header('HTTP/1.1 400 Bad Request');
  697. header('Status: 400 Bad Request');
  698. \OC::$server->getLogger()->warning(
  699. 'Trusted domain error. "{remoteAddress}" tried to access using "{host}" as host.',
  700. [
  701. 'app' => 'core',
  702. 'remoteAddress' => $request->getRemoteAddress(),
  703. 'host' => $host,
  704. ]
  705. );
  706. $tmpl = new OCP\Template('core', 'untrustedDomain', 'guest');
  707. $tmpl->assign('domain', $host);
  708. $tmpl->printPage();
  709. exit();
  710. }
  711. \OC::$server->getEventLogger()->end('boot');
  712. }
  713. /**
  714. * register hooks for the cache
  715. */
  716. public static function registerCacheHooks() {
  717. //don't try to do this before we are properly setup
  718. if (\OC::$server->getSystemConfig()->getValue('installed', false) && !self::checkUpgrade(false)) {
  719. // NOTE: This will be replaced to use OCP
  720. $userSession = self::$server->getUserSession();
  721. $userSession->listen('\OC\User', 'postLogin', function () {
  722. try {
  723. $cache = new \OC\Cache\File();
  724. $cache->gc();
  725. } catch (\OC\ServerNotAvailableException $e) {
  726. // not a GC exception, pass it on
  727. throw $e;
  728. } catch (\Exception $e) {
  729. // a GC exception should not prevent users from using OC,
  730. // so log the exception
  731. \OC::$server->getLogger()->warning('Exception when running cache gc: ' . $e->getMessage(), array('app' => 'core'));
  732. }
  733. });
  734. }
  735. }
  736. public static function registerSettingsHooks() {
  737. $dispatcher = \OC::$server->getEventDispatcher();
  738. $dispatcher->addListener(OCP\App\ManagerEvent::EVENT_APP_DISABLE, function($event) {
  739. /** @var \OCP\App\ManagerEvent $event */
  740. \OC::$server->getSettingsManager()->onAppDisabled($event->getAppID());
  741. });
  742. $dispatcher->addListener(OCP\App\ManagerEvent::EVENT_APP_UPDATE, function($event) {
  743. /** @var \OCP\App\ManagerEvent $event */
  744. $jobList = \OC::$server->getJobList();
  745. $job = 'OC\\Settings\\RemoveOrphaned';
  746. if(!($jobList->has($job, null))) {
  747. $jobList->add($job);
  748. }
  749. });
  750. }
  751. private static function registerEncryptionWrapper() {
  752. $manager = self::$server->getEncryptionManager();
  753. \OCP\Util::connectHook('OC_Filesystem', 'preSetup', $manager, 'setupStorage');
  754. }
  755. private static function registerEncryptionHooks() {
  756. $enabled = self::$server->getEncryptionManager()->isEnabled();
  757. if ($enabled) {
  758. \OCP\Util::connectHook('OCP\Share', 'post_shared', 'OC\Encryption\HookManager', 'postShared');
  759. \OCP\Util::connectHook('OCP\Share', 'post_unshare', 'OC\Encryption\HookManager', 'postUnshared');
  760. \OCP\Util::connectHook('OC_Filesystem', 'post_rename', 'OC\Encryption\HookManager', 'postRename');
  761. \OCP\Util::connectHook('\OCA\Files_Trashbin\Trashbin', 'post_restore', 'OC\Encryption\HookManager', 'postRestore');
  762. }
  763. }
  764. /**
  765. * register hooks for the cache
  766. */
  767. public static function registerLogRotate() {
  768. $systemConfig = \OC::$server->getSystemConfig();
  769. if ($systemConfig->getValue('installed', false) && $systemConfig->getValue('log_rotate_size', false) && !self::checkUpgrade(false)) {
  770. //don't try to do this before we are properly setup
  771. //use custom logfile path if defined, otherwise use default of nextcloud.log in data directory
  772. \OCP\BackgroundJob::registerJob('OC\Log\Rotate', $systemConfig->getValue('logfile', $systemConfig->getValue('datadirectory', OC::$SERVERROOT . '/data') . '/nextcloud.log'));
  773. }
  774. }
  775. /**
  776. * register hooks for the filesystem
  777. */
  778. public static function registerFilesystemHooks() {
  779. // Check for blacklisted files
  780. OC_Hook::connect('OC_Filesystem', 'write', 'OC\Files\Filesystem', 'isBlacklisted');
  781. OC_Hook::connect('OC_Filesystem', 'rename', 'OC\Files\Filesystem', 'isBlacklisted');
  782. }
  783. /**
  784. * register hooks for previews
  785. */
  786. public static function registerPreviewHooks() {
  787. OC_Hook::connect('OC_Filesystem', 'post_write', 'OC\Preview', 'post_write');
  788. OC_Hook::connect('OC_Filesystem', 'delete', 'OC\Preview', 'prepare_delete_files');
  789. OC_Hook::connect('\OCP\Versions', 'preDelete', 'OC\Preview', 'prepare_delete');
  790. OC_Hook::connect('\OCP\Trashbin', 'preDelete', 'OC\Preview', 'prepare_delete');
  791. OC_Hook::connect('OC_Filesystem', 'post_delete', 'OC\Preview', 'post_delete_files');
  792. OC_Hook::connect('\OCP\Versions', 'delete', 'OC\Preview', 'post_delete_versions');
  793. OC_Hook::connect('\OCP\Trashbin', 'delete', 'OC\Preview', 'post_delete');
  794. OC_Hook::connect('\OCP\Versions', 'rollback', 'OC\Preview', 'post_delete_versions');
  795. }
  796. /**
  797. * register hooks for sharing
  798. */
  799. public static function registerShareHooks() {
  800. if (\OC::$server->getSystemConfig()->getValue('installed')) {
  801. OC_Hook::connect('OC_User', 'post_deleteUser', 'OC\Share20\Hooks', 'post_deleteUser');
  802. OC_Hook::connect('OC_User', 'post_removeFromGroup', 'OC\Share20\Hooks', 'post_removeFromGroup');
  803. OC_Hook::connect('OC_User', 'post_deleteGroup', 'OC\Share20\Hooks', 'post_deleteGroup');
  804. }
  805. }
  806. protected static function registerAutoloaderCache() {
  807. // The class loader takes an optional low-latency cache, which MUST be
  808. // namespaced. The instanceid is used for namespacing, but might be
  809. // unavailable at this point. Furthermore, it might not be possible to
  810. // generate an instanceid via \OC_Util::getInstanceId() because the
  811. // config file may not be writable. As such, we only register a class
  812. // loader cache if instanceid is available without trying to create one.
  813. $instanceId = \OC::$server->getSystemConfig()->getValue('instanceid', null);
  814. if ($instanceId) {
  815. try {
  816. $memcacheFactory = \OC::$server->getMemCacheFactory();
  817. self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
  818. } catch (\Exception $ex) {
  819. }
  820. }
  821. }
  822. /**
  823. * Handle the request
  824. */
  825. public static function handleRequest() {
  826. \OC::$server->getEventLogger()->start('handle_request', 'Handle request');
  827. $systemConfig = \OC::$server->getSystemConfig();
  828. // load all the classpaths from the enabled apps so they are available
  829. // in the routing files of each app
  830. OC::loadAppClassPaths();
  831. // Check if Nextcloud is installed or in maintenance (update) mode
  832. if (!$systemConfig->getValue('installed', false)) {
  833. \OC::$server->getSession()->clear();
  834. $setupHelper = new OC\Setup(\OC::$server->getConfig(), \OC::$server->getIniWrapper(),
  835. \OC::$server->getL10N('lib'), \OC::$server->getThemingDefaults(), \OC::$server->getLogger(),
  836. \OC::$server->getSecureRandom());
  837. $controller = new OC\Core\Controller\SetupController($setupHelper);
  838. $controller->run($_POST);
  839. exit();
  840. }
  841. $request = \OC::$server->getRequest();
  842. $requestPath = $request->getRawPathInfo();
  843. if ($requestPath === '/heartbeat') {
  844. return;
  845. }
  846. if (substr($requestPath, -3) !== '.js') { // we need these files during the upgrade
  847. self::checkMaintenanceMode();
  848. self::checkUpgrade();
  849. }
  850. // emergency app disabling
  851. if ($requestPath === '/disableapp'
  852. && $request->getMethod() === 'POST'
  853. && ((string)$request->getParam('appid')) !== ''
  854. ) {
  855. \OCP\JSON::callCheck();
  856. \OCP\JSON::checkAdminUser();
  857. $appId = (string)$request->getParam('appid');
  858. $appId = \OC_App::cleanAppId($appId);
  859. \OC_App::disable($appId);
  860. \OC_JSON::success();
  861. exit();
  862. }
  863. // Always load authentication apps
  864. OC_App::loadApps(['authentication']);
  865. // Load minimum set of apps
  866. if (!self::checkUpgrade(false)
  867. && !$systemConfig->getValue('maintenance', false)) {
  868. // For logged-in users: Load everything
  869. if(OC_User::isLoggedIn()) {
  870. OC_App::loadApps();
  871. } else {
  872. // For guests: Load only filesystem and logging
  873. OC_App::loadApps(array('filesystem', 'logging'));
  874. self::handleLogin($request);
  875. }
  876. }
  877. if (!self::$CLI) {
  878. try {
  879. if (!$systemConfig->getValue('maintenance', false) && !self::checkUpgrade(false)) {
  880. OC_App::loadApps(array('filesystem', 'logging'));
  881. OC_App::loadApps();
  882. }
  883. self::checkSingleUserMode();
  884. OC_Util::setupFS();
  885. OC::$server->getRouter()->match(\OC::$server->getRequest()->getRawPathInfo());
  886. return;
  887. } catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) {
  888. //header('HTTP/1.0 404 Not Found');
  889. } catch (Symfony\Component\Routing\Exception\MethodNotAllowedException $e) {
  890. OC_Response::setStatus(405);
  891. return;
  892. }
  893. }
  894. // Handle WebDAV
  895. if ($_SERVER['REQUEST_METHOD'] == 'PROPFIND') {
  896. // not allowed any more to prevent people
  897. // mounting this root directly.
  898. // Users need to mount remote.php/webdav instead.
  899. header('HTTP/1.1 405 Method Not Allowed');
  900. header('Status: 405 Method Not Allowed');
  901. return;
  902. }
  903. // Someone is logged in
  904. if (OC_User::isLoggedIn()) {
  905. OC_App::loadApps();
  906. OC_User::setupBackends();
  907. OC_Util::setupFS();
  908. // FIXME
  909. // Redirect to default application
  910. OC_Util::redirectToDefaultPage();
  911. } else {
  912. // Not handled and not logged in
  913. header('Location: '.\OC::$server->getURLGenerator()->linkToRouteAbsolute('core.login.showLoginForm'));
  914. }
  915. }
  916. /**
  917. * Check login: apache auth, auth token, basic auth
  918. *
  919. * @param OCP\IRequest $request
  920. * @return boolean
  921. */
  922. static function handleLogin(OCP\IRequest $request) {
  923. $userSession = self::$server->getUserSession();
  924. if (OC_User::handleApacheAuth()) {
  925. return true;
  926. }
  927. if ($userSession->tryTokenLogin($request)) {
  928. return true;
  929. }
  930. if ($userSession->tryBasicAuthLogin($request, \OC::$server->getBruteForceThrottler())) {
  931. return true;
  932. }
  933. return false;
  934. }
  935. protected static function handleAuthHeaders() {
  936. //copy http auth headers for apache+php-fcgid work around
  937. if (isset($_SERVER['HTTP_XAUTHORIZATION']) && !isset($_SERVER['HTTP_AUTHORIZATION'])) {
  938. $_SERVER['HTTP_AUTHORIZATION'] = $_SERVER['HTTP_XAUTHORIZATION'];
  939. }
  940. // Extract PHP_AUTH_USER/PHP_AUTH_PW from other headers if necessary.
  941. $vars = array(
  942. 'HTTP_AUTHORIZATION', // apache+php-cgi work around
  943. 'REDIRECT_HTTP_AUTHORIZATION', // apache+php-cgi alternative
  944. );
  945. foreach ($vars as $var) {
  946. if (isset($_SERVER[$var]) && preg_match('/Basic\s+(.*)$/i', $_SERVER[$var], $matches)) {
  947. list($name, $password) = explode(':', base64_decode($matches[1]), 2);
  948. $_SERVER['PHP_AUTH_USER'] = $name;
  949. $_SERVER['PHP_AUTH_PW'] = $password;
  950. break;
  951. }
  952. }
  953. }
  954. }
  955. OC::init();