moodle/repository
Eloy Lafuente (stronk7) b450745465 MDL-65479 repository_url: make regexp PCRE2 compatible
PHP 7.3 comes with the newer PCRE2 engine that is slightly stricter,
more specifically about using unescaped "-" within classes. They
now hat to be at the end of the class or escaped.

This is the only case we have found in core to make it compatible.

Also note that the file changes is, apparently an imported library,
but we have not it registered and already have performed changes to
it, so I've ignored that point. In fact, it has tabs and so on, I've
not modified that either.
2019-05-08 18:26:46 +02:00
..
areafiles MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
boxnet MDL-63276 upgrade: clean < 3.2.0 upgrade steps 2019-01-03 01:17:17 +01:00
classes/privacy MDL-63785 core_repository: performance improvement 2018-12-10 14:52:12 +11:00
coursefiles MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
dropbox MDL-65397 lang: Import fixed English strings (en_fix) 2019-04-29 11:46:26 +02:00
equella MDL-61326 repository_equella: Pass proper labels for roles with no name 2019-02-12 07:09:13 +08:00
filesystem MDL-65397 lang: Import fixed English strings (en_fix) 2019-04-29 11:46:26 +02:00
flickr MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts 2018-12-02 18:36:40 +01:00
flickr_public MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
googledocs MDL-63276 upgrade: clean < 3.2.0 upgrade steps 2019-01-03 01:17:17 +01:00
local MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
merlot MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
nextcloud Merge branch 'MDL-64243' of https://github.com/Dagefoerde/moodle 2019-04-04 10:41:42 +08:00
onedrive MDL-63785 repository_onedrive: performance improvement 2018-12-10 14:52:12 +11:00
picasa MDL-63276 upgrade: clean < 3.2.0 upgrade steps 2019-01-03 01:17:17 +01:00
recent MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
s3 MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
skydrive MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
tests MDL-64979 Behat: Add option to increase timeouts 2019-03-19 17:17:55 +00:00
upload MDL-64979 Behat: Add option to increase timeouts 2019-03-19 17:17:55 +00:00
url MDL-65479 repository_url: make regexp PCRE2 compatible 2019-05-08 18:26:46 +02:00
user NOBUG: Fixed SVG browser compatibility 2019-05-08 17:49:01 +02:00
webdav MDL-59326 admin: use passwordunmask element for shared secrets. 2019-03-29 09:27:45 +00:00
wikimedia MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
youtube MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
draftfiles_ajax.php
draftfiles_manager.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
filepicker.js MDL-62415 repo_filepicker: Display search results in tree view 2018-11-09 09:28:28 +08:00
filepicker.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
lib.php MDL-61131 repositories: Added a key to verify incoming urls. 2018-01-09 11:34:37 +01: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