moodle/repository
Eloy Lafuente (stronk7) 77342b96fc MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps
This just deletes all the upgrade steps previous to 3.6.0. Some
small adjustments, like tweaking globals can also be applied
when needed.

Also includes an upgrade step to prevent upgrading from any
version < 2018120300 (v3.6.0) as anti-cheating measure.

Note that in this case, there wasn't any case of upgradelib
functions being used, hence we haven't to deprecate/remove
anything in codebase. When there is such a need, that is done
in separate commits (one for each function) and documented here.

See MDL-65809 commits for an example removing/deprecating a
good number of functions.
2021-01-13 19:11:19 +01:00
..
areafiles MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
boxnet MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
contentbank MDL-69998 lang: Fix reworded strings in Behat test scenarios 2020-10-27 11:32:10 +01:00
coursefiles MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
dropbox MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
equella MDL-33981 repository_equella: support internal copy 2020-08-24 09:54:34 +10:00
filesystem MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
flickr MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
flickr_public MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
googledocs MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
local MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
merlot MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
nextcloud MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
onedrive MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
picasa MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
recent MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
s3 MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
skydrive MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
tests MDL-69998 lang: Fix reworded strings in Behat test scenarios 2020-10-27 11:32:10 +01:00
upload MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
url MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
user MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
webdav MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
wikimedia MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
youtube MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
draftfiles_ajax.php MDL-37802 repository: return error if unzipping files fails. 2020-09-25 09:33:44 +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 11:48:33 +08:00
filepicker.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
lib.php Merge branch 'MDL-68758-master' of git://github.com/peterRd/moodle 2020-05-27 09:46:47 +02: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-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