owncloud / moodle-repository_ocis

GNU General Public License v3.0
3 stars 0 forks source link

missing privacy api #96

Closed purnendudash closed 5 months ago

purnendudash commented 5 months ago

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. Your plugin uses user data which will need to be included in the privacy api classes.

Sites that use continuous integration processes will not be able to use your plugin because Moodle runs unit tests which check to see if all extra plugins include the privacy class.

More information on the privacy class is here: https://moodledev.io/docs/apis/subsystems/privacy#

purnendudash commented 5 months ago

Sorry, my wrong. I skipped that somehow. Its already there.

individual-it commented 5 months ago

yes it's here https://github.com/owncloud/moodle-repository_ocis/blob/main/classes/privacy/provider.php AFAIK: its similar to other plugins that connect cloud storages to moodle