owncloud-snap:master

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

Recent commits

be11e9b... by Kyle Fazzari <email address hidden>

Merge pull request #75 from kyrofa/release/9.0.1ubuntu2

Release 9.0.1ubuntu2

f936580... by Kyle Fazzari

Update version to 9.0.1ubuntu2.

Also revamp README to reflect the usage of the common data directory.

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

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>

453e0ff... by Kyle Fazzari <email address hidden>

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

Release 9.0.1ubuntu1

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>