moodle/repository
Daniel Ziegenberg 4355a5ac0a
MDL-73700 repository: remove old PHP version check
As MDL-73016 set the minimum supported PHP version for Moodle 4.4 and up
to PHP 8.1 we can now safely remove this check. It was introduced with
MDL-73523 because of deprecated openssl_x509_free(), openssl_pkey_free()
and openssl_free_key() functions.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-01-28 18:57:50 +01:00
..
areafiles NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
classes/privacy MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
contentbank NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
coursefiles NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
dropbox NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
equella NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
filesystem NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
flickr NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
flickr_public NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
googledocs NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
local Merge branch 'versionbump' of https://github.com/junpataleta/moodle 2024-12-19 10:03:51 +07:00
merlot NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
nextcloud MDL-83468 phpunit: Fix various tests after phpunit 10 2025-01-20 16:47:55 +01:00
onedrive Merge branch 'MDL-83341-main' of https://github.com/HuongNV13/moodle 2025-01-17 17:01:02 +08:00
recent NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
s3 MDL-73700 repository: remove old PHP version check 2025-01-28 18:57:50 +01:00
tests MDL-81520 core: Fix test finality 2024-12-11 12:30:23 +08:00
upload NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
url NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
user NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
webdav NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
wikimedia NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
youtube NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
draftfiles_ajax.php MDL-81060 core: fix incorrect userquota usage in zip_packer 2024-04-08 09:08:24 +07:00
draftfiles_manager.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
filepicker.js MDL-81825 theme_boost: Refactor .sr-only usages for BS5 2024-12-10 14:02:32 +01:00
filepicker.php MDL-74251 core: Remove old icon helper classes 2024-06-27 18:28:05 +02:00
lib.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
manage_instances.php MDL-74466 repository: avoid passing around sesskey when not required. 2023-12-04 09:22:27 +00:00
README.txt MDL-77708 docs: Update references from docs.moodle.org/dev 2023-09-26 10:30:19 +02:00
repository_ajax.php MDL-78884 files: Deprecate size parameter for icons 2023-08-23 07:30:16 +02:00
repository_callback.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00

Repository API
==============

This directory contains all the interfaces and plugins for access to repositories.

   Specs:  https://moodledev.io/docs/apis/plugintypes/repository
   Track:  http://tracker.moodle.org/browse/MDL-13766