Commit Graph

295 Commits (70c9a5136a75e67935758a1c0313a993c1a30ea0)

Author SHA1 Message Date
Yannick Warnier 2b7a40ee75 [svn r14069] Fixed security issue by filtering files extensions 18 years ago
Yannick Warnier 5477c5db4c [svn r14050] Added page describing shortly what OpenID is 18 years ago
Yannick Warnier f529e61cd2 [svn r14021] Minor code quoting fix 18 years ago
Yannick Warnier c19da569e7 [svn r14020] Remove useless parameter to display_course_icons() 18 years ago
Yannick Warnier b95f6d9dfb [svn r14019] Initialise official_code variable and prepare (commented code) for use of employeenumber as official code 18 years ago
Julian Prud'homme 2cd3fee96e [svn r13987] Fix a bug with redirection 18 years ago
Yannick Warnier 04b2043626 [svn r13932] Add translated explanation why the username is refused if longer than 20 chars 18 years ago
Yannick Warnier 7a9f21b506 [svn r13925] Removed erroneous references to claroline 18 years ago
Yannick Warnier 1c72cf149a [svn r13919] Shorten the subscription to multiple courses by keeping the search term in the loop - Closes FS#735 18 years ago
Yannick Warnier 4bcdda3854 [svn r13901] Minor change to path in redirect 18 years ago
Yannick Warnier e99610cf91 [svn r13894] Activate OpenID support - now functional (but only allowing one OpenID per user) 18 years ago
Yannick Warnier 72e6d40036 [svn r13893] Allow for defaults username and e-mail set in URL 18 years ago
Yannick Warnier 07226908c5 [svn r13891] Removed deprecated openid_authentication() function 18 years ago
Yannick Warnier 6418f48452 [svn r13890] Adapted OpenID code to Dokeos (changes coming soon to Dokeos databases and code) 18 years ago
Patrick Cool 4c8a0f5069 [svn r13551] Extended profile fields can be used in the registration process 18 years ago
Patrick Cool d3f8fcccdc [svn r13486] make extended profile available in users tool 18 years ago
Yannick Warnier a9f4ec34f8 [svn r13376] Initial scripts, imported from Drupal, for OpenID authentication method. Not functional. Still need a lot of work to detach from Drupal. 18 years ago
Yannick Warnier f57b1e4a40 [svn r13366] - Enable use of LDAP version 3 by change of configuration 18 years ago
Yannick Warnier 32c03823a4 [svn r13292] Fix encoding problem by using $charset inside calls to htmlentities() and htmlspecialchars 18 years ago
Julian Prud'homme a1cf955c3c [svn r13283] Fix a display bug in IE 6 18 years ago
Yannick Warnier 6197af8c43 [svn r13113] Updated include path to fix part of bug FS#1840 18 years ago
Yannick Warnier 803eded1db [svn r13049] Added specific QuickForm rule to improve restriction on username size 18 years ago
Yannick Warnier ed0f112265 [svn r13048] Altered username field size and value to avoid bug shortening login (database field is limited to 20 characters anyway). Fixes FS#1903 18 years ago
Julian Prud'homme d53f97fa51 [svn r12991] Fix a bug to make the picture upload works on IE 6 : http://www.dokeos.com/forum/viewtopic.php?t=11490 18 years ago
Eric Marguin 1f009fe071 [svn r12986] fiw a bug with tracking : we didn't call learnpath::get_db_progress() 18 years ago
Eric Marguin 0c1c1d9b10 [svn r12902] fix a bug when uploading pictures 18 years ago
Julian Prud'homme e814e09202 [svn r12823] Fix a bug with hidden test tool : http://projects.dokeos.com/?do=details&id=1791 19 years ago
Yannick Warnier 923ee5a112 [svn r12734] Add "required" rule to field "password confirmation" in registration form 19 years ago
Yannick Warnier 11d6bc3d7a [svn r12658] Avoid division by zero or resize problems if IMAGE_THUMBNAIL_WIDTH is not defined (which happens if not present in profile.conf.inc.php) 19 years ago
Yannick Warnier ea3b2755ad [svn r12622] Added code to handle the user's upload directory split when the new admin settings 'split users upload directory' is enabled (the DLTT translation is clear about the fact that admins unsure shouldn't use it). 19 years ago
Yannick Warnier 81500da2bd [svn r12472] Added info to api_sql_query() calls 19 years ago
Yannick Warnier ae59525555 [svn r12471] Fixed problem in category sorting introduced by last commit 19 years ago
Yannick Warnier 61e67244ea [svn r12470] Fixed typo 19 years ago
Yannick Warnier fb45409e7a [svn r12469] Changed mysql_ calls to Database:: calls 19 years ago
Yannick Warnier dc56b13f35 [svn r12468] Removed useless database query 19 years ago
Yannick Warnier 874e14d7e0 [svn r12467] Filtered some GET variables 19 years ago
Yannick Warnier 62a2db9970 [svn r12462] Filter $_GET['course'], fixing security flaw number 1 in http://www.frsirt.com/bulletins/10497 19 years ago
Julian Prud'homme ca11ed5571 [svn r12410] Update "My Progress" to make it works with courses that belong to no session 19 years ago
Julian Prud'homme 0400b589cc [svn r12348] Change the mail for lost passwords 19 years ago
Yannick Warnier f09d454509 [svn r12279] Fixes XSS security bug http://projects.dokeos.com/?do=details&id=1434 19 years ago
Julian Prud'homme e0881e59b0 [svn r12269] 5th step in removing all $_SERVER['PHP_SELF'] 19 years ago
Julian Prud'homme 38d2dbc117 [svn r12267] 4th step in removing all {$_SERVER['PHP_SELF']} 19 years ago
Yannick Warnier a01ff4dec3 [svn r12175] Filtered $_GET['action'] to avoid XSS 19 years ago
Patrick Cool 5f08105d77 [svn r12057] bugfix: http://www.dokeos.com/forum/viewtopic.php?t=8915 19 years ago
Patrick Cool 07de9f05fd [svn r11922] http://www.dokeos.com/forum/viewtopic.php?t=8845 19 years ago
Eric Marguin 5a2a852ae8 [svn r11909] 19 years ago
Julian Prud'homme c53537eb19 [svn r11901] Update "my progress" with the new Tracking class 19 years ago
Patrick Cool 5d16579e7e [svn r11873] consistency improvements 19 years ago
Julian Prud'homme 6c8aa260f8 [svn r11833] Fix display bugs and other minor bugs in the reporting (FS 1386-1387-1388) 19 years ago
Patrick Cool a1d1aad841 [svn r11811] bugfix: two course categories with the same name 19 years ago