moodle/repository
Frederic Massart 538ce414a5
MDL-57002 repository_webdav: Use default temporary file name
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.
2016-11-18 12:47:59 +08:00
..
areafiles MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
boxnet MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
coursefiles MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
dropbox MDL-52051 repository_dropbox: Migrate to v2 API 2016-10-11 11:17:09 +08:00
equella MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
filesystem Revert "Merge branch 'MDL-54110_master' of https://github.com/marxjohnson/moodle" 2016-06-23 11:51:44 +08:00
flickr MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
flickr_public MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
googledocs MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
local MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
merlot MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
picasa MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
recent MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
s3 MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
skydrive MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
tests MDL-55839 behat: Behat fixes for theme_noname 2016-09-23 10:55:16 +01:00
upload MDL-55839 behat: Behat fixes for theme_noname 2016-09-23 10:55:16 +01:00
url MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
user MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
webdav MDL-57002 repository_webdav: Use default temporary file name 2016-11-18 12:47:59 +08:00
wikimedia MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
youtube MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +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-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
filepicker.js MDL-55411 theme_noname: Style the filepicker for bootstrap 4 2016-09-23 10:49:49 +01:00
filepicker.php MDL-53048 forms: Deprecate prevent_form_autofill_password 2016-10-24 08:19:44 +08:00
lib.php MDL-54785 files: Deprecate the support for $usepost and related 2016-06-23 12:41:03 +08:00
manage_instances.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
README.txt
repository_ajax.php Revert "Merge branch 'MDL-54110_master' of https://github.com/marxjohnson/moodle" 2016-06-23 11:51:44 +08:00
repository_callback.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgrade.txt MDL-49533 repository: Remove the Alfresco plugin 2016-07-26 08:57:34 +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