Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Preview to PSR-4 | Roeland Jago Douma | 2016-04-20 | 1 | -68/+0 |
| | |||||
* | To be safe don't unload until end (#23752) | Joshua Ruehlig | 2016-04-11 | 1 | -1/+1 |
| | | | | | | * To be safe don't unload until end * unlink needs to be before return to actually do anything | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Clean temp files used for thumbnail generation | Robin Appelman | 2015-09-30 | 1 | -1/+5 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Fix max preview, some resizing and caching issues and force preview ↵ | Olivier Paroz | 2015-06-06 | 1 | -3/+7 |
| | | | | | | | | | | 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** | ||||
* | Split image provider in one sub-class per media type | Olivier Paroz | 2015-04-02 | 1 | -8/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+22 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+21 |
| | |||||
* | add config-option for an image's maximum filesize when generating previews | Georg Ehrke | 2015-01-22 | 1 | -0/+7 |
| | |||||
* | Fix intendation and doc blocks of preview providers | Joas Schilling | 2014-11-28 | 1 | -1/+6 |
| | |||||
* | Move registration of core preview providers to preview | Joas Schilling | 2014-11-27 | 1 | -2/+0 |
| | | | | So the class files only have class code and don't execute code | ||||
* | remove ugly hack and don't use OC\Preview\Image for tiffs and svgs | Georg Ehrke | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | fix orientation in image-backend, not in preview system itself | Georg Ehrke | 2014-07-09 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -1/+2 |
| | | | | | | | | | | | 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 | ||||
* | Use dedicated OC_Image loader methods | Thomas Tanghus | 2013-11-13 | 1 | -2/+2 |
| | | | | This prevents excessive logging and disk access | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+36 |
Conflicts: lib/private/vcategories.php |