e125f1f709
[ticket/17338] Prefer user_last_active to display user last activity info
...
PHPBB-17338
2024-06-13 13:27:03 +07:00
1c1c981b17
[ticket/security/276] Centralise call for token expiration
...
SECURITY-276
2024-05-29 22:04:15 +02:00
f853f6523f
[ticket/security/276] Prevent sending activation emails multiple times per day
...
SECURITY-276
2024-05-29 22:04:15 +02:00
9ecf09dbe8
[ticket/17312] Add and use user_last_active where needed and useful
...
PHPBB3-17312
2024-05-18 20:58:07 +02:00
9515abdb91
[ticket/13399] Add separate plural rules for characters count
...
PHPBB3-13399
2023-07-31 21:14:05 +02:00
cca85f648b
[ticket/8777] Discourage deleting user with only one group
...
It will still be possible from the manage groups page though is discouraged
now by hiding the delete entry when managing users.
In addition to this, the manage user page will now show that no group is
specified for the user when viewing the groups page of a user.
PHPBB3-8777
2023-07-04 08:43:54 +02:00
9b2f42748c
[ticket/16981] Fix HTML-encoded emojis in email subject line
...
PHPBB3-16981
2022-04-05 17:18:33 +01:00
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
...
PHPBB3-16690
2021-01-20 00:21:24 +07:00
da77c9e744
Merge branch '3.2.x' into 3.3.x
2020-04-21 21:41:16 +02:00
f4c45f3f21
[ticket/16429] Add vars to 2 ACP User core events
...
PHPBB3-16429
2020-04-07 12:39:52 +05:30
9872316cac
[ticket/16167] Remove uses of user_email_hash
...
PHPBB3-16167
2019-11-18 21:06:00 +01:00
60bc949ba1
[ticket/14465] Remove setting for maximum password length
...
PHPBB3-14465
2019-10-03 23:05:02 +02:00
2b1102e372
[ticket/16013] Allow admins to use disallowed username
...
PHPBB3-16013
2019-05-24 15:17:18 +02:00
83f4074116
[ticket/15910] Pass object arguments by reference implicitly
...
PHPBB3-15910
2018-12-12 12:41:56 +01:00
25d42b0f10
Merge pull request #5407 from senky/ticket/15832
...
[ticket/15832] Add core.acp_users_avatar_sql event
2018-10-28 13:30:33 +01:00
99abb311c7
Merge pull request #5406 from senky/ticket/15831
...
[ticket/15831] Add core.acp_users_modify_signature_sql_ary event
2018-10-28 13:19:44 +01:00
b148bb5d70
[ticket/15849] Stop using php4 constructors
...
PHPBB3-15849
2018-10-21 07:02:26 +00:00
38d7ad40a3
[ticket/15832] Add core.acp_users_avatar_sql event
...
PHPBB3-15832
2018-10-08 15:38:14 +02:00
9d85422edb
[ticket/15831] Add core.acp_users_modify_signature_sql_ary event
...
PHPBB3-15831
2018-10-08 15:33:42 +02:00
122f61e1ca
[ticket/15513] Signature edit in acp gives error
...
When editing a users signature in acp, a error is thrown.
PHPBB3-15513
2018-01-20 18:00:44 +01:00
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
cb0e13aa19
[ticket/15460] Fix group name displayed in the manage users ACP module
...
PHPBB3-15460
2017-11-20 21:13:37 +07:00
c1c3004fa1
Merge pull request #5003 from kasimi/ticket/15409
...
[ticket/15409] Add u_action to core.acp_users_overview_run_quicktool
2017-10-17 20:48:49 +02:00
0b42b34531
[ticket/15409] Add u_action to core.acp_users_overview_run_quicktool
...
PHPBB3-15409
2017-10-16 22:59:41 +02:00
e1966c3476
Merge pull request #4888 from javiexin/ticket/15306
...
[ticket/15306] Error and missing data in core.acp_users_profile_validate
2017-10-13 19:39:42 +02:00
b6cb353239
[ticket/15307] Extensions may add modes to acp_users
...
Includes both PHP and Template events.
PHPBB3-15307
2017-08-06 14:22:57 +02:00
d9662a5891
[ticket/15306] Error and missing data in core.acp_users_profile_validate
...
PHPBB3-15306
2017-08-06 13:38:30 +02:00
e31c895774
[ticket/14945] Send bbcode flags in user sig previews
...
PHPBB3-14945
2016-12-28 09:18:35 -08:00
c3108d44ce
Merge branch '3.1.x' into 3.2.x
2016-11-20 13:18:31 +01:00
d98fd7868b
Merge pull request #4511 from senky/ticket/14842
...
[ticket/14842] Don't display filesize limit if there is none
2016-11-20 13:18:27 +01:00
ba5243ba76
[ticket/14842] Don't display filesize limit if there is none
...
PHPBB3-14842
2016-11-15 14:22:42 +01:00
cd348b200a
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/11483] Add tests for generating user act key on force reactivate
[ticket/11483] Generate user act key if database entry is empty
2016-11-06 15:41:59 +01:00
20148e4d06
[ticket/11483] Generate user act key if database entry is empty
...
The force reactivation action in the ACP will no longer overwrite the
generated activation key in case the key stored in the database is empty.
It will also save the generated key back to the database to actually allow
the activation by the user.
PHPBB3-11483
2016-10-16 11:16:06 +02:00
5075090d4f
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14789] Remove obsolete check_form_key() and add missing hashes
[ticket/14789] Move form key checks to where they actually do something
2016-10-02 17:18:32 +02:00
4e5f29a21b
[ticket/14789] Remove obsolete check_form_key() and add missing hashes
...
PHPBB3-14789
2016-09-30 23:26:04 +01:00
4b6c2c8cde
[ticket/10961] Send HTTP 403 when applicable
...
PHPBB3-10961
2016-09-01 08:48:37 +02:00
2bfbc07b7d
Merge pull request #4021 from marc1706/ticket/14272
...
[ticket/14272] Use html5 valid input elements
* marc1706/ticket/14272:
[ticket/14272] Allow input of floats for filesize
[ticket/14272] Use input type number instead of text in avatars
[ticket/14272] Assign min and max values for avatar driver settings
[ticket/14272] Define min and max values for avatar width and height
[ticket/14272] Disable not toggled form elements
[ticket/14272] Make sure phpbb_avatar_manager was defined
[ticket/14272] Remove useless check
[ticket/14272] Fix invalid or missing min/max settings
[ticket/14272] Assign min/max for all allowed types
[ticket/14272] Only use maxlength and size for allowed input elements
2016-03-27 13:34:17 +02:00
1600d82b77
Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.x
...
Conflicts:
phpBB/adm/style/acp_icons.html
phpBB/includes/acp/acp_groups.php
phpBB/includes/acp/acp_users.php
phpBB/includes/functions_acp.php
phpBB/includes/ucp/ucp_groups.php
phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html
phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
phpBB/styles/subsilver2/template/mcp_topic.html
phpBB/styles/subsilver2/template/posting_attach_body.html
phpBB/styles/subsilver2/template/posting_body.html
phpBB/styles/subsilver2/template/posting_poll_body.html
phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html
phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
2016-03-27 09:59:25 +02:00
a66ec6eccf
[ticket/14530] Only generate text again if sig was parsed for storage
...
PHPBB3-14530
2016-03-24 11:01:54 +01:00
0d93af8324
Merge branch '3.1.x'
2016-01-31 20:05:07 +01:00
68abcb9058
[ticket/14439] Do not call avatar manager if avatars are disabled
...
PHPBB3-14439
2016-01-31 23:45:24 +07:00
b2324607ad
Merge pull request #4058 from marc1706/ticket/13454
...
[ticket/13454] Remove unused variables, globals, and parameters
* marc1706/ticket/13454:
[ticket/13454] Add excessively removed code back
[ticket/13454] Remove more unused variables
[ticket/13454] Remove double semi-colons
[ticket/13454] Remove unused variables
[ticket/13454] Fix code sniffer complaints
[ticket/13454] Fix a few issues introduced by overdeleting stuff
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
2016-01-09 17:53:04 +01:00
0028ed3e95
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
2016-01-08 16:39:33 +01:00
678ca5dcdc
[ticket/13180] Increase dateformat field size
...
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
2016-01-07 17:36:02 +01:00
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
3b9a9bb04a
[ticket/13454] Remove double semi-colons
...
PHPBB3-13454
2016-01-06 13:52:11 +01:00
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
f50ba9ab4f
[ticket/13454] Remove unused variables
...
This is part 2 of the pr.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
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