moodle/repository
2021-07-24 18:56:38 +08:00
..
areafiles MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
boxnet MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:09:13 +02:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
contentbank MDL-72179 behat: Make use of page resolvers 2021-07-24 18:56:38 +08:00
coursefiles MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
dropbox MDL-70048 dropbox: Augmented unit tests to account for additional params 2021-01-28 07:32:47 +08:00
equella MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
filesystem MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
flickr MDL-71491 repository_flickr: return more file data. 2021-05-06 16:37:19 +01:00
flickr_public MDL-71481 repository_flickr_public: return more file data. 2021-04-29 09:49:24 +01:00
googledocs MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:09:13 +02:00
local MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
merlot Merge branch 'MDL-68973' of https://github.com/stronk7/moodle 2020-06-10 16:13:57 +08:00
nextcloud MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
onedrive MDL-69998 lang: Import fixed English strings (en_fix) 2020-10-27 11:29:12 +01:00
picasa MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:09:13 +02:00
recent MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
s3 MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
skydrive MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
tests MDL-69897 repository: add heading to delete file modal. 2020-10-08 20:29:51 +01:00
upload MDL-69028 repository: Put a rate limit on draft file uploads 2021-05-04 17:23:49 +02:00
url MDL-71922 file: Enhance endless recursion requests protection 2021-07-08 23:34:54 +02:00
user MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
webdav MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
wikimedia MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
youtube MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
draftfiles_ajax.php MDL-37802 repository: return error if unzipping files fails. 2020-09-25 09:34:01 +01:00
draftfiles_manager.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
filepicker.js MDL-70041 filepicker: Make sure the user has a recently used license 2020-10-28 12:06:43 +08:00
filepicker.php MDL-69028 repository: Put a rate limit on draft file uploads 2021-05-04 17:23:49 +02:00
lib.php MDL-71313 repositories: warn if get_instances context is wrong type 2021-04-12 20:32:07 +01:00
manage_instances.php MDL-61098 repository: Retrieve correct context for repo instance 2017-12-21 11:33:11 +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-69028 repository: Put a rate limit on draft file uploads 2021-05-04 17:23:49 +02:00
repository_callback.php MDL-59008 repository: add reload parent window support to callback 2017-07-03 13:41:58 +08:00
upgrade.txt MDL-59700 filestorage: Rework repositories to avoid add_file_to_pool 2017-08-07 15:50:15 +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