moodle/repository
Damyon Wiese da868a1e32 MDL-64227 nextcloud: Small layout for login links
When we need to show a login link, we don't want the normal page layout because we are in an iframe
already. Use the embedded layout to reduce the clutter of the page.
2018-11-28 12:51:31 +08:00
..
areafiles MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
boxnet MDL-63538 repository_boxnet: Add support for removal of context users 2018-10-22 12:48:37 +02:00
classes/privacy MDL-63536 core_repository: Add support for removal of context users 2018-10-22 12:48:36 +02:00
coursefiles NOBUG: Fixed SVG browser compatibility 2018-08-10 13:21:49 +02:00
dropbox MDL-63538 repository_dropbox: Add support for removal of context users 2018-10-22 12:48:37 +02:00
equella MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
filesystem MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
flickr MDL-64049 core: Cache prefs for current user 2018-11-19 11:23:59 +08:00
flickr_public MDL-63538 repository_flickr_public: Support removal of context users 2018-10-22 12:48:38 +02:00
googledocs MDL-58943 oauth2: Added nextcloud to standard issuers 2018-10-31 10:42:58 +08:00
local NOBUG: Fixed SVG browser compatibility 2018-08-10 13:21:49 +02:00
merlot MDL-63538 repository_merlot: Add support for removal of context users 2018-10-22 12:48:39 +02:00
nextcloud MDL-64227 nextcloud: Small layout for login links 2018-11-28 12:51:31 +08:00
onedrive MDL-63538 repository_onedrive: Add support for removal of context users 2018-10-22 12:48:41 +02:00
picasa MDL-63538 repository_picasa: Add support for removal of context users 2018-10-22 12:48:39 +02:00
recent NOBUG: Fixed SVG browser compatibility 2018-08-10 13:21:49 +02:00
s3 MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
skydrive MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
tests MDL-58943 repository: Add repository_nextcloud to core plugins 2018-10-31 10:42:57 +08:00
upload MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
url MDL-63249 lang: Merge English strings from the en_fix language pack 2018-09-04 08:40:48 +02:00
user NOBUG: Fixed SVG browser compatibility 2018-08-10 13:21:49 +02:00
webdav MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
wikimedia MDL-63538 repository_wikimedia: Add support for removal of context users 2018-10-22 12:48:40 +02:00
youtube MDL-63538 repository_youtube: Add support for removal of context users 2018-10-22 12:48:40 +02: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-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
filepicker.js MDL-62415 repo_filepicker: Display search results in tree view 2018-11-09 09:28:28 +08:00
filepicker.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
lib.php MDL-61131 repositories: Added a key to verify incoming urls. 2018-01-09 11:34:37 +01:00
manage_instances.php MDL-61098 repository: Retrieve correct context for repo instance 2017-12-21 11:33:11 +01:00
README.txt
repository_ajax.php MDL-61131 repositories: Added a key to verify incoming urls. 2018-01-09 11:34:37 +01: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