moodle/repository
Eloy Lafuente (stronk7) d2ad5e8461 MDL-73523 libraries: openssl_free_xxx() methods are deprecated in php80
So we are putting them under a standard PHP_MAJOR_VERSION < 8 condition.

Also, added TODO comments to remember to delete that block of code when
php80 becomes the minimum required versions in the future (Moodle 4.3?).

When possible, an issue has been created upstream, else a comment in
readme_moodle files has been added.

Finally, when the keys being freed were class or object attributes, also
nullify them (but when the calls were part of destructor methods).
2022-01-20 14:48:22 +01:00
..
areafiles MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
contentbank MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
coursefiles MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
dropbox MDL-70271 repository_dropbox: Switch to core\oauth2 API 2021-06-22 11:44:11 +08:00
equella MDL-33981 repository_equella: support internal copy 2020-08-24 09:54:34 +10:00
filesystem MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
flickr MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
flickr_public MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
googledocs MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
local MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
merlot MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
nextcloud MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
onedrive MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
recent MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
s3 MDL-73523 libraries: openssl_free_xxx() methods are deprecated in php80 2022-01-20 14:48:22 +01:00
tests Merge branch 'MDL-73348' of https://github.com/stronk7/moodle 2021-12-22 21:19:52 +11:00
upload Merge branch 'MDL-71610-master' of git://github.com/bmbrands/moodle 2021-09-29 15:40:39 +02:00
url MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
user MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
webdav MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
wikimedia MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
youtube MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
draftfiles_ajax.php MDL-37802 repository: return error if unzipping files fails. 2020-09-25 09:33:44 +01:00
draftfiles_manager.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
filepicker.js Merge branch 'MDL-71813-master' of https://github.com/NashTechOpenUniversity/moodle 2021-06-17 11:28:22 +08:00
filepicker.php MDL-69028 repository: Put a rate limit on draft file uploads 2021-05-04 17:23:11 +02:00
lib.php MDL-72615 core: Remove boxnet portfolio and repository 2021-10-27 06:24:55 +02:00
manage_instances.php MDL-61098 repository: Retrieve correct context for repo instance 2017-12-21 11:33:11 +01:00
README.txt
repository_ajax.php MDL-72643 core: Improve display_size 2021-09-27 16:52:33 +01:00
repository_callback.php MDL-59008 repository: add reload parent window support to callback 2017-07-03 13:41:58 +08:00
upgrade.txt MDL-72615 core: Remove boxnet portfolio and repository 2021-10-27 06:24:55 +02:00

Repository API
==============

This directory contains all the interfaces and plugins for access to repositories.

   Specs:  http://docs.moodle.org/dev/Repository_API
   Track:  http://tracker.moodle.org/browse/MDL-13766