aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_users.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14945] Send bbcode flags in user sig previewsMatt Friedman2016-12-281-1/+3
| | | | PHPBB3-14945
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-1/+1
|\
| * Merge pull request #4511 from senky/ticket/14842Marc Alexander2016-11-201-1/+1
| |\ | | | | | | | | | [ticket/14842] Don't display filesize limit if there is none
| | * [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.xTristan Darricau2016-11-061-6/+11
|\ \ \ | |/ / | | | | | | | | | | | | * 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
| * | [ticket/11483] Generate user act key if database entry is emptyMarc Alexander2016-10-161-6/+11
| |/ | | | | | | | | | | | | | | | | 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
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-021-2/+8
|\ \ | |/ | | | | | | | | * 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
| * [ticket/14789] Remove obsolete check_form_key() and add missing hashesMarc Alexander2016-09-301-2/+8
| | | | | | | | PHPBB3-14789
| * Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-271-1/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* | | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+1
| | | | | | | | | | | | PHPBB3-10961
* | | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-2/+10
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | [ticket/14272] Assign min and max values for avatar driver settingsMarc Alexander2016-01-011-0/+8
| | | | | | | | | | | | PHPBB3-14272
| * | [ticket/14272] Make sure phpbb_avatar_manager was definedMarc Alexander2015-12-031-1/+2
| | | | | | | | | | | | PHPBB3-14272
* | | [ticket/14530] Only generate text again if sig was parsed for storageMarc Alexander2016-03-241-1/+4
| | | | | | | | | | | | PHPBB3-14530
* | | Merge branch '3.1.x'Marc Alexander2016-01-311-2/+6
|\ \ \ | | |/ | |/|
| * | [ticket/14439] Do not call avatar manager if avatars are disabledrxu2016-01-311-2/+6
| | | | | | | | | | | | PHPBB3-14439
* | | Merge pull request #4058 from marc1706/ticket/13454Tristan Darricau2016-01-091-17/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
| * | | [ticket/13454] Remove double semi-colonsMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13454
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | | | Merge branch '3.1.x'Marc Alexander2016-01-081-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ / | | | Conflicts: phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* | | Merge branch '3.1.x'Marc Alexander2016-01-061-2/+1
|\ \ \ | |/ /
| * | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them directly when required. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. Simplified manager interface by reducing unneeded methods. PHPBB3-14387
| * | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-2/+2
| |/ | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them within the manager method. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. PHPBB3-14387
* | [ticket/10572] Remove excessive new lineMarc Alexander2015-10-141-1/+0
| | | | | | | | PHPBB3-10572
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-11/+37
|\ \ | |/ | | | | | | * 3.1.x: [ticket/10572] Unguarded includes in acp files
| * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-13/+45
| | | | | | | | PHPBB3-10572
* | Merge pull request #3913 from marc1706/ticket/14168Tristan Darricau2015-10-141-2/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14168] Refactor attachment management functions into classes * marc1706/ticket/14168: (36 commits) [ticket/14168] Correctly state return type of upload and upload_attachment [ticket/14168] Use attachment manager instead of separate classes [ticket/14168] Fix docblock in manager [ticket/14168] Add more test cases for attachment manager [ticket/14168] Add new test method and more tests [ticket/14168] Fix tabs in manager and add test file [ticket/14168] Fix tests after rebase [ticket/14168] Add attachment manager service [ticket/14168] Use correct docblock [ticket/14168] Add services_attachment.yml to services.yml [ticket/14168] Minor coding style fixes [ticket/14168] Move attachment service definitions to services_attachment [ticket/14168] Improve code coverage in upload class [ticket/14168] Move image check and don't use trigger_error() [ticket/14168] Add tests for init_error() during upload [ticket/14168] Add basic test file for attachments upload [ticket/14168] Fix CS issue [ticket/14168] No longer use deprecated functions in core files [ticket/14168] Move phpbb_unlink() into attachment delete class [ticket/14168] Reset sequence before tests in delete tests ...
| * | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-8/+8
| | | | | | | | | | | | PHPBB3-14168
| * | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-2/+8
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/13993] Do not parse signatures as posts when editing them.Cesar G2015-10-111-1/+14
|/ / | | | | | | | | | | | | | | | | The implementation of PHPBB3-12516 changed the manual use of the message parser to using generate_text_for_storage(). The function does not support parse_message::parse()'s mode parameter, thus all the error checks on the sig are invalid. PHPBB3-13993
* | [ticket/14222] Use request class instead of request_var in acp_usersMarc Alexander2015-10-081-1/+1
| | | | | | | | PHPBB3-14222
* | Merge branch '3.1.x'Marc Alexander2015-10-071-5/+21
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/acp/acp_users.php
| * Merge pull request #3440 from CHItA/ticket/13636Marc Alexander2015-10-071-5/+21
| |\ | | | | | | | | | [ticket/13636] Deleting inactive user in acp_users gives unexpected link
| | * [ticket/13636] Fix coding styleMateBartus2015-04-061-3/+3
| | | | | | | | | | | | PHPBB3-13636
| | * [ticket/13636] Deleting inactive user in acp_users gives unexpected linkMateBartus2015-02-241-8/+9
| | | | | | | | | | | | | | | | | | Change "referer" to "redirect" in variable names and GET params as well. PHPBB3-13636
| | * [ticket/13636] Deleting inactive user in acp_users gives unexpected linkMateBartus2015-02-241-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | Success message did not provide the expected "previous page" link (acp_inactive was expected, but the link took users to acp_users) if the acp_users module was accessed by navigating from the inactive user list to acp_users and then deleting inactive user. PHPBB3-13636
* | | [ticket/12143] Replace group name outputOliver Schramm2015-08-051-1/+4
| | | | | | | | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
* | | [ticket/13844] FAQ in new controller formatJoas Schilling2015-05-161-1/+1
| | | | | | | | | | | | PHPBB3-13844
* | | Merge branch '3.1.x'Marc Alexander2015-03-061-1/+14
|\ \ \ | |/ /
| * | [ticket/13675] Add validate to acp_profile event and add template eventsRichard McGirr2015-03-061-1/+14
| |/ | | | | | | | | | | for acp users profile PHPBB3-13675
* | [ticket/13647] Generate route links for faqJoas Schilling2015-02-221-1/+4
| | | | | | | | PHPBB3-13647
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-8/+8
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-68/+68
| | | | | | | | PHPBB3-13455
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-0/+26
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php
| * [ticket/13536] Add core events to allow modifying user profile data on editingrxu2015-01-231-0/+26
| | | | | | | | | | | | Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744 PHPBB3-13536
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-27/+58
| | | | | | | | PHPBB3-13468