aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16279] Add permission for Emoji in topic title3D-I2020-01-011-0/+1
| | | | PHPBB3-16279
* [ticket/16279] Add permission for Emoji in topic title3D-I2019-12-302-0/+44
| | | | PHPBB3-16279
* [prep-release-3.2.9] Add migration for 3.2.9-RC1Marc Alexander2019-12-251-0/+36
|
* Merge pull request #5564 from xchwarze/PHPBB3-16015Marc Alexander2019-12-251-0/+20
|\ | | | | | | [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validation
| * [ticket/16015] Adjust since versionMarc Alexander2019-12-251-1/+1
| | | | | | | | PHPBB3-16015
| * [ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblockDSR!2019-04-161-4/+4
| | | | | | | | PHPBB3-16015
| * [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validationDSR!2019-04-151-0/+2
| | | | | | | | PHPBB3-16015
| * [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validationDSR!2019-04-141-0/+18
| | | | | | | | PHPBB3-16015
* | [ticket/15902] Out of range error with Sphinx search3D-I2019-12-241-1/+1
| | | | | | | | | | | | Add missing modification. PHPBB3-15902
* | [ticket/15902] Out of range error with Sphinx search3D-I2019-12-231-1/+1
| | | | | | | | | | | | | | | | The reporter he's waiting this fix to be in the core. I created this PR based on trusting his report. I can't test it. PHPBB3-15902
* | Merge pull request #5771 from JoshyPHP/ticket/16251Marc Alexander2019-12-121-1/+1
|\ \ | | | | | | | | | [ticket/16251] Prevent shortened links from overriding other plugins
| * | [ticket/16251] Prevent shortened links from overriding other pluginsJoshyPHP2019-12-091-1/+1
| | | | | | | | | | | | PHPBB3-16251
* | | [ticket/16252] Ignore non-BBCodes when looking for unauthorized markupJoshyPHP2019-12-091-1/+19
|/ / | | | | | | PHPBB3-16252
* | [ticket/16247] Quote PM has no identifier3D-I2019-12-051-10/+10
| | | | | | | | | | | | Code review PHPBB3-16247
* | [ticket/16247] Code consistency3D-I2019-12-051-1/+1
| | | | | | | | PHPBB3-16247
* | [ticket/16247] Quote PM has no identifier3D-I2019-12-052-0/+8
| | | | | | | | PHPBB3-16247
* | [ticket/16228] Fix BBCodes mergingJoshyPHP2019-11-251-5/+21
| | | | | | | | PHPBB3-16228
* | Merge pull request #5709 from mrgoldy/ticket/16181Marc Alexander2019-10-281-3/+8
|\ \ | | | | | | | | | [ticket/16181] Enforce string for OAuth provider id
| * | [ticket/16181] Fix typo in commentMarc Alexander2019-10-201-1/+1
| | | | | | | | | | | | PHPBB3-16181
| * | [ticket/16181] Fix spelling mistake in associatedmrgoldy2019-10-081-1/+1
| | | | | | | | | | | | PHPBB3-16181
| * | [ticket/16181] Enforce string data typemrgoldy2019-10-081-3/+8
| | | | | | | | | | | | PHPBB3-16181
* | | Merge pull request #5703 from senky/ticket/16174Marc Alexander2019-10-201-1/+27
|\ \ \ | | | | | | | | | | | | [ticket/16174] Add core.set_cookie
| * | | [ticket/16174] Improve event descJakub Senko2019-10-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16174
| * | | [ticket/16174] Add function params to the eventJakub Senko2019-10-071-2/+12
| | | | | | | | | | | | | | | | PHPBB3-16174
| * | | [ticket/16174] Add core.set_cookieJakub Senko2019-10-041-1/+17
| | | | | | | | | | | | | | | | PHPBB3-16174
* | | | Merge pull request #5667 from EA117/ticket/16141Marc Alexander2019-10-201-11/+26
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
| * | | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-301-33/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * | | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * | | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.EA1172019-08-281-31/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.EA1172019-08-261-8/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
* | | | Merge pull request #5671 from 3D-I/ticket/16144Marc Alexander2019-10-071-1/+35
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/16144] Fallback to board's default style
| * | | [ticket/16144] Provide extra fallback to board's default style for $user3D-I2019-09-231-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16144
| * | | [ticket/16144] As per request3D-I2019-09-221-10/+5
| | | | | | | | | | | | | | | | PHPBB3-16144
| * | | [ticket/16144] Provide extra fallback to board's default style for $user3D-I2019-09-011-1/+40
| |/ / | | | | | | | | | PHPBB3-16144
* | | Merge pull request #5664 from mrgoldy/ticket/16076Marc Alexander2019-09-221-19/+17
|\ \ \ | | | | | | | | | | | | [ticket/16076] addFileFilter to check max file size per mime type
| * | | [ticket/16076] addFileFilter to check max file size per mime typemrgoldy2019-08-251-19/+17
| |/ / | | | | | | | | | PHPBB3-16076
* | | Merge pull request #5673 from AlfredoRamos/ticket/15643Marc Alexander2019-09-221-3/+3
|\ \ \ | | | | | | | | | | | | [ticket/15643] Fix open_basedir warnings
| * | | [ticket/15643] Fix open_basedir warningsAlfredo Ramos2019-09-031-3/+3
| |/ / | | | | | | | | | | | | | | | | | | Suppress warnings when trying to call is_link(), is_dir() and is_file() on the web server root directory when open_basedir is set. PHPBB3-15643
* | | Merge pull request #5687 from rxu/ticket/16157Marc Alexander2019-09-211-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/16157] Fix FORM_INVALID error in the sending email form
| * | | [ticket/16157] Fix FORM_INVALID error in the sending email formrxu2019-09-131-1/+1
| |/ / | | | | | | | | | PHPBB3-16157
* | | [prep-release-3.2.8] Add migration for 3.2.8Marc Alexander2019-09-081-0/+36
| | |
* | | [ticket/security/243] Fail silently on unsupported values for font sizeMarc Alexander2019-08-311-12/+1
| | | | | | | | | | | | SECURITY-243
* | | Merge pull request #52 from phpbb/ticket/security/247Marc Alexander2019-08-251-0/+3
|\ \ \ | | | | | | | | | | | | [ticket/security/247] Disable loading of local files on client side
| * | | [ticket/security/247] Disable loading of local files on client sideMarc Alexander2019-08-111-0/+3
| | | | | | | | | | | | | | | | SECURITY-247
* | | | Merge pull request #51 from phpbb/ticket/security/243Marc Alexander2019-08-252-1/+12
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/security/243] Limit size BBCode to int
| * | | [ticket/security/243] Use bbcode.html like formattingMarc Alexander2019-07-181-1/+1
| | | | | | | | | | | | | | | | SECURITY-243
| * | | [ticket/security/243] Limit size BBCode to 4 numeric charactersMarc Alexander2019-07-172-2/+2
| | | | | | | | | | | | | | | | SECURITY-243
| * | | [ticket/security/243] Limit size values to supported valuesMarc Alexander2019-07-161-0/+11
| | | | | | | | | | | | | | | | SECURITY-243
* | | | [prep-release-3.2.8] Add migration for 3.2.8-RC1Marc Alexander2019-08-171-0/+37
| | | |