90 Commits

Author SHA1 Message Date
skodak
cad36f4e50 MDL-12886 fixed rest test cleint hard coded strings 2009-10-13 22:01:43 +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
skodak
960dc29857 MDL-12886 minor improvement in return value validation 2009-10-08 10:57:20 +00:00
skodak
ab55925e27 MDL-12886 fixed DML use in service access control 2009-10-07 22:29:00 +00:00
skodak
fa53a1f2a9 MDL-12886 new sample simple REST web service layer - this is kind of proposal outlining a bit improved OOP WS server framework; please note it fully works including most of the security checks and authentication - more details in notes at the top of the file; the missing bit is token based authentication 2009-10-07 21:55:27 +00:00
nicolasconnault
c1c0cecf3a MDL-14632 Improved the output code of the settings block and fixed typo of toogle to toggle. 2009-08-28 10:28:16 +00:00
jerome
f83dfcf686 web services MDL-12886 fix REST/SOAP/XMLRPC test clients (function names are not called tmp_ anymore) 2009-04-28 07:04:50 +00:00
fmarier
316914bf6e MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
jerome
f7631e7397 web service MDL-12886 administration: implement settings for servers (add amf debug option) 2009-03-31 03:29:01 +00:00
jerome
fa0797ecf4 web service MDL-12886 better looking documentation, use a lower integer for the mock token 2009-03-04 03:18:14 +00:00
jerome
7c9152bc7f web service MDL-12886 return value fix for REST server 2009-02-25 04:52:17 +00:00
jerome
13036898c7 web service MDL-12886 fix empty optional description for REST server 2009-02-25 00:50:47 +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
24350e0625 Web service MDL-17135 add web services administration 2009-02-13 03:08:35 +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
pigui
39b99c6af5 commiting delete groupmember function
MDL-12886
2009-02-03 15:48:17 +00:00
pigui
bec1878021 commiting delete group function
MDL-12886
2009-02-03 12:50:00 +00:00
pigui
8011f73f90 uploading get_group (by id) function
MDL-12886
2009-02-03 12:40:44 +00:00
pigui
7a3f6bd639 Modification of testclient index for create_group and add_groupmember funtions 2009-01-30 11:55:10 +00:00
pigui
37acca4dd2 Adding testclients for create_group and add_groupmember
MDL-13142
MDL-13139
2009-01-30 11:48:50 +00:00
jerome
f4358aa946 web service MDL-12886 trivial refactoring 2009-01-30 04:57:49 +00:00
jerome
58e6c593f4 web service MDL-12886 Add a new REST server implemented with Zend library + AMF server + cleaning of wsdl generator + return exception into the REST server 2009-01-29 08:24:40 +00:00
jerome
bb58e708f6 web service MDL-12886 implement token system for SOAP + wsdl generation on the fly 2009-01-27 06:15:36 +00:00
jerome
a6a544b24d web service MDL-12886 temporary: REST protocol uses a special user by default (wsuser/wspassword) - give him some admin rights in order to test REST server 2009-01-23 07:19:34 +00:00
jerome
338bf5a741 web service MDL-12886 implement authentication token systemprototype 2009-01-23 05:31:02 +00:00
jerome
89b8ce51d9 web service MDL-12886 implement authentication token systemprototype 2009-01-23 04:55:56 +00:00
jerome
b721783ad4 web service MDL-12886 manage optional parameters 2009-01-22 08:03:33 +00:00
jerome
b1a1879c26 web service MDL-12886 rename lib.php into locallib.php 2009-01-22 05:22:57 +00:00
jerome
e6bdd12899 web service MDL-12886 few TODO comments 2009-01-22 05:22:05 +00:00
jerome
9d9af8fa8c web service MDL-12886 rename wsapi.php as external.php, function tmp_delete_user don't use api.php anymore and include capability checking 2009-01-22 04:58:50 +00:00
jerome
61cb09e518 web service MDL-12886 add SOAP wsdl generator 2009-01-16 08:00:18 +00:00
skodak
ad673afece MDL-12886 adding killswitch for webservices - again! 2009-01-15 17:22:50 +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
50c1927295 web service MDL-12886 remove paramsorder trick for real ws functions that call core functions (make easier to understand + easier to implement soap protocol) 2009-01-14 08:11:56 +00:00
jerome
4723af283f web service MDL-12886 remove varlog() call (it's a personal function, not a moodle function) 2009-01-14 06:29:53 +00:00
jerome
53dee03ee5 web service MDL-12886 remove varlog() call (it's a personal function, not a moodle function) 2009-01-14 06:05:01 +00:00
jerome
ab5043bcac web service MDL-12886 trivial test data modification 2009-01-13 07:25:18 +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