Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if the file isReadable() before sending a (cached) preview | Joas Schilling | 2016-08-29 | 1 | -0/+2 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | allow passing the fileinfo to the preview manager | Robin Appelman | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -2/+2 |
| | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | Allow creating previewss that cover the specified dimensions | Robin Appelman | 2015-09-02 | 1 | -0/+2 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | Use the PreviewManager where possible | Joas Schilling | 2015-03-16 | 1 | -3/+2 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+20 |
| | |||||
* | Verify whether type is correct | Lukas Reschke | 2015-01-08 | 1 | -16/+12 |
| | | | | `$this->info` can very well contain an empty array or possibly other values. This means that when this code path is called a PHP Fatal error might get thrown which is not what we want. | ||||
* | new OC.Search, add search result formatters and handlers, use full content ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
| | | | | width for results | ||||
* | Close the session for preview generation | Lukas Reschke | 2014-09-29 | 1 | -0/+1 |
| | | | | Without closing the session every preview image generation is locking the session which makes the webinterface unresponsive. | ||||
* | Merge pull request #10051 from owncloud/preview-empty-text | Thomas Müller | 2014-07-31 | 1 | -1/+2 |
|\ | | | | | Use svg mimeicons for empty text files | ||||
| * | Use svg mimeicons for empty text files | Robin Appelman | 2014-07-30 | 1 | -1/+2 |
| | | |||||
* | | Also keep maxY into account when scaling a preview while preserving aspect ratio | Robin Appelman | 2014-07-30 | 1 | -4/+0 |
|/ | |||||
* | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 1 | -1/+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 | ||||
* | rename url parameter | Robin Appelman | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | Add url parameter to control whether previews should return 404 when the ↵ | Robin Appelman | 2014-02-21 | 1 | -1/+2 |
| | | | | mimetype is unsupported | ||||
* | Show svg mime icons when no preview is available | Robin Appelman | 2014-02-19 | 1 | -13/+17 |
| | |||||
* | remove empty line | Georg Ehrke | 2014-01-30 | 1 | -1/+0 |
| | |||||
* | don't urldecode get var, php does this automatically | Georg Ehrke | 2014-01-30 | 1 | -1/+2 |
| | |||||
* | style fixes for preview lib | Georg Ehrke | 2013-08-19 | 1 | -4/+5 |
| | |||||
* | remove \OC\Preview::showErrorPreview | Georg Ehrke | 2013-08-14 | 1 | -3/+0 |
| | |||||
* | style fixes | Georg Ehrke | 2013-07-30 | 1 | -0/+42 |