moodle/lib/filebrowser
Andrew Nicols 0616f045c3 MDL-53566 core: Add support for context locking
This chagne adds support for a new feature known as Context Locking.
This allows a context to be locked, thereby removing all write
capabilities for all users (including admin) for that context, and all
child contexts.
2018-11-13 21:17:40 +08:00
..
tests MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
file_browser.php MDL-35668 filebrowser: small improvements to modules 2017-08-30 12:43:26 +08:00
file_info.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
file_info_context_course.php MDL-53566 core: Add support for context locking 2018-11-13 21:17:40 +08:00
file_info_context_coursecat.php MDL-35668 filebrowser: system context is similar to coursecat 2017-08-31 13:56:59 +08:00
file_info_context_module.php MDL-35668 filebrowser: small improvements to modules 2017-08-30 12:43:26 +08:00
file_info_context_system.php MDL-35668 filebrowser: system context is similar to coursecat 2017-08-31 13:56:59 +08:00
file_info_context_user.php MDL-31901 fixed the name of user draft file serving handler 2012-05-21 11:57:53 +08:00
file_info_stored.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
virtual_root_file.php