aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket/9549' into developOleg Pudeyev2011-03-011-0/+71
|\
| * [ticket/9549] Only add group to legend/teampage when the checkbox is checked.Joas Schilling2011-02-171-2/+2
| * [ticket/9549] Make the class non static and extend delete_group function.Joas Schilling2011-02-161-15/+19
| * [ticket/9549] Add the module and files for the ACP.Joas Schilling2011-02-161-0/+67
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-241-38/+0
|\ \ | |/ |/|
| * [ticket/9872] Removed some useless code that broke delete_postsCallum Macrae2011-02-241-38/+0
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-101-1/+1
|\ \ | |/
| * [ticket/9764] Allow $config['mime_triggers'] to be an empty string.Andreas Fischer2010-10-281-1/+1
* | [ticket/9574] Add pcre_utf8_support() functionIgor Wiedler2010-12-281-2/+2
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-2/+2
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Merge branch 'develop-olympus' into developAndreas Fischer2010-08-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/p/6855' into developAndreas Fischer2010-08-221-4/+4
|\ \ \ | |/ / |/| |
| * | [ticket/6855] Changed 'seperator' to 'separator'. [Igor Wiedler]Oleg Pudeyev2010-07-061-4/+4
* | | 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
* Fix Bug #37585 - Correctly log action when users request to join a groupJoas Schilling2009-08-011-1/+1
* Fix bug #48345 - Adding users to group - default rank does not changing corre...Ruslan Uzdenov2009-07-281-1/+1
* Fix bug #47825 - Banning an already banned user states to be successful, but ...Joas Schilling2009-07-241-1/+11
* Fix Bug #45675 - Do not allow setting group as default group for pending userJoas Schilling2009-07-141-1/+25
* Fixed Bug #45115 - Signature parsing flags are not stored in DBRuslan Uzdenov2009-06-271-1/+1
* add quicktool to remove users from the newly registered special group.Henry Sudhof2009-06-211-0/+73
* - [Feature] New &quot;Newly Registered Users&quot; group for assigning permis...Meik Sievertsen2009-06-201-3/+33
* - Display coloured usernames in ACP groups management screensMeik Sievertsen2009-06-191-33/+43
* fix r9602Joas Schilling2009-06-171-1/+4
* Change bug #21825 - Banning/unbanning users now generates an entry in their u...Joas Schilling2009-06-171-3/+19
* Fix bug #40245 - Attachments table is not being updated when deleting user an...Ruslan Uzdenov2009-06-161-0/+5
* Fix bug #45585 - Show error if hostname lookup doesn't return a valid IP addr...Andreas Fischer2009-06-151-1/+2
* Fix bug #45345 - Also remove data from friend/foe table when deleting user (p...Andreas Fischer2009-06-111-0/+6
* some corrections, only very minor things.Meik Sievertsen2009-06-071-2/+2
* #44955Henry Sudhof2009-06-031-2/+2
* speed up group deletion and correctly display user parameter if group members...Meik Sievertsen2009-03-271-2/+3