moodle/webservice
Damyon Wiese 5d8c198711 MDL-50782 Ajax: No require_login for all ajax webservice calls
Some webservice functions need to be available without a login, e.g.
fetching strings and templates.

External functions must call validate_context if they require a valid login etc.

Added a new parameter to services.php: "loginrequired". Default is true.
2015-09-08 09:16:58 +08:00
..
amf MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
rest MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
soap MDL-49560 webservice: avoid recursion in soap 2015-05-25 15:57:23 +08:00
tests MDL-49425 webservices: Fix unit test dependent of php.ini 2015-03-25 03:09:24 +01:00
xmlrpc MDL-39353 xmlrpc: Add proxy support 2015-06-10 08:17:36 +01:00
externallib.php MDL-49425 webservices: New settings in core_get_site_info 2015-03-20 14:44:18 +01:00
lib.php MDL-46054 web_services: wrong key in exception string 2014-09-29 16:03:22 +02:00
pluginfile.php MDL-33060 remove some get_string from exceptions 2012-05-18 14:45:15 +08:00
renderer.php MDL-50782 Ajax: No require_login for all ajax webservice calls 2015-09-08 09:16:58 +08:00
upgrade.txt MDL-49894 webservices: Add missing API changes in upgrade.txt 2015-04-16 15:19:42 +02:00
upload.php MDL-49426 webservices: Allow upload to draft area always 2015-04-10 10:21:01 +02:00
wsdoc.php MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00