- 29 Apr, 2016 1 commit
-
-
Roeland Jago Douma authored
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater
-
- 28 Apr, 2016 1 commit
-
-
Thomas Müller authored
-
- 22 Apr, 2016 1 commit
-
-
Thomas Müller authored
-
- 18 Apr, 2016 1 commit
-
-
Thomas Müller authored
-
- 21 Mar, 2016 1 commit
-
-
Joas Schilling authored
-
- 23 Feb, 2016 2 commits
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- 09 Feb, 2016 1 commit
-
-
Joas Schilling authored
-
- 08 Feb, 2016 1 commit
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
- 12 Jan, 2016 2 commits
-
-
Lukas Reschke authored
This adds a hidden config flag that allows somebody to disable the code integrity check. If `integrity.check.disabled` is set to `true` in the config file: 1. The integrity check functions will return always an empty result 2. The integrity check is not performed when installing apps 3. The integrity check is not performed when updating apps 4. The integrity check is not performed when updating the core Furthermore this adds support for a list of channels that the code checker will run on. At the moment this is only stable because I didn't want to break any build scripts that we have. Once we have a proper CA setup and updated the build process to sign the releases we can add the RC, alpha, beta as well as daily releases. So everything except "git" basically.
-
Thomas Müller authored
-
- 07 Jan, 2016 1 commit
-
-
Joas Schilling authored
-
- 18 Dec, 2015 1 commit
-
-
Morris Jobke authored
-
- 17 Dec, 2015 1 commit
-
-
Thomas Müller authored
-
- 01 Dec, 2015 1 commit
-
-
Lukas Reschke authored
This PR implements the base foundation of the code signing and integrity check. In this PR implemented is the signing and verification logic, as well as commands to sign single apps or the core repository. Furthermore, there is a basic implementation to display problems with the code integrity on the update screen. Code signing basically happens the following way: - There is a ownCloud Root Certificate authority stored `resources/codesigning/root.crt` (in this PR I also ship the private key which we obviously need to change before a release
😉 ). This certificate is not intended to be used for signing directly and only is used to sign new certificates. - Using the `integrity:sign-core` and `integrity:sign-app` commands developers can sign either the core release or a single app. The core release needs to be signed with a certificate that has a CN of `core`, apps need to be signed with a certificate that either has a CN of `core` (shipped apps!) or the AppID. - The command ...
-
- 26 Oct, 2015 1 commit
-
-
Lukas Reschke authored
-
- 21 Oct, 2015 2 commits
-
-
Thomas Müller authored
-
Joas Schilling authored
-
- 09 Oct, 2015 3 commits
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- 29 Sep, 2015 1 commit
-
-
Morris Jobke authored
* resets afterwards * adds output about the previous log level
-
- 22 Sep, 2015 1 commit
-
-
Lukas Reschke authored
-
- 31 Aug, 2015 2 commits
-
-
Vincent Petry authored
-
Vincent Petry authored
-
- 30 Aug, 2015 1 commit
-
-
Vincent Petry authored
version.php now contains the previous ownCloud version from which upgrades are allowed. Any other upgrades will show a message that the upgrade/downgrade is not supported.
-
- 19 Aug, 2015 1 commit
-
-
Lukas Reschke authored
For newer releases we shall use an integrity check. But that's a good alternative for now.
-
- 28 Jun, 2015 1 commit
-
-
Lukas Reschke authored
Uses the new updater url "https://updates.owncloud.com/server/"
-
- 25 Jun, 2015 1 commit
-
-
Morris Jobke authored
-
- 24 Jun, 2015 1 commit
-
-
Morris Jobke authored
-
- 23 Jun, 2015 3 commits
-
-
Morris Jobke authored
-
Morris Jobke authored
* otherwise you don't know during which app update something failed
-
Morris Jobke authored
* add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message
-
- 20 May, 2015 1 commit
-
-
Steffen Lindner authored
-
- 19 May, 2015 1 commit
-
-
Morris Jobke authored
* if maintenance mode was enabled before an upgrade it will be enabled afterwards too * fixes #16429
-
- 30 Apr, 2015 1 commit
-
-
Morris Jobke authored
* this is the preparation for some upcoming logger related changes * also fixes an issue in the public interface where we request an internal class as parameter
-
- 26 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 16 Mar, 2015 1 commit
-
-
Morris Jobke authored
-
- 13 Mar, 2015 1 commit
-
-
Thomas Müller authored
-
- 02 Mar, 2015 1 commit
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13731
-