Package: owncloud / 7.0.4+dfsg-2

Metadata

Package Version Patches format
owncloud 7.0.4+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable the appstore.patch | (download)

config/config.sample.php | 8 5 + 3 - 0 !
lib/base.php | 2 1 + 1 - 0 !
lib/private/app.php | 2 1 + 1 - 0 !
lib/private/ocsclient.php | 2 1 + 1 - 0 !
lib/private/setup.php | 2 2 + 0 - 0 !
lib/private/util.php | 2 1 + 1 - 0 !
settings/ajax/apps/ocs.php | 2 1 + 1 - 0 !
settings/templates/apps.php | 4 2 + 2 - 0 !
8 files changed, 14 insertions(+), 10 deletions(-)

 disable the appstore
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Due to the potential injection of malicious code, the appstore is
disabled.

0002 Fix displayed version.patch | (download)

config/config.sample.php | 2 1 + 1 - 0 !
lib/private/templatelayout.php | 2 1 + 1 - 0 !
lib/private/util.php | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix displayed version
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Since the update shall be done via a package manager, checking for a new
version is useless, thus checking is disabled by default, and displayed
version is fixed to make it clear thats a Debian package.

0003 Improve logfile handling.patch | (download)

config/config.sample.php | 3 2 + 1 - 0 !
lib/base.php | 2 1 + 1 - 0 !
lib/private/log/owncloud.php | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 3 deletions(-)

 improve logfile handling

Log in /var/log/owncloud.log by default.

Bug-Debian: http://bugs.debian.org/715484
path/0004 Adapt Archive Tar.php path.patch | (download)

lib/private/archive/tar.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adapt archive/tar.php path
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

The Debian package depends on the needed classes instead of embedding
them, i.e. php-pear.

Bug-Debian: http://bugs.debian.org/677159
path/0005 Adapt Doctrine Symphony Patchwork and Pimple path.patch | (download)

lib/base.php | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 adapt doctrine, symphony, patchwork and pimple path

The Debian package depends on the needed classes instead of embedding
them, i.e. php-doctrine-common, php-doctrine-dbal, php-symfony-console,
php-symfony-routing, php-patchwork-utf8 and php-pimple.

path/0006 Adapt Crypt_Blowfish path.patch | (download)

apps/files_encryption/lib/crypt.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adapt crypt_blowfish path

The Debian package depends on the needed classes instead of embedding
them, i.e. php-crypt-blowfish.

path/0007 Adapt aws sdk path.patch | (download)

apps/files_external/lib/amazons3.php | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 adapt aws-sdk path

The Debian package depends on the needed classes instead of embedding
them, i.e. php-aws-sdk.
path/0008 Adapt google api php client path.patch | (download)

apps/files_external/ajax/google.php | 2 1 + 1 - 0 !
apps/files_external/lib/google.php | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 adapt google-api-php-client path

The Debian package depends on the needed classes instead of embedding
them, i.e. php-google-api-php-client.

path/0009 Adapt Dropbox path.patch | (download)

apps/files_external/ajax/dropbox.php | 2 1 + 1 - 0 !
apps/files_external/lib/dropbox.php | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 adapt dropbox path

The Debian package depends on the needed classes instead of embedding
them, i.e. php-dropbox.