aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_user.inc.php (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-31fixes #478, add new column user_infos.last_visitplegall1-0/+42
2016-02-12typo fixedplegall1-1/+1
2016-02-12fixes #414, deactivate auth keys on password changeplegall1-0/+18
2016-02-10session_regenerate_id() still fails with PHP 7.0.3plg1-4/+4
2016-02-10if php version is less than 7.0.3 and session_id exists do nothingNicolas1-2/+5
2016-02-01fixes #413, force log in with auth key userplegall1-5/+0
2016-01-29fixes #412, warn visitor if auth key no longer validplegall1-0/+1
2016-01-27bug #408 fixed, no session_regenerate_id on early PHP 7 versionsplg1-2/+2
2016-01-16shorten some code (not really important)modus751-1/+1
2016-01-14happy new year 2016, all headers updatedplegall1-1/+1
2016-01-04feature #392, authentication keys, history logplegall1-1/+4
2016-01-01forgotten to give user_status on recursive call in create_user_auth_key, bug ...plegall1-1/+1
2015-12-31feature #392, authentication keys, album notificationplegall1-0/+132
2015-05-15merge r31167 from branch 2.7 to trunkplegall1-1/+1
2015-05-15bug 3223 fixed: make sure we have found a user before validating the connectionplegall1-1/+1
2014-09-30bug 3111: cleaner code for get_browser_language (no more reference as parameter)plegall1-15/+7
2014-09-29bug 3111: add comment to help understand the codeplegall1-0/+4
2014-09-23bug fixed: register_user can be called with no ['mail_address']plegall1-1/+1
2014-07-28bug 3050: increase security on reset password algorithm.plegall1-24/+0
2014-07-25feature 3105: display the link to Piwigo in connection settings notification ...plegall1-0/+2
2014-06-18since number of accepted args not required for add_event_handler, simplify callsrvelices1-6/+6
2014-06-02feature 3010 : replace trigger_action/event by trigger_notify/changemistic1001-8/+8
2014-02-16more query2array and remove unnecessary tests in often called url functionsrvelices1-12/+8
2014-02-04remove PHP < 5.2 codemistic1001-17/+6
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
2013-12-18feature 1668: escape login and password in registration emailmistic1001-3/+3
2013-11-26remove is_adviser() and get_email_address_as_display_text()mistic1001-30/+0
2013-11-26feature 2999: documentation of functions_user.inc.php (move two functions to ...mistic1001-287/+227
2013-11-21Small bug on password hash verification with strpos functionpatdenice1-1/+1
2013-11-06feature 2995: New email templatemistic1001-7/+7
2013-11-06feature 2995: New email templatemistic1001-7/+7
2013-10-30feature 1668, user manager redesign: ability to add a new user (call to pwg.u...plegall1-33/+59
2013-10-24bug 2988: register_user() must returns new user id mistic1001-24/+29
2013-10-19replace some mass_updates/inserts by single_update/insertmistic1001-6/+4
2013-05-26bug 2097: wrong number of sub-albumsrvelices1-78/+47
2013-04-04merge r21236 from branch 2.5 to trunkplegall1-1/+6
2013-03-23feature 2557 recent photos/albums should never be emptyrvelices1-9/+22
2013-03-23db changes for feature 2836 display # of comments/tags in menubar and feature...rvelices1-5/+12
2013-02-04feature 65: fetch_assoc behaves different with mysql and mysqli. When no rowplegall1-4/+12
2013-01-20feature:2823 Add triggers for login system mistic1001-0/+16
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as expected...plegall1-1/+1
2012-12-08make sure get_sql_condition_FandF() doesn't generate corrupted SQL codemistic1001-1/+1
2012-11-02feature 2727: improved backward compatibility with ['pass_convert']plegall1-3/+10
2012-11-02feature 2727: improve password security with the use of PasswordHash class.plegall1-2/+72
2012-10-12- remove unsed code; shorten existing code and improve readability ...rvelices1-25/+19
2012-09-23feature 2754: Add "Email" field for user comments + mandatory "Author" mistic1001-9/+5
2012-02-18- multisize thumb longest side can be smaller than the square sizervelices1-23/+0
2012-02-09- remove square/thumb from choices on picture rvelices1-47/+24
2012-01-17update Piwigo headers to 2012, last change before the expected (or not) apoca...mistic1001-1/+1
2011-12-16merge r12747 from branch 2.3 to trunkplegall1-2/+8