| Commit message (Expand) | Author | Files | Lines |
2016-01-27 | bug #408 fixed, no session_regenerate_id on early PHP 7 versions | plg | 1 | -2/+2 |
2016-01-16 | shorten some code (not really important) | modus75 | 1 | -1/+1 |
2016-01-14 | happy new year 2016, all headers updated | plegall | 1 | -1/+1 |
2016-01-04 | feature #392, authentication keys, history log | plegall | 1 | -1/+4 |
2016-01-01 | forgotten to give user_status on recursive call in create_user_auth_key, bug ... | plegall | 1 | -1/+1 |
2015-12-31 | feature #392, authentication keys, album notification | plegall | 1 | -0/+132 |
2015-05-15 | merge r31167 from branch 2.7 to trunk | plegall | 1 | -1/+1 |
2015-05-15 | bug 3223 fixed: make sure we have found a user before validating the connection | plegall | 1 | -1/+1 |
2014-09-30 | bug 3111: cleaner code for get_browser_language (no more reference as parameter) | plegall | 1 | -15/+7 |
2014-09-29 | bug 3111: add comment to help understand the code | plegall | 1 | -0/+4 |
2014-09-23 | bug fixed: register_user can be called with no ['mail_address'] | plegall | 1 | -1/+1 |
2014-07-28 | bug 3050: increase security on reset password algorithm. | plegall | 1 | -24/+0 |
2014-07-25 | feature 3105: display the link to Piwigo in connection settings notification ... | plegall | 1 | -0/+2 |
2014-06-18 | since number of accepted args not required for add_event_handler, simplify calls | rvelices | 1 | -6/+6 |
2014-06-02 | feature 3010 : replace trigger_action/event by trigger_notify/change | mistic100 | 1 | -8/+8 |
2014-02-16 | more query2array and remove unnecessary tests in often called url functions | rvelices | 1 | -12/+8 |
2014-02-04 | remove PHP < 5.2 code | mistic100 | 1 | -17/+6 |
2014-01-05 | Update headers to 2014. Happy new year!! | mistic100 | 1 | -1/+1 |
2013-12-18 | feature 1668: escape login and password in registration email | mistic100 | 1 | -3/+3 |
2013-11-26 | remove is_adviser() and get_email_address_as_display_text() | mistic100 | 1 | -30/+0 |
2013-11-26 | feature 2999: documentation of functions_user.inc.php (move two functions to ... | mistic100 | 1 | -287/+227 |
2013-11-21 | Small bug on password hash verification with strpos function | patdenice | 1 | -1/+1 |
2013-11-06 | feature 2995: New email template | mistic100 | 1 | -7/+7 |
2013-11-06 | feature 2995: New email template | mistic100 | 1 | -7/+7 |
2013-10-30 | feature 1668, user manager redesign: ability to add a new user (call to pwg.u... | plegall | 1 | -33/+59 |
2013-10-24 | bug 2988: register_user() must returns new user id | mistic100 | 1 | -24/+29 |
2013-10-19 | replace some mass_updates/inserts by single_update/insert | mistic100 | 1 | -6/+4 |
2013-05-26 | bug 2097: wrong number of sub-albums | rvelices | 1 | -78/+47 |
2013-04-04 | merge r21236 from branch 2.5 to trunk | plegall | 1 | -1/+6 |
2013-03-23 | feature 2557 recent photos/albums should never be empty | rvelices | 1 | -9/+22 |
2013-03-23 | db changes for feature 2836 display # of comments/tags in menubar and feature... | rvelices | 1 | -5/+12 |
2013-02-04 | feature 65: fetch_assoc behaves different with mysql and mysqli. When no row | plegall | 1 | -4/+12 |
2013-01-20 | feature:2823 Add triggers for login system | mistic100 | 1 | -0/+16 |
2013-01-01 | update Piwigo headers to 2013 (the end of the world didn't occur as expected... | plegall | 1 | -1/+1 |
2012-12-08 | make sure get_sql_condition_FandF() doesn't generate corrupted SQL code | mistic100 | 1 | -1/+1 |
2012-11-02 | feature 2727: improved backward compatibility with ['pass_convert'] | plegall | 1 | -3/+10 |
2012-11-02 | feature 2727: improve password security with the use of PasswordHash class. | plegall | 1 | -2/+72 |
2012-10-12 | - remove unsed code; shorten existing code and improve readability ... | rvelices | 1 | -25/+19 |
2012-09-23 | feature 2754: Add "Email" field for user comments + mandatory "Author" | mistic100 | 1 | -9/+5 |
2012-02-18 | - multisize thumb longest side can be smaller than the square size | rvelices | 1 | -23/+0 |
2012-02-09 | - remove square/thumb from choices on picture | rvelices | 1 | -47/+24 |
2012-01-17 | update Piwigo headers to 2012, last change before the expected (or not) apoca... | mistic100 | 1 | -1/+1 |
2011-12-16 | merge r12747 from branch 2.3 to trunk | plegall | 1 | -2/+8 |
2011-11-29 | removed unused css rules | rvelices | 1 | -4/+1 |
2011-10-04 | postpone warning on is_adviser to Piwigo 2.4 to avoid breaking compatibility ... | plegall | 1 | -2/+4 |
2011-08-24 | feature 2027 implemented: the "lost password" feature was rewritten. | plegall | 1 | -0/+48 |
2011-07-25 | - simplify calculation of auto login key (no need to concatenate 2 hashes) | rvelices | 1 | -5/+2 |
2011-07-15 | - removed admin never used function cat_admin_access | rvelices | 1 | -0/+1 |
2011-07-13 | merge r11736 from branch 2.2 to trunk | plegall | 1 | -0/+3 |
2011-06-14 | merge r11355 from branch 2.2 to trunk | plegall | 1 | -20/+18 |