moodle/repository
Eloy Lafuente (stronk7) fbb0767536 MDL-69475 versions: bump all versions and requires in master
version = 2021052500 release version
requires= 2021052500 same than version

Why 20210525? (25th May 2021) ?

Because master is going to be Moodle 4.0, to be released
on November 2021. And, until then, we are going to have
a couple of "intermediate" releases:

- Moodle 3.10 to be released 9th November 2020. (2020110900)

  This version will be using versions from today to 2020110900
  (once it's released the YYYYMMDD part stops advancing).

- Moodle 3.11 to be released 10th May 2021. (2021051000)

  This version will be using versions from 3.10 release to 2021051000
  (once it's released the YYYYMMDD part stops advancing).

That means that all versions from today to 2021051000 are going
to be used by those 2 "intermediate" releases (3.10 and 3.11).

And we cannot use them in master, because it's forbidden to have
any overlapping of versions between branches (or different upgrade
paths will fail).

So, get that 2021051000, let's add it a couple of weeks to cover
the on-sync period (or a 2 weeks delay max!) and, the first version
that master can "own" in exclusive (without any overlap) is, exactly,
25th May 2021, hence our 20210525.
2020-08-18 00:47:15 +02:00
..
areafiles MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
boxnet MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
contentbank MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
coursefiles MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
dropbox MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
equella MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
filesystem MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
flickr MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
flickr_public MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
googledocs MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02: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-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
onedrive MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
picasa MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
recent MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +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 Merge branch 'MDL-68353-master' of git://github.com/rezaies/moodle 2020-05-29 22:26:03 +08: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-68758 core_repository: Allow ability to download files on all views. 2020-05-27 14:20:15 +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 Merge branch 'MDL-68723-master' of git://github.com/mihailges/moodle 2020-06-02 08:38:35 +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
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