Petr Skoda
8a7703ce53
MDL-25973 add missing charset
2011-01-14 09:32:17 +01:00
jerome mouneyrac
75681c41b4
webservice MDL-12886 add SOAP/REST client (REST client do be done) + protocol unit testing
2010-07-08 09:28:28 +00:00
jerome mouneyrac
82ff8eb0ce
web service MDL-22977 REST server return a "required" error on optional value
2010-06-29 03:28:32 +00:00
jerome mouneyrac
ad8b5ba212
webservice MDL-21579 $this->simple is now a DEFINE. Fix the forgotten ones.
2010-05-25 03:41:24 +00:00
Sam Marshall
31c9330392
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
2010-05-21 11:51:23 +00: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
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
David Mudrak
bda5f9b115
MDL-21694 Moving webservices strings into plugin space
2010-03-29 20:46:38 +00:00
jerome mouneyrac
17ecdd29f0
webservice MDL-16805 fix REST server bug: empty list (<MULTIPLE></MULTIPLE>) without php error
2010-02-09 09:26:03 +00:00
jerome mouneyrac
52dd27bfbc
webservice MDL-17135 remove old webserviceuse capability. It is now controlled by protocol capabilities. Add warning to protocol capabilities.
2010-02-01 03:23:35 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +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
4f0c6ad110
MDL-12886 inproved hadnling of bool ws params and return values
2009-10-26 22:39:08 +00:00
Petr Skoda
01482a4a14
MDL-17135 external token access support
2009-10-26 21:44:53 +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
246f6da2b8
MDL-12886 one more external group function, other minor fixes
2009-10-22 23:54:35 +00:00
skodak
f0dafb3c85
MDL-12886 refactored ws test client support and other minor tweaks
2009-10-21 18:25:00 +00:00
skodak
3795247688
MDL-12886 minor testclient refactoring
2009-10-16 07:55:34 +00:00
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