Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce text size of text file preview, fix #13720 | Jan-Christoph Borchardt | 2019-01-23 | 1 | -2/+3 |
* | Only generate previews in powers of 4 and set min | Roeland Jago Douma | 2018-10-31 | 1 | -7/+11 |
* | Use correct typeface for txt previews | Jan-Christoph Borchardt | 2018-10-23 | 1 | -1/+1 |
* | Allow the creationg of previews of files stored in appdata | Roeland Jago Douma | 2018-10-08 | 1 | -11/+8 |
* | Fixes | Roeland Jago Douma | 2018-08-24 | 1 | -5/+8 |
* | HEIC previews as JPG rather than PNGs to save space. | Sebastian Steinmetz | 2018-08-24 | 1 | -2/+99 |
* | Merge pull request #10526 from steiny2k/HEICHEIF | Morris Jobke | 2018-08-22 | 1 | -0/+40 |
|\ | |||||
| * | Address comments from @rullzer: | Sebastian Steinmetz | 2018-08-17 | 1 | -0/+8 |
| * | Develop HEIC/HEIF preview support #7406 | Sebastian Steinmetz | 2018-08-11 | 1 | -0/+32 |
* | | Check if a preview provider is available before using it | Roeland Jago Douma | 2018-08-17 | 1 | -0/+4 |
|/ | |||||
* | No need to convert to PDF with LibreOffice, just convert to PNG | Tor Lillqvist | 2018-07-12 | 1 | -9/+9 |
* | Log path of file that failed to be parsed | Morris Jobke | 2018-06-28 | 1 | -1/+1 |
* | Make sure the file is readable before attempting to create a preview | Roeland Jago Douma | 2018-05-30 | 1 | -0/+6 |
* | Delete the previews when a version is restored | Roeland Jago Douma | 2018-05-14 | 2 | -0/+12 |
* | Move to join | Roeland Jago Douma | 2018-05-14 | 1 | -8/+8 |
* | Kill the dete preview watcher | Roeland Jago Douma | 2018-05-14 | 2 | -51/+4 |
* | Add backgroundcleanup job | Roeland Jago Douma | 2018-05-14 | 1 | -0/+91 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 3 | -3/+8 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 3 | -3/+13 |
* | If the preview is size 0 it is invalid | Roeland Jago Douma | 2018-01-22 | 1 | -3/+13 |
* | Improve OC_Image code to not guess the type of input, but actually request th... | Morris Jobke | 2018-01-18 | 1 | -2/+3 |
* | Fix float/integer handling in image API | Morris Jobke | 2018-01-17 | 2 | -4/+6 |
* | Merge pull request #7731 from nextcloud/preview_size_inc | Jan-Christoph Borchardt | 2018-01-09 | 1 | -2/+2 |
|\ | |||||
| * | Max preview size to 4096x4096 | Roeland Jago Douma | 2018-01-08 | 1 | -2/+2 |
* | | Only return 1 type | Roeland Jago Douma | 2018-01-07 | 1 | -5/+17 |
* | | Don't lie about the preview mimetype | Roeland Jago Douma | 2018-01-07 | 1 | -7/+29 |
|/ | |||||
* | Properly detect if fopen fails for txt previews | Roeland Jago Douma | 2017-12-11 | 1 | -0/+5 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 6 | -6/+6 |
* | Update license headers | Morris Jobke | 2017-11-06 | 5 | -4/+6 |
* | Allow requesting the max preview | Roeland Jago Douma | 2017-09-25 | 1 | -0/+6 |
* | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 1 | -1/+1 |
* | Merge pull request #5836 from nextcloud/preview_update | Lukas Reschke | 2017-07-25 | 1 | -1/+7 |
|\ | |||||
| * | Empty search no longer works | Roeland Jago Douma | 2017-07-24 | 1 | -1/+7 |
* | | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 3 | -3/+3 |
|/ | |||||
* | Add PHPDoc | Morris Jobke | 2017-05-02 | 1 | -0/+2 |
* | better handling of preview generation errors | Robin Appelman | 2017-05-02 | 1 | -0/+5 |
* | Some code cleanup | Roeland Jago Douma | 2017-03-19 | 1 | -12/+21 |
* | Don't generate max preview twice | Roeland Jago Douma | 2017-03-19 | 1 | -0/+5 |
* | MP3 without cover don't get a preview | Roeland Jago Douma | 2017-03-10 | 1 | -19/+1 |
* | Fix previews for federated shares | Roeland Jago Douma | 2016-11-24 | 1 | -1/+2 |
* | Dispatch event on preview request | Roeland Jago Douma | 2016-11-10 | 1 | -1/+18 |
* | Added genertor helper & tests | Roeland Jago Douma | 2016-11-03 | 2 | -35/+100 |
* | Moved over files_versions | Roeland Jago Douma | 2016-11-03 | 1 | -5/+10 |
* | Move Ipreview to more of DI thingy | Roeland Jago Douma | 2016-11-03 | 1 | -22/+15 |
* | Fix name conflict | Roeland Jago Douma | 2016-11-03 | 1 | -3/+3 |
* | Move file | Roeland Jago Douma | 2016-11-03 | 1 | -0/+366 |
* | Watch for file modification/deletion | Roeland Jago Douma | 2016-11-03 | 2 | -0/+170 |
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
* | Fix others | Joas Schilling | 2016-07-21 | 25 | -44/+70 |