aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Expand)AuthorAgeFilesLines
...
* | | [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
| * | | | | [ticket/11744] Group join request notificationNathan Guse2013-07-261-2/+10
| | |_|/ / | |/| | |
* | | | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-16/+16
|/ / / /
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-111-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | [ticket/11579] Remove unnecessary globals from validate_password()Marc Alexander2013-05-301-1/+1
* | | | Merge branch 'develop-olympus' into developJoas Schilling2013-05-271-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/11578] Add missing underscore after 'validate' function prefixmarc17062013-05-271-1/+1
* | | | Merge branch 'develop-olympus' into developJoas Schilling2013-05-271-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/11538] Compare to '' instead of using empty(), so '0' does not pass.Andreas Fischer2013-05-261-1/+1
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-261-14/+28
|\ \ \ \ | |/ / /
| * | | [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
* | | | [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-2/+1
* | | | Merge remote-tracking branch 'remotes/nickv/ticket/10714' into developNathaniel Guse2013-03-041-3/+5
|\ \ \ \
| * \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-01-221-31/+60
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-01-161-10/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2012-12-071-89/+137
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | [ticket/10714] Refactor disable mechanism to only disable certain typesJoas Schilling2012-08-211-2/+2