moodle/repository
2013-04-24 15:01:35 +08:00
..
alfresco MDL-38852 repository_alfresco: fix missing setType calls 2013-04-03 11:13:58 +08:00
boxnet MDL-38852 repository_boxnet: fix missing setType calls 2013-04-03 11:13:59 +08:00
coursefiles MDL-39163 repository: Make use of the new Moodle icon 2013-04-16 21:25:38 +08:00
dropbox MDL-39203 repository: Fixed authentication errors with Dropbox 2013-04-18 14:47:22 +08:00
equella MDL-38005 form: Headers have a proper name 2013-03-15 11:06:25 +08:00
filesystem MDL-38852 repository_filesystem: missing setType calls 2013-04-03 11:13:58 +08:00
flickr MDL-38852 repository_flickr: fix missing setType calls 2013-04-03 11:14:00 +08:00
flickr_public MDL-38852 flickr_public: fix missing setType calls 2013-04-03 11:14:01 +08:00
googledocs MDL-38100 repository_googledocs: Proper Google Drive icon 2013-04-16 20:49:42 +08:00
local MDL-39163 repository: Make use of the new Moodle icon 2013-04-16 21:25:38 +08:00
merlot MDL-38852 repository_merloy: fix missing setType calls 2013-04-03 11:14:01 +08:00
picasa MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
recent MDL-39163 repository: Make use of the new Moodle icon 2013-04-16 21:25:38 +08:00
s3 MDL-38852 repository_s3: fix missing setType calls 2013-04-03 11:14:02 +08:00
tests Merge branch 'MDL-38950_master' of git://github.com/dmonllao/moodle 2013-04-09 23:42:59 +02:00
upload Merge branch 'MDL-34939-master' of https://github.com/lucisgit/moodle 2013-04-24 15:01:35 +08:00
url MDL-36426 repository: Prevent login_as() users to access private repositories 2013-03-04 02:38:35 +01:00
user MDL-39163 repository: Make use of the new Moodle icon 2013-04-16 21:25:38 +08:00
webdav MDL-38852 repository_webdav: missing setType calls 2013-04-03 11:14:02 +08:00
wikimedia MDL-36426 repository: Prevent login_as() users to access private repositories 2013-03-04 02:38:35 +01:00
youtube MDL-36426 repository: Prevent login_as() users to access private repositories 2013-03-04 02:38:35 +01:00
draftfiles_ajax.php MDL-32639 files: Zipping a folder does not overwrite existing files 2012-12-12 14:38:23 +08:00
draftfiles_manager.php MDL-32639 files: Zipping a folder does not overwrite existing files 2012-12-12 14:38:23 +08:00
filepicker.js MDL-37507 repositories: improved formatting of external resources 2013-03-04 13:28:41 +13:00
filepicker.php MDL-37507 repositories: improved formatting of external resources 2013-03-04 13:28:41 +13:00
lib.php Merge branch 'MDL-34939-master' of https://github.com/lucisgit/moodle 2013-04-24 15:01:35 +08:00
manage_instances.php MDL-38474 repository: Cannot edit a repository instance 2013-03-15 13:45:31 +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-33680 JavaScript: Use the correct Content-Type for AJAX scripts 2013-03-16 10:52:02 +00:00
repository_callback.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
upgrade.txt MDL-39111 check repository instance context instead of repository usage context (following MDL-34346) 2013-04-16 13:28:42 +10: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