Skip to content

Releases: learnweb/moodle-repository_owncloud

v3.6-r1

23 Nov 14:31
v3.6-r1
4fcc18e
Compare
Choose a tag to compare

⚠️ This is the last (regular) release of repository_owncloud. See notes below...

Stable release. Supports:

  • Moodle 3.3.2, 3.4, 3.5, 3.6 (and higher).
  • PHP 7.0, 7.1, 7.2.
  • ownCloud 10.0.1 (or newer) + OAuth2 app from marketplace.
  • Nextcloud 14.0.4 (or newer).

Changes

  • Important: This is the last (regular) release of repository_owncloud. Starting with Moodle 3.6, this repository is integrated into core. Please consider moving away from this plugin and switching to the official version in core.
  • Migration feature: This plugin helps you migrate to the official version in core. Once you are on Moodle 3.6, this functionality is available in the settings of the ownCloud repository.
  • Change in Privacy API declarations.

Download options

We provide several brandings so that you can improve the experience of your Moodle users by showing a specific icon. Note that each of the following versions will work with any of the three systems without problems, regardless of which version you choose. The icon is the only difference.

v3.5-r4

19 Oct 16:24
v3.5-r4
322820f
Compare
Choose a tag to compare

Stable release. Supports:

  • Moodle 3.3.2, 3.4, 3.5 (and higher).
  • PHP 7.0, 7.1, 7.2.
  • ownCloud 10.0.1 (or newer) + OAuth2 app from marketplace.
  • Nextcloud 14.0.1 (or newer).

Changes

  • System account connections are not initialised unless explicitly required for a particular action.
  • Output content of access controlled links via Moodle instead of performing a redirect (necessary due to a security policy change in Nextcloud).

Download options

We provide several brandings so that you can improve the experience of your Moodle users by showing a specific icon. Note that each of the following versions will work with any of the three systems without problems, regardless of which version you choose. The icon is the only difference.

v3.5-r3

13 Sep 08:31
v3.5-r3
fe88bc2
Compare
Choose a tag to compare

Stable release. Supports:

  • Moodle 3.3.2, 3.4, 3.5 (and higher).
  • PHP 7.0, 7.1, 7.2.
  • ownCloud 10.0.1 (or newer) + OAuth2 app from marketplace.
  • Nextcloud 13.0.1 (or newer).

Changes

  • Fix folder creation error: We need to clean for PARAM_FILE, not PARAM_PATH (slashes in name parts were problematic previously).
  • On error, explicitly communicate which folder could not be created.
  • If a file has been shared with the system account: Don't fail, continue!
  • Fix issuer validation.
  • Check system account connectivity before using it in send_file.
  • Save one roundtrip to find out the user name of the system account (Moodle stored that already).
  • Simplify $result array in create_folder_path_access_controlled_links.
  • Remove obsolete language strings and improve PHPdoc.

Download options

We provide several brandings so that you can improve the experience of your Moodle users by showing a specific icon. Note that each of the following versions will work with any of the three systems without problems, regardless of which version you choose. The icon is the only difference.

v3.5-r2

15 Aug 12:49
v3.5-r2
e2b76eb
Compare
Choose a tag to compare

Stable release. Supports:

  • Moodle 3.3.2, 3.4, 3.5 (and higher).
  • PHP 7.0, 7.1, 7.2.
  • ownCloud 10.0.1 (or newer) + OAuth2 app from marketplace.
  • Nextcloud 13.0.1 (or newer).

Changes

  • Add access controlled link functionality, comparable to Google Drive and OneDrive plugins.
  • Repository instance settings that restrict how files from the external system may be used.

Download options

We provide several brandings so that you can improve the experience of your Moodle users by showing a specific icon. Note that each of the following versions will work with any of the three systems without problems, regardless of which version you choose. The icon is the only difference.

v3.5-r1

11 May 10:52
v3.5-r1
b45a329
Compare
Choose a tag to compare

Stable release. Supports:

  • Moodle 3.3.2, 3.4, 3.5 (and higher).
  • PHP 5.6, 7.0, 7.1.
  • ownCloud 10.0.1 (or newer) + OAuth2 app from marketplace.
  • Nextcloud 13.0.1 (or newer).

Changes

  • Updated the docs to account for Nextcloud endpoints.
  • Since Nextcloud 13.0.1, Nextcloud supports linking files as well! No plugin upgrade needed.
  • Add support for Moodle's privacy API.

Download options

We provide several brandings so that you can improve the experience of your Moodle users by showing a specific icon. Note that each of the following versions will work with any of the three systems without problems, regardless of which version you choose. The icon is the only difference.

v3.4-r2

23 Oct 14:10
v3.4-r2
5328dfd
Compare
Choose a tag to compare

Stable release. Supports:

  • Moodle 3.3.2, 3.4 (and higher).
  • PHP 5.6, 7.0, 7.1.
  • ownCloud 10.0.1 (or newer) + OAuth2 app from marketplace.
  • Nextcloud 12.0.2 (or newer).

Changes

  • Tested for compatibility with Moodle 3.4 (with release 2017102100.00).
  • Uses the updated webdav_client in Moodle's webdavlib.php (thanks to MDL-59844) in Moodle 3.4.
  • Provides a "Polyfill" for webdav_client in Moodle 3.3 installations to remain backwards compatible.

Download options

We provide several brandings so that you can improve the experience of your Moodle users by showing a specific icon. Note that each of the following versions will work with any of the three systems without problems, regardless of which version you choose. The icon is the only difference.

(Note: This release replaces v3.4-r1 which declared outdated requirements.)

v3.4-r1

23 Oct 14:01
v3.4-r1
c6ee699
Compare
Choose a tag to compare

Sorry, this release declared outdated dependencies. We therefore recommend using v3.4-r2. Sorry for the inconvenience.