moodle/repository
2012-11-09 12:00:47 +08:00
..
alfresco MDL-34572 alfresco repository: add accesshide class to workspace's label 2012-11-09 11:55:24 +08:00
boxnet MDL-34290 repository_boxnet, boxlib use request timeouts 2012-08-29 11:56:15 +08:00
coursefiles MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
dropbox MDL-35990 repository: Added MOODLE_INTERNAL check and removed config inclusion 2012-10-16 14:01:29 +08:00
equella MDL-34290 repository_equella: do not download files when not needed 2012-08-29 11:56:15 +08:00
filesystem MDL-34290 repository_filesystem: do not store files in moodle filepool unless images 2012-08-29 11:56:19 +08:00
flickr MDL-34633 Repository: Flickr supports small images 2012-09-03 14:21:53 +08:00
flickr_public MDL-34633 Repository: Flickr supports small images 2012-09-03 14:21:53 +08:00
googledocs MDL-35904 send notifications from main admin and improve coding style 2012-10-13 09:52:45 +02:00
local MDL-33857 Increase performance of queries for Server files repository (small improvements) 2012-10-10 15:21:27 +08:00
merlot MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
picasa MDL-35904 send notifications from main admin and improve coding style 2012-10-13 09:52:45 +02:00
recent MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
s3 MDL-25953 Repository: Amazon S3 supports sub directories 2012-07-27 10:52:26 +08:00
tests MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
upload MDL-33766 files: Improved validation of areamaxbytes 2012-11-01 16:47:06 +08:00
url Merge branch 'wip-MDL-34047-master' of git://github.com/marinaglancy/moodle 2012-07-04 09:51:25 +08:00
user MDL-34458 Librairies: Replaced deprecated get_context_instance() 2012-07-24 16:58:17 +08:00
webdav Merge branch 'MDL-34715-master' of git://github.com/FMCorz/moodle 2012-08-07 10:40:22 +08: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-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
draftfiles_manager.php Merge branch 'MDL-33766-master' of git://github.com/FMCorz/moodle 2012-11-08 18:10:26 +08:00
filepicker.js Merge branch 'MDL-33766-master' of git://github.com/FMCorz/moodle 2012-11-08 18:10:26 +08:00
filepicker.php Merge branch 'MDL-33766-master' of git://github.com/FMCorz/moodle 2012-11-08 18:10:26 +08:00
lib.php MDL-33766 files: Improved validation of areamaxbytes 2012-11-01 16:47:06 +08:00
manage_instances.php Merge branch 'MDL-34945-master' of git://github.com/FMCorz/moodle 2012-09-06 20:11:53 +02: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-33766 files: Improved validation of areamaxbytes 2012-11-01 16:47:06 +08:00
repository_callback.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
upgrade.txt MDL-33766-master repository: Upgrade notes 2012-11-02 13:54:29 +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