aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15723] Rewrite unique_id tooRubén Calvo2018-08-081-1/+1
| | | | PHPBB3-15723
* [ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()Rubén Calvo2018-07-141-7/+20
| | | | PHPBB3-15723
* Merge pull request #5253 from senky/ticket/15618Tristan Darricau2018-07-081-1/+1
|\ | | | | | | | | | | | | [ticket/15618] Display The team link only to users with permission * github.com:/phpbb/phpbb: [ticket/15618] Display The team link only to users with permission
| * [ticket/15618] Display The team link only to users with permissionJakub Senko2018-06-181-1/+1
| | | | | | | | PHPBB3-15618
* | Merge branch 'prep-release-3.2.3' into 3.2.xTristan Darricau2018-07-081-2/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | * prep-release-3.2.3: [ticket/15676] Use paragraphs and classes as suggested by hanakin [ticket/15676] Use twig syntax [ticket/15676] Simplify link text and use privacy link in cookie notice [ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACY
| * | [ticket/15676] Simplify link text and use privacy link in cookie noticeMarc Alexander2018-05-311-0/+2
| | | | | | | | | | | | PHPBB3-15676
| * | [ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACYMarc Alexander2018-05-311-2/+24
| | | | | | | | | | | | PHPBB3-15676
* | | [ticket/15695] Fix gen_rand_string returning less characters than expectedRubén Calvo2018-06-181-4/+6
| |/ |/| | | | | PHPBB3-15695
* | [ticket/15693] Update tests to reflect changes to gen_rand_string()Marc Alexander2018-06-171-0/+4
| | | | | | | | PHPBB3-15693
* | [ticket/15693] Fix get_rand_string()Rubén Calvo2018-06-151-2/+2
|/ | | | PHPBB3-15693
* Merge pull request #5074 from marc1706/ticket/15498Marc Alexander2018-01-071-1/+1
|\ | | | | | | [ticket/15498] Do not pass whether URL uses router to is_route
| * [ticket/15498] Do not pass whether URL uses router to is_routeMarc Alexander2018-01-061-1/+1
| | | | | | | | | | | | | | | | is_route expects a flag of whether this is a route that was generated with the router as opposed to is_router_used() which returns whether the router will be used via app.php. PHPBB3-15498
* | Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2Marc Alexander2018-01-071-15/+15
|\ \
| * | [ticket/14972] Fix sizeof callsrxu2018-01-011-15/+15
| |/ | | | | | | | | | | | | | | | | | | As of PHP 7.2, only arrays and objects implementing the Countable interface should be passed as a count() or sizeof() parameter. See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198 Also, sizeof() seems to be sheduled for deprecation, see https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations PHPBB3-14972
* | Merge branch 'ticket/security/211' into ticket/security/211-rheaMarc Alexander2018-01-011-2/+7
|\ \ | |/ |/|
| * [ticket/security/211] Do not match javascript URIs with URL regexesMarc Alexander2017-07-261-2/+2
| | | | | | | | SECURITY-211
| * [ticket/security/211] Make sure website URL only uses http & https schemesMarc Alexander2017-07-221-0/+5
| | | | | | | | SECURITY-211
* | Merge pull request #4910 from javiexin/ticket/15331_BMarc Alexander2017-10-171-6/+1
|\ \ | | | | | | | | | [ticket/15331] Allow gravatars to be overridden by existing event - B
| * | [ticket/15331] Allow gravatars to be changed in the existing eventjaviexin2017-08-191-6/+1
| |/ | | | | | | | | | | | | Option B: - change the get_avatar function PHPBB3-15331
* | [ticket/15172] Cast port to integerRubén Calvo2017-09-101-1/+1
| | | | | | | | PHPBB3-15172
* | [ticket/15172] Use symfony request component to get portRubén Calvo2017-09-091-2/+3
| | | | | | | | PHPBB3-15172
* | [ticket/15351] Makes confirm_works in a router context (app.php)Tristan Darricau2017-09-081-3/+3
| | | | | | | | PHPBB3-15351
* | Merge pull request #35 from phpbb/ticket/security-203-rheaMarc Alexander2017-07-161-0/+5
|\ \ | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper -- Rhea
| * \ Merge branch 'ticket/security-203' into ticket/security-203-rheaMarc Alexander2016-12-281-0/+5
| |\ \ | | |/
| | * [ticket/security-203] Fully validate version check data in version helperMarc Alexander2016-12-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | This will also take care of SECURITY-204 as it's the same underlying issue. Admins still need to ensure they don't visit malicious sites for URLs provided by extensions. SECURITY-203
* | | [ticket/14961] Add cookie notice as enablable featureMarc Alexander2017-01-061-0/+1
|/ / | | | | | | | | | | | | Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-271-1/+1
|\ \ | |/
| * [ticket/14863] Properly treat plural rules in confirmation box titleJakub Senko2016-11-131-1/+1
| | | | | | | | PHPBB3-14863
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-1/+1
| | | | | | | | PHPBB3-14739
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-241-7/+7
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14818] Optimize generate_board_url function
| * Merge pull request #4487 from gmixo/patch-2Tristan Darricau2016-10-241-7/+7
| |\ | | | | | | | | | | | | | | | | | | [ticket/14818] Optimize generate_board_url function * gmixo/patch-2: [ticket/14818] Optimize generate_board_url function
| | * [ticket/14818] Optimize generate_board_url functionMIkhail Gulyaev2016-10-171-7/+7
| | | | | | | | | | | | if $config['force_server_vars'] no need to calculate $request
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-231-9/+11
|\ \ \ | |/ /
| * | [ticket/14827] Possibility to add multiple form keyskasimi2016-10-191-9/+11
| |/ | | | | | | PHPBB3-14827
* | Merge pull request #4459 from rxu/ticket/14794Marc Alexander2016-09-231-2/+2
|\ \ | | | | | | | | | [ticket/14794] Adjust redirect() behavior for PHP 7.1+ compatibility
| * | [ticket/14794] Adjust redirect() behavior for PHP 7.1+ compatibilityrxu2016-09-231-2/+2
| | | | | | | | | | | | PHPBB3-14794
* | | [ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+rxu2016-09-221-1/+1
|/ / | | | | | | PHPBB3-14793
* | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+4
| | | | | | | | PHPBB3-10961
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-191-0/+24
|\ \ | |/
| * [ticket/14429] Add core.modify_users_online_string_modifyJakub Senko2016-05-271-0/+24
| | | | | | | | PHPBB3-14429
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-271-0/+6
|\ \ | |/ | | | | | | | | | | * 3.1.x: [ticket/14481] Add tests for x_forwarded_proto header [ticket/14481] Use port 443 if https is specified in x-forwarded-proto [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
| * Merge pull request #4182 from marc1706/ticket/14481Tristan Darricau2016-03-271-0/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https * marc1706/ticket/14481: [ticket/14481] Add tests for x_forwarded_proto header [ticket/14481] Use port 443 if https is specified in x-forwarded-proto [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
| | * [ticket/14481] Use port 443 if https is specified in x-forwarded-protoMarc Alexander2016-02-161-0/+6
| | | | | | | | | | | | PHPBB3-14481
* | | Merge pull request #4218 from marc1706/ticket/14527Tristan Darricau2016-03-251-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14527] Retrieve link URL from href and not link text * marc1706/ticket/14527: [ticket/14527] Decode automatically generated postlink without prefix [ticket/14527] Add tests for reverted improper fix [ticket/14527] Retrieve link URL from href and not link text
| * | | [ticket/14527] Decode automatically generated postlink without prefixMarc Alexander2016-03-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The http prefix gets automatically added and should be removed prior to outputting the post to the user. PHPBB3-14527
| * | | [ticket/14527] Retrieve link URL from href and not link textMarc Alexander2016-03-131-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14527
* | | | Merge branch 'ticket/14136' into ticket/14136-3.2.xMarc Alexander2016-03-241-0/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/install_update_diff.html phpBB/adm/style/installer_header.html phpBB/install/database_update.php phpBB/install/index.php phpBB/styles/subsilver2/template/overall_header.html phpBB/styles/subsilver2/template/simple_header.html phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html phpBB/styles/subsilver2/template/viewtopic_print.html
| * | | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136
* | | | [ticket/14550] Fix the number of characters returned by unique_id()Tristan Darricau2016-03-231-1/+1
| |/ / |/| | | | | | | | PHPBB3-14450
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-101-4/+19
|\ \ \ | |/ /