aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-12/+7
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | [ticket/14350] Remove duplicate semi-colon in functions_userMarc Alexander2015-12-081-1/+1
| | | | | | | | PHPBB3-14350
* | Merge branch '3.1.x'Tristan Darricau2015-12-081-1/+21
|\ \ | |/ | | | | | | | | | | | | | | * 3.1.x: [ticket/14213] Add pending to core.group_add_user_after [ticket/14213] Mv event group_add_user_after after cache cleaning [ticket/14213] Fix version number [ticket/14213] Adding missing reference to event dispatcher [ticket/14213] Adding event after users have been added to a group
| * [ticket/14213] Add pending to core.group_add_user_afterMarc Alexander2015-12-081-1/+8
| | | | | | | | PHPBB3-14213
| * [ticket/14213] Mv event group_add_user_after after cache cleaningWardormeur2015-12-071-12/+13
| | | | | | | | | | | | In order to match with the rest of the event and to have appropriate info state PHPBB3-14213
| * [ticket/14213] Fix version numberWardormeur2015-12-071-1/+1
| | | | | | | | | | | | for core.group_add_user_after event PHPBB3-14213
| * [ticket/14213] Adding missing reference to event dispatcherWardormeur2015-12-071-2/+2
| | | | | | | | | | | | Required to dispatch event, wasn't included into global PHPBB3-14213
| * [ticket/14213] Adding event after users have been added to a groupWardormeur2015-12-071-0/+12
| | | | | | | | | | | | Allow mapping with others CMS by exposing user configuration & changes PHPBB3-14213
* | Merge branch '3.1.x'Tristan Darricau2015-10-121-0/+13
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/14212] Fix version number [ticket/14212] Adding event after users have been removed to a group
| * [ticket/14212] Fix version numberWardormeur2015-10-061-1/+1
| | | | | | | | | | | | for core.group_delete_user_after event PHPBB-14212
| * [ticket/14212] Adding event after users have been removed to a groupWardormeur2015-10-041-0/+13
| | | | | | | | | | | | | | | | | | | | The idea is to be able to map with others CMS by exposing most commons user configuration & changes. Difference between the event before and after group belonging removal is that users belongs to multiple groups, so that the belonging into a group also depends on the others groups (and not only the deleted one), which is not reflected before as the user is not yet deleted PHPBB-14212
* | [ticket/12143] Avoid no output from get_group_name()Oliver Schramm2015-08-051-1/+1
| | | | | | | | PHPBB3-12143
* | [ticket/12143] Replace group name outputOliver Schramm2015-08-051-4/+10
| | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
* | Merge branch '3.1.x'Andreas Fischer2015-06-211-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13948] Correctly forwarding to the RIR for whois feature
| * [ticket/13948] Correctly forwarding to the RIR for whois featurerxu2015-06-211-1/+1
| | | | | | | | | | | | Allow any space count in the ReferralServer string for whois services response. PHPBB3-13948
* | Merge branch '3.1.x'Joas Schilling2015-06-041-0/+35
|\ \ | |/
| * [ticket/13564] Try to unlink user account for every auth providerMarc Alexander2015-03-241-0/+35
| | | | | | | | PHPBB3-13564
* | [ticket/13614] Removed code that relies on phpbb_pcre_utf8_support()JoshyPHP2015-05-111-101/+11
| | | | | | | | | | | | Removed all calls to phpbb_pcre_utf8_support() as well as unreachable code. PHPBB3-13614
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+1
| | | | | | | | PHPBB3-13762
* | Merge branch '3.1.x'Joas Schilling2015-02-201-1/+4
|\ \ | |/
| * Merge pull request #3277 from dhruvgoel92/ticket/13472Joas Schilling2015-02-201-1/+4
| |\ | | | | | | | | | [ticket/13472] Delete admin activation notification when deleting user
| | * [ticket/13472] Delete admin activation notification when deleting userDhruv2015-01-111-1/+4
| | | | | | | | | | | | PHPBB3-13472
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-111-4/+4
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/13597] Modify variable-variable syntax to be compatible with PHP7
| * | [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-4/+4
| | | | | | | | | | | | PHPBB3-13597
* | | Merge pull request #3281 from MGaetan89/ticket/13496Andreas Fischer2015-02-031-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13496] Change set_config_count() calls with $config->increment() * MGaetan89/ticket/13496: [ticket/13496] Update calls to `set_config_count()`
| * | | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13496
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-1/+31
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ticket/13336] Add core events to the function user_active_flip()rxu2015-01-231-1/+31
| |/ | | | | | | | | | | | | | | Add core events to the function user_active_flip() in includes/functions_user.php to allow checking/modifying data while activating/deactivating users. PHPBB3-13336
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-13/+11
| | | | | | | | PHPBB3-13494
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-19/+35
| | | | | | | | PHPBB3-13468
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+11
|/ | | | PHPBB3-13450
* [ticket/13207] Move default user notifications settings to user_add()Marc Alexander2014-10-251-2/+17
| | | | PHPBB3-13207
* [ticket/13207] Add default subscription options for newly registered usersMarc Alexander2014-10-251-1/+12
| | | | PHPBB3-13207
* Merge pull request #2984 from nickvergessen/ticket/10729-ascMarc Alexander2014-09-231-9/+32
|\ | | | | | | [3.1][ticket/10729] Update editor information when user being deleted
| * Merge branch 'ticket/10729' into ticket/10729-ascJoas Schilling2014-09-231-4/+8
| |\ | | | | | | | | | | | | Conflicts: phpBB/includes/functions_user.php
| | * [ticket/10729] Fix doc block for user_deleteJoas Schilling2014-09-221-3/+8
| | | | | | | | | | | | PHPBB3-10729
| * | [ticket/10729] Update *_delete_user when user being deletedOliver Schramm2014-07-181-0/+12
| | | | | | | | | | | | PHPBB3-10729
| * | Merge branch 'ticket/10729' into ticket/10729-2Oliver Schramm2014-07-181-5/+12
| |\ \ | | |/ | | | | | | | | | Conflicts: phpBB/includes/functions_user.php
| | * [ticket/10729] Update message_edit_user when user being deletedOliver Schramm2014-07-181-0/+6
| | | | | | | | | | | | PHPBB3-10729
| | * [ticket/10729] Update post_edit_user when user being deletedOliver Schramm2014-07-171-5/+6
| | | | | | | | | | | | PHPBB3-10729
* | | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-4/+4
|/ / | | | | | | PHPBB3-12990
* | Merge pull request #2697 from n-aleha/ticket/12816Andreas Fischer2014-07-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12816] Fix comment about logs in user_ban function * n-aleha/ticket/12816: [ticket/12816] Fix comment about logs in user_ban function
| * | [ticket/12816] Fix comment about logs in user_ban functionn-aleha2014-07-051-1/+1
| |/ | | | | | | PHPBB3-12816
* | [ticket/12612] Prefix custom UCP module function with phpbb_Joas Schilling2014-06-231-1/+1
| | | | | | | | PHPBB3-12612
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12612-ascraeus' ↵Nils Adermann2014-06-231-0/+20
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into develop-ascraeus * github-nickvergessen/ticket/12612-ascraeus: [ticket/12612] Move functions from mcp.php to functions_mcp.php [ticket/12612] Move function from ucp.php to functions_user.php [ticket/12612] Move functions from memberlist.php to functions_display.php [ticket/12612] Move functions from posting.php to functions_posting.php
| * | [ticket/12612] Move function from ucp.php to functions_user.phpJoas Schilling2014-06-181-0/+20
| | | | | | | | | | | | PHPBB3-12612
* | | [ticket/12761] Remove the execute bit from functions_user.phpn-aleha2014-06-231-0/+0
| | | | | | | | | | | | PHPBB3-12761
* | | [ticket/12701] Add changeStanislav Atanasov2014-06-221-1/+2
| | | | | | | | | | | | | | | | | | | | | Change back to since Add change PHPBB3-12701
* | | [ticket/12701] Rmove before event and expand modify_dataStanislav Atanasov2014-06-221-13/+4
| | | | | | | | | | | | | | | | | | | | | Removing core.user_add_before Adding $user_row and $cp_data to core.user_add_modify_data PHPBB3-12701