Commit Graph

685 Commits (ea4a6dbfd683061a8ce136955dfec7942bdfedbe)

Author SHA1 Message Date
Julio Montoya e0096eac9d Fixing UI see #6833 12 years ago
Julio Montoya 98b43cd94b Replacing .live with .on (due jquery update) 12 years ago
Julio Montoya dccca241d5 Fixing validator translations 12 years ago
Julio Montoya 175b334db5 Changing session registering of the user during registration. 12 years ago
Yannick Warnier 7fcbd56b4a Implementation of "hidden" visibility for courses - still misses visibility switch for courses in session for platform admin - refs BT#6585 13 years ago
Julio Montoya 9fc30503d6 Adding $profileIsReadable in profile.conf.dist.php see BT#6529 13 years ago
Julio Montoya 857b4cec0f Updating from 1.9.x 13 years ago
Julio Montoya 679c6dfb44 Adding username as a paremeter to the password meter see BT#6487 13 years ago
Julio Montoya 20d34c2fac Adding password strength checker in user list and adding password strength meter in incription form see BT#6487 13 years ago
Julio Montoya 3f178c6d4a Adding password jquery meter see BT#6487 13 years ago
Julio Montoya 9ac706a206 Replacing main_api.lib.php with api.lib.php 13 years ago
Julio Montoya d76b6cc817 Adding "api_" in function inside main_api.lib.php 13 years ago
Julio Montoya 54a71563c8 Minor - format code 13 years ago
Julio Montoya 85fcd9b2a0 Hiding server_type option in db, removing value from DB for version 1.10.0 13 years ago
Julio Montoya 7bbef3b050 Auto subscription is only allow for "open to members" and "open to the world" courses see #5698 13 years ago
Julio Montoya 33609a1d9c Minor - changing function names 13 years ago
Julio Montoya fecf54e337 Should fix big button in #5989 13 years ago
Julio Montoya df1d61b851 Minor cosmetic changes 13 years ago
unknown 97a87d6b26 profile updated #6127 13 years ago
Julio Montoya 33cd962f07 Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 13 years ago
Julio Montoya 3aa0f0b280 Fixing PHP notices 13 years ago
Julio Montoya e3883f43b9 Fixing phpqrcode autoload. The lib was always loaded no matter what. This need to be fixed in the phpqrcode lib repo. For now we use composer to generate the class map for this library. 13 years ago
Julio Montoya dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
Julio Montoya 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 13 years ago
Julio Montoya 53fcd0116e Merge 13 years ago
Julio Montoya b46d2ad26d Using $app['template'] instead of new Template 13 years ago
Diego Escalante Urrelo 333ad5ec6d auth/profile.php: fix index warning 13 years ago
Julio Montoya 3cf467c86b Fixing Auth class conflict in composer 13 years ago
Julio Montoya e66359bc06 Disabling check password (function does not work properly) 13 years ago
Julio Montoya 0639344fa3 Fixing missing constants 13 years ago
Julio Montoya 030b27b230 Removing require_once libs are already loaded in global.inc.php 13 years ago
Julio Montoya cb3020e45a Removing var_dumps 13 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 13 years ago
Julio Montoya 5672e0f235 Replacing $_SESSION['sec_token'] with Security::getCurrentToken() 13 years ago
Julio Montoya 2b25fd7a02 Moving configuration files in the app/config folder, removing *.conf files from all scripts, conf files should be called in global.inc 13 years ago
Yannick Warnier 0a02f58b00 Fixed generation of API key by user 13 years ago
Yannick Warnier aee7d454ca Security: added additional check in inscription.php to avoid loading page if registration not authorized by admin - refs idat 13 years ago
Yannick Warnier c57d667173 Changed dok to cham in OpenID user-agent string - refs #5500 13 years ago
Julio Montoya 2e89bc4b97 Adding support to $app container in all files see #4467 and #5523 13 years ago
Yannick Warnier c0584dd992 Fixed OpenID support - refs #5500 13 years ago
Yannick Warnier 053bf1db16 Added numbers in script for automated LDAP users injection - refs BT#5398 13 years ago
Yannick Warnier 6d8e03039d Minor - Added isset to avoid notice 13 years ago
Yannick Warnier a3a4cfc7ad Added script to automatically import all users from the LDAP repository to Chamilo users - refs BT#5398 13 years ago
Julio Montoya 23f364d2cf Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 13 years ago
Julio Montoya efc4ecaadf Moving function from fileDisplay.lib.php to fileManage.lib.php 13 years ago
Julio Montoya c4eb71fb2a Removing custom autoload code see #5523 13 years ago
Julio Montoya f4f0ea6397 Removing require_once for "mail.lib.inc.php" 13 years ago
Julio Montoya fe0454d87e Adding syncro user file see BT#5398 13 years ago
Julio Montoya f469e5120d Minor - cleaning whitespaces 13 years ago
Hubert Borderiou 06dc07f449 Fix bug when go to course direct URL and log CAS 13 years ago