Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | So the class files only have class code and don't execute code | ||||
* | 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 |
|\ | | | | | Deduplicate findBinaryPath() and do not try "command -v" on windows | ||||
| * | 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 |
| | | | | Warning: -convert-to is deprecated. Use --convert-to instead. Warning: -outdir is deprecated. Use --outdir instead. | ||||
* | Merge pull request #11390 from Nemesiz/master | Morris Jobke | 2014-10-06 | 1 | -1/+1 |
|\ | | | | | Preview large TXT files fix | ||||
| * | Preview large TXT files fix | Nmz | 2014-10-02 | 1 | -1/+1 |
| | | | | | | Limit the size of the string generating the preview image for TXT files | ||||
* | | 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 | ||||
| * | 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 |
|\ \ | | | | | | | Libreoffice config folder needs to be set | ||||
| * | | env:UserInstallation was already there in master | Olivier Paroz | 2014-09-03 | 1 | -2/+2 |
| | | | | | | | | | | | | My changes were made against stable7 and I merged them to the file in master, so this version is now the properly merged file for master. I'm just adding `owncloud-<instanceid>` to the path where temp files are stored. | ||||
| * | | Libreoffice config folder needs to be set | Olivier Paroz | 2014-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | In order to avoid conflicts between multiple instances installed on one server, it's required to define a LibreOffice configuration folder per instance. Just like with my PR for the documents app (https://github.com/owncloud/documents/pull/353), I propose to use /tmp/owncloud-instanceid | ||||
* | | | Typ in whichOpenOffice test | Olivier Paroz | 2014-09-04 | 1 | -1/+1 |
| | | | |||||
* | | | This is not a PDF, there are no pages | Olivier Paroz | 2014-09-03 | 1 | -1/+1 |
| | | | |||||
* | | | Converts TIFF files to PNG | Olivier Paroz | 2014-09-02 | 1 | -0/+48 |
|/ / | |||||
* | | Merge pull request #9953 from owncloud/fix_text_preview_for_systems_without_ttf | Morris Jobke | 2014-08-07 | 1 | -1/+8 |
|\ \ | | | | | | | implement a txt preview fallback for the case that ttf is not support | ||||
| * | | implement a txt preview fallback for the case that ttf is not support | Georg Ehrke | 2014-07-28 | 1 | -1/+8 |
| |/ | |||||
* | | Use svg mimeicons for empty text files | Robin Appelman | 2014-07-30 | 2 | -0/+20 |
| | | |||||
* | | Merge pull request #9784 from josh4trunks/libreoffice_match_cl | Thomas Müller | 2014-07-28 | 1 | -3/+2 |
|\ \ | | | | | | | Cleanup Document Preview | ||||
| * | | Cleanup Document Preview | josh4trunks | 2014-07-22 | 1 | -3/+2 |
| |/ | | | | | | | Use the env:UserInstallation flag like https://github.com/owncloud/documents/blob/master/lib/converter.php. This will stop the creating of multiple directories for document conversion in tmpDir. | ||||
* | | add autoload | Morris Jobke | 2014-07-25 | 1 | -2/+0 |
| | | |||||
* | | update getID3 library | Morris Jobke | 2014-07-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #8978 from owncloud/movie_preview_improvements | Morris Jobke | 2014-06-14 | 1 | -8/+17 |
|\ | | | | | movie previews: use file directly when it's stored locally and encryption is not enabled | ||||
| * | movie previews: use file directly when it's stored locally and encryption is ↵ | Georg Ehrke | 2014-06-10 | 1 | -8/+17 |
| | | | | | | | | not enabled, fixes #7756 | ||||
* | | make text preview backend use imagettftext, fixes #8087 | Georg Ehrke | 2014-06-10 | 1 | -2/+6 |
|/ | |||||
* | Rotate thumbnail when encryption is enabled | Thomas Müller | 2014-05-12 | 1 | -4/+5 |
| | | | | | When a picture is encrypted, save it to a temporary file first so that the PHP function for rotation can access it as file. | ||||
* | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 5 | -3/+7 |
| | | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached | ||||
* | remove preview office fallback as it makes too much trouble and generates ↵ | Georg Ehrke | 2014-04-28 | 2 | -149/+0 |
| | | | | inacceptable results | ||||
* | escape $second + update PHPDoc | Thomas Müller | 2014-04-16 | 1 | -7/+7 |
| | |||||
* | videos which are shorter then 5 seconds will now get a proper thumbnail at 1 ↵ | Thomas Müller | 2014-04-16 | 1 | -7/+30 |
| | | | | second | ||||
* | fix merge conflicts | Georg Ehrke | 2014-03-06 | 3 | -5/+5 |
|\ | |||||
| * | Use 'command -v' to detect whether and where software is installed (instead ↵ | Philipp Schmitt | 2014-02-21 | 3 | -5/+5 |
| | | | | | | | | of 'which') | ||||
* | | fix issue with Non-static method Imagick ../..; @ doesn't seem to work in ↵ | Georg Ehrke | 2014-03-05 | 3 | -62/+80 |
|/ | | | | this case | ||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 4 | -4/+4 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | suppress error msg caused by php bug | Georg Ehrke | 2014-02-14 | 4 | -4/+4 |
| | | |||||
| * | properly check if pdf and svg modules are installed | Georg Ehrke | 2014-02-04 | 4 | -4/+4 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
|/ | |||||
* | reuse existing helper function OC_Helper::is_function_enabled | Thomas Müller | 2014-01-07 | 2 | -2/+2 |
| | |||||
* | we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB. | Thomas Müller | 2013-11-22 | 1 | -1/+3 |
| | | | | in some cases 1MB was no enough to generate thumbnail | ||||
* | Working on a chunked video can result in a broken frame index the option ↵ | Thomas Müller | 2013-11-22 | 1 | -1/+1 |
| | | | | -vsync 1 can heal that | ||||
* | Movie preview - use frame after 5 seconds | Morris Jobke | 2013-11-15 | 1 | -2/+2 |
| |