moodle/repository
Helen Foster 08a114cf40 MDL-66003 lang: Import fixed English strings (en_fix)
Significant string changes:

* moodleorghubname,core_admin and
  sitemustberegistered,message_airnotifier - 'Moodle.net' changed to
  'Moodle'

* registration_help,core_admin and registermoochtips,core_hub - removed
  erroneous 'access to Moodle.net our course sharing platform'

* trackingtype_help,mod_forum and formnotavailable,core_grading and
  showgrades_help,core and rolewarning_help,core_rating -
  'Administration block' changed to 'Actions menu or admin block',
  'navigation block' changed to 'navigation drawer or block'
2019-06-25 18:00:51 +02:00
..
areafiles MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
boxnet MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
coursefiles MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
dropbox MDL-66003 lang: Import fixed English strings (en_fix) 2019-06-25 18:00:51 +02:00
equella MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
filesystem MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
flickr MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
flickr_public MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
googledocs MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
local MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
merlot MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
nextcloud MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
onedrive MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
picasa MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
recent MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
s3 MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
skydrive MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
tests MDL-64979 Behat: Add option to increase timeouts 2019-03-19 17:17:55 +00:00
upload MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
url MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
user MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
webdav MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
wikimedia MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
youtube MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02: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-62415 repo_filepicker: Display search results in tree view 2018-11-09 09:28:28 +08: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