Helen Foster
480fca77b3
MDL-43590 Merge English strings from the en_fix language pack
2014-01-09 01:06:01 +01:00
Frederic Massart
d733a8ccc3
MDL-40050 webservice: Replace add_to_log() with new events
2013-09-24 15:20:18 +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
Sam Hemelryk
3913743aa3
Merge branch 'MDL-35443-wip' of git://github.com/mouneyrac/moodle
2013-01-09 10:20:46 +13:00
Sam Hemelryk
fd6ab92b1d
Merge branch 'MDL-35997-wip1' of git://github.com/mouneyrac/moodle
...
Conflicts:
version.php
2012-11-28 10:57:09 +13:00
Jerome Mouneyrac
11e766020b
MDL-35997 Create web service functions to return lang strings
2012-10-31 14:21:56 +08:00
Fábio Souto
8647711201
MDL-29938 implement core_user_get_users as unification
...
unifies core_user_get_users_by_id and get_course_user_profiles
Conflicts:
user/lib.php
2012-10-29 12:00:40 +08:00
Frederic Massart
5583a208c9
MDL-35242 Web Services: Removed translation causing error in add_to_log
2012-09-21 09:58:52 +08:00
Koen Roggemans
61935d8ed0
MDL-29103 web service strings improvement
2012-06-01 11:36:37 +08:00
Vadim Dvorovenko
5e963820a5
MDL-29836 webservices: use individual string
...
To allow accurate transalation
2012-05-25 10:33:02 +08:00
Dan Poltawski
2ffd7f1824
Merge branch 'MDL-33060' of git://github.com/mouneyrac/moodle
2012-05-25 10:16:12 +08:00
Jerome Mouneyrac
96d3b93ba3
MDL-33060 remove some get_string from exceptions
2012-05-18 14:45:15 +08:00
Jerome Mouneyrac
8c507544d4
MDL-32941 fix criteriaerror exception code + wrong phpdoc scope
2012-05-17 13:36:40 +08:00
Aparup Banerjee
3f14cf7f4e
MDL-28126 webservice : resolved integration conflicts
2011-12-21 11:20:50 +08:00
Aparup Banerjee
47c3dfd5a4
MDL-28126 webservice : string fixed.
2011-12-15 18:06:04 +08:00
Jerome Mouneyrac
94b9dad79d
MDL-28126 webservices : should not able to create token if user is deleted,unconfirmed,suspended or guest.
2011-12-15 00:46:21 +08:00
Sam Hemelryk
cd6ad1c1d3
Merge branch 'MDL-30140' of git://github.com/mouneyrac/moodle
2011-12-14 14:08:37 +13:00
Aparup Banerjee
675e402a55
MDL-30542 simple string improvement.
2011-12-09 17:14:30 +08:00
Jerome Mouneyrac
f1f31c1d06
MDL-30140 alternative way to select user when adding a token. When more than 500 users we display a text box instead of a select box
2011-12-09 11:57:28 +08:00
Jerome Mouneyrac
f25aee3251
MDL-30459 better error message when file already exist
2011-11-30 15:15:59 +08:00
Jerome Mouneyrac
07cc3d11e2
MDL-28646 add missing authentication web service checks. Merge download/upload script checks in the same lib functions. Make the download scrit return json error message. Add missing webservice lang. Minor unit test doc improvement.
2011-11-29 11:18:36 +08:00
Dongsheng Cai
ec0d6ea2a9
MDL-28646 Web service: core_course_get_contents()
...
1. Implement core_course_get_contents web service
2. Implement callbacks in folder, resource, page and url modules
3. Implement download script for web service
2011-11-28 16:22:38 +08:00
Sam Hemelryk
b28de4b412
Merge branch 'MDL-28629' of git://github.com/mouneyrac/moodle
2011-11-22 18:26:35 +13:00
Jerome Mouneyrac
af03513f93
MDL-30268 add 'Can download files' field to service
2011-11-16 11:51:03 +08:00
Jerome Mouneyrac
07a90ec313
MDL-28629 more checks during web service authentication
2011-11-11 15:07:18 +08:00
Sam Hemelryk
462a064cf0
Merge branch 'MDL-29716' of git://github.com/mouneyrac/moodle
2011-10-26 10:21:35 +13:00
Jerome Mouneyrac
5b9735b949
MDL-29716 Make token more flexible to support third party client - also fix issue with some code not matching the way the server authenticate/authorize token, missing iprestriction/validuntil for restricted users (there are iprestriction/validiuntil on token and on restricted user). Also add missing check when the user is not listed in the authorised list.
2011-10-25 11:17:18 +08:00
Jerome Mouneyrac
729ca37388
MDL-29825 better debug info when a ws client user misses a protocol capability
2011-10-21 15:11:38 +08:00
Jerome Mouneyrac
9360256937
MDL-29277 when validate externallib function parameters or return values, build the path to the error into the debuginfo. This patch also revert the exception to the original invalid_parameter_exception and invalid_response_exception
2011-10-07 16:06:19 +08:00
Jerome Mouneyrac
ccda013458
MDL-26635 Return a more explicit debuginfo message when the user can not access the web service function
2011-09-21 13:03:18 +08:00
Eloy Lafuente (stronk7)
85dca0996e
Merge branch 'MDL-MDL-28650' of https://github.com/mouneyrac/moodle
2011-08-25 01:11:15 +02:00
Jerome Mouneyrac
fa698a15a8
MDL-28990 add web service mobile overview
2011-08-19 11:45:18 +08:00
Jerome Mouneyrac
cde291ed73
MDL-28650 add a page in the administration to the full web service API (API documentation).
2011-08-18 11:51:02 +08:00
Dongsheng Cai
13ea96c40b
MDL-27552 get webservice token by providing username and password
2011-06-13 17:41:56 +08:00
Sam Hemelryk
00a33dcbac
Merged branch 'MDL-26777-wip' of git://github.com/mouneyrac/moodle.git
2011-06-08 17:52:59 +08:00
Jerome Mouneyrac
c1b658832d
MDL-27551 add enable mobile feature (enable web services + mobile service - add mobile builtin service - add unique shortname for service)
2011-06-08 15:10:26 +08:00
Jerome Mouneyrac
0bf486a619
MDL-26777 moodle_webservice_mobile_get_siteinfo TODO: add this service name into the service of MDL-27551
2011-06-07 15:19:53 +08:00
Helen Foster
f085c3eccb
MDL-21250 capital letters removal
2010-12-08 19:47:46 +00:00
jerome mouneyrac
ceb1bad4ad
webservice MDL-25444 indicate which field are unexpected in case of web service error
2010-11-30 01:55:17 +00:00
Helen Foster
a203cb67b4
MDL-21302 lang string polishing
2010-11-12 17:16:56 +00:00
jerome mouneyrac
9ef728d660
webservice MDL-24541 change wsdoc.php external authentication into a normal moodle page with require_login(), no form, documentation directly related to the token and display from the user security keys page (see MDL for more information)
2010-10-08 03:03:10 +00:00
jerome mouneyrac
a44460b5ef
webservice MDL-23438 do not create a token for a user if the service doesn't allow him
2010-09-24 07:05:39 +00:00
jerome mouneyrac
c25662b0e4
web service MDL-23338 clean up Service editing page + delete token related to a service when delete service (display warning on confirmation page) + fix glitch on the navigation with 'Register your site' and 'Edit service' pages (they are now hidden and the parent page link is displayed)
2010-09-16 04:21:52 +00:00
jerome mouneyrac
6bb31e404e
webservice MDL-13129 add moodle_course_get_courses and moodle_course_create_courses
2010-08-06 15:22:27 +00:00
jerome mouneyrac
e21c56bdb0
webservice MDL-23440 more explicit error message when validation context fail in some external functions (missing lang file modification).
2010-08-03 06:59:47 +00:00
jerome mouneyrac
1d2a1936c5
webservice MDL-23341 function list page: display "no functions" message, a better title, and fix a css typo
2010-07-23 06:54:59 +00:00
jerome mouneyrac
72f68b51e6
webservice MDL-23341 add required capabilities to the service function declaration (lib/services.php), display missing capaibilities for users linked to a token and for authorised users, display function capabilities, refactor service add function page
2010-07-23 06:17:06 +00:00
jerome mouneyrac
390cc887da
webservice MDL-23345 fix moodledocs link in the ws doc
2010-07-20 03:22:55 +00:00
jerome mouneyrac
47ee1c356c
webservice MDL-20808 added a link to the AMF test client
2010-07-16 02:39:25 +00:00
jerome mouneyrac
476c0e82d3
webservice MDL-12886 exception more explicit when clean response value fail
2010-07-14 07:33:26 +00:00