owncloud-snap:develop

Last commit made on 2016-06-07
Get this branch:
git clone -b develop 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:
develop
Repository:
lp:owncloud-snap

Recent commits

361ebeb... by Kyle Fazzari <email address hidden>

Merge pull request #74 from kyrofa/feature/72/series_16

Update for series 16.

def72a4... by Kyle Fazzari

Update for series 16.

- Break backward compatibility with version on rolling.
- Use real interfaces.
- Use the common directory for ownCloud data.
- Use two app folders: the read-only in-snap apps, and user-installed
  ones in $SNAP_DATA.

Fixes #42.
Fixes #72.

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

80dece4... by Kyle Fazzari <email address hidden>

Merge pull request #66 from kyrofa/release/9.0.1ubuntu1

Update version to 9.0.1ubuntu1.

7e6f57e... by Kyle Fazzari

Update version to 9.0.1ubuntu1.

Also update README and CHANGELOG, and add libpng to the stage packages
(since some OS snaps include it, and others don't).

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