aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-181-1/+0
| | | | PHPBB3-16167
* [ticket/14465] Remove setting for maximum password lengthMarc Alexander2019-10-031-3/+3
| | | | PHPBB3-14465
* [ticket/15976] Reset user_passchg only if user changed passwordJakub Senko2019-05-271-1/+2
| | | | PHPBB3-15976
* [ticket/15954] Add safeguards to include() callskasimi2019-01-261-2/+9
| | | | PHPBB3-15954
* [ticket/15717] Using correct variable for log entryAlex Miles2018-07-041-1/+1
| | | | PHPBB3-15717
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-13/+13
| | | | PHPBB3-14972
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\
* \ Merge pull request #4599 from VSEphpbb/ticket/14945Marc Alexander2017-01-041-1/+3
|\ \ | | | | | | | | | [ticket/14945] Fix bbcode flags in user sig previews
| * | [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-12-181-1/+10
|\ \ \ | |/ / |/| / | |/
| * [ticket/13845] Add core.ucp_profile_avatar_sqlJakub Senko2016-11-211-1/+10
| | | | | | | | PHPBB3-13845
* | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+2
| | | | | | | | PHPBB3-10961
* | [ticket/14660] Remove redundant empty line in ucp_profile.phprxu2016-06-201-1/+0
| | | | | | | | PHPBB3-14660
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-191-0/+11
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php
| * [ticket/13978] Add core.ucp_profile_modify_signature_sql_aryJakub Senko2016-05-241-0/+10
| | | | | | | | PHPBB3-13978
* | [ticket/14649] Add preview variable back to ucp_profile for eventRichard McGirr2016-05-261-1/+3
| | | | | | | | PHPBB3-14649
* | [ticket/14624] Remove no longer existing event argumemtMarc Alexander2016-05-161-1/+0
| | | | | | | | PHPBB3-14624
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-05-151-0/+26
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php
| * [ticket/14624] Remove whitespaceRichard McGirr2016-05-051-2/+2
| | | | | | | | PHPBB3-14624
| * [ticket/14624] Fix typo and phpBB versionRichard McGirr2016-05-051-2/+2
| | | | | | | | PHPBB3-14624
| * [ticket/14624] Move event so it actually worksRichard McGirr2016-05-051-13/+13
| | | | | | | | PHPBB3-14624
| * [ticket/14624] Add event to ucp_profile in signature sectionRichard McGirr2016-05-051-0/+26
| | | | | | | | PHPBB3-14624
* | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-0/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Define min and max values for avatar width and heightMarc Alexander2015-12-271-0/+7
| | | | | | | | PHPBB3-14272
* | [ticket/14530] Only generate text again if sig was parsed for storageMarc Alexander2016-03-241-1/+4
| | | | | | | | PHPBB3-14530
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+1
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | Merge branch '3.1.x'Marc Alexander2015-10-171-31/+6
|\ \ | |/
| * [ticket/13945] Send reactivation requests to admins using notifications system.Cesar G2015-10-151-31/+6
| | | | | | | | PHPBB3-13945
* | [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/13844] FAQ in new controller formatJoas Schilling2015-05-161-1/+1
| | | | | | | | PHPBB3-13844
* | Merge branch '3.1.x'Marc Alexander2015-03-101-3/+15
|\ \ | |/
| * [ticket/13650] Move core eventRMcGirr832015-02-251-3/+15
| | | | | | | | PHPBB3-13650
* | Merge pull request #3434 from nickvergessen/ticket/13647Marc Alexander2015-03-051-1/+4
|\ \ | | | | | | | | | [ticket/13647] Move FAQ page to a controller
| * | [ticket/13647] Generate route links for faqJoas Schilling2015-02-221-1/+4
| | | | | | | | | | | | PHPBB3-13647
* | | Merge branch '3.1.x'Joas Schilling2015-02-241-1/+13
|\ \ \ | |/ / |/| / | |/
| * [ticket/13650] Validate ucp profile data changesRichard McGirr2015-02-231-1/+13
| | | | | | | | PHPBB3-13650
* | Merge branch '3.1.x'Joas Schilling2015-02-201-1/+2
|\ \ | |/
| * [ticket/13635] Add sql_ary to ucp profile eventRMcGirr832015-02-191-1/+2
| | | | | | | | PHPBB3-13635
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-7/+7
| | | | | | | | PHPBB3-13455
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-1/+23
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php
| * Merge pull request #3325 from rxu/ticket/13536Joas Schilling2015-02-021-1/+23
| |\ | | | | | | | | | [ticket/13536] Add ACP/UCP core events to allow modifying user profile data on editing
| | * [ticket/13536] Add core events to allow modifying user profile data on editingrxu2015-01-231-1/+23
| | | | | | | | | | | | | | | | | | Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744 PHPBB3-13536
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-0/+22
|\ \ \ | |/ /
| * | [ticket/13535] Add core event to allow modifying account settings on editingrxu2015-01-221-0/+22
| |/ | | | | | | | | | | Add ucp_profile.php core event to allow modifying account settings on editing. PHPBB3-13535
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-4/+16
| | | | | | | | PHPBB3-13468
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
| | | | | | | | PHPBB3-13450
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-10-221-2/+7
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/security-159] Only show first 8 characters of login keys in UCP
| * [ticket/security-159] Only show first 8 characters of login keys in UCPMarc Alexander2014-10-221-2/+7
| | | | | | | | SECURITY-159