Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13280] Output escaping for the symfony request object | Tristan Darricau | 2014-11-16 | 1 | -12/+4 |
| | | | | PHPBB3-13280 | ||||
* | [ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280" | Tristan Darricau | 2014-11-12 | 1 | -9/+1 |
| | | | | | | | This reverts commit a1b58d05d158ff7afd789c1b27821e17198f8d58, reversing changes made to 0e772afb9db640e54e84cfccaddcf74f3edbb3fb. PHPBB3-13280 | ||||
* | [ticket/13280] Only run sanitizer for server superglobal and modify tests | Marc Alexander | 2014-11-04 | 1 | -3/+3 |
| | | | | PHPBB3-13280 | ||||
* | [ticket/13280] Seperate server sanitizer call and add comment | Marc Alexander | 2014-11-04 | 1 | -0/+2 |
| | | | | PHPBB3-13280 | ||||
* | [ticket/13280] Add additional sanitizer for ampersands in server superglobal | Marc Alexander | 2014-11-03 | 1 | -0/+6 |
| | | | | PHPBB3-13280 | ||||
* | [ticket/security-164] Sanitize all global variables in symfony_request class | Marc Alexander | 2014-11-01 | 1 | -0/+3 |
| | | | | SECURITY-164 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\symfony_request | Tristan Darricau | 2014-06-15 | 1 | -1/+1 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11700] Fix unit tests after develop merge | Nils Adermann | 2013-09-17 | 1 | -9/+11 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_request | Nathan Guse | 2013-09-13 | 1 | -0/+46 |
Now symfony_request is also a service (removed the function phpbb_create_symfony_request). Inject symfony request into filesystem Cleanup for the tests PHPBB3-11832 |