Dan Poltawski
c559161f4a
Merge branch 'MDL-39759_http_response_code_master' of https://github.com/dongsheng/moodle
2014-04-09 12:38:30 +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
Dongsheng Cai
7d18e32afc
MDL-39759 REST SERVER HTTP response code
...
Moodle should response 403 if web service or REST protocol not enabled
2013-05-20 22:45:13 +10:00
Jerome Mouneyrac
93ce0e8296
MDL-32581 support additional format field with all text field in extrnal lib function + new possible ws params to decide how format is returned (which are stored in a singleton)
2012-05-31 12:31:27 +08:00
Jerome Mouneyrac
3a68419430
MDL-33028 display debuginfo when server die at developer mode
2012-05-16 12:04:13 +08:00
Jerome Mouneyrac
a0a07014c2
MDL-30994 webservice API, check and update DocBlock
2012-03-02 09:49:41 +08:00
Jerome Mouneyrac
dcd902a0f6
MDL-30495 HTML5 apps cannot call Webservices functions if a HTTP resource is retrieved from the Moodle installation
2012-02-15 11:33:11 +08:00
Jerome Mouneyrac
a08b4cc8eb
MDL-29279 REST server can return json format
2011-09-19 13:54:09 +08:00
Jamie Pratt
2d0acbd5f9
MDL-21579 "Implement session token for embedded application" implemented a second type of session token linked to a session for use in applications embedded in web pages.
2010-04-28 13:16:58 +00:00
Petr Skoda
ad3abe2052
MDL-20693 fixed debug output problems of WS protocol servers
2009-11-01 10:13:38 +00:00
Petr Skoda
2458e30a86
MDL-12886 zend base class improvements, somebody forgot to update Zend framework, this should help with compativiltiy too
2009-10-24 15:28:01 +00:00
skodak
cc93c7da15
MDL-12886 minor web service code refactoring which includes new base server class, slightly changed admin UI, sample REST test client, cleaned up lang packs; more changes ahead and lots of TODOs to elliminate; expect more commints in the next few days
2009-10-12 21:46:16 +00:00
jerome
40f024c9f3
web service MDL-12886
...
* Remove description array => all these information are now into the phpdoc. Remove all call/reference to moodleexternal.php
* Adapt our own REST server to these changes
* Remove Zend REST server as it's going to be deprecated in Zend Framework 1.8
* Remove our own SOAP server as we use the Zend SOAP server
2009-02-24 05:11:04 +00:00
jerome
06e7fadc43
web serviceMDL-12886 refactor servers into object + add Zend_soap and Zend_xmlrpc server
2009-02-11 06:57:30 +00:00
jerome
e6bdd12899
web service MDL-12886 few TODO comments
2009-01-22 05:22:05 +00:00
jerome
c6c7b334c6
web service MDL-12886 restore the web service switch
2009-01-15 07:53:10 +00:00
jerome
74f3622699
web service MDL-12886 add delete + update user core function and REST ws functions
2009-01-15 06:12:57 +00:00
skodak
d9e233af76
MDL-12886 adding killswitch for webservices
2009-01-14 16:26:00 +00:00
jerome
dee7b68b35
web service MDL-12886 alpha web service api + alpha user core functions api + alpha Rest server (+ rest test client)
2009-01-13 07:00:26 +00:00