moodle/repository
Tom Dickman 4399e4759a MDL-45184 tool_licenses: Add custom licenses
This feature adds an admin tool for creating custom licenses.
Now custom licenses can be added and amended in Moodle, and the site
default can be set to a custom license.

Core licenses remain hard-coded and are uneditable, so they will always
require update within Moodle core updates, and maintain their
internationalisation through core language strings.

This also includes fundamental changes to the license API including
the addition of license caching and deprecation of no longer required
admin settings for license management.
2020-05-26 12:08:05 +10:00
..
areafiles MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
boxnet MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
contentbank MDL-67812 repository_contentbank: Add behat tests 2020-05-18 11:10:07 +08:00
coursefiles MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
dropbox MDL-67114 core: php74 fix. Fix use of scalar as array in core 2020-01-03 11:33:15 +01:00
equella MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
filesystem MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
flickr MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
flickr_public MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
googledocs MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
local MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
merlot MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
nextcloud MDL-67979 lang: Import fixed English strings (en_fix) 2020-02-25 12:21:09 +01:00
onedrive MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
picasa MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
recent MDL-39571 repository_recent: query improvement 2020-05-20 13:11:51 +10:00
s3 MDL-67031 s3: php74 fixup for class S3 v0.5.1 2019-11-16 20:03:27 +01:00
skydrive MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
tests MDL-67812 core_filepicker: Add behat steps for filepicker 2020-05-18 11:10:07 +08:00
upload MDL-60975 behat tests: Added search for admin setting filepickers 2019-12-05 11:12:00 +01:00
url MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
user MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
webdav MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
wikimedia MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
youtube MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
draftfiles_ajax.php MDL-33671 core: Add ability to download selected items 2020-03-03 07:20:35 +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-45184 tool_licenses: Add custom licenses 2020-05-26 12:08:05 +10:00
filepicker.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
lib.php MDL-45184 tool_licenses: Add custom licenses 2020-05-26 12:08:05 +10: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