aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-181-3/+2
| | | | PHPBB3-16167
* [ticket/16188] Remove some legacy code and fix bugrubencm2019-11-011-6/+1
| | | | PHPBB3-16189
* [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-311-1/+1
| | | | PHPBB3-16190
* [ticket/16123] Remove redundant if checkmrgoldy2019-09-071-5/+3
| | | | PHPBB3-16123
* [ticket/16123] Check with empty()mrgoldy2019-09-071-1/+1
| | | | PHPBB3-16123
* [ticket/16123] Show proper banned email messagemrgoldy2019-09-071-1/+4
| | | | PHPBB3-16123
* [ticket/16013] Allow admins to use disallowed usernameJakub Senko2019-05-241-6/+9
| | | | PHPBB3-16013
* Merge pull request #5559 from mrgoldy/ticket/16007Marc Alexander2019-04-171-2/+2
|\ | | | | | | [ticket/16007] Show ban message for OAuth login
| * [ticket/16007] No strict comparison against "false"mrgoldy2019-04-021-1/+1
| | | | | | | | PHPBB3-16007
| * [ticket/16007] Show ban message for OAuth loginmrgoldy2019-04-021-2/+2
| | | | | | | | PHPBB3-16007
* | Merge pull request #5556 from 3D-I/ticket/16004Marc Alexander2019-04-071-10/+22
|\ \ | |/ |/| | | [ticket/16004] Add check-in for Emojis in Username
| * [ticket/16004] Amend the whole docblock3D-I2019-03-311-12/+15
| | | | | | | | PHPBB3-16004
| * [ticket/16004] Add a line of comment in the docblock3D-I2019-03-311-0/+1
| | | | | | | | PHPBB3-16004
| * [ticket/16004] Move the check-in to a more appropriated place3D-I2019-03-311-7/+8
| | | | | | | | PHPBB3-16004
| * [ticket/16004] Add check-in for Emojis in Username3D-I2019-03-311-0/+7
| | | | | | | | PHPBB3-16004
* | Merge pull request #5539 from 3D-I/ticket/15975Marc Alexander2019-03-101-1/+2
|\ \ | | | | | | | | | [ticket/15975] Remove user notification data upon user deletion
| * | [ticket/15975] Remove user notification data upon user deletion3D-I2019-02-231-1/+2
| | | | | | | | | | | | PHPBB3-15975
* | | Merge pull request #5457 from battye/ticket/15883Marc Alexander2019-01-051-2/+17
|\ \ \ | |/ / |/| | | | | [ticket/15883] New error message for when users try adding invalid usernames to a group
| * | [ticket/15883] Doc block changebattye2019-01-051-2/+2
| | | | | | | | | | | | PHPBB3-15883
| * | [ticket/15883] Review changesbattye2019-01-041-0/+1
| | | | | | | | | | | | PHPBB3-15883
| * | [ticket/15883] Add error for invalid usernames being added to a groupbattye2018-11-261-2/+16
| |/ | | | | | | | | | | | | | | | | Update the ACP and the UCP so that when bulk adding users to a group, if invalid usernames are submitted alongside valid usernames then a message will be displayed to inform the user what the invalid usernames are. PHPBB3-15883
* | [ticket/15911] Prevent errors when trying to delete from non-existent tablesMarc Alexander2018-12-181-2/+24
|/ | | | | | | This can happen when migrating to the latest version from versions before 3.0.14. PHPBB3-15911
* [ticket/15852] Fix whois for IPv6 addresseskasimi2018-10-201-11/+4
| | | | PHPBB3-15852
* Merge pull request #5409 from senky/ticket/15494Marc Alexander2018-10-131-5/+0
|\ | | | | | | [ticket/15494] Allow user to be removed from NEWLY_REGISTERED multiple times
| * [ticket/15494] Allow user to be removed from NEWLY_REGISTERED multiple timesJakub Senko2018-10-081-5/+0
| | | | | | | | PHPBB3-15494
* | Merge pull request #5343 from senky/ticket/15716Marc Alexander2018-10-081-1/+1
|\ \ | |/ |/| | | [ticket/15716] Remove OAuth data upon user deletion
| * [ticket/15716] Remove OAuth data upon user deletionJakub Senko2018-09-061-1/+1
| | | | | | | | PHPBB3-15716
* | [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