| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we have a resource before measuring its size | Olivier Paroz | 2015-06-08 | 1 | -1/+5 |
* | Fix max preview, some resizing and caching issues and force preview providers... | Olivier Paroz | 2015-06-06 | 1 | -0/+20 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -7/+30 |
* | Create an interface for OC_Image and OCP\Image for the public API | Joas Schilling | 2015-03-16 | 1 | -2/+5 |
* | validate resource's integrity before using it | Georg Ehrke | 2015-03-16 | 1 | -1/+4 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -29/+11 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -11/+29 |
* | Check if imageflip is available | Morris Jobke | 2015-02-12 | 1 | -1/+1 |
* | remove insane debug-log from OC_Image | Georg Ehrke | 2015-01-22 | 1 | -1/+0 |
* | Fix exif orientation for flipped images | Morris Jobke | 2015-01-18 | 1 | -5/+12 |
* | Do not call filesize(null), this function expects a string. | Andreas Fischer | 2014-12-18 | 1 | -1/+1 |
* | Use \OCP\ILogger | Thomas Müller | 2014-12-01 | 1 | -257/+264 |
* | Added error check to lib/private/image.php | Byron Marohn | 2014-12-01 | 1 | -0/+6 |
* | You can only change the oritentation of a JPEG | Olivier Paroz | 2014-11-24 | 1 | -0/+4 |
* | Preserve transparency when loading from a file | kondou | 2014-09-10 | 1 | -0/+6 |
* | Close file handle if exception occurs in image class | Morris Jobke | 2014-08-13 | 1 | -0/+4 |
* | extract transparency fix from #8050 | Georg Ehrke | 2014-07-30 | 1 | -0/+8 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -23/+23 |
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -3/+3 |
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -79/+109 |
|\ |
|
| * | unit tests for specific image type output added | Thomas Müller | 2014-03-17 | 1 | -1/+6 |
| * | fixing PHPDoc | Thomas Müller | 2014-03-17 | 1 | -49/+58 |
| * | OC_Image::_output() - throw exception instead of falling back to png | Georg Ehrke | 2014-03-14 | 1 | -1/+1 |
| * | remove image/pjpeg from OC_Image::_output | Georg Ehrke | 2014-03-14 | 1 | -1/+0 |
| * | don't change mimetype of whole image object | Georg Ehrke | 2014-03-14 | 1 | -6/+6 |
| * | make it possible to influence output type of \OC_Image | Georg Ehrke | 2014-03-14 | 1 | -7/+40 |
| * | Merge pull request #7182 from owncloud/imagerotate_and_loadbase64_fix | Vincent Petry | 2014-03-06 | 1 | -4/+3 |
| |\ |
|
| | * | Fix imagerotate and move loadFromBase64() one up. | kondou | 2014-02-12 | 1 | -4/+3 |
| * | | remove unused code and fix wrong variable names - some PHPDoc updated | Thomas Müller | 2014-02-26 | 1 | -23/+8 |
* | | | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #6962 from owncloud/quota-space-root | Thomas Müller | 2014-02-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Merge branch 'master' into quota-space-root | Robin Appelman | 2014-02-07 | 1 | -2/+2 |
| |\| |
|
| * | | Don't create new thumbnails on the write hook | Robin Appelman | 2014-02-04 | 1 | -1/+1 |
* | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -4/+5 |
* | | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | encode imagePath and fix documentation of loadFromFile | Georg Ehrke | 2014-01-11 | 1 | -2/+2 |
| * | | fix issue with logging non utf8 chars | Georg Ehrke | 2013-12-16 | 1 | -1/+1 |
| |/ |
|
* / | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -6/+5 |
|/ |
|
* | Revert "use relative paths to create images from a file. This way it also wor... | Bjoern Schiessle | 2013-11-22 | 1 | -16/+15 |
* | use relative paths to create images from a file. This way it also works if | Bjoern Schiessle | 2013-11-22 | 1 | -15/+16 |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+1020 |