| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 25 | -26/+28 |
* | Use TempManager instead of tmpFile | Morris Jobke | 2015-12-18 | 1 | -2/+2 |
* | Reduce OC_Config usage in lib/ | Morris Jobke | 2015-12-02 | 1 | -2/+3 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 13 | -11/+6 |
* | Merge pull request #19468 from owncloud/fix-36-vs-32-previews | Thomas Müller | 2015-09-30 | 1 | -1/+1 |
|\ |
|
| * | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -1/+1 |
* | | Clean temp files used for thumbnail generation | Robin Appelman | 2015-09-30 | 1 | -1/+5 |
|/ |
|
* | Remove get_temp_dir() | Robin McCorkell | 2015-09-15 | 1 | -1/+1 |
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 3 | -3/+3 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 19 | -18/+18 |
* | Fix max preview, some resizing and caching issues and force preview providers... | Olivier Paroz | 2015-06-06 | 6 | -21/+44 |
* | show txt preview when file contains text | Georg Ehrke | 2015-05-27 | 1 | -1/+1 |
* | Scale up the font on larger previews | Joas Schilling | 2015-04-15 | 1 | -1/+1 |
* | Merge pull request #15346 from oparoz/split-image-provider | Morris Jobke | 2015-04-02 | 6 | -8/+157 |
|\ |
|
| * | Split image provider in one sub-class per media type | Olivier Paroz | 2015-04-02 | 6 | -8/+157 |
* | | The bitmap preview class now takes maxX and maxY into consideration | Olivier Paroz | 2015-04-01 | 1 | -9/+70 |
|/ |
|
* | Merge pull request #13654 from oparoz/tmpfile-with-extension | Vincent Petry | 2015-03-26 | 1 | -3/+7 |
|\ |
|
| * | Fix the office class | Olivier Paroz | 2015-03-19 | 1 | -3/+7 |
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 20 | -78/+382 |
* | | Create an interface for OC_Image and OCP\Image for the public API | Joas Schilling | 2015-03-16 | 3 | -6/+3 |
* | | Add more type hinting | Joas Schilling | 2015-03-16 | 2 | -2/+2 |
* | | Use DI for the config | Joas Schilling | 2015-03-16 | 1 | -1/+6 |
* | | Add an interface for the preview providers | Joas Schilling | 2015-03-16 | 1 | -1/+3 |
* | | Register preview providers on the preview manager instead of OC\Preview | Joas Schilling | 2015-03-16 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #13648 from oparoz/sfnt-fonts-preview | Morris Jobke | 2015-03-11 | 1 | -0/+19 |
|\ |
|
| * | Add support for font previews | Olivier Paroz | 2015-02-24 | 1 | -0/+19 |
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 19 | -347/+80 |
|/ |
|
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 19 | -80/+347 |
* | add config-option for an image's maximum filesize when generating previews | Georg Ehrke | 2015-01-22 | 1 | -0/+7 |
* | Split bitmap providers into one per file | Joas Schilling | 2014-11-28 | 6 | -72/+119 |
* | Split office providers into one class per file | Joas Schilling | 2014-11-28 | 7 | -124/+166 |
* | Fix intendation and doc blocks of preview providers | Joas Schilling | 2014-11-28 | 7 | -111/+143 |
* | Move registration of core preview providers to preview | Joas Schilling | 2014-11-27 | 9 | -130/+16 |
* | The class name is Movie NOT Movies | Olivier Paroz | 2014-11-25 | 1 | -0/+0 |
* | Merge pull request #12303 from owncloud/windows-unknown-command-command | Morris Jobke | 2014-11-24 | 1 | -19/+3 |
|\ |
|
| * | Simplify the binary finding code in the movie preview class | Joas Schilling | 2014-11-20 | 1 | -11/+3 |
| * | Deduplicate function by moving it to the OC_Helper | Joas Schilling | 2014-11-20 | 1 | -10/+2 |
* | | remove ugly hack and don't use OC\Preview\Image for tiffs and svgs | Georg Ehrke | 2014-11-23 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated switches | Olivier Paroz | 2014-11-18 | 1 | -1/+1 |
* | Merge pull request #11390 from Nemesiz/master | Morris Jobke | 2014-10-06 | 1 | -1/+1 |
|\ |
|
| * | Preview large TXT files fix | Nmz | 2014-10-02 | 1 | -1/+1 |
* | | New generic class for Imagemagick conversions | Olivier Paroz | 2014-10-04 | 3 | -96/+117 |
|/ |
|
* | Add a configuration switch for enabled preview mimetypes | Lukas Reschke | 2014-09-22 | 2 | -49/+5 |
* | Merge pull request #9554 from owncloud/fix_preview_orientation | Lukas Reschke | 2014-09-17 | 1 | -0/+1 |
|\ |
|
| * | fix orientation in image-backend, not in preview system itself | Georg Ehrke | 2014-07-09 | 1 | -0/+1 |
* | | Merge pull request #10827 from oparoz/patch-2 | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
|\ \ |
|
| * | | env:UserInstallation was already there in master | Olivier Paroz | 2014-09-03 | 1 | -2/+2 |
| * | | Libreoffice config folder needs to be set | Olivier Paroz | 2014-09-03 | 1 | -1/+1 |
* | | | Typ in whichOpenOffice test | Olivier Paroz | 2014-09-04 | 1 | -1/+1 |