summaryrefslogtreecommitdiffstats
path: root/lib/private/preview/office.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Preview to PSR-4Roeland Jago Douma2016-04-201-104/+0
|
* Happy new year!Thomas Müller2016-01-121-2/+3
|
* Reduce OC_Config usage in lib/Morris Jobke2015-12-021-2/+3
| | | | * replaced by proper public interfaces
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+2
|
* Remove get_temp_dir()Robin McCorkell2015-09-151-1/+1
|
* Remove OC_LogThomas Müller2015-07-031-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-061-9/+15
| | | | | | | | | | 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**
* Merge pull request #13654 from oparoz/tmpfile-with-extensionVincent Petry2015-03-261-3/+7
|\ | | | | Keep the extension in temp files
| * Fix the office classOlivier Paroz2015-03-191-3/+7
| | | | | | | | The office converter already replaces the original extension with '.pdf', so we need to switch the extensions of the tmp file instead of appending '.pdf' to it
* | Update license headersJenkins for ownCloud2015-03-261-4/+18
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+17
|
* Split office providers into one class per fileJoas Schilling2014-11-281-0/+76
|
* Move registration of core preview providers to previewJoas Schilling2014-11-271-28/+0
| | | | So the class files only have class code and don't execute code
* Typ in whichOpenOffice testOlivier Paroz2014-09-041-1/+1
|
* remove preview office fallback as it makes too much trouble and generates ↵Georg Ehrke2014-04-281-6/+0
| | | | inacceptable results
* fix merge conflictsGeorg Ehrke2014-03-061-2/+2
|\
| * Use 'command -v' to detect whether and where software is installed (instead ↵Philipp Schmitt2014-02-211-2/+2
| | | | | | | | of 'which')
* | fix issue with Non-static method Imagick ../..; @ doesn't seem to work in ↵Georg Ehrke2014-03-051-15/+20
|/ | | | this case
* suppress error msg caused by php bugGeorg Ehrke2014-02-141-1/+1
|
* properly check if pdf and svg modules are installedGeorg Ehrke2014-02-041-1/+1
|
* reuse existing helper function OC_Helper::is_function_enabledThomas Müller2014-01-071-1/+1
|
* fix commentGeorg Ehrke2013-10-171-1/+1
|
* only call shell_exec if enabledGeorg Ehrke2013-10-171-2/+2
|
* any preview requiring the which command will not be used on WindowsThomas Müller2013-10-151-9/+16
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+22
Conflicts: lib/private/vcategories.php