Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Preview to PSR-4 | Roeland Jago Douma | 2016-04-20 | 1 | -104/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
| | |||||
* | Reduce OC_Config usage in lib/ | Morris Jobke | 2015-12-02 | 1 | -2/+3 |
| | | | | * replaced by proper public interfaces | ||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+2 |
| | |||||
* | Remove get_temp_dir() | Robin McCorkell | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Fix max preview, some resizing and caching issues and force preview ↵ | Olivier Paroz | 2015-06-06 | 1 | -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-extension | Vincent Petry | 2015-03-26 | 1 | -3/+7 |
|\ | | | | | Keep the extension in temp files | ||||
| * | Fix the office class | Olivier Paroz | 2015-03-19 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+18 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+17 |
| | |||||
* | Split office providers into one class per file | Joas Schilling | 2014-11-28 | 1 | -0/+76 |
| | |||||
* | Move registration of core preview providers to preview | Joas Schilling | 2014-11-27 | 1 | -28/+0 |
| | | | | So the class files only have class code and don't execute code | ||||
* | Typ in whichOpenOffice test | Olivier Paroz | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | remove preview office fallback as it makes too much trouble and generates ↵ | Georg Ehrke | 2014-04-28 | 1 | -6/+0 |
| | | | | inacceptable results | ||||
* | fix merge conflicts | Georg Ehrke | 2014-03-06 | 1 | -2/+2 |
|\ | |||||
| * | Use 'command -v' to detect whether and where software is installed (instead ↵ | Philipp Schmitt | 2014-02-21 | 1 | -2/+2 |
| | | | | | | | | of 'which') | ||||
* | | fix issue with Non-static method Imagick ../..; @ doesn't seem to work in ↵ | Georg Ehrke | 2014-03-05 | 1 | -15/+20 |
|/ | | | | this case | ||||
* | suppress error msg caused by php bug | Georg Ehrke | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | properly check if pdf and svg modules are installed | Georg Ehrke | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | reuse existing helper function OC_Helper::is_function_enabled | Thomas Müller | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | fix comment | Georg Ehrke | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | only call shell_exec if enabled | Georg Ehrke | 2013-10-17 | 1 | -2/+2 |
| | |||||
* | any preview requiring the which command will not be used on Windows | Thomas Müller | 2013-10-15 | 1 | -9/+16 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+22 |
Conflicts: lib/private/vcategories.php |