- 18 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 17 Mar, 2015 5 commits
-
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Lukas Reschke authored
This section is now unused as the security configuration has to happen on the webserver layer since https://github.com/owncloud/core/pull/14651
-
Jenkins for ownCloud authored
-
- 16 Mar, 2015 4 commits
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php
-
Jenkins for ownCloud authored
-
- 15 Mar, 2015 1 commit
-
-
Robin McCorkell authored
-
- 14 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 13 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 12 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 11 Mar, 2015 2 commits
-
-
Roeland Jago Douma authored
* Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
-
Thomas Müller authored
-
- 10 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 09 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 08 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 07 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 06 Mar, 2015 2 commits
-
-
Jan-Christoph Borchardt authored
-
Jenkins for ownCloud authored
-
- 05 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 04 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 03 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 02 Mar, 2015 2 commits
-
-
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.
-
Jenkins for ownCloud authored
-
- 01 Mar, 2015 2 commits
-
-
Jakob Sack authored
-
Jenkins for ownCloud authored
-
- 28 Feb, 2015 4 commits
-
-
Jakob Sack authored
-
Jakob Sack authored
-
Jakob Sack authored
-
Jenkins for ownCloud authored
-
- 27 Feb, 2015 2 commits
-
-
Lukas Reschke authored
This change will log all failures that prevent the CLI cronjob from happening to the database and display a warning to administrators when an error happened. To test: 1. Configure some invalid CLI php.ini settings 2. Enable the CLI cronjob and run php cron.php 3. See the errors printed and also in the admin page 4. Configure the CLI settings correctly 5. Errors should be gone. Fixes https://github.com/owncloud/core/issues/13994
-
Jenkins for ownCloud authored
-
- 26 Feb, 2015 3 commits
-
-
Morris Jobke authored
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
Jenkins for ownCloud authored
-
- 25 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 Feb, 2015 1 commit
-
-
Lukas Reschke authored
Nobody reads the warnings anyways and so we should enforce it at installation time... Also allows us to get rid of some duplicated code. To test change the `default_charset` to something other than `utf-8` or `UTF-8`, both should work fine with that change here. An error should then get shown. We already set those default charsets in the shipped .user.ini and .htaccess
-