Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix max preview, some resizing and caching issues and force preview ↵ | Olivier Paroz | 2015-06-06 | 1 | -13/+73 |
| | | | | | | | | | | providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests** | ||||
* | Create an interface for OC_Image and OCP\Image for the public API | Joas Schilling | 2015-03-16 | 1 | -0/+4 |
| | |||||
* | validate resource's integrity before using it | Georg Ehrke | 2015-03-16 | 1 | -0/+5 |
| | |||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+3 |
| | |||||
* | Skip some more tests on Windows which just can not work at all | Joas Schilling | 2014-11-17 | 1 | -3/+7 |
| | |||||
* | Preserve transparency when loading from a file | kondou | 2014-09-10 | 1 | -0/+3 |
| | | | | Fix #7148 - again :) | ||||
* | unit tests for specific image type output added | Thomas Müller | 2014-03-17 | 1 | -2/+22 |
| | |||||
* | Check for $this->fileInfo and @depend on testData() | kondou | 2013-09-01 | 1 | -0/+3 |
| | |||||
* | Fix #4258, clean up \OC_Image and improve its unittest | kondou | 2013-08-30 | 1 | -9/+24 |
| | |||||
* | Update skipped tests messages | kondou | 2013-08-02 | 1 | -3/+3 |
| | |||||
* | Optimize image and skip mimetype test | kondou | 2013-08-01 | 1 | -0/+1 |
| | |||||
* | Cover more cases | kondou | 2013-08-01 | 1 | -17/+17 |
| | | | | | Use file_get_contents() and base64_encode(file_get_contents()), to load from data and base64, to cover more cases | ||||
* | Add OC_Image Unit Test | kondou | 2013-08-01 | 1 | -0/+220 |
data() somehow does not return, what file_get_contents() returns, so I skipped related tests. |