aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/security-250] Check form key when approving group membershipMarc Alexander2020-01-031-0/+5
| | | | SECURITY-250
* [ticket/security-252] Check form token on marking PMMarc Alexander2020-01-031-5/+5
| | | | SECURITY-252
* [ticket/security-251] Check form token when moving PM to folderMarc Alexander2020-01-031-0/+7
| | | | SECURITY-251
* Merge pull request #58 from phpbb/ticket/security-253Marc Alexander2020-01-031-0/+7
|\ | | | | | | [ticket/security-253] Check form key when exporting PM data
| * [ticket/security-253] Check form key when exporting PM dataMarc Alexander2019-12-261-0/+7
| | | | | | | | SECURITY-253
* | [ticket/security-249] Do not handle avatar submit on invalid tokenMarc Alexander2019-12-261-6/+6
|/ | | | SECURITY-249
* Merge pull request #5737 from marc1706/ticket/16211Marc Alexander2019-12-061-6/+9
|\ | | | | | | [ticket/16211] Prevent skipping COPPA via URL parameter
| * [ticket/16211] Use form to ensure link data is passed on coppa registrationMarc Alexander2019-11-271-10/+5
| | | | | | | | PHPBB3-16211
| * [ticket/16211] Prevent skipping COPPA via URL parameterMarc Alexander2019-11-141-2/+10
| | | | | | | | PHPBB3-16211
* | [ticket/16247] Quote PM has no identifier3D-I2019-12-051-1/+4
|/ | | | PHPBB3-16247
* [ticket/16210] Ensure terms of use is not skipped by enforcing form tokenMarc Alexander2019-11-121-8/+6
| | | | PHPBB3-16210
* [ticket/security/244] Add form token check to pluploadMarc Alexander2019-08-241-2/+5
| | | | SECURTIY-244
* Merge pull request #5630 from 3D-I/ticket/16103Marc Alexander2019-07-271-0/+10
|\ | | | | | | [ticket/16103] Add core.pm_modify_message_subject
| * [ticket/16103] Add core.pm_modify_message_subject3D-I2019-07-201-0/+10
| | | | | | | | PHPBB3-16103
* | Merge pull request #5606 from senky/ticket/15976Marc Alexander2019-07-221-1/+2
|\ \ | |/ |/| | | [ticket/15976] Reset user_passchg only if user changed password
| * [ticket/15976] Reset user_passchg only if user changed passwordJakub Senko2019-05-271-1/+2
| | | | | | | | PHPBB3-15976
* | [ticket/15932] Disallow deleting locked attachmentsJakub Senko2019-05-281-8/+22
|/ | | | PHPBB3-15932
* [ticket/16037] Fix UCP PM ViewFolder PHP Notice errorMatt Friedman2019-04-301-2/+2
| | | | PHPBB3-16037
* [ticket/15953] add reported pm bordershanakin2019-03-041-1/+1
| | | | PHPBB3-15953
* [ticket/15954] Add safeguards to include() callskasimi2019-01-265-15/+59
| | | | PHPBB3-15954
* Merge pull request #5457 from battye/ticket/15883Marc Alexander2019-01-051-2/+19
|\ | | | | | | [ticket/15883] New error message for when users try adding invalid usernames to a group
| * [ticket/15883] Review changesbattye2019-01-041-1/+1
| | | | | | | | PHPBB3-15883
| * [ticket/15883] Use the new language objectbattye2018-11-291-4/+9
| | | | | | | | | | | | | | | | | | | | Using the new ->lang() format. Made the username comparison case insensitive. Also fixed a bug where the return to previous page link in the UCP was going back to the list of groups rather than the specific manage group page when an error occurred. PHPBB3-15883
| * [ticket/15883] Add error for invalid usernames being added to a groupbattye2018-11-261-1/+13
| | | | | | | | | | | | | | | | | | 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
* | Merge pull request #5468 from senky/ticket/15898Marc Alexander2018-12-271-2/+14
|\ \ | | | | | | | | | [ticket/15898] Add core.ucp_pm_compose_template
| * | [ticket/15898] Add core.ucp_pm_compose_templateJakub Senko2018-12-031-2/+14
| | | | | | | | | | | | PHPBB3-15898
* | | Merge pull request #5481 from kasimi/ticket/15910-3.2.xMarc Alexander2018-12-241-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/15910] Pass object arguments by reference implicitly
| * | | [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15910
* | | | [ticket/15893] Pass needed language class directly to format quoteMarc Alexander2018-12-021-1/+5
|/ / / | | | | | | | | | PHPBB3-15893
* | | Merge pull request #5449 from senky/ticket/15878Marc Alexander2018-11-281-0/+3
|\ \ \ | |_|/ |/| | | | | [ticket/15878] Add attachments to ucp_pm_view_message
| * | [ticket/15878] Add attachments to ucp_pm_view_messageJakub Senko2018-11-191-0/+3
| |/ | | | | | | PHPBB3-15878
* | [ticket/15881] Reset login keys for account reactivation after password updaterxu2018-11-241-0/+2
| | | | | | | | PHPBB3-15881
* | Merge pull request #4223 from senky/ticket/10432Marc Alexander2018-10-281-53/+63
|\ \ | | | | | | | | | [ticket/10432] Don't require username when user forgets password
| * | [ticket/10432] Fix errors and address privacy concernJakub Senko2018-10-281-21/+12
| | | | | | | | | | | | PHPBB3-10432
| * | [ticket/10432] Fix for SQLiteJakub Senko2018-10-231-2/+3
| | | | | | | | | | | | PHPBB3-10432
| * | [ticket/10432] Don't require username when user forgets passwordJakub Senko2018-10-181-52/+70
| |/ | | | | | | PHPBB3-10432
* | Merge pull request #5415 from senky/ticket/15838Marc Alexander2018-10-281-0/+24
|\ \ | | | | | | | | | [ticket/15838] Add core.ucp_register_register_after
| * | [ticket/15838] Add core.ucp_register_register_afterJakub Senko2018-10-151-0/+24
| |/ | | | | | | PHPBB3-15838
* | Merge pull request #5416 from senky/ticket/15839Marc Alexander2018-10-281-3/+20
|\ \ | | | | | | | | | [ticket/15839] Add core.ucp_login_link_template_after
| * | [ticket/15839] Add core.ucp_login_link_template_afterJakub Senko2018-10-221-3/+20
| |/ | | | | | | PHPBB3-15839
* | Merge pull request #5414 from senky/ticket/15837Marc Alexander2018-10-281-0/+26
|\ \ | | | | | | | | | [ticket/15837] Add core.ucp_register_welcome_email_before
| * | [ticket/15837] Add core.ucp_register_welcome_email_beforeJakub Senko2018-10-151-0/+26
| |/ | | | | | | PHPBB3-15837
* | Merge pull request #5387 from senky/ticket/15593Marc Alexander2018-10-271-0/+6
|\ \ | | | | | | | | | [ticket/15593] Do not allow print view with direct URL
| * | [ticket/15593] Do not allow print view with direct URLJakub Senko2018-09-281-0/+6
| | | | | | | | | | | | PHPBB3-15593
* | | [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
| | | | | | | | | | | | PHPBB3-15849
* | | Merge pull request #5379 from senky/ticket/15621Marc Alexander2018-10-201-2/+2
|\ \ \ | |_|/ |/| | | | | [ticket/15621] Remove graphical inconsistencies
| * | [ticket/15621] Remove graphical inconsistenciesJakub Senko2018-09-261-2/+2
| |/ | | | | | | PHPBB3-15621
* | Merge pull request #5368 from kinerity/ticket/15803Marc Alexander2018-10-131-1/+16
|\ \ | | | | | | | | | [ticket/15803] Add events on ucp_pm_compose for additional message list actions
| * | [ticket/15803] Change 'object' to 'bool'Kailey Truscott2018-09-251-4/+4
| | | | | | | | | | | | PHPBB3-15803
| * | [ticket/15803] Global $phpbb_dispatcherkinerity2018-09-231-1/+1
| | | | | | | | | | | | PHPBB3-15803