aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15737] Add $user_rows to core.delete_user_beforeZoddo2018-07-301-1/+3
| | | | | | It was added to core.delete_user_after in GH-4905 PHPBB3-15737
* [ticket/14972] Fix sizeof callsrxu2018-01-011-34/+34
| | | | | | | | | | As of PHP 7.2, only arrays and objects implementing the Countable interface should be passed as a count() or sizeof() parameter. See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198 Also, sizeof() seems to be sheduled for deprecation, see https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations PHPBB3-14972
* [ticket/15486] Add core event to the user_add() to modify notifications datarxu2017-12-191-6/+19
| | | | | | Additionally, fix some typos in two other events docblocks. PHPBB3-15486
* [ticket/15324] Add more core and template eventsrxu2017-08-161-1/+3
| | | | PHPBB3-15324
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-221-4/+6
|\
| * [ticket/14927] Put vars on one lineMarc Alexander2017-02-211-5/+1
| | | | | | | | PHPBB3-14927
| * [ticket/14927] Corrected order in docblock of event & target versiondavid632017-02-211-2/+2
| | | | | | | | PHPBB3-14927
| * [ticket/14927] Add items to core.user_add_modify_datadavid632017-02-211-4/+10
| | | | | | | | PHPBB3-14927
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\ \ | |/
| * Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-1/+1
| |\ | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| | * [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-1/+1
| | | | | | | | | | | | PHPBB3-13429
| | * [ticket/13429] Fix @change tags without descriptionJakub Senko2016-11-201-1/+1
| | | | | | | | | | | | PHPBB3-13429
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-281-1/+15
|\ \ \ | |/ /
| * | [ticket/14119] Add core.user_unbanJakub Senko2016-12-171-1/+15
| |/ | | | | | | PHPBB3-14119
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-1/+1
|\ \ | |/
| * [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-151-1/+1
| | | | | | | | PHPBB3-14842
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-181-1/+23
|\ \ | |/
| * [ticket/14781] Add core event to the function group_user_attributes()rxu2016-09-121-1/+23
| | | | | | | | PHPBB3-14781
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-011-7/+17
|\ \ | |/
| * [ticket/14721] Avoid renaming deleted usersOliver Schramm2016-08-011-7/+17
| | | | | | | | PHPBB3-14721
* | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-02-131-10/+13
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/constants.php phpBB/includes/functions_user.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * [ticket/14475] Do not log removal of users from newly registered groupMarc Alexander2016-02-131-10/+13
| | | | | | | | PHPBB3-14475
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [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