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

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