aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15875] Fix PHP fatal error on BBCode parsingrxu2018-11-182-2/+11
| | | | PHPBB3-15875
* Merge branch 'prep-release-3.2.4' into 3.2.xMarc Alexander2018-11-116-101/+29
|\
| * [prep-release-3.2.4] Update version numbers for 3.2.4 releaseMarc Alexander2018-11-101-1/+1
| |
| * Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-104-98/+26
| |\ | | | | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| | * [ticket/security/227] Change thumbnail_created event version to 3.2.4Derky2018-11-041-1/+1
| | | | | | | | | | | | SECURITY-227
| | * [ticket/security/227] Remove "no thumbnail support" messageDerky2018-11-041-10/+0
| | | | | | | | | | | | SECURITY-227
| | * [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-234-90/+28
| | | | | | | | | | | | SECURITY-227
| * | Merge pull request #5434 from rubencm/ticket/15860Marc Alexander2018-11-102-3/+3
| |\ \ | | | | | | | | | | | | [ticket/15860] Fix format of backup files
| | * | [ticket/15860] Unique_id() return 16 characters againRuben Calvo2018-10-311-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15860
| | * | [ticket/15860] Fix regexpRuben Calvo2018-10-301-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15860
| | * | [ticket/15860] Limit regexp to expected formatsMarc Alexander2018-10-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15860
| | * | [ticket/15860] Fix format of backup filesRuben Calvo2018-10-302-3/+3
| | | | | | | | | | | | | | | | PHPBB3-15860
* | | | [3.2.x] Update versions to 3.2.5-devMarc Alexander2018-10-281-1/+1
|/ / /
* | | [prep-release-3.2.4] Update versions for 3.2.4-RC1Marc Alexander2018-10-281-1/+1
| | |
* | | 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 #5407 from senky/ticket/15832Marc Alexander2018-10-281-0/+11
|\ \ \ | | | | | | | | | | | | [ticket/15832] Add core.acp_users_avatar_sql event
| * | | [ticket/15832] Add core.acp_users_avatar_sql eventJakub Senko2018-10-081-0/+11
| | | | | | | | | | | | | | | | PHPBB3-15832
* | | | Merge pull request #5406 from senky/ticket/15831Marc Alexander2018-10-281-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15831] Add core.acp_users_modify_signature_sql_ary event
| * | | | [ticket/15831] Add core.acp_users_modify_signature_sql_ary eventJakub Senko2018-10-081-0/+11
| |/ / / | | | | | | | | | | | | PHPBB3-15831
* | | | Merge pull request #5404 from Elsensee/ticket/15830Marc Alexander2018-10-281-16/+22
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15830] Move event to a more useful place
| * | | | [ticket/15830] Add event to modify templateOliver Schramm2018-10-241-15/+21
| | | | | | | | | | | | | | | | | | | | PHPBB3-15830
| * | | | [ticket/15830] Move event to a more useful placeOliver Schramm2018-10-241-3/+3
| | |_|/ | |/| | | | | | | | | | PHPBB3-15830
* | | | Merge pull request #5402 from 3D-I/ticket/15825Marc Alexander2018-10-281-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15825] Add core.acp_manage_forums_move_content_sql_before
| * | | | [ticket/15825] Add core.acp_manage_forums_move_content_sql_before3D-I2018-10-021-0/+10
| | |/ / | |/| | | | | | | | | | PHPBB3-15825
* | | | 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
* | | | Merge pull request #5363 from Elsensee/ticket/14656Marc Alexander2018-10-271-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14656] Add List-Unsubscribe header to emails
| * | | | [ticket/14656] Add List-Unsubscribe header to emailsOliver Schramm2018-09-161-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-14656
* | | | | Merge pull request #5399 from 3D-I/ticket/15826Marc Alexander2018-10-271-0/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15826] Add core.mcp_main_fork_sql_after
| * | | | | [ticket/15826] Add core.mcp_main_fork_sql_after3D-I2018-10-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add row array PHPBB3-15826
| * | | | | [ticket/15826] Add core.mcp_main_fork_sql_after3D-I2018-10-021-0/+16
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-15826
* | | | | [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-2123-62/+62
| |_|/ / |/| | | | | | | | | | | PHPBB3-15849
* | | | Merge pull request #5423 from kasimi/ticket/15852Marc Alexander2018-10-201-11/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15852] Fix whois for IPv6 addresses
| * | | | [ticket/15852] Fix whois for IPv6 addresseskasimi2018-10-201-11/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-15852
* | | | | Merge pull request #5151 from xchwarze/mailhookMarc Alexander2018-10-201-17/+66
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15836] Event to send message via external transport
| * | | | | [ticket/15836] Rename event to have unique nameMarc Alexander2018-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15836
| * | | | | [ticket/15836] Event to send message via external transportDSR!2018-10-131-17/+66
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15836
* | | | | | Merge pull request #5388 from toxyy/ticket/15819Marc Alexander2018-10-201-0/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15819] Add core event to functions_posting to modify notifications
| * | | | | | [ticket/15819] Add core event to functions_posting to modify notificationsAlec2018-10-011-0/+13
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Events added to allow modifying notification data before in the database. Useful to change variables in the notification message, such as usernames. Includes some other residual data to allow this event to be versatile. PHPBB3-15819
* | | | | | 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