aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | [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
| * | [ticket/15803] Fix since versionkinerity2018-09-231-1/+1
| | | | | | | | | | | | PHPBB3-15803
| * | [ticket/15803] Add events on ucp_pm_compose for additional message list actionskinerity2018-09-221-0/+15
| |/ | | | | | | | | | | | | Event added for the handle_message_list_actions() function in ucp_pm_compose so that extensions can perform additional actions. PHPBB3-15803
* | Merge pull request #5354 from Elsensee/ticket/15329Marc Alexander2018-10-082-3/+26
|\ \ | | | | | | | | | [ticket/15329] Parse drafts before saving them (and decode)
| * | [ticket/15329] Parse drafts before saving them (and decode)Oliver Schramm2018-09-142-3/+26
| | | | | | | | | | | | PHPBB3-15329
* | | Merge pull request #5296 from MikelAlejoBR/ticket/15622Marc Alexander2018-10-081-6/+12
|\ \ \ | | | | | | | | | | | | [ticket/15622] Fix quoting in PMs when BBCodes are disabled
| * | | [ticket/15622] Rename function to avoid potential future conflictsMikelAlejoBR2018-09-161-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15622
| * | | [ticket/15622] Fix message link generationMikelAlejoBR2018-08-011-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the message link is generated in different formats depending on whether BBCodes are allowed or not in the site. PHPBB3-15622