- Nov 18, 2015
-
-
Thomas Müller authored
-
- Oct 15, 2015
-
-
RealRancor authored
-
- Oct 14, 2015
-
-
Joas Schilling authored
-
- Sep 29, 2015
-
-
RealRancor authored
-
- Aug 16, 2015
-
-
Morris Jobke authored
-
- Jul 01, 2015
-
-
Frank Karlitschek authored
-
- Mar 26, 2015
-
-
Lukas Reschke authored
-
- Mar 19, 2015
-
-
Wolfgang Karall authored
-
- Mar 02, 2015
-
-
Lukas Reschke authored
Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
-
- Feb 27, 2015
-
-
Lukas Reschke authored
-
Frank Karlitschek authored
-
- Feb 23, 2015
-
-
Lukas Reschke authored
Apparently a boolean in php.ini is according to the documentation "on" or "off"… Fixes itself.
-
- Feb 21, 2015
-
-
Lukas Reschke authored
-
- Feb 10, 2015
-
-
Fernando Rodriguez Sela authored
-
- Jan 28, 2015
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13657
-
- Jan 22, 2015
-
-
Lukas Reschke authored
PHP 5.6 otherwise throws notices for perfectly valid code which results in broken endpoints. Fixes https://github.com/owncloud/core/issues/13592
-
- Jan 08, 2015
-
-
Lukas Reschke authored
Currently if a user does not replace the .htaccess file with the new update this can lead to serious problems in case Apache is used as webserver. This commit adds the version to the .htaccess file and the update routine fails in case not the newest version is specified in there. This obviously means that every release has to update the version specified in .htaccess as well. But I see no better solution for it. Conflicts: lib/private/updater.php
-
- Jan 05, 2015
-
-
Morris Jobke authored
-
- Nov 27, 2014
-
-
Robert Jäckel authored
-
Robert Jäckel authored
use mod_rewrite to pretend theese files are not existend for security purposes
-
- Oct 14, 2014
-
-
Thomas Müller authored
-
- Jun 16, 2014
-
-
Lukas Reschke authored
That file was accidentally commited. Partially revert https://github.com/owncloud/core/commit/f2fc214ce0455ce9a9def36bd09285e82b5eabec
-
Lukas Reschke authored
This functions are deprecated and/or removed since ownCloud 7. Additionally a issubdirectory check has been added here to prevent developers to use this function in a potentially insecure way. Port of https://github.com/owncloud/core/pull/9033
-
- Jun 05, 2014
-
-
Lukas Reschke authored
The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application. This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app. Testplan: [x] Installation works [x] Login with DB works [x] Logout works [x] Login with alternate backend works (tested with user_webdavauth) [x] Other apps are accessible [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled) [x] Personal settings are accessible [x] Admin settings are accessible [x] Sharing files works [x] DAV works [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications
-
- Apr 28, 2014
-
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
- Feb 28, 2014
-
-
Lukas Reschke authored
1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document. 2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory.
-
- Feb 20, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Jan 23, 2014
-
-
Thomas Müller authored
-
- Jan 08, 2014
-
-
Thomas Müller authored
-
- May 09, 2013
-
-
Thomas Tanghus authored
-
- Apr 24, 2013
-
-
Daniel Molkentin authored
Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).
-
- Mar 08, 2013
-
-
Myles McNamara authored
php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors. This needs to be set in php.ini manually or set using ini_set().
-
- Feb 27, 2013
-
-
Brice Maron authored
-
- Feb 26, 2013
-
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
- Feb 06, 2013
-
-
Sam Tuke authored
-
- Nov 30, 2012
-
-
Erik Sargent authored
This reverts commit e1478117.
-
- Nov 28, 2012
-
-
Erik Sargent authored
-