moodle/repository
Sam Hemelryk f18f96f767 Merge branch 'wip-MDL-42016-master' of git://github.com/marinaglancy/moodle
Conflicts:
	lib/db/install.xml
	lib/db/upgrade.php
	version.php
2013-10-09 15:58:45 +13:00
..
alfresco MDL-39477 repository: Introducing data generators for repositories 2013-05-28 10:44:43 +08:00
areafiles MDL-28019 Added plugin repository_areafiles 2013-07-23 14:12:45 +08:00
boxnet MDL-42016 repository: Implement new sync method in repositories 2013-10-06 18:05:13 +11:00
coursefiles MDL-42016 files: Properly synchronise internal references 2013-10-06 18:05:05 +11:00
dropbox MDL-42016 repository: Implement new sync method in repositories 2013-10-06 18:05:13 +11:00
equella MDL-42016 repository: Implement new sync method in repositories 2013-10-06 18:05:13 +11:00
filesystem MDL-42016 repository: Implement new sync method in repositories 2013-10-06 18:05:13 +11:00
flickr MDL-39477 repository: Introducing data generators for repositories 2013-05-28 10:44:43 +08:00
flickr_public MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core 2013-07-04 15:41:06 +08:00
googledocs MDL-33472 google plugins: move helper functions to upgradelib.php 2013-08-23 11:32:15 +08:00
local MDL-42016 files: Properly synchronise internal references 2013-10-06 18:05:05 +11:00
merlot MDL-39477 repository: Introducing data generators for repositories 2013-05-28 10:44:43 +08:00
picasa MDL-33472 google plugins: move helper functions to upgradelib.php 2013-08-23 11:32:15 +08:00
recent MDL-39635 behat: Replacing hardcoded language strings 2013-07-19 10:02:10 +02:00
s3 MDL-40615 Repository: Updated Amazon S3 library 2013-07-30 09:03:59 +12:00
skydrive MDL-40709 skydrive: filter files by accepted types 2013-08-14 15:56:58 +08:00
tests MDL-42013 behat: Fixing related tests 2013-10-04 14:38:11 +08:00
upload MDL-39635 behat: XPath cleanups 2013-07-19 10:02:36 +02:00
url MDL-41634 - URL Download Repository doesn't warn when asked to download non-image files 2013-09-05 21:37:39 -07:00
user MDL-42016 files: Properly synchronise internal references 2013-10-06 18:05:05 +11:00
webdav MDL-39477 repository: Introducing data generators for repositories 2013-05-28 10:44:43 +08:00
wikimedia MDL-39477 repository: Introducing data generators for repositories 2013-05-28 10:44:43 +08:00
youtube MDL-39477 repository: Introducing data generators for repositories 2013-05-28 10:44:43 +08: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-39177 Discard file origin when moving/renaming a file in filemanager 2013-05-17 13:43:45 +10:00
filepicker.js Merge branch 'MDL-35925-master' of git://github.com/phalacee/moodle 2013-09-02 15:23:05 +08:00
filepicker.php MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core 2013-07-04 15:41:06 +08:00
lib.php MDL-42016 repository: Simplify API to sync external files 2013-10-06 18:05:09 +11:00
manage_instances.php Merge branch 'MDL-39640-master-int' of git://github.com/FMCorz/moodle 2013-05-27 16:15:51 +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 Merge branch 'wip-MDL-27684-master' of git://github.com/satrun77/moodle 2013-09-16 10:27:16 +12:00
repository_callback.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
upgrade.txt MDL-42016 repository: Simplify API to sync external files 2013-10-06 18:05:09 +11: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