moodle/repository
Damyon Wiese eeaee38a75 MDL-58535 onedrive: Try the upload twice
For work accounts we need to specify the auth headers, for personal accounts we cannot specify the auth headers.
We don't know which is which so we have to try both cases.
2017-05-05 16:44:52 +08:00
..
areafiles MDL-58132 repositories: Controlled link file type 2017-04-03 13:40:13 +08:00
boxnet MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
coursefiles MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
dropbox MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
equella MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00
filesystem MDL-58297 core: Update to use new hashing functions 2017-04-07 10:40:23 +08:00
flickr MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00
flickr_public MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00
googledocs Merge branch 'MDL-58800-master' of git://github.com/damyon/moodle 2017-05-04 10:00:37 +01:00
local MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
merlot MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
onedrive MDL-58535 onedrive: Try the upload twice 2017-05-05 16:44:52 +08:00
picasa MDL-57266 upgrade: add 3.2.0 separation line to all upgrade scripts 2016-12-05 17:10:20 +01:00
recent MDL-58265 core_test: replace I turn editing on steps 2017-04-03 11:37:07 +08:00
s3 MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
skydrive MDL-58220 lang: Add / fix lang strings 2017-04-04 10:28:14 +08:00
tests MDL-58265 core_test: replace I turn editing on steps 2017-04-03 11:37:07 +08:00
upload MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00
url MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00
user MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
webdav MDL-58372 repository_webdav: Explicitly pass some filename 2017-04-26 11:28:41 +02:00
wikimedia MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
youtube MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +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-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
filepicker.js MDL-58132 repositories: Controlled link file type 2017-04-03 13:40:13 +08:00
filepicker.php MDL-53048 forms: Deprecate prevent_form_autofill_password 2016-10-24 08:19:44 +08:00
lib.php Merge branch 'MDL-58297-master' of git://github.com/andrewnicols/moodle 2017-04-11 10:49:07 +08:00
manage_instances.php MDL-57385 core: Set page layouts of non-mydashboard pages to standard 2017-01-10 09:44:13 +08: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-58219 googledocs: Use google file extensions 2017-04-03 13:41:19 +08:00
repository_callback.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgrade.txt MDL-58220 repository_skydrive: Add deprecation warning 2017-04-03 13:43:27 +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