moodle/repository
2016-05-16 11:07:38 +08:00
..
alfresco MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
areafiles MDL-52059 versions: bump all versions and requires near release 2015-11-10 12:33:52 +01:00
boxnet MDL-52934 repository_boxnet: Deprecate v1 to v2 migration tool 2016-03-14 16:56:11 +08:00
coursefiles MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
dropbox MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
equella MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
filesystem MDL-54110 repositories: Whitespace, Typo + unit test fixes 2016-05-11 10:39:40 +08:00
flickr MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
flickr_public MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
googledocs MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
local MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
merlot MDL-53095 repository_merlot: change merlot url use https 2016-04-13 15:10:26 +08:00
picasa MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
recent MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
s3 MDL-53467 repositories: Upgrade s3 to v0.5.1 2016-03-29 09:07:41 +08:00
skydrive MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
tests MDL-53571 behat: Use Escaper for escaping 2016-04-06 15:38:31 +08:00
upload MDL-53577 repository: Added maxbytes error message 2016-04-04 15:33:40 -05:00
url MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
user MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
webdav MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
wikimedia MDL-51828 repository_wikimedia: Always use PNG for SVG files 2016-03-16 09:52:09 +08:00
youtube MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00: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-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
filepicker.js MDL-46860 filepicker: change responsive styling 2015-08-10 02:18:53 +00:00
filepicker.php MDL-54110 repositories: Allow repositories to ignore post_max_size 2016-05-10 16:10:24 +01:00
lib.php MDL-54584 repository: Set a default filename in prepare_file 2016-05-16 11:07:38 +08:00
manage_instances.php MDL-45902 repository: Improving breadcrumb and title of manage page 2015-04-10 17:17:06 +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-54110 repositories: Allow repositories to ignore post_max_size 2016-05-10 16:10:24 +01:00
repository_callback.php MDL-52068 repository: Prevent JS errors due to unescaped lang strings 2016-03-02 15:34:45 +08:00
upgrade.txt Merge branch 'MDL-52217-master' of git://github.com/andrewnicols/moodle 2016-02-16 05:56:02 +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