aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10729] Fix doc block for user_deleteJoas Schilling2014-09-221-3/+8
* [ticket/10729] Update message_edit_user when user being deletedOliver Schramm2014-07-181-0/+6
* [ticket/10729] Update post_edit_user when user being deletedOliver Schramm2014-07-171-5/+6
* [ticket/11579] Remove unnecessary globals from validate_password()Marc Alexander2013-05-301-1/+1
* [ticket/11578] Add missing underscore after 'validate' function prefixmarc17062013-05-271-1/+1
* [ticket/11538] Compare to '' instead of using empty(), so '0' does not pass.Andreas Fischer2013-05-261-1/+1
* [ticket/11538] Add optional switch as argument to hex colour validationMarc Alexander2013-05-191-3/+5
* [ticket/11538] Rename phpbb_validate_colour to phpbb_validate_hex_colourMarc Alexander2013-05-191-2/+3
* [ticket/11538] Add function phpbb_validate_colour for validating coloursMarc Alexander2013-05-161-1/+23
* Merge branch 'ticket/10605' into develop-olympusAndreas Fischer2012-05-141-54/+4
|\
| * [ticket/10605] Prefix function with phpbb_ and use true instead of 1Joas Schilling2012-03-121-2/+2
| * [ticket/10605] Check for orphan privmsgs when deleting a userJoas Schilling2012-02-181-54/+4
* | [ticket/10561] Added function desc for phpbb_style_is_active()Hari Sankar R2012-04-091-0/+2
* | [ticket/10561] Reverted to phpbb_style_is_active()Hari Sankar R2012-04-071-1/+1
* | [ticket/10561] Moved and renamed the funtion validate_style().Hari Sankar R2012-04-051-0/+19
* | [ticket/10684] Adjust function and parameter name, minor changes.rxu2012-03-221-5/+5
* | [ticket/10684] Rename function phpbb_get_banned_users_ids() parameterrxu2012-03-121-4/+4
* | [ticket/10684] Adjust pm_notifications() to handle stale bansrxu2012-03-121-5/+9
* | [ticket/10684] Fix 2 typos in comment lines.rxu2012-03-091-1/+1
* | [ticket/10684] Send notifications for users with stale bansrxu2012-03-081-0/+29
|/
* [ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().Andreas Fischer2011-04-111-6/+6
* [ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.Andreas Fischer2011-04-011-4/+2
* [ticket/9751] Compare $password with empty string instead of casting it to boolAndreas Fischer2011-04-011-1/+1
* [ticket/9751] Use a switch/case block without break for password complexity.Andreas Fischer2011-04-011-11/+13
* [ticket/9751] Password requirement "Must contain letters and numbers" failsrxu2011-04-011-4/+2
* [ticket/9970] Rename validate_language() to validate_language_iso_name().Andreas Fischer2011-03-071-6/+6
* [ticket/9970] Check whether language pack is installed.Andreas Fischer2011-03-071-19/+14
* [ticket/9970] User language input is checked for existanceJosh Woody2011-03-071-0/+30
* [ticket/9872] Removed some useless code that broke delete_postsCallum Macrae2011-02-241-38/+0
* [ticket/9764] Allow $config['mime_triggers'] to be an empty string.Andreas Fischer2010-10-281-1/+1
* Merge branch 'ticket/nickvergessen/9519' into develop-olympusAndreas Fischer2010-08-281-1/+1
|\
| * [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-101-1/+1
* | Merge branch 'ticket/bantu/9702' into develop-olympusJosh Woody2010-08-191-1/+2
|\ \
| * | [ticket/9702] Take user's timezone settings into account when banning Until ->Andreas Fischer2010-07-231-1/+2
* | | Merge branch 'ticket/bantu/9534' into develop-olympusJosh Woody2010-08-191-9/+26
|\ \ \ | |/ / |/| |
| * | [ticket/9534] Update function documentation for user_ipwhois().Andreas Fischer2010-07-111-2/+6
| * | [ticket/9534] Adding support for IPv6 addresses in user_ipwhois().Andreas Fischer2010-07-111-7/+20
| |/
* | Merge branch 'ticket/kellanved/9504' into develop-olympusAndreas Fischer2010-07-151-1/+1
|\ \ | |/ |/|
| * [ticket/9504] Allow whitespaces in gallery avatarsHenry Sudhof2010-07-151-1/+1
* | Merge branch 'ticket/jellydoughnut/9650' into develop-olympusAndreas Fischer2010-07-101-3/+4
|\ \
| * | [ticket/9650] Do not allow banning the anonymous user by usernameJosh Woody2010-07-081-3/+4
| |/
* | Merge branch 'ticket/bantu/9451' into develop-olympusAndreas Fischer2010-07-081-2/+5
|\ \
| * | [ticket/9451] Add optional $can_upload parameter to avatar_process_user().Thatbitextra2010-07-071-2/+5
| |/
* | [ticket/9703] Correct database leak where deleting user did not rm some PM dataJosh Woody2010-07-031-1/+1
|/
* [ticket/9633] Newly Registered Group Colour not used in "Our Newest Member"Josh Woody2010-06-011-0/+1
* Bug #52525Meik Sievertsen2009-10-051-2/+2
* Also update newest user data if someone is creating a founder with user_add().Andreas Fischer2009-09-041-1/+1
* Fix Bug #49195 - Queries on un-indexed column user_emailJoas Schilling2009-08-281-2/+2
* Make sure only logs for existing users are displayed and user-specific logs r...Meik Sievertsen2009-08-251-0/+11
* i am very very sorry for this hackish approach...Meik Sievertsen2009-08-171-2/+7