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

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