aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | [ticket/13578] Add ucp_register.php core eventsRMcGirr832015-02-221-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13578
* | | | | | Merge branch '3.1.x'Joas Schilling2015-02-201-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3423 from RMcGirr83/ticket/13635Joas Schilling2015-02-201-1/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | [ticket/13635] Add sql_ary to ucp profile event
| | * | | | [ticket/13635] Add sql_ary to ucp profile eventRMcGirr832015-02-191-1/+2
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-13635
* | | | | Merge branch '3.1.x'Marc Alexander2015-02-181-9/+0
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | [ticket/13595] Removed unused codeJoshyPHP2015-02-131-9/+0
| |/ / | | | | | | | | | PHPBB3-13595
* | | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-031-2/+2
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-036-20/+20
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-0316-156/+156
| | | | | | | | | | | | 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
|\ \ \ \ | |/ / /
| * | | Merge pull request #3323 from rxu/ticket/13535Joas Schilling2015-02-021-0/+22
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13535] Add core event to allow modifying account settings on editing
| | * | | [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
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2015-02-021-3/+5
|\ \ \ \ | |/ / /
| * | | [ticket/13542] Added sentenence of what is changed in the eventpaulsohier2015-01-241-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13542
| * | | [ticket/13542] Merge result of validation into existing $errorpaulsohier2015-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Because extensions can set a entry in $error, the result of the validate needs to be merged into it. PHPBB3-13542
| * | | [ticket/13542] Update core.ucp_prefs_personal_data to include $errorpaulsohier2015-01-241-1/+3
| |/ / | | | | | | | | | | | | | | | Update the event so extensions will be able to validate (and deny) changes. PHPBB3-13542
* | | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-273-13/+43
| | | | | | | | | | | | PHPBB3-13468
* | | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-1213-2/+24
| | | | | | | | | | | | PHPBB3-13450
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-211-1/+2
|\ \ \ | |/ /
| * | Merge pull request #2765 from Elsensee/ticket/11863Joas Schilling2014-11-211-1/+2
| |\ \ | | | | | | | | | | | | [ticket/11863] Set require_activation to none if emails are disabled
| | * | [ticket/11863] Grey out unavailable activation methods when emails disabledOliver Schramm2014-10-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Further fall back to USER_ACTIVATION_DISABLE when emails are disabled but evaluate it at runtime. PHPBB3-11863
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-131-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/13318] login_username needs to have the multibyte parameter set to truelavigor2014-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is needed for usernames with UTF-8 characters. PHPBB3-13318
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-091-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/13300] Don't show jabber in profile if jabber is disabledOliver Schramm2014-11-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13300
* | | | Merge branch 'develop-ascraeus' into developNils Adermann2014-11-023-7/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13271] Disable CC sender feature for anonymous users [prep-release-3.1.1] Add 3.1.1 CHANGELOG [prep-release-3.1.1] Add 3.1.1 migration file [ticket/13263] Make sure default style exists and clean up code [ticket/13263] Only install/set prosilver if no style available [ticket/13263] Use prosilver as default style if user's style doesn't exist [ticket/security-164] Correctly format page_name [ticket/security-164] Sanitize all global variables in symfony_request class [ticket/13248] Use functional framework login method in tests [ticket/13248] Correctly pass provider name [ticket/13248] Always use provider collection for getting provider [ticket/13248] Allow specifying different auth provider in provider collection [ticket/13248] Use auth provider collection for getting provider [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1 [ticket/13267] Update Automatic Update instructions to include vendor directory [ticket/13268] Properly append ternary result in get_existing_indexes() [prep-release-3.1.1] Update version number to 3.1.1 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg phpBB/styles/subsilver2/template/memberlist_email.html
| * | | Merge branch 'prep-release-3.1.1' into develop-ascraeusNils Adermann2014-11-023-7/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.1: [ticket/13271] Disable CC sender feature for anonymous users [prep-release-3.1.1] Add 3.1.1 CHANGELOG [prep-release-3.1.1] Add 3.1.1 migration file [ticket/13263] Make sure default style exists and clean up code [ticket/13263] Only install/set prosilver if no style available [ticket/13263] Use prosilver as default style if user's style doesn't exist [ticket/security-164] Correctly format page_name [ticket/security-164] Sanitize all global variables in symfony_request class [ticket/13248] Use functional framework login method in tests [ticket/13248] Correctly pass provider name [ticket/13248] Always use provider collection for getting provider [ticket/13248] Allow specifying different auth provider in provider collection [ticket/13248] Use auth provider collection for getting provider [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1 [ticket/13267] Update Automatic Update instructions to include vendor directory [ticket/13268] Properly append ternary result in get_existing_indexes() [prep-release-3.1.1] Update version number to 3.1.1 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| | * | | [ticket/13248] Always use provider collection for getting providerMarc Alexander2014-11-013-7/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-13248
* | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-261-0/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13193] Swap ternary condition members [ticket/13193] Make template more readable [ticket/13193] Add load_search config check [ticket/13193] Add link to post count in PMs
| * | | | Merge pull request #3054 from Senky/ticket/13193Andreas Fischer2014-10-261-0/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13193] Post count in PMs not a link * Senky/ticket/13193: [ticket/13193] Swap ternary condition members [ticket/13193] Make template more readable [ticket/13193] Add load_search config check [ticket/13193] Add link to post count in PMs
| | * | | [ticket/13193] Swap ternary condition membersJakub Senko2014-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13193
| | * | | [ticket/13193] Add load_search config checkJakub Senko2014-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13193
| | * | | [ticket/13193] Add link to post count in PMsJakub Senko2014-10-211-0/+1
| | |/ / | | | | | | | | | | | | PHPBB3-13193
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-10-221-1/+23
|\ \ \ \ | |/ / /
| * | | Merge pull request #3058 from naderman/ticket/13205Marc Alexander2014-10-221-1/+23
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13205] Add a mark all messages read link to PM folders
| | * | | [ticket/13205] Explicitly cast ids to integers and reformat SQLNils Adermann2014-10-221-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13205
| | * | | [ticket/13205] Remove superfluous newlineNils Adermann2014-10-221-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13205
| | * | | [ticket/13205] Add a mark all messages read link to PM foldersNils Adermann2014-10-221-1/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-13205
* | | | | 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
* | | | Merge branch 'develop-ascraeus' into developNils Adermann2014-10-211-24/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-ascraeus: [ticket/13189] Do not use confirm box for marking all notifications read
| * | | [ticket/13189] Do not use confirm box for marking all notifications readMarc Alexander2014-10-201-24/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | We already use a token for preventing CSRF when marking notifications read. Making a user confirm the marking read action serves no real purpose. No information will be lost by just marking the notifications read but it will prevent users from always having to confirm this action. PHPBB3-13189
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-061-2/+35
|\ \ \ | |/ /
| * | Merge pull request #2828 from brunoais/ticket/12930Joas Schilling2014-10-061-2/+35
| |\ \ | | | | | | | | | | | | [ticket/12930] core.ucp_pm_compose_compose_pm_quotepost_query_after
| | * | [ticket/12930] BUMP to RC5brunoais2014-10-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12930
| | * | [ticket/12930] Fixing event comment block and variablebrunoais2014-09-191-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | According to comments on pull request PHPBB3-12930
| | * | [ticket/12930] Adding more variables to the eventbrunoais2014-08-101-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | More variables, according to comments, were added to the event. PHPBB3-12930