owncloud-snap:release

Last commit made on 2016-04-23
Get this branch:
git clone -b release https://git.launchpad.net/owncloud-snap
Only Kyle Fazzari can upload to this branch. If you are Kyle Fazzari please log in for upload directions.

Branch merges

Branch information

Name:
release
Repository:
lp:owncloud-snap

Recent commits

5c23846... by Kyle Fazzari

Add libpng to stage packages.

Signed-off-by: Kyle Fazzari <email address hidden>

0574271... by Kyle Fazzari

Update version to 9.0.1ubuntu1.

Also update README and CHANGELOG.

Signed-off-by: Kyle Fazzari <email address hidden>

5710e93... by Kyle Fazzari

MySQL: Increase max allowed packet.

Increase to 100M. This prevents "General error: 2006 MySQL server has
gone away" errors when uploading large files.

Signed-off-by: Kyle Fazzari <email address hidden>

73a6981... by Kyle Fazzari

PHP: Enable logging.

This may help with future debugging.

Signed-off-by: Kyle Fazzari <email address hidden>

1e74df5... by Kyle Fazzari <email address hidden>

Upgrade to ownCloud 9.0.1. (#62)

Also started using the .htaccess file shipped in the root of ownCloud.
Note that this was done with a direct include rather than enabling
overrides due to the performance penalty. Typically this would be
unsafe, but the dangers are negated by the fact that the .htaccess file
is read-only.

This fixes #54.

Signed-off-by: Kyle Fazzari <email address hidden>

8d71fd8... by Kyle Fazzari <email address hidden>

Expose MySQL client. (#61)

ownCloud doesn't handle migrating an install, which means in order to do
so one must directly access the database. The current snap doesn't
expose a MySQL client, so such a thing is currently difficult. This
commit exposes the MySQL client as an app, which will use the root MySQL
user.

This fixes #37.

Signed-off-by: Kyle Fazzari <email address hidden>

6e42909... by Kyle Fazzari <email address hidden>

Make ownCloud upgrade failure fatal. (#60)

Currently the Apache startup script just runs `occ upgrade` without
checking the result. However, its success depends upon a number of other
factors (e.g. mysql being ready), so it could potentially fail. This
commit updates the startup script to make an `occ upgrade` failure
fatal, thus causing Apache to restart and try again.

This should fix #14.

Signed-off-by: Kyle Fazzari <email address hidden>

8be7bd8... by Olivier Paroz <email address hidden>

Upgrade Apache plugin to Snapcraft 2.8. (#57)

Fixes #56

ec7c989... by Olivier Paroz <email address hidden>

Apache: Update to 2.4.20 (#50)

Fixes #48

56aef40... by Kyle Fazzari

Increase max upload to 16GB. (#46)

This is done by using SNAP_DATA/owncloud/tmp instead of /tmp as
the upload_tmp_dir and also updating the upload_max_filesize and
upload_max_filesize in php.ini.

Fixes #5.

Signed-off-by: Kyle Fazzari <email address hidden>