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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081
  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. implode(PATH_SEPARATOR, $paths)
  203. );
  204. }
  205. public static function checkConfig() {
  206. $l = \OC::$server->getL10N('lib');
  207. // Create config if it does not already exist
  208. $configFilePath = self::$configDir .'/config.php';
  209. if(!file_exists($configFilePath)) {
  210. @touch($configFilePath);
  211. }
  212. // Check if config is writable
  213. $configFileWritable = is_writable($configFilePath);
  214. if (!$configFileWritable && !OC_Helper::isReadOnlyConfigEnabled()
  215. || !$configFileWritable && self::checkUpgrade(false)) {
  216. $urlGenerator = \OC::$server->getURLGenerator();
  217. if (self::$CLI) {
  218. echo $l->t('Cannot write into "config" directory!')."\n";
  219. echo $l->t('This can usually be fixed by giving the webserver write access to the config directory')."\n";
  220. echo "\n";
  221. echo $l->t('See %s', [ $urlGenerator->linkToDocs('admin-dir_permissions') ])."\n";
  222. exit;
  223. } else {
  224. OC_Template::printErrorPage(
  225. $l->t('Cannot write into "config" directory!'),
  226. $l->t('This can usually be fixed by '
  227. . '%sgiving the webserver write access to the config directory%s.',
  228. array('<a href="' . $urlGenerator->linkToDocs('admin-dir_permissions') . '" target="_blank" rel="noreferrer">', '</a>'))
  229. );
  230. }
  231. }
  232. }
  233. public static function checkInstalled() {
  234. if (defined('OC_CONSOLE')) {
  235. return;
  236. }
  237. // Redirect to installer if not installed
  238. if (!\OC::$server->getSystemConfig()->getValue('installed', false) && OC::$SUBURI !== '/index.php' && OC::$SUBURI !== '/status.php') {
  239. if (OC::$CLI) {
  240. throw new Exception('Not installed');
  241. } else {
  242. $url = OC::$WEBROOT . '/index.php';
  243. header('Location: ' . $url);
  244. }
  245. exit();
  246. }
  247. }
  248. public static function checkMaintenanceMode() {
  249. // Allow ajax update script to execute without being stopped
  250. if (\OC::$server->getSystemConfig()->getValue('maintenance', false) && OC::$SUBURI != '/core/ajax/update.php') {
  251. // send http status 503
  252. header('HTTP/1.1 503 Service Temporarily Unavailable');
  253. header('Status: 503 Service Temporarily Unavailable');
  254. header('Retry-After: 120');
  255. // render error page
  256. $template = new OC_Template('', 'update.user', 'guest');
  257. OC_Util::addScript('maintenance-check');
  258. OC_Util::addStyle('guest');
  259. $template->printPage();
  260. die();
  261. }
  262. }
  263. public static function checkSingleUserMode($lockIfNoUserLoggedIn = false) {
  264. if (!\OC::$server->getSystemConfig()->getValue('singleuser', false)) {
  265. return;
  266. }
  267. $user = OC_User::getUserSession()->getUser();
  268. if ($user) {
  269. $group = \OC::$server->getGroupManager()->get('admin');
  270. if ($group->inGroup($user)) {
  271. return;
  272. }
  273. } else {
  274. if(!$lockIfNoUserLoggedIn) {
  275. return;
  276. }
  277. }
  278. // send http status 503
  279. header('HTTP/1.1 503 Service Temporarily Unavailable');
  280. header('Status: 503 Service Temporarily Unavailable');
  281. header('Retry-After: 120');
  282. // render error page
  283. $template = new OC_Template('', 'singleuser.user', 'guest');
  284. $template->printPage();
  285. die();
  286. }
  287. /**
  288. * Checks if the version requires an update and shows
  289. * @param bool $showTemplate Whether an update screen should get shown
  290. * @return bool|void
  291. */
  292. public static function checkUpgrade($showTemplate = true) {
  293. if (\OCP\Util::needUpgrade()) {
  294. $systemConfig = \OC::$server->getSystemConfig();
  295. if ($showTemplate && !$systemConfig->getValue('maintenance', false)) {
  296. self::printUpgradePage();
  297. exit();
  298. } else {
  299. return true;
  300. }
  301. }
  302. return false;
  303. }
  304. /**
  305. * Prints the upgrade page
  306. */
  307. private static function printUpgradePage() {
  308. $systemConfig = \OC::$server->getSystemConfig();
  309. $disableWebUpdater = $systemConfig->getValue('upgrade.disable-web', false);
  310. $tooBig = false;
  311. if (!$disableWebUpdater) {
  312. $apps = \OC::$server->getAppManager();
  313. $tooBig = $apps->isInstalled('user_ldap') || $apps->isInstalled('user_shibboleth');
  314. if (!$tooBig) {
  315. // count users
  316. $stats = \OC::$server->getUserManager()->countUsers();
  317. $totalUsers = array_sum($stats);
  318. $tooBig = ($totalUsers > 50);
  319. }
  320. }
  321. if ($disableWebUpdater || $tooBig) {
  322. // send http status 503
  323. header('HTTP/1.1 503 Service Temporarily Unavailable');
  324. header('Status: 503 Service Temporarily Unavailable');
  325. header('Retry-After: 120');
  326. OC_Util::addStyle('guest');
  327. // render error page
  328. $template = new OC_Template('', 'update.use-cli', 'guest');
  329. $template->assign('productName', 'nextcloud'); // for now
  330. $template->assign('version', OC_Util::getVersionString());
  331. $template->assign('tooBig', $tooBig);
  332. $template->printPage();
  333. die();
  334. }
  335. // check whether this is a core update or apps update
  336. $installedVersion = $systemConfig->getValue('version', '0.0.0');
  337. $currentVersion = implode('.', \OCP\Util::getVersion());
  338. // if not a core upgrade, then it's apps upgrade
  339. $isAppsOnlyUpgrade = (version_compare($currentVersion, $installedVersion, '='));
  340. $oldTheme = $systemConfig->getValue('theme');
  341. $systemConfig->setValue('theme', '');
  342. OC_Util::addScript('config'); // needed for web root
  343. OC_Util::addScript('update');
  344. OC_Util::addStyle('guest');
  345. /** @var \OC\App\AppManager $appManager */
  346. $appManager = \OC::$server->getAppManager();
  347. $tmpl = new OC_Template('', 'update.admin', 'guest');
  348. $tmpl->assign('version', OC_Util::getVersionString());
  349. $tmpl->assign('isAppsOnlyUpgrade', $isAppsOnlyUpgrade);
  350. // get third party apps
  351. $ocVersion = \OCP\Util::getVersion();
  352. $incompatibleApps = $appManager->getIncompatibleApps($ocVersion);
  353. $incompatibleShippedApps = [];
  354. foreach ($incompatibleApps as $appInfo) {
  355. if ($appManager->isShipped($appInfo['id'])) {
  356. $incompatibleShippedApps[] = $appInfo['name'] . ' (' . $appInfo['id'] . ')';
  357. }
  358. }
  359. if (!empty($incompatibleShippedApps)) {
  360. $l = \OC::$server->getL10N('core');
  361. $hint = $l->t('The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server.', [implode(', ', $incompatibleShippedApps)]);
  362. throw new \OC\HintException('The files of the app ' . implode(', ', $incompatibleShippedApps) . ' were not replaced correctly. Make sure it is a version compatible with the server.', $hint);
  363. }
  364. $tmpl->assign('appsToUpgrade', $appManager->getAppsNeedingUpgrade($ocVersion));
  365. $tmpl->assign('incompatibleAppsList', $incompatibleApps);
  366. $tmpl->assign('productName', 'Nextcloud'); // for now
  367. $tmpl->assign('oldTheme', $oldTheme);
  368. $tmpl->printPage();
  369. }
  370. public static function initSession() {
  371. // prevents javascript from accessing php session cookies
  372. ini_set('session.cookie_httponly', true);
  373. // set the cookie path to the Nextcloud directory
  374. $cookie_path = OC::$WEBROOT ? : '/';
  375. ini_set('session.cookie_path', $cookie_path);
  376. // Let the session name be changed in the initSession Hook
  377. $sessionName = OC_Util::getInstanceId();
  378. try {
  379. // Allow session apps to create a custom session object
  380. $useCustomSession = false;
  381. $session = self::$server->getSession();
  382. OC_Hook::emit('OC', 'initSession', array('session' => &$session, 'sessionName' => &$sessionName, 'useCustomSession' => &$useCustomSession));
  383. if (!$useCustomSession) {
  384. // set the session name to the instance id - which is unique
  385. $session = new \OC\Session\Internal($sessionName);
  386. }
  387. $cryptoWrapper = \OC::$server->getSessionCryptoWrapper();
  388. $session = $cryptoWrapper->wrapSession($session);
  389. self::$server->setSession($session);
  390. // if session can't be started break with http 500 error
  391. } catch (Exception $e) {
  392. \OCP\Util::logException('base', $e);
  393. //show the user a detailed error page
  394. OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR);
  395. OC_Template::printExceptionErrorPage($e);
  396. die();
  397. }
  398. $sessionLifeTime = self::getSessionLifeTime();
  399. // session timeout
  400. if ($session->exists('LAST_ACTIVITY') && (time() - $session->get('LAST_ACTIVITY') > $sessionLifeTime)) {
  401. if (isset($_COOKIE[session_name()])) {
  402. setcookie(session_name(), null, -1, self::$WEBROOT ? : '/');
  403. }
  404. \OC::$server->getUserSession()->logout();
  405. }
  406. $session->set('LAST_ACTIVITY', time());
  407. }
  408. /**
  409. * @return string
  410. */
  411. private static function getSessionLifeTime() {
  412. return \OC::$server->getConfig()->getSystemValue('session_lifetime', 60 * 60 * 24);
  413. }
  414. public static function loadAppClassPaths() {
  415. foreach (OC_App::getEnabledApps() as $app) {
  416. $appPath = OC_App::getAppPath($app);
  417. if ($appPath === false) {
  418. continue;
  419. }
  420. $file = $appPath . '/appinfo/classpath.php';
  421. if (file_exists($file)) {
  422. require_once $file;
  423. }
  424. }
  425. }
  426. /**
  427. * Try to set some values to the required Nextcloud default
  428. */
  429. public static function setRequiredIniValues() {
  430. @ini_set('default_charset', 'UTF-8');
  431. @ini_set('gd.jpeg_ignore_warning', 1);
  432. }
  433. /**
  434. * Send the same site cookies
  435. */
  436. private static function sendSameSiteCookies() {
  437. $cookieParams = session_get_cookie_params();
  438. $secureCookie = ($cookieParams['secure'] === true) ? 'secure; ' : '';
  439. $policies = [
  440. 'lax',
  441. 'strict',
  442. ];
  443. // Append __Host to the cookie if it meets the requirements
  444. $cookiePrefix = '';
  445. if($cookieParams['secure'] === true && $cookieParams['path'] === '/') {
  446. $cookiePrefix = '__Host-';
  447. }
  448. foreach($policies as $policy) {
  449. header(
  450. sprintf(
  451. 'Set-Cookie: %snc_sameSiteCookie%s=true; path=%s; httponly;' . $secureCookie . 'expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=%s',
  452. $cookiePrefix,
  453. $policy,
  454. $cookieParams['path'],
  455. $policy
  456. ),
  457. false
  458. );
  459. }
  460. }
  461. /**
  462. * Same Site cookie to further mitigate CSRF attacks. This cookie has to
  463. * be set in every request if cookies are sent to add a second level of
  464. * defense against CSRF.
  465. *
  466. * If the cookie is not sent this will set the cookie and reload the page.
  467. * We use an additional cookie since we want to protect logout CSRF and
  468. * also we can't directly interfere with PHP's session mechanism.
  469. */
  470. private static function performSameSiteCookieProtection() {
  471. $request = \OC::$server->getRequest();
  472. // Some user agents are notorious and don't really properly follow HTTP
  473. // specifications. For those, have an automated opt-out. Since the protection
  474. // for remote.php is applied in base.php as starting point we need to opt out
  475. // here.
  476. $incompatibleUserAgents = [
  477. // OS X Finder
  478. '/^WebDAVFS/',
  479. ];
  480. if($request->isUserAgent($incompatibleUserAgents)) {
  481. return;
  482. }
  483. if(count($_COOKIE) > 0) {
  484. $requestUri = $request->getScriptName();
  485. $processingScript = explode('/', $requestUri);
  486. $processingScript = $processingScript[count($processingScript)-1];
  487. // FIXME: In a SAML scenario we don't get any strict or lax cookie
  488. // send for the ACS endpoint. Since we have some legacy code in Nextcloud
  489. // (direct PHP files) the enforcement of lax cookies is performed here
  490. // instead of the middleware.
  491. //
  492. // This means we cannot exclude some routes from the cookie validation,
  493. // which normally is not a problem but is a little bit cumbersome for
  494. // this use-case.
  495. // Once the old legacy PHP endpoints have been removed we can move
  496. // the verification into a middleware and also adds some exemptions.
  497. //
  498. // Questions about this code? Ask Lukas ;-)
  499. $currentUrl = substr(explode('?',$request->getRequestUri(), 2)[0], strlen(\OC::$WEBROOT));
  500. if($currentUrl === '/index.php/apps/user_saml/saml/acs') {
  501. return;
  502. }
  503. // For the "index.php" endpoint only a lax cookie is required.
  504. if($processingScript === 'index.php') {
  505. if(!$request->passesLaxCookieCheck()) {
  506. self::sendSameSiteCookies();
  507. header('Location: '.$_SERVER['REQUEST_URI']);
  508. exit();
  509. }
  510. } else {
  511. // All other endpoints require the lax and the strict cookie
  512. if(!$request->passesStrictCookieCheck()) {
  513. self::sendSameSiteCookies();
  514. // Debug mode gets access to the resources without strict cookie
  515. // due to the fact that the SabreDAV browser also lives there.
  516. if(!\OC::$server->getConfig()->getSystemValue('debug', false)) {
  517. http_response_code(\OCP\AppFramework\Http::STATUS_SERVICE_UNAVAILABLE);
  518. exit();
  519. }
  520. }
  521. }
  522. } elseif(!isset($_COOKIE['nc_sameSiteCookielax']) || !isset($_COOKIE['nc_sameSiteCookiestrict'])) {
  523. self::sendSameSiteCookies();
  524. }
  525. }
  526. public static function init() {
  527. // calculate the root directories
  528. OC::$SERVERROOT = str_replace("\\", '/', substr(__DIR__, 0, -4));
  529. // register autoloader
  530. $loaderStart = microtime(true);
  531. require_once __DIR__ . '/autoloader.php';
  532. self::$loader = new \OC\Autoloader([
  533. OC::$SERVERROOT . '/lib/private/legacy',
  534. ]);
  535. if (defined('PHPUNIT_RUN')) {
  536. self::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
  537. }
  538. spl_autoload_register(array(self::$loader, 'load'));
  539. $loaderEnd = microtime(true);
  540. self::$CLI = (php_sapi_name() == 'cli');
  541. // Add default composer PSR-4 autoloader
  542. self::$composerAutoloader = require_once OC::$SERVERROOT . '/lib/composer/autoload.php';
  543. try {
  544. self::initPaths();
  545. // setup 3rdparty autoloader
  546. $vendorAutoLoad = OC::$SERVERROOT. '/3rdparty/autoload.php';
  547. if (!file_exists($vendorAutoLoad)) {
  548. 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".');
  549. }
  550. require_once $vendorAutoLoad;
  551. } catch (\RuntimeException $e) {
  552. if (!self::$CLI) {
  553. $claimedProtocol = strtoupper($_SERVER['SERVER_PROTOCOL']);
  554. $protocol = in_array($claimedProtocol, ['HTTP/1.0', 'HTTP/1.1', 'HTTP/2']) ? $claimedProtocol : 'HTTP/1.1';
  555. header($protocol . ' ' . OC_Response::STATUS_SERVICE_UNAVAILABLE);
  556. }
  557. // we can't use the template error page here, because this needs the
  558. // DI container which isn't available yet
  559. print($e->getMessage());
  560. exit();
  561. }
  562. // setup the basic server
  563. self::$server = new \OC\Server(\OC::$WEBROOT, self::$config);
  564. \OC::$server->getEventLogger()->log('autoloader', 'Autoloader', $loaderStart, $loaderEnd);
  565. \OC::$server->getEventLogger()->start('boot', 'Initialize');
  566. // Don't display errors and log them
  567. error_reporting(E_ALL | E_STRICT);
  568. @ini_set('display_errors', 0);
  569. @ini_set('log_errors', 1);
  570. if(!date_default_timezone_set('UTC')) {
  571. throw new \RuntimeException('Could not set timezone to UTC');
  572. };
  573. //try to configure php to enable big file uploads.
  574. //this doesn´t work always depending on the webserver and php configuration.
  575. //Let´s try to overwrite some defaults anyway
  576. //try to set the maximum execution time to 60min
  577. @set_time_limit(3600);
  578. @ini_set('max_execution_time', 3600);
  579. @ini_set('max_input_time', 3600);
  580. //try to set the maximum filesize to 10G
  581. @ini_set('upload_max_filesize', '10G');
  582. @ini_set('post_max_size', '10G');
  583. @ini_set('file_uploads', '50');
  584. self::setRequiredIniValues();
  585. self::handleAuthHeaders();
  586. self::registerAutoloaderCache();
  587. // initialize intl fallback is necessary
  588. \Patchwork\Utf8\Bootup::initIntl();
  589. OC_Util::isSetLocaleWorking();
  590. if (!defined('PHPUNIT_RUN')) {
  591. OC\Log\ErrorHandler::setLogger(\OC::$server->getLogger());
  592. $debug = \OC::$server->getConfig()->getSystemValue('debug', false);
  593. OC\Log\ErrorHandler::register($debug);
  594. }
  595. \OC::$server->getEventLogger()->start('init_session', 'Initialize session');
  596. OC_App::loadApps(array('session'));
  597. if (!self::$CLI) {
  598. self::initSession();
  599. }
  600. \OC::$server->getEventLogger()->end('init_session');
  601. self::checkConfig();
  602. self::checkInstalled();
  603. OC_Response::addSecurityHeaders();
  604. if(self::$server->getRequest()->getServerProtocol() === 'https') {
  605. ini_set('session.cookie_secure', true);
  606. }
  607. self::performSameSiteCookieProtection();
  608. if (!defined('OC_CONSOLE')) {
  609. $errors = OC_Util::checkServer(\OC::$server->getConfig());
  610. if (count($errors) > 0) {
  611. if (self::$CLI) {
  612. // Convert l10n string into regular string for usage in database
  613. $staticErrors = [];
  614. foreach ($errors as $error) {
  615. echo $error['error'] . "\n";
  616. echo $error['hint'] . "\n\n";
  617. $staticErrors[] = [
  618. 'error' => (string)$error['error'],
  619. 'hint' => (string)$error['hint'],
  620. ];
  621. }
  622. try {
  623. \OC::$server->getConfig()->setAppValue('core', 'cronErrors', json_encode($staticErrors));
  624. } catch (\Exception $e) {
  625. echo('Writing to database failed');
  626. }
  627. exit(1);
  628. } else {
  629. OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE);
  630. OC_Util::addStyle('guest');
  631. OC_Template::printGuestPage('', 'error', array('errors' => $errors));
  632. exit;
  633. }
  634. } elseif (self::$CLI && \OC::$server->getConfig()->getSystemValue('installed', false)) {
  635. \OC::$server->getConfig()->deleteAppValue('core', 'cronErrors');
  636. }
  637. }
  638. //try to set the session lifetime
  639. $sessionLifeTime = self::getSessionLifeTime();
  640. @ini_set('gc_maxlifetime', (string)$sessionLifeTime);
  641. $systemConfig = \OC::$server->getSystemConfig();
  642. // User and Groups
  643. if (!$systemConfig->getValue("installed", false)) {
  644. self::$server->getSession()->set('user_id', '');
  645. }
  646. OC_User::useBackend(new \OC\User\Database());
  647. OC_Group::useBackend(new \OC\Group\Database());
  648. // Subscribe to the hook
  649. \OCP\Util::connectHook(
  650. '\OCA\Files_Sharing\API\Server2Server',
  651. 'preLoginNameUsedAsUserName',
  652. '\OC\User\Database',
  653. 'preLoginNameUsedAsUserName'
  654. );
  655. //setup extra user backends
  656. if (!self::checkUpgrade(false)) {
  657. OC_User::setupBackends();
  658. } else {
  659. // Run upgrades in incognito mode
  660. OC_User::setIncognitoMode(true);
  661. }
  662. self::registerCacheHooks();
  663. self::registerFilesystemHooks();
  664. self::registerShareHooks();
  665. self::registerLogRotate();
  666. self::registerEncryptionWrapper();
  667. self::registerEncryptionHooks();
  668. self::registerAccountHooks();
  669. self::registerSettingsHooks();
  670. //make sure temporary files are cleaned up
  671. $tmpManager = \OC::$server->getTempManager();
  672. register_shutdown_function(array($tmpManager, 'clean'));
  673. $lockProvider = \OC::$server->getLockingProvider();
  674. register_shutdown_function(array($lockProvider, 'releaseAll'));
  675. // Check whether the sample configuration has been copied
  676. if($systemConfig->getValue('copied_sample_config', false)) {
  677. $l = \OC::$server->getL10N('lib');
  678. header('HTTP/1.1 503 Service Temporarily Unavailable');
  679. header('Status: 503 Service Temporarily Unavailable');
  680. OC_Template::printErrorPage(
  681. $l->t('Sample configuration detected'),
  682. $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')
  683. );
  684. return;
  685. }
  686. $request = \OC::$server->getRequest();
  687. $host = $request->getInsecureServerHost();
  688. /**
  689. * if the host passed in headers isn't trusted
  690. * FIXME: Should not be in here at all :see_no_evil:
  691. */
  692. if (!OC::$CLI
  693. // overwritehost is always trusted, workaround to not have to make
  694. // \OC\AppFramework\Http\Request::getOverwriteHost public
  695. && self::$server->getConfig()->getSystemValue('overwritehost') === ''
  696. && !\OC::$server->getTrustedDomainHelper()->isTrustedDomain($host)
  697. && self::$server->getConfig()->getSystemValue('installed', false)
  698. ) {
  699. // Allow access to CSS resources
  700. $isScssRequest = false;
  701. if(strpos($request->getPathInfo(), '/css/') === 0) {
  702. $isScssRequest = true;
  703. }
  704. if (!$isScssRequest) {
  705. header('HTTP/1.1 400 Bad Request');
  706. header('Status: 400 Bad Request');
  707. \OC::$server->getLogger()->warning(
  708. 'Trusted domain error. "{remoteAddress}" tried to access using "{host}" as host.',
  709. [
  710. 'app' => 'core',
  711. 'remoteAddress' => $request->getRemoteAddress(),
  712. 'host' => $host,
  713. ]
  714. );
  715. $tmpl = new OCP\Template('core', 'untrustedDomain', 'guest');
  716. $tmpl->assign('domain', $host);
  717. $tmpl->printPage();
  718. exit();
  719. }
  720. }
  721. \OC::$server->getEventLogger()->end('boot');
  722. }
  723. /**
  724. * register hooks for the cache
  725. */
  726. public static function registerCacheHooks() {
  727. //don't try to do this before we are properly setup
  728. if (\OC::$server->getSystemConfig()->getValue('installed', false) && !self::checkUpgrade(false)) {
  729. // NOTE: This will be replaced to use OCP
  730. $userSession = self::$server->getUserSession();
  731. $userSession->listen('\OC\User', 'postLogin', function () {
  732. try {
  733. $cache = new \OC\Cache\File();
  734. $cache->gc();
  735. } catch (\OC\ServerNotAvailableException $e) {
  736. // not a GC exception, pass it on
  737. throw $e;
  738. } catch (\Exception $e) {
  739. // a GC exception should not prevent users from using OC,
  740. // so log the exception
  741. \OC::$server->getLogger()->warning('Exception when running cache gc: ' . $e->getMessage(), array('app' => 'core'));
  742. }
  743. });
  744. }
  745. }
  746. public static function registerSettingsHooks() {
  747. $dispatcher = \OC::$server->getEventDispatcher();
  748. $dispatcher->addListener(OCP\App\ManagerEvent::EVENT_APP_DISABLE, function($event) {
  749. /** @var \OCP\App\ManagerEvent $event */
  750. \OC::$server->getSettingsManager()->onAppDisabled($event->getAppID());
  751. });
  752. $dispatcher->addListener(OCP\App\ManagerEvent::EVENT_APP_UPDATE, function($event) {
  753. /** @var \OCP\App\ManagerEvent $event */
  754. $jobList = \OC::$server->getJobList();
  755. $job = 'OC\\Settings\\RemoveOrphaned';
  756. if(!($jobList->has($job, null))) {
  757. $jobList->add($job);
  758. }
  759. });
  760. }
  761. private static function registerEncryptionWrapper() {
  762. $manager = self::$server->getEncryptionManager();
  763. \OCP\Util::connectHook('OC_Filesystem', 'preSetup', $manager, 'setupStorage');
  764. }
  765. private static function registerEncryptionHooks() {
  766. $enabled = self::$server->getEncryptionManager()->isEnabled();
  767. if ($enabled) {
  768. \OCP\Util::connectHook('OCP\Share', 'post_shared', 'OC\Encryption\HookManager', 'postShared');
  769. \OCP\Util::connectHook('OCP\Share', 'post_unshare', 'OC\Encryption\HookManager', 'postUnshared');
  770. \OCP\Util::connectHook('OC_Filesystem', 'post_rename', 'OC\Encryption\HookManager', 'postRename');
  771. \OCP\Util::connectHook('\OCA\Files_Trashbin\Trashbin', 'post_restore', 'OC\Encryption\HookManager', 'postRestore');
  772. }
  773. }
  774. private static function registerAccountHooks() {
  775. $hookHandler = new \OC\Accounts\Hooks(\OC::$server->getLogger());
  776. \OCP\Util::connectHook('OC_User', 'changeUser', $hookHandler, 'changeUserHook');
  777. }
  778. /**
  779. * register hooks for the cache
  780. */
  781. public static function registerLogRotate() {
  782. $systemConfig = \OC::$server->getSystemConfig();
  783. if ($systemConfig->getValue('installed', false) && $systemConfig->getValue('log_rotate_size', false) && !self::checkUpgrade(false)) {
  784. //don't try to do this before we are properly setup
  785. //use custom logfile path if defined, otherwise use default of nextcloud.log in data directory
  786. \OC::$server->getJobList()->add('OC\Log\Rotate');
  787. }
  788. }
  789. /**
  790. * register hooks for the filesystem
  791. */
  792. public static function registerFilesystemHooks() {
  793. // Check for blacklisted files
  794. OC_Hook::connect('OC_Filesystem', 'write', 'OC\Files\Filesystem', 'isBlacklisted');
  795. OC_Hook::connect('OC_Filesystem', 'rename', 'OC\Files\Filesystem', 'isBlacklisted');
  796. }
  797. /**
  798. * register hooks for sharing
  799. */
  800. public static function registerShareHooks() {
  801. if (\OC::$server->getSystemConfig()->getValue('installed')) {
  802. OC_Hook::connect('OC_User', 'post_deleteUser', 'OC\Share20\Hooks', 'post_deleteUser');
  803. OC_Hook::connect('OC_User', 'post_removeFromGroup', 'OC\Share20\Hooks', 'post_removeFromGroup');
  804. OC_Hook::connect('OC_User', 'post_deleteGroup', 'OC\Share20\Hooks', 'post_deleteGroup');
  805. }
  806. }
  807. protected static function registerAutoloaderCache() {
  808. // The class loader takes an optional low-latency cache, which MUST be
  809. // namespaced. The instanceid is used for namespacing, but might be
  810. // unavailable at this point. Furthermore, it might not be possible to
  811. // generate an instanceid via \OC_Util::getInstanceId() because the
  812. // config file may not be writable. As such, we only register a class
  813. // loader cache if instanceid is available without trying to create one.
  814. $instanceId = \OC::$server->getSystemConfig()->getValue('instanceid', null);
  815. if ($instanceId) {
  816. try {
  817. $memcacheFactory = \OC::$server->getMemCacheFactory();
  818. self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
  819. } catch (\Exception $ex) {
  820. }
  821. }
  822. }
  823. /**
  824. * Handle the request
  825. */
  826. public static function handleRequest() {
  827. \OC::$server->getEventLogger()->start('handle_request', 'Handle request');
  828. $systemConfig = \OC::$server->getSystemConfig();
  829. // load all the classpaths from the enabled apps so they are available
  830. // in the routing files of each app
  831. OC::loadAppClassPaths();
  832. // Check if Nextcloud is installed or in maintenance (update) mode
  833. if (!$systemConfig->getValue('installed', false)) {
  834. \OC::$server->getSession()->clear();
  835. $setupHelper = new OC\Setup(\OC::$server->getConfig(), \OC::$server->getIniWrapper(),
  836. \OC::$server->getL10N('lib'), \OC::$server->getThemingDefaults(), \OC::$server->getLogger(),
  837. \OC::$server->getSecureRandom());
  838. $controller = new OC\Core\Controller\SetupController($setupHelper);
  839. $controller->run($_POST);
  840. exit();
  841. }
  842. $request = \OC::$server->getRequest();
  843. $requestPath = $request->getRawPathInfo();
  844. if ($requestPath === '/heartbeat') {
  845. return;
  846. }
  847. if (substr($requestPath, -3) !== '.js') { // we need these files during the upgrade
  848. self::checkMaintenanceMode();
  849. self::checkUpgrade();
  850. }
  851. // emergency app disabling
  852. if ($requestPath === '/disableapp'
  853. && $request->getMethod() === 'POST'
  854. && ((string)$request->getParam('appid')) !== ''
  855. ) {
  856. \OCP\JSON::callCheck();
  857. \OCP\JSON::checkAdminUser();
  858. $appId = (string)$request->getParam('appid');
  859. $appId = \OC_App::cleanAppId($appId);
  860. \OC_App::disable($appId);
  861. \OC_JSON::success();
  862. exit();
  863. }
  864. // Always load authentication apps
  865. OC_App::loadApps(['authentication']);
  866. // Load minimum set of apps
  867. if (!self::checkUpgrade(false)
  868. && !$systemConfig->getValue('maintenance', false)) {
  869. // For logged-in users: Load everything
  870. if(OC_User::isLoggedIn()) {
  871. OC_App::loadApps();
  872. } else {
  873. // For guests: Load only filesystem and logging
  874. OC_App::loadApps(array('filesystem', 'logging'));
  875. self::handleLogin($request);
  876. }
  877. }
  878. if (!self::$CLI) {
  879. try {
  880. if (!$systemConfig->getValue('maintenance', false) && !self::checkUpgrade(false)) {
  881. OC_App::loadApps(array('filesystem', 'logging'));
  882. OC_App::loadApps();
  883. }
  884. self::checkSingleUserMode();
  885. OC_Util::setupFS();
  886. OC::$server->getRouter()->match(\OC::$server->getRequest()->getRawPathInfo());
  887. return;
  888. } catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) {
  889. //header('HTTP/1.0 404 Not Found');
  890. } catch (Symfony\Component\Routing\Exception\MethodNotAllowedException $e) {
  891. OC_Response::setStatus(405);
  892. return;
  893. }
  894. }
  895. // Handle WebDAV
  896. if ($_SERVER['REQUEST_METHOD'] == 'PROPFIND') {
  897. // not allowed any more to prevent people
  898. // mounting this root directly.
  899. // Users need to mount remote.php/webdav instead.
  900. header('HTTP/1.1 405 Method Not Allowed');
  901. header('Status: 405 Method Not Allowed');
  902. return;
  903. }
  904. // Someone is logged in
  905. if (OC_User::isLoggedIn()) {
  906. OC_App::loadApps();
  907. OC_User::setupBackends();
  908. OC_Util::setupFS();
  909. // FIXME
  910. // Redirect to default application
  911. OC_Util::redirectToDefaultPage();
  912. } else {
  913. // Not handled and not logged in
  914. header('Location: '.\OC::$server->getURLGenerator()->linkToRouteAbsolute('core.login.showLoginForm'));
  915. }
  916. }
  917. /**
  918. * Check login: apache auth, auth token, basic auth
  919. *
  920. * @param OCP\IRequest $request
  921. * @return boolean
  922. */
  923. static function handleLogin(OCP\IRequest $request) {
  924. $userSession = self::$server->getUserSession();
  925. if (OC_User::handleApacheAuth()) {
  926. return true;
  927. }
  928. if ($userSession->tryTokenLogin($request)) {
  929. return true;
  930. }
  931. if (isset($_COOKIE['nc_username'])
  932. && isset($_COOKIE['nc_token'])
  933. && isset($_COOKIE['nc_session_id'])
  934. && $userSession->loginWithCookie($_COOKIE['nc_username'], $_COOKIE['nc_token'], $_COOKIE['nc_session_id'])) {
  935. return true;
  936. }
  937. if ($userSession->tryBasicAuthLogin($request, \OC::$server->getBruteForceThrottler())) {
  938. return true;
  939. }
  940. return false;
  941. }
  942. protected static function handleAuthHeaders() {
  943. //copy http auth headers for apache+php-fcgid work around
  944. if (isset($_SERVER['HTTP_XAUTHORIZATION']) && !isset($_SERVER['HTTP_AUTHORIZATION'])) {
  945. $_SERVER['HTTP_AUTHORIZATION'] = $_SERVER['HTTP_XAUTHORIZATION'];
  946. }
  947. // Extract PHP_AUTH_USER/PHP_AUTH_PW from other headers if necessary.
  948. $vars = array(
  949. 'HTTP_AUTHORIZATION', // apache+php-cgi work around
  950. 'REDIRECT_HTTP_AUTHORIZATION', // apache+php-cgi alternative
  951. );
  952. foreach ($vars as $var) {
  953. if (isset($_SERVER[$var]) && preg_match('/Basic\s+(.*)$/i', $_SERVER[$var], $matches)) {
  954. list($name, $password) = explode(':', base64_decode($matches[1]), 2);
  955. $_SERVER['PHP_AUTH_USER'] = $name;
  956. $_SERVER['PHP_AUTH_PW'] = $password;
  957. break;
  958. }
  959. }
  960. }
  961. }
  962. OC::init();