moodle/webservice
Mark Nelson 6a1ad7c677 MDL-65794 core: allow ajax calls to specify a cache key
This allows for better caching capabilities on servers. If a
cache key is passed and the web service call does not require
the user to be logged in we will attempt to use GET for the
request. This allows for things like proxy caching on URLs.
The cache key must be changed if we do not want to retrieve
what has been cached and want to perform the request again.
2019-07-16 14:23:34 +08:00
..
classes MDL-63785 core_webservice: performance improvement 2018-12-10 14:52:13 +11:00
rest MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
soap MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
tests Merge branch 'MDL-65179-master' of https://github.com/sammarshallou/moodle 2019-04-16 22:37:23 +02:00
xmlrpc MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
externallib.php MDL-65893 webservice: format site name (handle language tags etc.) 2019-06-14 10:39:25 +02:00
lib.php MDL-65179 Web service: Token last access is updated too frequently 2019-03-28 17:11:33 +00:00
pluginfile.php MDL-58741 webservice: Add missing params to webservice/pluginfile.php 2017-04-27 17:04:01 +02:00
recaptcha.php MDL-61600 recaptcha: Create a script to display recaptcha 2018-03-14 10:31:09 +01:00
renderer.php MDL-56634 webservices: Remove script from api desc and clean desc printing 2016-11-02 10:06:05 +05:30
upgrade.txt MDL-65794 core: allow ajax calls to specify a cache key 2019-07-16 14:23:34 +08:00
upload.php MDL-60302 webservice: Allow CORS requests in webservice/upload.php 2017-10-04 12:39:51 +02:00
wsdoc.php MDL-53772 externallib: Deprecate external_function_info() 2016-04-14 15:07:41 +08:00