Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-09-20 | 1 | -1/+8 |
|\ | |||||
| * | [ticket/security/244] Add missing form parameters to tests | Marc Alexander | 2019-08-24 | 1 | -1/+8 |
| | | | | | | | | SECURITY-244 | ||||
* | | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -2/+2 |
|/ | | | | PHPBB3-14948 | ||||
* | [ticket/security/227] Replace ImageMagick support with thumbnail event | Derky | 2018-10-23 | 1 | -1/+0 |
| | | | | SECURITY-227 | ||||
* | [ticket/13534] Set imagick path to empty string to prevent failing path check | Marc Alexander | 2015-01-21 | 1 | -7/+16 |
| | | | | | | | | The imagick path defaults to /usr/bin. If it doesn't exist for some reason, for example on travis, the form won't be submitted and the settings won't be changed. PHPBB3-13534 | ||||
* | [ticket/13031] Only use mimetype guesser guess if it helps us | Marc Alexander | 2014-09-03 | 1 | -2/+2 |
| | | | | | | | | | | If we already have a mimetype and the guesser's guess is the default fallback, we should keep the already existing mimetype the browser supplied. Otherwise, platforms that might not support mimetype guessers will cause us to always have the mimetype set to application/octet-stream on images. This will prevent users from uploading images. PHPBB3-13031 | ||||
* | [ticket/11528] Revert Mink changes | Dhruv | 2014-08-09 | 1 | -2/+0 |
| | | | | PHPBB3-11528 | ||||
* | [ticket/11148] Change expected output with disallowed content in test | Marc Alexander | 2014-06-23 | 1 | -2/+2 |
| | | | | PHPBB3-11148 | ||||
* | [ticket/11528] Move parent::tearDown() to end of tearDown() | Dhruv | 2014-06-23 | 1 | -2/+2 |
| | | | | PHPBB3-11528 | ||||
* | [ticket/11528] Call parent::tearDown in overrided tearDown method | Dhruv | 2014-06-23 | 1 | -0/+2 |
| | | | | PHPBB3-11528 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+10 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/10851] Request index instead of logging in and out in tests | Marc Alexander | 2014-04-04 | 1 | -3/+2 |
| | | | | PHPBB3-10851 | ||||
* | [ticket/10851] Add unit and functional tests for checking attachments | Marc Alexander | 2014-04-04 | 1 | -0/+33 |
| | | | | | | | These tests will make sure that fileuploads now work as expected regarding the check for disallowed content. PHPBB3-10851 | ||||
* | [ticket/12175] Do not use admin account for file size limit test | Joas Schilling | 2014-02-09 | 1 | -2/+9 |
| | | | | PHPBB3-12175 | ||||
* | [ticket/12175] Fix test for uploading a valid file | Joas Schilling | 2014-02-09 | 1 | -3/+5 |
| | | | | PHPBB3-12175 | ||||
* | [ticket/12175] Fix upload test for empty file | Joas Schilling | 2014-02-09 | 1 | -2/+1 |
| | | | | PHPBB3-12175 | ||||
* | [feature/plupload/integration] Integration of Plupload | Andreas Fischer | 2013-10-11 | 1 | -0/+19 |
| | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929 | ||||
* | [ticket/develop/11568] Fix some more tests in 3.1 | Joas Schilling | 2013-05-30 | 1 | -1/+1 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/develop/11568] Remove unneccessary calls to assert_response_success() | Joas Schilling | 2013-05-28 | 1 | -1/+0 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/develop/11568] Do not directly access $client from tests | Joas Schilling | 2013-05-28 | 1 | -1/+1 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/10758-upload] Mark tests that don't work incomplete. | Oleg Pudeyev | 2012-12-21 | 1 | -0/+2 |
| | | | | PHPBB3-10758 | ||||
* | [ticket/10758-upload] Convert error to a failure. | Oleg Pudeyev | 2012-12-20 | 1 | -1/+1 |
| | | | | PHPBB3-10758 | ||||
* | [ticket/11202] Fix comment char, use more descriptive comment. | Oleg Pudeyev | 2012-11-18 | 1 | -1/+1 |
| | | | | PHPBB3-11202 | ||||
* | [ticket/11202] Add response assertions to file upload functional test. | Oleg Pudeyev | 2012-11-18 | 1 | -0/+3 |
| | | | | PHPBB3-11202 | ||||
* | [ticket/10992] Changed octetstream to octet-stream | Fyorl | 2012-07-16 | 1 | -1/+1 |
| | | | | PHPBB3-10992 | ||||
* | [ticket/10992] test_empty_file() now tries to upload the correct file | Fyorl | 2012-07-16 | 1 | -1/+1 |
| | | | | PHPBB3-10992 | ||||
* | [ticket/10992] Modified upload tests to work with new version | Fyorl | 2012-07-16 | 1 | -17/+24 |
| | | | | PHPBB3-10992 | ||||
* | [ticket/10941] Fixed form test test_too_large | Fyorl | 2012-07-09 | 1 | -2/+2 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Replaced use of English with language system | Fyorl | 2012-07-09 | 1 | -2/+2 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Renamed classes and filenames so that tests run | Fyorl | 2012-07-09 | 1 | -0/+62 |
Also fixed some minor issues that weren't flagged before because the tests were being ignored. PHPBB3-10941 |