moodle/repository
Helen Foster 970c1a4bf1 MDL-62181 lang: Merge English strings from the en_fix language pack
Significant string changes:

* sitepolicies, core_admin - 'Site policies' changed to 'Site security
  settings'
* processexpirationstask, enrol_paypal - more explanatory name
* sitepolicy_help and sitepolicyguest_help, core_admin - setting will
  only have an effect if the site policy handler is set to default
* sitepolicyhandler_desc,core_admin - improved wording
* pathtodot_help, core_admin - Windows and Mac paths
* debugstringids_desc, core_admin - improved explanation
2018-04-24 22:05:30 +02:00
..
areafiles MDL-61568 repository_areafiles: Implement null privacy provider 2018-04-16 15:22:44 +08:00
boxnet MDL-61568 repository_boxnet: Implement privacy providers 2018-04-17 10:26:50 +08:00
classes/privacy MDL-61568 core_repository: Implement privacy providers 2018-04-18 13:43:53 +08:00
coursefiles MDL-61568 repository_coursefiles: Implement null privacy provider 2018-04-16 15:23:23 +08:00
dropbox MDL-61568 repository_dropbox: Implement privacy providers 2018-04-17 10:26:50 +08:00
equella MDL-61568 repository_equella: Implement null privacy provider 2018-04-17 10:26:33 +08:00
filesystem MDL-61568 repository_filesystem: Implement null privacy provider 2018-04-17 10:26:48 +08:00
flickr MDL-61568 repository_flickr: Fix oauth secret export 2018-04-19 14:33:26 +08:00
flickr_public MDL-62181 lang: Merge English strings from the en_fix language pack 2018-04-24 22:05:30 +02:00
googledocs MDL-61568 repository_googledocs: Implement privacy providers 2018-04-18 13:40:34 +08:00
local MDL-61568 repository_local: Implement null privacy provider 2018-04-17 10:26:49 +08:00
merlot MDL-61568 repository_merlot: Implement privacy providers 2018-04-18 13:40:34 +08:00
onedrive MDL-61568 repository_onedrive: Implement privacy providers 2018-04-18 13:43:53 +08:00
picasa MDL-61568 repository_picasa: Implement privacy providers 2018-04-18 13:40:35 +08:00
recent MDL-61568 repository_recent: Implement null privacy provider 2018-04-17 10:26:49 +08:00
s3 MDL-61568 repository_s3: Implement null privacy provider 2018-04-17 10:26:49 +08:00
skydrive MDL-61568 repository_skydrive: Implement null privacy provider 2018-04-17 10:26:49 +08:00
tests MDL-61568 core_repository: Implement privacy providers 2018-04-18 13:43:53 +08:00
upload MDL-61568 repository_upload: Implement null privacy provider 2018-04-17 10:26:49 +08:00
url MDL-61568 repository_url: Implement null privacy provider 2018-04-17 10:26:49 +08:00
user MDL-61568 repository_user: Implement null privacy provider 2018-04-17 10:26:49 +08:00
webdav MDL-61568 repository_webdav: Implement null privacy provider 2018-04-17 10:26:49 +08:00
wikimedia MDL-61568 repository_wikimedia: Implement privacy providers 2018-04-18 13:43:44 +08:00
youtube MDL-62181 lang: Merge English strings from the en_fix language pack 2018-04-24 22:05:30 +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-61127 filepicker: Selected repository now highlighted. 2018-04-03 16:25:41 +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 MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/" 2011-07-05 14:27:31 +08:00
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