moodle/repository
2013-03-05 09:56:15 +01:00
..
alfresco MDL-34290 repository API: add timeout to get_file and throw exception 2012-08-29 13:12:02 +08:00
boxnet MDL-34290 repository_boxnet, boxlib use request timeouts 2012-08-29 13:12:03 +08:00
coursefiles MDL-33417 Show reference icon for files in filepicker 2012-06-19 11:15:51 +08:00
dropbox MDL-35542 Fixed a bug when trying to directly link to a file from Dropbox 2012-09-20 15:50:28 +08:00
equella MDL-34290 repository_equella: do not download files when not needed 2012-08-29 13:12:03 +08:00
filesystem MDL-34290 repository_filesystem: do not store files in moodle filepool unless images 2012-08-29 13:12:07 +08:00
flickr MDL-34633 Repository: Flickr supports small images 2012-09-03 14:19:47 +08:00
flickr_public MDL-36616 repository: Fix direct linking to images in Flickr Public. 2013-01-11 15:33:37 +08:00
googledocs MDL-35034 Repository: Google Docs does not fail when download is restricted 2012-09-03 14:11:12 +08:00
local MDL-33857 Increase performance of queries for Server files repository (small improvements) 2012-09-20 15:49:01 +08:00
merlot MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
picasa Merge branch 'MDL-34240-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE 2012-07-16 10:37:42 +12:00
recent MDL-33950 check if source file is accessible in repository_ajax.php 2012-07-10 14:57:35 +08:00
s3 MDL-36456 repository: S3 handles errors in a nicer way 2012-12-14 17:57:02 +08:00
tests MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
upload MDL-35288 drag and drop upload - adjust error message text when attempting to upload a folder 2012-10-08 11:19:48 +13:00
url MDL-34047 repository URL downloader must say that it returns only images 2012-07-04 09:51:51 +08:00
user MDL-34428 Private files repository should have a 'manage' link 2012-07-23 12:37:57 +12:00
webdav MDL-37681 repository_webdav: improved form handling when configuring an instance 2013-03-04 13:45:04 +13:00
wikimedia MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
youtube MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
draftfiles_ajax.php MDL-32639 files: Zipping a folder does not overwrite existing files 2012-12-12 14:41:08 +08:00
draftfiles_manager.php MDL-32639 files: Zipping a folder does not overwrite existing files 2012-12-12 14:41:08 +08:00
filepicker.js MDL-37507 repositories: improved formatting of external resources 2013-03-04 13:28:31 +13:00
filepicker.php MDL-37507 repositories: improved formatting of external resources 2013-03-04 13:28:31 +13:00
lib.php MDL-37852 repository: Prevent undesired access to repositories settings 2013-03-05 09:56:15 +01:00
manage_instances.php MDL-37852 repository: Prevent undesired access to repositories settings 2013-03-05 09:56:15 +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-34290 Auto synchronise newly created references when possible 2012-08-29 13:12:06 +08:00
repository_callback.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
upgrade.txt MDL-33694 repository: docs about 2.3 changes 2012-06-25 16:01:54 +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