aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/request
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15742] Remove addslashes_recursively()Jakub Senko2018-09-132-35/+0
* [ticket/15742] Remove get_magic_quotes_gpc() callJakub Senko2018-09-063-46/+0
* Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-181-6/+0
|\
| * [ticket/15108] Remove duplicate code in request->contextjaviexin2017-03-021-6/+0
* | [ticket/14875] Move raw_variable() method to request_interfaceMarc Alexander2016-12-022-18/+23
* | [ticket/14875] Use raw_variable() method in _variable() to get raw dataMarc Alexander2016-11-251-33/+6
* | [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-251-0/+62
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-271-1/+3
|\ \ | |/
| * [ticket/14481] Respect HTTP_X_FORWARDED headers for implying httpsMarc Alexander2016-02-151-1/+3
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-031-1/+1
|/
* [ticket/13396] Normalize multibyte characters in attachment file names.Cesar G2014-12-021-1/+1
* [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-162-0/+33
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-275-25/+35
* [ticket/12180] Add "Each file MUST end with exactly one newline character" ruleAndreas Fischer2014-02-101-1/+0
* [ticket/12079] Add default value to $multibyte in request.untrimmed_variable().Cesar G2013-12-191-1/+1
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-305-40/+0
* [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-161-1/+1
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-162-0/+18
|\
| * [feature/oauth] Change name of new method on requestJoseph Warner2013-07-142-2/+2
| * [feature/oauth] Allow getting original global arrays from requestJoseph Warner2013-07-142-0/+18
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-165-67/+77
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-143-44/+44
* | [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-141-1/+1
|/
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-145-0/+932