moodle/repository
Eloy Lafuente (stronk7) 4621917c62 MDL-67114 core: php74 fix. Fix use of scalar as array in core
There are various places where it's not guaranteed that the
variable being used is array, and instead, can be null, bool, int...

We need to check that because php74 warns about it.

Where possible we have used the coalesce operator as
replacement for isset() ternary operations.
2020-01-03 11:33:15 +01:00
..
areafiles MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
boxnet MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
coursefiles MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
dropbox MDL-67114 core: php74 fix. Fix use of scalar as array in core 2020-01-03 11:33:15 +01:00
equella MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
filesystem MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
flickr MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
flickr_public MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
googledocs MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
local MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
merlot MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
nextcloud MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
onedrive MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
picasa MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
recent MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
s3 MDL-67031 s3: php74 fixup for class S3 v0.5.1 2019-11-16 20:03:27 +01:00
skydrive MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
tests MDL-64979 Behat: Add option to increase timeouts 2019-03-19 17:17:55 +00:00
upload MDL-60975 behat tests: Added search for admin setting filepickers 2019-12-05 11:12:00 +01:00
url MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
user MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
webdav MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
wikimedia MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
youtube MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
draftfiles_ajax.php MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core 2013-07-04 15:41:06 +08:00
draftfiles_manager.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
filepicker.js MDL-64917 filepicker: change event dispatch 2019-09-12 10:57:21 +10:00
filepicker.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
lib.php MDL-61131 repositories: Added a key to verify incoming urls. 2018-01-09 11:34:37 +01: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-61131 repositories: Added a key to verify incoming urls. 2018-01-09 11:34:37 +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-59700 filestorage: Rework repositories to avoid add_file_to_pool 2017-08-07 15:50:15 +08: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