Skip to content

Releases: owncloud/migrate_to_ocis

3.0.0 — ownCloud Server 11 support

Choose a tag to compare

@DeepDiver1975 DeepDiver1975 released this 27 Jul 15:08
v3.0.0
2021271

This release targets ownCloud Server 11 and drops ownCloud 10 support.

Changes

  • Change — Support ownCloud Server 11 and drop ownCloud 10: #53

    The app now requires PHP 8.3 or newer, matching the ownCloud 11 runtime
    baseline, and its dependency range is pinned to ownCloud 11 only. As a
    consequence it no longer installs on ownCloud 10, which continues to be served
    by the 2.0.x release line.

    The release tarball is signed with a G2 code-signing certificate using the
    standalone ocsign tool, because
    ownCloud 11 mandates a valid app signature and removed the
    occ integrity:sign-app command.

Compatibility

ownCloud Server 11 (only)
PHP >= 8.3
oCIS 7.1.0+

Users on ownCloud 10 should stay on v2.0.1.

Download

migrate_to_ocis.tar.gz — signed app tarball (appinfo/signature.json, schema v2).

sha256  caecb556f8d3505da6632e9d096c3b90fb490e939ac15ccbe3b2037d54ebcafb
size    26037294 bytes

Signature

Signed with the G2 code-signing leaf for this app:

Subject O=owncloud, OU=github, CN=migrate_to_ocis
Issuer C=DE, O=ownCloud GmbH, CN=ownCloud Code Signing Intermediate CA G2
Serial 4222E8FA546C3B21AC29A4C83BA62379
Key EC P-384, ecdsa-with-SHA384
Algorithm ecdsa-p384-sha384 (signature.json schema v2)
Validity 2026-07-27 → 2028-07-26

Verified before publishing: leaf chains to the ownCloud Code Signing Root CA G2
with -purpose codesign, Code Signing EKU, CA:FALSE; the manifest covers 570
files with 0 differences against a freshly recomputed manifest;
openssl dgst -sha384 -verify on the canonical manifest returns
Verified OK; the tarball extracts byte-identical to the signed tree.

Built from 2021271 (tag v3.0.0).

Full changelog: v2.0.1...v3.0.0

v2.0.1

Choose a tag to compare

@DeepDiver1975 DeepDiver1975 released this 27 Jul 08:47
v2.0.1
2680d44

Summary

  • Bugfix - Select the migration role by name in the acceptance test: #42
  • Change - Ship a properly signed release tarball: #48

Details

Change - Ship a properly signed release tarball (#49)

The 2.0.0 release tarball was not signed with the ownCloud code-signing certificate, so it could not be verified by ownCloud Classic's integrity check. The 2.0.1 distribution attached here is signed with the G1 code-signing certificate (CN=migrate_to_ocis), allowing occ integrity:check-app migrate_to_ocis to validate the app.

Bugfix - Select the migration role by name in the acceptance test (#42)

Fixed a flaky acceptance test that intermittently failed during file migration. The migration driver now selects the role by label ("User") instead of index.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@DeepDiver1975 DeepDiver1975 released this 02 Jul 16:16
v2.0.0
cfe0cf5

Changes in 2.0.0

  • Change – Relicense from GPLv2 to Apache-2.0 (#27)

    The app is now licensed under the Apache License 2.0. The LICENSE file carries the full Apache 2.0 text, the licence tag in appinfo/info.xml is set to APL2, and every PHP source file carries an SPDX-License-Identifier: Apache-2.0 header.

See CHANGELOG.md for details.

v1.0.0

Choose a tag to compare

@DeepDiver1975 DeepDiver1975 released this 14 Apr 07:21
ca669a3

What's Changed

New Contributors

Full Changelog: https://github.com/owncloud/migrate_to_ocis/commits/v1.0.0