summaryrefslogtreecommitdiffstats
path: root/tests/lib/preview.php
Commit message (Collapse)AuthorAgeFilesLines
* Adding more DB groups to test suitsThomas Müller2015-11-301-0/+7
| | | | Adding more DB groups to test suits
* Add testsRobin Appelman2015-10-011-18/+56
|
* Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-301-2/+2
|\ | | | | Change small thumbnails to 32 px
| * Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
| | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* | Cover both width and height for the sidebar previewRobin Appelman2015-09-291-0/+41
|/
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-1/+1
|
* Only run some preview unit tets if imagemagick is availableRoeland Jago Douma2015-07-021-0/+4
|
* Remove unneeded returns from private cropping methodsOlivier Paroz2015-06-191-4/+3
|
* Move media type icon preview creation to its own methodOlivier Paroz2015-06-181-0/+21
|
* Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-061-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 cherrypickingJörn Friedrich Dreyer2015-04-101-27/+27
|
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-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 previewOlivier Paroz2015-04-071-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\TestCaseJoas Schilling2014-11-191-1/+1
|
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-15/+23
|
* Remove unneeded unit testsLukas Reschke2014-09-221-4/+0
|
* adding unit test for cache mechanismThomas Müller2014-04-041-40/+96
|
* fixing typos/spellingsThomas Müller2014-04-041-16/+16
|
* fix failing preview test on masterMorris Jobke2013-10-301-7/+5
|
* rename variable in testIsTransparentGeorg Ehrke2013-09-271-3/+3
|
* rename testTxtBlacklist to txtBlacklistGeorg Ehrke2013-09-271-3/+3
|
* move fileView object initialization to testIsTransparentGeorg Ehrke2013-09-271-10/+10
|
* use dataProvider for txt blacklist testGeorg Ehrke2013-09-271-25/+28
|
* add test for txt blacklistGeorg Ehrke2013-09-251-0/+38
|
* remove debug code ...Georg Ehrke2013-07-111-4/+1
|
* it's setValue not getValue, damn typeGeorg Ehrke2013-07-111-3/+6
|
* add unit tests for preview lib to make @DeepDiver1975 happyGeorg Ehrke2013-06-261-0/+108