source: trunk/include/functions_user.inc.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21801   11 years rvelices db changes for feature 2836 display # of comments/tags in menubar and …
(edit) @20545   11 years plg feature 65: fetch_assoc behaves different with mysql and mysqli. When …
(edit) @20282   11 years mistic100 feature:2823 Add triggers for login system
(edit) @19703   11 years plg update Piwigo headers to 2013 (the end of the world didn't occur as …
(edit) @19333   11 years mistic100 make sure get_sql_condition_FandF() doesn't generate corrupted SQL code
(edit) @18890   11 years plg feature 2727: improved backward compatibility with pass_convert
(edit) @18889   11 years plg feature 2727: improve password security with the use of PasswordHash
(edit) @18629   12 years rvelices - remove unsed code; shorten existing code and improve readability …
(edit) @18164   12 years mistic100 feature 2754: Add "Email" field for user comments + mandatory "Author"
(edit) @13240   12 years rvelices - multisize thumb longest side can be smaller than the square size - …
(edit) @13074   12 years rvelices - remove square/thumb from choices on picture - fix content margin on …
(edit) @12922   12 years mistic100 update Piwigo headers to 2012, last change before the expected (or …
(edit) @12748   12 years plg merge r12747 from branch 2.3 to trunk bug 2534 fixed: clean (as clean …
(edit) @12670   12 years rvelices removed unused css rules
(edit) @12339   13 years plg postpone warning on is_adviser to Piwigo 2.4 to avoid breaking …
(edit) @11992   13 years plg feature 2027 implemented: the "lost password" feature was rewritten. …
(edit) @11826   13 years rvelices - simplify calculation of auto login key (no need to concatenate 2 hashes)
(edit) @11753   13 years rvelices - removed admin never used function cat_admin_access - removed …
(edit) @11737   13 years plg merge r11736 from branch 2.2 to trunk bug 2338 fixed: force purge on …
(edit) @11356   13 years plg merge r11355 from branch 2.2 to trunk bug 2340 fixed: external …
(edit) @10860   13 years flop25 feature:1835 better managment if $confinsensitive_case_logon is …
(edit) @10198   13 years mistic100 bug:2224 one parameter for change thumnails number (needs some …
(edit) @9923   13 years patdenice bug:2234 HTML characters are allowed in username
(edit) @9074   13 years plg bug 1684 fixed: the fix for bug:1683 was an "automatic repair" but it …
(edit) @8844   13 years rvelices - fix icon display on index page (calendar by post date) - remove …
(edit) @8728   13 years plg Happy new year 2011 Change "Piwigo - a PHP based picture gallery" …
(edit) @8635   13 years rvelices lang remove 'Mail address' - use existing 'Email address' lang remove …
(edit) @8126   13 years patdenice feature 2060: Remove adviser mode. First commit: only php files.
(edit) @6660   14 years nikrou Bug 1760 fixed : Avoid session fixation After connection, session id …
(edit) @6652   14 years nikrou Bug 1754 fixed : The keyword AS is mandatory for alias in PostgreSQL …
(edit) @6510   14 years nikrou Fix bug 1722 : PosgtreSQL wants all fields in select to be in Group by …
(edit) @6363   14 years plg remove all svn:mergeinfo properties
(edit) @6340   14 years plg merge r6338 from branch 2.1 to trunk bug 1694 fixed: COMPUTED Exif …
(edit) @6322   14 years plg merge r6321 from branch 2.1 to trunk bug 1682: r6312 was producing a …
(edit) @6316   14 years plg merge r6313 from branch 2.1 to trunk bug 1685 fixed: typo on …
(edit) @6315   14 years plg merge r6312 from branch 2.1 to trunk bug 1684 fixed: the test to …
(edit) @6314   14 years plg merge r6311 from branch 2.1 to trunk bug 1683 fixed: as soon as an …
(edit) @6090   14 years plg bug 1648 fixed: add the pwg_db_check_version functions for pdo-sqlite, …
(edit) @5982   14 years plg feature 1630: upgrade to Piwigo 2.1 :-) bug 1604: only activate core …
(edit) @5272   14 years rub Add function is_webmaster (like is_admin function) Add on ignore list …
(edit) @5271   14 years plg bug fixed: if the theme for guest is empty (I don't know how this …
(edit) @5264   14 years plg feature 1514: improvement, if a user has a theme that is (maybe …
(edit) @5196   14 years plg increase copyright year to 2010
(edit) @5195   14 years plg bug 1328: backport the pwg_token on trunk bug 1329: backport the …
(edit) @5123   14 years plg feature 1502: based on Dotclear model, P@t has reorganized the way …
(edit) @5060   14 years Eric Renaming $confno_case_sensitive_for_login to …
(edit) @5021   14 years nikrou Feature 1451 : localization with gettext Use php-gettext …
(edit) @5014   14 years plg merge r5013 from branch 2.0 to trunk feature 1448 added: ability to …
(edit) @4966   14 years plg merge r4965 from branch 2.0 to trunk bug 1047 fixed: avoid warnings …
(edit) @4429   14 years Eric Feature 0000796 fixed : Strengthen login handling
(edit) @4385   14 years nikrou Feature_1255 : - single quotes in queries - start using $confdblayer
(edit) @4367   14 years nikrou Feature 1255: modification in sql queries - manage random function …
(edit) @4325   14 years nikrou Feature 1244 resolved Replace all mysql functions in core code by ones …
(edit) @4304   14 years Eric Escape all login and username characters in database Display correctly …
(edit) @4265   14 years nikrou Feature 1241 resolved. replace mysql_fetch_array by mysql_fetch_assoc …
(edit) @3747   15 years Eric PHP 5.3 compatibility - Deprecated functions were replace as follows : …
(edit) @3642   15 years rvelices - bug fix (use uasort for computed categories instead of usort) - I …
(edit) @3640   15 years rvelices correct bug in commit r3622 ( feature 1053 )
(edit) @3622   15 years rvelices feature 1053: hide categories that contain no photo due to privacy level
(edit) @3450   15 years nikrou Feature 1026 step 2 : add author_id column so that guest cannot modify …
(edit) @3445   15 years nikrou Feature 1026 : Modify / delete comments for users + update config …
(edit) @3282   15 years plg change: according to topic:15067, svn:keywords property was removed
(edit) @3145   15 years rvelices Last (I hope) paranoic optims ... - move get_uysername and …
(edit) @3126   15 years rvelices - embellish_url compacts now .. - some trigger improvements …
(edit) @3049   15 years plg Administration: happy new year 2009, all PHP headers updated.
(edit) @2824   15 years rvelices merge -c2823 from branch 2.0 to trunk - removed some unused constants …
(edit) @2757   16 years rvelices merge 2755 and 2756 from branch 2.0 to trunk - 2755 fix vulnerability …
(edit) @2752   16 years patdenice - change mysql_escape_string function (deprecated) by …
(edit) @2572   16 years rvelices - removed #debug css rule (why would we need that in default-layout?) …
(edit) @2537   16 years nikrou $_SERVERHTTP_ACCEPT_LANGUAGE could be empty so test it.
(edit) @2507   16 years nikrou fix too strict regex for email
(edit) @2448   16 years rvelices - add #user_cache.cache_update_time - useful for plugins or the filter …
(edit) @2425   16 years rvelices - fix some side effects with browser language (wrong display/user …
(edit) @2411   16 years rvelices - put back browser language (deleted by error during my last commit - …
(edit) @2409   16 years rvelices - remember me cookie security improvement (the time when the cookie …
(edit) @2371   16 years vdigital Feature 0000080: Browser language detection (Use first active browser …
(edit) @2325   16 years rub Resolved issue 0000823: Enhance upload functionalities First commit, …
(edit) @2324   16 years rvelices - move #categories.date_last and nb_images to #user_cache_categories
(edit) @2313   16 years vdigital New: jQuery and Accordion Admin menus
(edit) @2299   16 years plg Bug fixed: as rvelices notified me by email, my header replacement …
(edit) @2297   16 years plg Modification: new header on PHP files, PhpWebGallery renamed Piwigo.
(edit) @2268   16 years rvelices - security fix (profile) - les langues a la hache - fix some …
(edit) @2237   16 years patdenice Merge from revision 2236. 801: add trigger in register_user function. …
(edit) @2229   16 years patdenice Merge from revision 2228. Resolved bugs: 741 and 793: Added user does …
(edit) @2221   16 years rub little corrections Merge branch-1_7 2219:2220 into BSF
(edit) @2178   16 years rub Resolved issue 0000784: Mail notification disabled on register user …
(edit) @2163   16 years vdigital Add is_generic function
(edit) @2161   16 years vdigital New: Language Switch plugin support
(edit) @2132   17 years rvelices - RSS feed is PWG charset - iptc are now converted from iso-8859-1 or …
(edit) @2127   17 years rvelices - PWG_CHARSET, DB_CHARSET and DB_COLLATE... utf-8 ready
(edit) @2124   17 years rub Resolved 0000759: email unique for each user Fix bug of last commit 2115
(edit) @2115   17 years rub Resolved 0000759: email unique for each user
(edit) @2084   17 years rvelices feature 731: permissions at image level - this is the first version - …
(edit) @2055   17 years rub Resolved issue 0000717: guest must be guest
(edit) @2039   17 years rub Error on my last commit 2038
(edit) @2038   17 years rub Resolved issue 0000708: Error on synchronization Resolved issue …
(edit) @2032   17 years rub Resolved issue 0000489: Mail address obligatory
(edit) @2029   17 years rub Resolved issue 0000697: with generic user a author name is necessary …
(edit) @1985   17 years rub Issue 0000682: Error on user registration On register page when the 2 …
(edit) @1933   17 years rub remove forgotten debug line
Note: See TracRevisionLog for help on using the revision log.