Angel Fernando Quiroz Campos
|
c146d907f8
|
WebServices: set visibility to student work
|
4 years ago |
Angel Fernando Quiroz Campos
|
9b8d71847f
|
WebServices: get course assignments
|
4 years ago |
Angel Fernando Quiroz Campos
|
a933b77e3f
|
WebServices: set notify in forum thread
|
4 years ago |
Angel Fernando Quiroz Campos
|
1657fc6fec
|
WebServices: sort constants
|
4 years ago |
Angel Fernando Quiroz Campos
|
ecfb4b5181
|
WebServices: get course links
|
4 years ago |
Angel Fernando Quiroz Campos
|
a18d33ca53
|
WebService: Add messages count
|
4 years ago |
Angel Fernando Quiroz Campos
|
bbef37c04a
|
WebServices: allow subscribe to course with password
|
4 years ago |
NicoDucou
|
47505b96dc
|
Webservice: add delete_user Rest webservice - refs BT#19087
|
4 years ago |
Angel Fernando Quiroz Campos
|
d62bb55eed
|
Minor - Flint fixes
|
4 years ago |
Angel Fernando Quiroz Campos
|
3dea2a6e0c
|
WebService: Add logout
|
4 years ago |
Angel Fernando Quiroz Campos
|
2cce6bfbd1
|
WebServices: Add conditional login + legal conditions
|
4 years ago |
Angel Fernando Quiroz Campos
|
2fe2fce7b8
|
WebService: Add access logs to course and tools
|
4 years ago |
Tony ID
|
25df2652fa
|
Update Session: Feat web service to Update a session
|
4 years ago |
Julio Montoya
|
98d2668e27
|
Add api_protect_webservices
|
4 years ago |
Julio Montoya
|
fcb8bfcf8b
|
Admin: Add config disable_webservices
In order to block access to v2.php/registration.soap.php webservices.
|
4 years ago |
Renaud Lemaire
|
b9bb577010
|
Fix possible injection using HTTP_X_FORWARDED_FOR
|
4 years ago |
Julio Montoya
|
bb42741e35
|
Webservices: Fix GET_COURSES_FROM_EXTRA_FIELD see BT#18673
|
4 years ago |
Julio Montoya
|
dd660ff2b7
|
Fix query + add database::escape_string
|
4 years ago |
Julio Montoya
|
a203caa835
|
Webservices: Add get_users_subscribed_to_course webservice
+ Fix save_course with extra fields BT#18673
|
4 years ago |
Julio Montoya
|
dd33807b3d
|
Disable web service WSEditUserWithPicture if allow_url_fopen = true
Check that upload file is an image.
|
4 years ago |
Julio Montoya
|
473035f3a2
|
Add int casting, fix "order by" queries
|
4 years ago |
Julio Montoya
|
666011b4dd
|
Minor - Change webservice name
From UNSUBSCRIBE_USER_TO_COURSE to UNSUBSCRIBE_USER_FROM_COURSE
|
4 years ago |
Julio Montoya
|
dac68b2bd4
|
Webservices: add new webservices BT#18673
Add UNSUBSCRIBE_USER_TO_COURSE, GET_COURSES_FROM_EXTRA_FIELD,
DELETE_COURSE
|
4 years ago |
Angel Fernando Quiroz Campos
|
d247d67971
|
Minor - Flint fixes
|
5 years ago |
carlos alvarado
|
4715f3b1de
|
Documentation: Add API examples in PHP - refs BT#17801
|
5 years ago |
Julio Montoya
|
5e8ac06277
|
Gradebook - Add option in webservice to check base exercises BT#17692
|
5 years ago |
Julio Montoya
|
04948c9915
|
RestApi: add rest api validation for action "update_user_pause_training"
BT#16298
|
5 years ago |
NicoDucou
|
3fe97a28c0
|
Plugins: Pause training - fix verification, allow user to edit should not bloc update from webservice - refs BT#16298
|
5 years ago |
Julio Montoya
|
2b069b59ad
|
Pause training: Change setting allow_notifications to disable_emails
|
5 years ago |
Julio Montoya
|
dd9079023f
|
Minor - format code, remove unused code
|
5 years ago |
Julio Montoya
|
57cff428f1
|
WIP: Add PauseTraining plugin BT#16298
|
5 years ago |
Angel Fernando Quiroz Campos
|
d8400a456b
|
WebService: Add GET_COURSE_QUIZ_MDL_COMPAT - refs BT#17145
This service roughly matches what the call to MDL's API core_course_get_contents function returns.
|
5 years ago |
Sébastien Ducoulombier
|
b9d3753b9b
|
webservice SAVE_USER_JSON - refs BT#16933
receives data in a single json object then behaves like SAVE_USER
|
6 years ago |
Julio Montoya
|
153878951a
|
Add "course_lp_progress" action see BT#16644
|
6 years ago |
Julio Montoya
|
fc4f1ed23f
|
Fix Rest tests, format code.
|
6 years ago |
Julio Montoya
|
8dbe95939f
|
Minor - format code
|
6 years ago |
Julio Montoya
|
fa280ad284
|
Minor - format code
|
6 years ago |
Sébastien Ducoulombier
|
eb22cf2107
|
Minor - Coding conventions
|
6 years ago |
Sébastien Ducoulombier
|
2630625d92
|
new webservice USERNAME_EXIST - refs BT#16537
|
6 years ago |
Sébastien Ducoulombier
|
a191a80f0b
|
SUBSCRIBE_USER_TO_SESSION_FROM_USERNAME now takes parameter username rather than userName - refs BT#16535
|
6 years ago |
Sébastien Ducoulombier
|
d85146dfdf
|
SUBSCRIBE_USER_TO_SESSION_FROM_USERNAME now takes parameter username rather than userName - refs BT#16535
|
6 years ago |
Sébastien Ducoulombier
|
053d4deeaf
|
README tells how to launch all WebService API tests
|
6 years ago |
Sébastien Ducoulombier
|
bcb3580c6b
|
Minor - using session as object in test
|
6 years ago |
Sébastien Ducoulombier
|
34211fe64c
|
Minor - Rest new methods return values, not arrays
|
6 years ago |
Sébastien Ducoulombier
|
0cb85ee5b9
|
Minor - test case enriched
|
6 years ago |
Sébastien Ducoulombier
|
c9ba3f38be
|
Minor - Coding conventions
|
6 years ago |
Sébastien Ducoulombier
|
b22a091b24
|
Minor - Coding conventions
|
6 years ago |
Sébastien Ducoulombier
|
283ca67cbc
|
Webservice unit tests split in smaller tests
|
6 years ago |
Sébastien Ducoulombier
|
bc513dd161
|
Minor - Coding conventions
|
6 years ago |
Sébastien Ducoulombier
|
8d553ebed5
|
Minor - Coding conventions - line length ≤ 120
Also better names for variables.
Still have UPPERCASE_VARIABLES but these will become constants in a later commit
|
6 years ago |