Andrew Nicols
413172521a
Merge branch 'MDL-65550-master' of git://github.com/jleyva/moodle
2019-09-05 11:38:36 +08:00
Juan Leyva
cd43240d77
MDL-66376 webservice: Return user private access key for fetching files
2019-08-29 20:02:48 +01:00
Juan Leyva
20570e5d9f
MDL-65550 webservice: Return in get_site_info WS if user is admin
2019-08-21 12:31:49 +01:00
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
Juan Leyva
355c37b8c7
MDL-64653 webservice: Return current theme in get_site_info WS
2019-02-07 15:41:23 +01:00
Marina Glancy
2c1080ef77
MDL-60091 webservice: enhancements to WS test client
2017-10-16 14:59:51 +08:00
Juan Leyva
bef5777fc4
MDL-59214 webservice: Return calendar type in get_site_info
2017-06-20 11:44:04 +01:00
Juan Leyva
69cbe35943
MDL-45639 webservice: Support private tokens
...
Private tokens are generated at the same time that the token.
They must be stored safely by the ws client, and they must be transmitted only via https.
2016-10-14 12:32:30 +01:00
Dani Palou
43695b6a72
MDL-56160 ws: Return site course ID in get_site_info
2016-09-28 12:26:32 +02:00
Eloy Lafuente (stronk7)
af8b948e2b
Merge branch 'MDL-54629-master' of git://github.com/jleyva/moodle
2016-07-12 21:01:02 +02:00
Juan Leyva
ff092320a7
MDL-54867 webservice: Document webservice/upload.php deprecation
...
The 'private' file area is not supported anymore, only 'draft' is
supported right now.
2016-07-01 13:13:54 +01:00
Juan Leyva
833be5e410
MDL-54629 webservice: Change required parameters in external_format_text
...
component, filearea and itemid are now optional parameters.
In some contexts those parameteres are not necessary because is not
required to do a file rewrite via file_rewrite_pluginfile_urls
2016-06-21 12:16:25 +01:00
Juan Leyva
89823b1ae3
MDL-54601 webservice: Order services function list by name
2016-06-15 15:40:55 +01:00
Cameron Ball
ad1bfe6a9c
MDL-53962 webservices: Make XML-RPC backwards compatible
2016-05-17 11:39:15 +08:00
Cameron Ball
f23e9b6ba4
MDL-49414 webservices: Remove deprecated functions
2016-04-27 15:54:38 +08:00
Cameron Ball
b5e6ec4486
MDL-52207 libraries: Delete Zend framework
...
Let it RIP.
2016-03-21 11:02:55 +08:00
Jun Pataleta
79c7fffce3
MDL-52208 webservice_soap: Remove Zend from webservice_soap
2016-02-16 14:14:11 +08:00
Dan Poltawski
b8ab80f07e
Merge branch 'MDL-52210-master' of git://github.com/cameron1729/moodle
2016-01-12 13:36:13 +00:00
Juan Leyva
8e2707b92b
MDL-52491 webservice: Do not enable XML-RPC server for mobile anymore
2016-01-05 09:13:27 +01:00
Cameron Ball
13ae7db2bb
MDL-52210 webservices: Remove AMF webservice
2016-01-05 10:36:26 +08:00
Dan Poltawski
633e2643ec
MDL-52209 webservice: upgrade.txt tweak
2015-12-09 09:45:13 +00:00
Jun Pataleta
638f751a07
MDL-52209 webservice_xmlrpc: Remove Zend from webservice_xmlrpc
...
Additional fixes.
2015-12-09 09:42:24 +00:00
Dan Poltawski
f5e68c2892
Merge branch 'MDL-51564-master' of git://github.com/jleyva/moodle
2015-10-06 16:32:55 +01:00
Juan Leyva
9748791ba8
MDL-51564 webservice: Review the use of external format_string
2015-10-06 14:00:45 +02:00
David Monllao
6ee188b162
MDL-50613 webservices: Upgrade info about riskbitmask
2015-10-05 12:19:29 +08:00
Juan Leyva
6d28e2cfa6
MDL-49894 webservices: Add missing API changes in upgrade.txt
2015-04-16 15:19:42 +02:00
David Monllao
3c1aa6fdfb
MDL-43535 webservices: Marking functions as deprecated
...
Also:
- We don't allow users to add deprecated functions to WS
- We show a debugging message when deprecated functions
are already being used in web services.
2015-02-09 05:42:22 +08:00
Petr Škoda
e5d48aad44
MDL-44106 add WS_SERVER constant to all web service calls
...
This will help us hack around some nasty webservice problems,
such as require_login() and it will be used to set proper 'ws' origin
in logged events.
2014-03-20 17:28:01 +08:00
Damyon Wiese
106c55fb9c
MDL-22236 Webservice file upload - Allow webservice file uploads direct to a draft filearea.
...
Via post to /webservice/upload.php
2013-08-08 09:57:57 +08:00