Commit Graph

146 Commits (bd38dccabd89d95440785d969233514844198ce3)

Author SHA1 Message Date
Yannick Warnier 8f7b102af3 Improved IP address validation in web service from registration.soap.php 13 years ago
Yannick Warnier da44b66e5e Added direct load prevention in web service (BT#4158) 13 years ago
Yannick Warnier bf2e4ee9fd Added new level of security to web services (only registration.soap.php so far) to allow filtering by IPs or IP ranges. The file added in this commit is optional, which is why I'm allowing myself to send it although we are already in Beta stage (BT#4158) 13 years ago
Julio Montoya 571dba9e80 Could fix encoding bug in webservices (registration.soap) see BT#4158 (code is commented) 13 years ago
Julio Montoya 5101838e00 Adding c_ids 13 years ago
Julio Montoya e72a31e37e Adding warning when $_configuration["password_encryption"] is not configured see BT#4158 13 years ago
Julio Montoya 438afd6c2b Minor style corrections 13 years ago
Julio Montoya 5e17a72893 Adding official_code in createUserEncrypted and createUsersEncrypted webservices see BT#4158 13 years ago
Julio Montoya f3f549cc2f Minor cosmetic changes 13 years ago
Julio Montoya 0675e5debe Minor corrections 13 years ago
Julio Montoya b9186d6844 Should fix bug when using string[] when using webservices see BT#4158 13 years ago
Julio Montoya afa4725985 Minor - cosmetic changes 13 years ago
Julio Montoya 4f72175aee Fixing possible bug when adding the complextype originalUsersList 13 years ago
Julio Montoya d907f0651c Adding missing originalUsersList complex somebody just deleted ... 13 years ago
Julio Montoya ed709bd8d0 Should fix bug in webservices "character [ not valid" see BT#4158 13 years ago
Julio Montoya 13189c68f2 Fixing update_db_course function see #4722 13 years ago
Julio Montoya 017d370c26 using sha1 as default for SSO see bT#4158 13 years ago
Julio Montoya f66ae04516 Adding webservice demos create user, get user info, subscribe user to course see BT#4158 13 years ago
Julio Montoya e3cbc89d0e Debug = false 13 years ago
Julio Montoya e6bcf38492 Webservices: Adding error logs when adding user to a course see BT#4158 13 years ago
Julio Montoya d22f7879ad Adding message to the error message 13 years ago
Julio Montoya b27ab5c753 Adding soap_fault error when the secret key does not work 13 years ago
Julio Montoya c62c51c70a Adding demo server when using SSO see BT#4158 13 years ago
Julio Montoya 47d2087a78 Admins can add users from other portals (if they use the search form in the user list) 13 years ago
Julio Montoya a94cac7509 Fixing function get_user_list_from_course_code() removing unused parameter 13 years ago
Julio Montoya 61ca6c16bf Fixing fatal error, wrong close bracket 13 years ago
Yannick Warnier 19a342efb0 Fixed web services for use through proxies 13 years ago
Yannick Warnier 48e852ce6f Disable somewhat dangerous script (no direct threat but could maybe be crafted as such) 13 years ago
Julio Montoya bcd4619f28 Partial using $params instead variable per variable when creating a new course see #4068 13 years ago
Yannick Warnier 096b8663dc Attempt at renaming to ['password_encryption'] for more clarity 13 years ago
Yannick Warnier 656dd58406 Added example script to fill user_extra_fields with a field that contains the username of the user. This replicates data but enables the use of webservices from a system where usernames are the same than in Chamilo 13 years ago
Yannick Warnier bda042ec5e Added EditUserCredentials to web services to update only the username and password - Patch from Carmelitas 13 years ago
Julio Montoya 27309bc705 Fixing new agenda queries 13 years ago
Julio Montoya 07d3e49779 Final changes in the order course feature moving link to the Account buble in userportal 13 years ago
Julio Montoya 039fd65657 Removing libs already added in global.inc.php 13 years ago
Julio Montoya 0cc67fdfb1 Removing libs already called in global.inc.php + possible fixing of #3827 13 years ago
ywarnier ecc8de1fdc Minor - Removed notices 13 years ago
Yannick Warnier 16f4040371 Added known author reference 13 years ago
Yannick Warnier 7825033559 Added Python script to connect from OpenERP 13 years ago
Yannick Warnier d58b18f8c8 Added CM-webservices developed by Marco Sousa and team to handle Chamilo Android application calls 13 years ago
ywarnier 9a3a499198 Minor - removed notice 13 years ago
Yannick Warnier 3ffacb4a92 Backing out Cesar's mistaken push 14 years ago
César Perales 4b5bfbe79d minor fix, missing selected attribute for minutes, when editing agenda event #3692 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Julio Montoya 6e0a7ea72b Fixing SQL queries in course catalog, replacing the $user_count = count(CourseManager:: get_user_list_from_course_code()) with an specific function called CourseManager::get_users_count_in_course() 14 years ago
ywarnier 61a63e476a Minor - Fixed code to avoid warning/notice 14 years ago
ywarnier 11354371af Fixed dangerous bugs in webservices to remove warnings 14 years ago
ywarnier 1892049073 Minor - define global to remove notice 14 years ago
ywarnier 912ea1ff6b Fixed undefined variable in web service call 14 years ago
Julio Montoya f705c5c962 Adding 2 new webservices SubscribeUserToCourseSimple and GetUser this webservices are required in order to use with the Prestashop - chamilo plugin see BT#2325 14 years ago