Noel Dieschburg
|
7b82aedbb5
Conditional login [5233] : generic system for update user data at login. Example with phone number.
|
13 years ago |
Noël Dieschburg
|
cca94d64fd
login : feedback when user does not exists in chamilo db
|
13 years ago |
Julio Montoya
|
b056dd4a47
Security improvements: Adding session_regenerate_id when user logs in, adding session cookie parameters to avoid session fixation/hijacking #3600
|
13 years ago |
Julio Montoya
|
bdd43c89ae
Minor code style corrections
|
13 years ago |
Julio Montoya
|
234d48a1e1
Avoiding PHP notice
|
13 years ago |
Julio Montoya
|
490de2ffae
Using function Database::get_statistic_table instead of $_configuration['statistics_database'] to avoid problems in queries see #3265
|
13 years ago |
Julio Montoya
|
bced08b02f
Minor - cleaning file
|
13 years ago |
Julio Montoya
|
0a9c787fe5
Removing $_configuration['tracking_enabled'] because its always true see #2808
|
14 years ago |
Julio Montoya
|
4a9b43b508
Fixing minor bugs when uploading using the drag& drop interface
|
14 years ago |
Arnaud Ligot
|
ecafe0e60c
merge
|
14 years ago |
Julio Montoya
|
b6c9c76337
Fixing unavailable sessions when start date and end dates are correct
|
14 years ago |
Christian Fasanando
|
c6eaa11890
fixed sso authentication
|
14 years ago |
Yannick Warnier
|
5c4db40533
Improved filtering of user_id and login before using them in db
|
14 years ago |
Julio Montoya
|
3d3205e23d
Adding string "lp_autolunch_" in the session key see BT#1909
|
14 years ago |
Noël Dieschburg
|
7e6d3fe199
Merge
|
14 years ago |
Julio Montoya
|
681bae1535
Adding db_name as a parameter in the $_course variable
|
14 years ago |
Julio Montoya
|
ca8b9782f8
Minor - Removing apache notices
|
14 years ago |
Yannick Warnier
|
a59fd27a2f
Moved SSO code to separate class
|
14 years ago |
Yannick Warnier
|
7c50f71523
Minor - following new spacing code conventions
|
14 years ago |
Yannick Warnier
|
281e28fcac
Minor - removed todo comment: already implemented
|
14 years ago |
Julio Montoya
|
780de03602
Delting session info is cidreset is added
|
14 years ago |
Julio Montoya
|
89da8436be
Moving delete session id code when cidreset is on
|
14 years ago |
Julio Montoya
|
601650744c
Adding session_id when updating the TABLE_STATISTIC_TRACK_E_COURSE_ACCESS table
|
14 years ago |
Julio Montoya
|
ed2bc7df6e
Session id reset if cidreset is set see #2143
|
14 years ago |
Ivan Tcholakov
|
b81b576864
More minor corrections, not important.
|
14 years ago |
Yannick Warnier
|
2bab332d56
Minor - Avoiding notice-level reporting (see CT#1442)
|
14 years ago |
Ivan Tcholakov
|
c7b44cc1e9
Feature #1744 - Cleaning logical conditions (3).
|
14 years ago |
Ivan Tcholakov
|
f0c4747bf3
Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls'])
|
14 years ago |
Noel Dieschburg
|
e6444dc928
Dummy permission commitx
|
14 years ago |
Julio Montoya
|
ec4a19c4ca
Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308
|
14 years ago |