Commit Graph

146 Commits (da0ceb372f90c0c9d455da3c8571fdc3b4ac870a)

Author SHA1 Message Date
jmontoyaa e94602ec57 Replace old code with api_get_user_info see #7837 10 years ago
Julio Montoya 3ff85070c8 PrestaShop plugin fixes. 10 years ago
Nicolas Ducoulombier 8db0a5c77a Fix image sincronization and status changed -refs BT#10174 10 years ago
Angel Fernando Quiroz Campos 2bedf1af14 Send email when user has been subscribed - refs BT#9896 #TMI 10 years ago
Angel Fernando Quiroz Campos 66e1e9fe59 Register when a user was subscribed to session - refs BT#9881 #TMI 10 years ago
Julio Montoya 527a44f025 Add logs when delete/adding users to a session see BT#9943 #7724 10 years ago
Julio Montoya 91d9783dd5 Fix session_list dates see #7719 10 years ago
Yannick Warnier 03910a357d Fix issues with display_start/end_date for sessions - refs #7719 10 years ago
Yannick Warnier 0fe954e854 Switch all session.date_start and date_end to session.access_start_date and access_end_date - refs #7719 10 years ago
Yannick Warnier 604be1088c Fix a number of errors in the use of variables in registration.soap.php 10 years ago
Julio Montoya 0c8ff36e3c Replace calls of GroupPortalManager with UserGroup see BT#4301 10 years ago
Yannick Warnier 9acc02090b Update and adjust code to match new database current settings - refs #7538 10 years ago
Angel Fernando Quiroz Campos e8c03a803a Fix Drupal user creation - refs BT#9413 10 years ago
Julio Montoya dd9478824e Add symfony2 security encoders see #7646 10 years ago
Julio Montoya 327c07aae1 Unify extra fields in one table. 10 years ago
Julio Montoya 03d263a9a6 Improve code to load user picture. 10 years ago
Nicolas Ducoulombier 19a3008646 Fix WSCreateUser to create user with expiration_date = null ref BT9703 10 years ago
Julio Montoya 93103703db Use api_is_multiple_url_enabled() 10 years ago
Julio Montoya 4935f93d77 Replace id with real_id. Because "id" is the "course code" ... 10 years ago
Julio Montoya 221f333f17 Replace id_user with user_id, and id_session with session_id 10 years ago
Yannick Warnier a60da5dcb7 Move user_id to id (partial) 10 years ago
Julio Montoya 065e4863a4 Replace course_rel_user.course_code with course_rel_user.c_id 10 years ago
Julio Montoya 80982cc02d Remove use of Database::error() 10 years ago
Julio Montoya 98be672efa Remove unused $_configuration values. 10 years ago
Julio Montoya 592090d48a affected_rows() function now needs a parameter. 10 years ago
Imanol Losada 185621530c Rename WSBindGroup to GroupBindToParent, WSUnbindGroup to GroupUnbindFromParent and WSUpdateUserRole to WSUpdateUserRoleInGroup - refs BT#9431 10 years ago
Imanol Losada 8e8d1313c1 Add 'split_users_upload_directory' setting when creating the certificate path (1.10.x) - refs BT#9022 10 years ago
Imanol Losada 0625c71c0c Add 'split_users_upload_directory' setting when creating the certificate path (1.9.x) - refs BT#9022 10 years ago
Imanol Losada 08ccd629d3 Add several group web services - refs BT#9431 10 years ago
Yannick Warnier 31543c5ae5 Minor - Add comment to new file existence check - refs BT#9462 10 years ago
Imanol Losada cf54117f2a Fix photograph issue - refs BT#9462 10 years ago
Yannick Warnier 86113a0804 Use params array instead of multiple parameters in WSSearchSession and WSFetchSession - refs BT#9418 10 years ago
Angel Fernando Quiroz Campos 7987014a51 Add secret key param to WSSearchSession - refs BT#9465 10 years ago
Angel Fernando Quiroz Campos ab68ea06c4 Add secret key param to WSSearchSession - refs BT#9418 10 years ago
Angel Fernando Quiroz Campos 56a9876455 Add web service to get a session by its id - refs BT#9465 10 years ago
Yannick Warnier f244283ede Remove course_description, external_module, myagenda and scormbuilder language file in all languages upon upgrade (variables have been moved to trad4all.inc.php) - refs #4467 10 years ago
Angel Fernando Quiroz Campos 207a27cdb9 Create web service to search sessions - refs BT#9418 10 years ago
Julio Montoya 0e085db739 Move code into a class + loading conf files in global.inc.php 10 years ago
Julio Montoya a8fd964f96 Removing require_once 10 years ago
Daniel Barreto 6d2c9e5ce1 Fix from pull request observations - refs BT#9092 10 years ago
Julio Montoya 57eeea7543 Removing require_once already loaded with composer. 10 years ago
Daniel Barreto bf4641869d Add extra fields to Webservice, add "publico_objetivo" - refs BT#9092 10 years ago
Daniel Barreto 01bea2856b Update mail method, add phpcrypt library into plugin - refs BT#9092 10 years ago
Daniel Barreto 0a921c4b5f Add session list Webservice - refs BT#9167 10 years ago
Daniel Barreto 413584a896 Improve documentation, delete useless method, improve variables uses - refs BT#9092 10 years ago
Daniel Barreto 9923f2d7a5 Update ws hook - refs BT#9092 10 years ago
Julio Montoya 5b4334680c Removes lib/nusoap/nusoap.php, classes are now loaded via composer. 10 years ago
Imanol Losada 2fd2c2b7a4 Add certificate path to the web service. Add 'add_gradebook_certificates_cron_task_enabled' configuration parameter - refs BT#9022 10 years ago
Julio Montoya c839677b8c Fixing queries see #7440 10 years ago
Yannick Warnier 479fe84211 Use SYS_ARCHIVE_PATH instead of sys_get_temp_dir() to store temporary image file in WSEditUserWithPicture - refs BT#8751 11 years ago