mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
![]() The WebDAV library does not like when there are UTF-8 characters in the temporary file name. It changes the path but does not return it, so the file ends up being saved somewhere unknown. As we do not need the file name at all, we let repository::prepare_file() generate one. |
||
---|---|---|
.. | ||
areafiles | ||
boxnet | ||
coursefiles | ||
dropbox | ||
equella | ||
filesystem | ||
flickr | ||
flickr_public | ||
googledocs | ||
local | ||
merlot | ||
picasa | ||
recent | ||
s3 | ||
skydrive | ||
tests | ||
upload | ||
url | ||
user | ||
webdav | ||
wikimedia | ||
youtube | ||
draftfiles_ajax.php | ||
draftfiles_manager.php | ||
filepicker.js | ||
filepicker.php | ||
lib.php | ||
manage_instances.php | ||
README.txt | ||
repository_ajax.php | ||
repository_callback.php | ||
upgrade.txt |
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