Marc Alexander
f905b40ce8
Merge pull request #5559 from mrgoldy/ticket/16007
...
[ticket/16007] Show ban message for OAuth login
2019-04-17 20:45:19 +02:00
Marc Alexander
6f573f710d
Merge pull request #5556 from 3D-I/ticket/16004
...
[ticket/16004] Add check-in for Emojis in Username
2019-04-07 10:35:33 +02:00
mrgoldy
fc62538733
[ticket/16007] No strict comparison against "false"
...
PHPBB3-16007
2019-04-02 17:25:00 +02:00
mrgoldy
68434e6dbc
[ticket/16007] Show ban message for OAuth login
...
PHPBB3-16007
2019-04-02 15:12:52 +02:00
3D-I
b890448882
[ticket/16004] Amend the whole docblock
...
PHPBB3-16004
2019-03-31 07:35:19 +02:00
3D-I
dc610b5508
[ticket/16004] Add a line of comment in the docblock
...
PHPBB3-16004
2019-03-31 07:26:14 +02:00
3D-I
5bd2c067c5
[ticket/16004] Move the check-in to a more appropriated place
...
PHPBB3-16004
2019-03-31 07:21:44 +02:00
3D-I
dc80ffdb40
[ticket/16004] Add check-in for Emojis in Username
...
PHPBB3-16004
2019-03-31 07:08:26 +02:00
Marc Alexander
2975566650
Merge pull request #5539 from 3D-I/ticket/15975
...
[ticket/15975] Remove user notification data upon user deletion
2019-03-10 16:47:15 +01:00
3D-I
e315ea90b8
[ticket/15975] Remove user notification data upon user deletion
...
PHPBB3-15975
2019-02-23 02:02:51 +01:00
Marc Alexander
537ff0c567
Merge pull request #5457 from battye/ticket/15883
...
[ticket/15883] New error message for when users try adding invalid usernames to a group
2019-01-05 16:12:29 +01:00
battye
08968bdb60
[ticket/15883] Doc block change
...
PHPBB3-15883
2019-01-05 08:19:21 +00:00
battye
3f19d32f76
[ticket/15883] Review changes
...
PHPBB3-15883
2019-01-04 15:49:15 +00:00
Marc Alexander
a2407ce978
[ticket/15911] Prevent errors when trying to delete from non-existent tables
...
This can happen when migrating to the latest version from versions before
3.0.14.
PHPBB3-15911
2018-12-18 21:06:51 +01:00
battye
101829b4dc
[ticket/15883] Add error for invalid usernames being added to a group
...
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
2018-11-26 13:08:57 +00:00
kasimi
7263f9bebd
[ticket/15852] Fix whois for IPv6 addresses
...
PHPBB3-15852
2018-10-20 11:05:04 +02:00
Marc Alexander
2862de45bd
Merge pull request #5409 from senky/ticket/15494
...
[ticket/15494] Allow user to be removed from NEWLY_REGISTERED multiple times
2018-10-13 16:59:44 -07:00
Marc Alexander
b8c5537948
Merge pull request #5343 from senky/ticket/15716
...
[ticket/15716] Remove OAuth data upon user deletion
2018-10-08 22:07:35 +02:00
Jakub Senko
c9df803d3c
[ticket/15494] Allow user to be removed from NEWLY_REGISTERED multiple times
...
PHPBB3-15494
2018-10-08 16:00:06 +02:00
Jakub Senko
0f10c6ff6f
[ticket/15716] Remove OAuth data upon user deletion
...
PHPBB3-15716
2018-09-06 21:34:19 +02:00
Zoddo
70c28aace5
[ticket/15737] Add $user_rows to core.delete_user_before
...
It was added to core.delete_user_after in GH-4905
PHPBB3-15737
2018-07-30 13:02:06 +02:00
rxu
8c3808e9e7
[ticket/14972] Fix sizeof calls
...
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
2018-01-01 13:08:12 +01:00
rxu
c077b90f8b
[ticket/15486] Add core event to the user_add() to modify notifications data
...
Additionally, fix some typos in two other events docblocks.
PHPBB3-15486
2017-12-19 00:05:58 +07:00
rxu
68c3a0307d
[ticket/15324] Add more core and template events
...
PHPBB3-15324
2017-08-16 22:38:34 +07:00
Marc Alexander
dbf7f2b7ee
Merge branch '3.1.x' into 3.2.x
2017-02-22 11:09:02 +01:00
Marc Alexander
bc86210db8
[ticket/14927] Put vars on one line
...
PHPBB3-14927
2017-02-21 22:15:12 +01:00
david63
bac6dbda5e
[ticket/14927] Corrected order in docblock of event & target version
...
PHPBB3-14927
2017-02-21 20:46:58 +01:00
david63
1b46435734
[ticket/14927] Add items to core.user_add_modify_data
...
PHPBB3-14927
2017-02-21 20:44:00 +01:00
Marc Alexander
f27cdad73e
Merge branch '3.1.x' into 3.2.x
2017-02-11 21:48:20 +01:00
Marc Alexander
45199adebd
Merge pull request #4523 from senky/ticket/13429
...
[ticket/13429] Replace @change with @changed in event docblocks
2017-02-11 15:19:47 +01:00
Jakub Senko
779758f219
[ticket/13429] Replace @change with @changed
...
PHPBB3-13429
2017-01-23 13:33:15 +01:00
Marc Alexander
8a7607964f
Merge branch '3.1.x' into 3.2.x
2016-12-28 22:12:26 +01:00
Jakub Senko
a03cec5b8d
[ticket/14119] Add core.user_unban
...
PHPBB3-14119
2016-12-17 21:56:23 +01:00
Jakub Senko
2f1d2e847e
[ticket/13429] Fix @change tags without description
...
PHPBB3-13429
2016-11-20 18:47:19 +01:00
Marc Alexander
c3108d44ce
Merge branch '3.1.x' into 3.2.x
2016-11-20 13:18:31 +01:00
Jakub Senko
ba5243ba76
[ticket/14842] Don't display filesize limit if there is none
...
PHPBB3-14842
2016-11-15 14:22:42 +01:00
Marc Alexander
631b0f2dba
Merge branch '3.1.x' into 3.2.x
2016-09-18 13:08:35 +02:00
rxu
43c52b073b
[ticket/14781] Add core event to the function group_user_attributes()
...
PHPBB3-14781
2016-09-12 13:44:33 +07:00
Marc Alexander
3d4660a703
Merge branch '3.1.x' into 3.2.x
2016-08-01 20:42:13 +02:00
Oliver Schramm
f222f8a84a
[ticket/14721] Avoid renaming deleted users
...
PHPBB3-14721
2016-08-01 00:26:47 +02:00
Joas Schilling
8663edce76
Merge branch '3.1.x' into 3.2.x
...
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
2016-02-13 18:08:01 +01:00
Marc Alexander
6d57136264
[ticket/14475] Do not log removal of users from newly registered group
...
PHPBB3-14475
2016-02-13 15:36:38 +01:00
Marc Alexander
73900d1857
[ticket/13454] Remove more unused variables
...
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
7a6a16e3a5
[ticket/13454] Remove unused variables
...
This is part 5 and there is more to come.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
73e6e5b77f
[ticket/13454] Remove unused variables
...
This is the first part of the changes. More to come.
PHPBB3-13454
2016-01-06 13:51:19 +01:00
Marc Alexander
416b25b324
[ticket/14350] Remove duplicate semi-colon in functions_user
...
PHPBB3-14350
2015-12-08 23:20:25 +01:00
Tristan Darricau
8ef8f49c9a
Merge branch '3.1.x'
...
* 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
2015-12-08 19:47:20 +01:00
Marc Alexander
d37d3ed3ed
[ticket/14213] Add pending to core.group_add_user_after
...
PHPBB3-14213
2015-12-08 15:32:45 +01:00
Wardormeur
e6d3ed5529
[ticket/14213] Mv event group_add_user_after after cache cleaning
...
In order to match with the rest of the event and to have appropriate info state
PHPBB3-14213
2015-12-07 22:35:08 +01:00
Wardormeur
ffbc2d02d7
[ticket/14213] Fix version number
...
for core.group_add_user_after event
PHPBB3-14213
2015-12-07 22:35:04 +01:00