aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13207] Move default user notifications settings to user_add()Marc Alexander2014-10-251-2/+17
* [ticket/13207] Add default subscription options for newly registered usersMarc Alexander2014-10-251-1/+12
* Merge pull request #2984 from nickvergessen/ticket/10729-ascMarc Alexander2014-09-231-9/+32
|\
| * Merge branch 'ticket/10729' into ticket/10729-ascJoas Schilling2014-09-231-4/+8
| |\
| | * [ticket/10729] Fix doc block for user_deleteJoas Schilling2014-09-221-3/+8
| * | [ticket/10729] Update *_delete_user when user being deletedOliver Schramm2014-07-181-0/+12
| * | Merge branch 'ticket/10729' into ticket/10729-2Oliver Schramm2014-07-181-5/+12
| |\ \ | | |/
| | * [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/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-4/+4
|/ /
* | Merge pull request #2697 from n-aleha/ticket/12816Andreas Fischer2014-07-071-1/+1
|\ \
| * | [ticket/12816] Fix comment about logs in user_ban functionn-aleha2014-07-051-1/+1
| |/
* | [ticket/12612] Prefix custom UCP module function with phpbb_Joas Schilling2014-06-231-1/+1
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12612-ascraeus' int...Nils Adermann2014-06-231-0/+20
|\ \
| * | [ticket/12612] Move function from ucp.php to functions_user.phpJoas Schilling2014-06-181-0/+20
* | | [ticket/12761] Remove the execute bit from functions_user.phpn-aleha2014-06-231-0/+0
* | | [ticket/12701] Add changeStanislav Atanasov2014-06-221-1/+2
* | | [ticket/12701] Rmove before event and expand modify_dataStanislav Atanasov2014-06-221-13/+4
* | | [ticket/12701] Add events to user_add functionStanislav Atanasov2014-06-221-0/+23
|/ /
* | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-7/+7
* | Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascr...Nils Adermann2014-06-111-1/+0
|\ \
| * | [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-1/+0
* | | [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-10/+35
|/ /
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* | Merge remote-tracking branch 'github-exreaction/ticket/8323' into develop-asc...Nils Adermann2014-05-021-3/+23
|\ \
| * \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/8323Nathan Guse2013-09-051-566/+195
| |\ \
| * \ \ Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/8323Nathan Guse2012-12-071-100/+249
| |\ \ \
| * | | | [ticket/8323] Allow sending PMs to temporarily banned usersNathan2012-07-101-3/+23
* | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-7/+7
|\ \ \ \ \
| * | | | | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-7/+7
* | | | | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+0
* | | | | | [ticket/12097] Bug fix and adding unit testNicofuma2014-04-261-1/+1
* | | | | | [ticket/12097] Validate_data() should work with class methodNicofuma2014-04-261-2/+11
|/ / / / /
* | | | | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-1/+0
* | | | | [ticket/12115] Convert user occupation to a profile fieldJoas Schilling2014-02-061-1/+0
* | | | | [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
* | | | | [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-7/+2
* | | | | Merge remote-tracking branch 'Marc/ticket/11842' into developJoas Schilling2013-12-041-6/+6
|\ \ \ \ \
| * | | | | [ticket/11842] Use only new avatar type in user_delete functionMarc Alexander2013-11-201-1/+1
| * | | | | [ticket/11842] Replace outdated occurences of user and group avatar_typeMarc Alexander2013-10-241-5/+5
| * | | | | [ticket/11842] Use group_id 0 and correct avatar name after creating groupMarc Alexander2013-10-241-1/+1
* | | | | | [ticket/11869] Fix strict standards error when registering.Cesar G2013-11-271-1/+2
|/ / / / /
* | | | | Merge pull request #1654 from rechosen/ticket/11786Nathan Guse2013-10-031-2/+2
|\ \ \ \ \
| * | | | | [ticket/11786] Fix indentation in the PHPDoc of core.group_delete_user_beforerechosen2013-09-231-2/+2
* | | | | | [ticket/11862] Correct var names in user_delete() events due to prune-usersMarc Alexander2013-09-271-2/+2
* | | | | | Merge remote-tracking branch 'Marc/ticket/11862' into developJoas Schilling2013-09-271-8/+10
|\ \ \ \ \ \
| * | | | | | [ticket/11862] Correct var names in user_delete() events due to prune-usersMarc Alexander2013-09-251-8/+10
| |/ / / / /
* | | | | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-24/+29
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/11745] Group request approved notificationNathan Guse2013-07-271-23/+6
| * | | | | [ticket/11744] Move notification from ucp_groups to group_user_addNathaniel Guse2013-07-261-1/+15