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 37KB

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