| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop flooding the log, when previews are disabled | Joas Schilling | 2014-12-03 | 1 | -1/+1 |
* | Split bitmap providers into one per file | Joas Schilling | 2014-11-28 | 1 | -2/+0 |
* | Split office providers into one class per file | Joas Schilling | 2014-11-28 | 1 | -1/+0 |
* | Fix intendation and doc blocks of preview providers | Joas Schilling | 2014-11-28 | 1 | -5/+0 |
* | Move registration of core preview providers to preview | Joas Schilling | 2014-11-27 | 1 | -2/+70 |
* | The class name is Movie NOT Movies | Olivier Paroz | 2014-11-25 | 1 | -2/+2 |
* | remove ugly hack and don't use OC\Preview\Image for tiffs and svgs | Georg Ehrke | 2014-11-23 | 1 | -10/+0 |
* | Merge pull request #11741 from owncloud/delete_all_children_preview_2 | Vincent Petry | 2014-11-17 | 1 | -16/+94 |
|\ |
|
| * | delete all children's previews when deleting a folder | Georg Ehrke | 2014-10-30 | 1 | -16/+94 |
* | | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
|/ |
|
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
* | Remove insane comment | Lukas Reschke | 2014-10-16 | 1 | -1/+0 |
* | Fix SVG icons | Lukas Reschke | 2014-10-16 | 1 | -2/+13 |
* | Merge pull request #11367 from owncloud/removeIsMimeSupported | Lukas Reschke | 2014-10-12 | 1 | -3/+1 |
|\ |
|
| * | Remove uneeded slicing of element | Lukas Reschke | 2014-09-30 | 1 | -3/+1 |
* | | New generic class for Imagemagick conversions | Olivier Paroz | 2014-10-04 | 1 | -3/+5 |
|/ |
|
* | Clarify possible preview providers for type Office | Lukas Reschke | 2014-09-24 | 1 | -2/+6 |
* | Add a configuration switch for enabled preview mimetypes | Lukas Reschke | 2014-09-22 | 1 | -12/+35 |
* | make sure preview prop is instanceof OC_Image before using it in showPreview | Georg Ehrke | 2014-09-21 | 1 | -1/+3 |
* | Throw error in showPreview instead the constructor | Lukas Reschke | 2014-09-19 | 1 | -7/+7 |
* | Merge pull request #9554 from owncloud/fix_preview_orientation | Lukas Reschke | 2014-09-17 | 1 | -2/+0 |
|\ |
|
| * | fix orientation in image-backend, not in preview system itself | Georg Ehrke | 2014-07-09 | 1 | -2/+0 |
* | | Route for thumbnail generation | tobiasKaminsky | 2014-09-16 | 1 | -0/+6 |
* | | add phpdoc | Georg Ehrke | 2014-09-15 | 1 | -0/+4 |
* | | add y to with-aspect naming schema | Georg Ehrke | 2014-09-15 | 1 | -7/+13 |
* | | Adding support for tiff files | Olivier Paroz | 2014-09-02 | 1 | -0/+1 |
* | | Check return of fopen() before using it | Joas Schilling | 2014-08-04 | 1 | -5/+8 |
* | | Merge pull request #10051 from owncloud/preview-empty-text | Thomas Müller | 2014-07-31 | 1 | -0/+30 |
|\ \ |
|
| * | | Use svg mimeicons for empty text files | Robin Appelman | 2014-07-30 | 1 | -0/+30 |
| |/ |
|
* / | Also keep maxY into account when scaling a preview while preserving aspect ratio | Robin Appelman | 2014-07-30 | 1 | -2/+8 |
|/ |
|
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -27/+27 |
* | object -> \OC\Preview | Thomas Müller | 2014-05-13 | 1 | -1/+1 |
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -5/+5 |
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
* | Dont create borders around previews when scaling up is disabled | Robin Appelman | 2014-05-05 | 1 | -1/+1 |
* | Images on public sharing get downscaled to increase use experience - this wil... | Thomas Müller | 2014-05-02 | 1 | -19/+41 |
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -0/+16 |
* | Merge pull request #8019 from owncloud/thumbnail_fixes | Thomas Müller | 2014-04-14 | 1 | -102/+132 |
|\ |
|
| * | adding unit test for cache mechanism | Thomas Müller | 2014-04-04 | 1 | -49/+49 |
| * | fixing typos/spellings | Thomas Müller | 2014-04-04 | 1 | -4/+11 |
| * | fix float comparison for negative results | Jörn Friedrich Dreyer | 2014-04-03 | 1 | -2/+2 |
| * | extract more methods | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -46/+63 |
| * | extract method isCachedBigger | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -14/+33 |
| * | remove unnecessary code | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -16/+2 |
| * | compare floats with epsilon | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -1/+2 |
* | | Pass the correct root to the preview on post_write | Robin Appelman | 2014-04-04 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #7704 from owncloud/preview_use_pre_instead_of_post_delete... | Vincent Petry | 2014-03-17 | 1 | -11/+54 |
|\ |
|
| * | improve validation of getFileInfo in \OC\Preview | Georg Ehrke | 2014-03-13 | 1 | -8/+20 |
| * | use preDelete instead of postDelete hook | Georg Ehrke | 2014-03-13 | 1 | -3/+34 |
* | | always output a png | Georg Ehrke | 2014-03-14 | 1 | -1/+1 |
|/ |
|