aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2020-01-043-6/+25
|\
| * [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
* | [ticket/16277] Move from each() functionrxu2019-12-291-8/+8
| | | | | | | | PHPBB3-16277
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-061-6/+9
|\ \ | |/
| * 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
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-061-1/+4
|\ \ \ | |/ /
| * | [ticket/16247] Quote PM has no identifier3D-I2019-12-051-1/+4
| |/ | | | | | | PHPBB3-16247
* | [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-182-2/+1
| | | | | | | | PHPBB3-16167
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-141-8/+6
|\ \ | |/
| * [ticket/16210] Ensure terms of use is not skipped by enforcing form tokenMarc Alexander2019-11-121-8/+6
| | | | | | | | PHPBB3-16210
* | [ticket/14465] Remove setting for maximum password lengthMarc Alexander2019-10-032-6/+6
| | | | | | | | PHPBB3-14465
* | Merge pull request #5652 from marc1706/ticket/11327Marc Alexander2019-10-031-174/+0
|\ \ | | | | | | | | | [ticket/11327] Implement forgot password functionality via form
| * | [ticket/11327] Move UCP remind functionality to a controller for password resetMarc Alexander2019-08-081-174/+0
| | | | | | | | | | | | PHPBB3-11327
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-201-2/+5
|\ \ \ | |/ / |/| / | |/
| * [ticket/security/244] Add form token check to pluploadMarc Alexander2019-08-241-2/+5
| | | | | | | | SECURTIY-244
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-271-0/+10
|\ \ | |/
| * 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 branch '3.2.x' into 3.3.xMarc Alexander2019-07-221-1/+2
|\ \ \ | |/ /
| * | 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
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-041-8/+22
|\ \ \ | |/ /
| * | [ticket/15932] Disallow deleting locked attachmentsJakub Senko2019-05-281-8/+22
| |/ | | | | | | PHPBB3-15932
* | [ticket/11838] OAuth registration from ucp_registerJakub Senko2019-05-091-0/+25
| | | | | | | | PHPBB3-11838
* | [ticket/15714] Auto login after registrationRubén Calvo2019-05-091-0/+3
|/ | | | PHPBB3-15714
* [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