Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 4.1 KB

CHANGES.md

File metadata and controls

78 lines (51 loc) · 4.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Summary

Details

Changelog for [1.0.0] (2024-05-02)

Summary

  • Enhancement - added sortorder option name in repository instances #87
  • Bugfix - fix: adjust case in strings #101
  • Enhancement - Remove moodle's core security settings from source code #104
  • Change - updated to ocis-php-sdk 1.0.0

Details

  • Enhancement - added sortorder option name in repository instances #87 Added sortorder option in get_instance_option_names to resolve moodle bugMDL-81005

  • Bugfix - fix: adjust case in strings #101 Revised string case according to moodle standard.

    #95 #101

  • Enhancement - Remove moodle's core security settings from source code #104 The core security configurations of Moodle, which enable automatic provisioning of port and URL blocking/allowing, have been eliminated. This decision was made in adherence to Moodle standards, as this practice is deemed impermissible.

  • Change - updated to ocis-php-sdk 1.0.0 #110 We have updated to the newest versions of the dependencies that are adjusted to changes in oCIS

Changelog for [1.0.0-rc.2] (2024-02-26)

Summary

  • Bugfix - fixed a bug where a user could end up with an unusable file-picker #83
  • Bugfix - updated to ocis-php-sdk 1.0.0-rc2 & libre-graph-api-php dev-main c728b27

Details

  • Bugfix - fixed a bug where a user could end up with an unusable file-picker #83 We have fixed a bug where when a user, with a ocis-token, looses access to ocis, would only see an error message and could not use the file-picker nor could log-out. The solution was to log-out the user automatically in those cases.

    #80 #83

  • Bugfix - updated to ocis-php-sdk 1.0.0-rc2 & libre-graph-api-php dev-main c728b27 #82 We have updated to the newest versions of the dependencies that are adjusted to changes in oCIS

Changelog for [1.0.0-rc.1] (2024-01-18)

Summary

  • Bugfix - fixed destination of manage button #50
  • Bugfix - made string for Shares translatable in the breadcrumbs #66
  • Bugfix - shares that are set to hide in ocis webUI are hidden also in moodle #77
  • Bugfix - shares that are set to Disable sync in ocis webUI are hidden in moodle #77
  • Enhancement - default icons for the different drive-types are the same as in ocis-web #76

Details

Changelog for [1.0.0-beta.2] (2024-01-02)

Summary

  • Bugfix - fixed version number in version.php #59
  • Change - delete extra line to be consistent with moodle codestyle #65
  • Change - improve PHPDocs to be consistent with moodle PHPdoc checker #67

Details