Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | | | | Adding more DB groups to test suits | ||||
* | Add tests | Robin Appelman | 2015-10-01 | 1 | -18/+56 |
| | |||||
* | Merge pull request #19468 from owncloud/fix-36-vs-32-previews | Thomas Müller | 2015-09-30 | 1 | -2/+2 |
|\ | | | | | Change small thumbnails to 32 px | ||||
| * | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -2/+2 |
| | | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | | Cover both width and height for the sidebar preview | Robin Appelman | 2015-09-29 | 1 | -0/+41 |
|/ | |||||
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | Only run some preview unit tets if imagemagick is available | Roeland Jago Douma | 2015-07-02 | 1 | -0/+4 |
| | |||||
* | Remove unneeded returns from private cropping methods | Olivier Paroz | 2015-06-19 | 1 | -4/+3 |
| | |||||
* | Move media type icon preview creation to its own method | Olivier Paroz | 2015-06-18 | 1 | -0/+21 |
| | |||||
* | Fix max preview, some resizing and caching issues and force preview ↵ | Olivier Paroz | 2015-06-06 | 1 | -147/+739 |
| | | | | | | | | | | 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** | ||||
* | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -27/+27 |
| | |||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -0/+2 |
| | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | Introducing the maximum size preview | Olivier Paroz | 2015-04-07 | 1 | -19/+71 |
| | | | | | | The first time we're asked to generate a preview we'll generate one of the maximum dimension indicated in the configuration and all future resizing requests will be done on that preview in order to not waste time converting the same file over and over. One of the fixes required for #12465 | ||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -15/+23 |
| | |||||
* | Remove unneeded unit tests | Lukas Reschke | 2014-09-22 | 1 | -4/+0 |
| | |||||
* | adding unit test for cache mechanism | Thomas Müller | 2014-04-04 | 1 | -40/+96 |
| | |||||
* | fixing typos/spellings | Thomas Müller | 2014-04-04 | 1 | -16/+16 |
| | |||||
* | fix failing preview test on master | Morris Jobke | 2013-10-30 | 1 | -7/+5 |
| | |||||
* | rename variable in testIsTransparent | Georg Ehrke | 2013-09-27 | 1 | -3/+3 |
| | |||||
* | rename testTxtBlacklist to txtBlacklist | Georg Ehrke | 2013-09-27 | 1 | -3/+3 |
| | |||||
* | move fileView object initialization to testIsTransparent | Georg Ehrke | 2013-09-27 | 1 | -10/+10 |
| | |||||
* | use dataProvider for txt blacklist test | Georg Ehrke | 2013-09-27 | 1 | -25/+28 |
| | |||||
* | add test for txt blacklist | Georg Ehrke | 2013-09-25 | 1 | -0/+38 |
| | |||||
* | remove debug code ... | Georg Ehrke | 2013-07-11 | 1 | -4/+1 |
| | |||||
* | it's setValue not getValue, damn type | Georg Ehrke | 2013-07-11 | 1 | -3/+6 |
| | |||||
* | add unit tests for preview lib to make @DeepDiver1975 happy | Georg Ehrke | 2013-06-26 | 1 | -0/+108 |