Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move non PSR-4 files from lib/private root to legacy | Roeland Jago Douma | 2016-04-30 | 1 | -1147/+0 |
| | | | | | | As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted. | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Fix BMP support | Morris Jobke | 2016-02-14 | 1 | -0/+1 |
| | | | | * fixes #16461 | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
| | |||||
* | Annotate type | Lukas Reschke | 2016-01-04 | 1 | -6/+8 |
| | | | | Otherwise static code scanners will complain about this. | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | 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 ↵ | Olivier Paroz | 2015-06-06 | 1 | -0/+20 |
| | | | | | | | | | | 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** | ||||
* | 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 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 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 |
| | | | | | * imageflip() isn't available in PHP < 5.5 * fixes #14130 | ||||
* | 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 |
| | | | | | | | | fixes #13363 Links: * http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/ * Example data: https://github.com/recurser/exif-orientation-examples | ||||
* | Do not call filesize(null), this function expects a string. | Andreas Fischer | 2014-12-18 | 1 | -1/+1 |
| | | | | filesize(null) yields an int on HHVM and thus exif_imagetype(null) is called. | ||||
* | 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 |
| | | | | | | | This checks that imagecreatetruecolor actually creates an image, rather than returning FALSE. Without this check, subsequent loop might create billions of ERROR-level log messages. Signed-off-by: Byron Marohn <combustible@live.com> | ||||
* | You can only change the oritentation of a JPEG | Olivier Paroz | 2014-11-24 | 1 | -0/+4 |
| | | | | | | TIFFs also have EXIF headers, but they're not supported by the Image class PHP doc http://php.net/manual/en/function.exif-read-data.php | ||||
* | Preserve transparency when loading from a file | kondou | 2014-09-10 | 1 | -0/+6 |
| | | | | Fix #7148 - again :) | ||||
* | Close file handle if exception occurs in image class | Morris Jobke | 2014-08-13 | 1 | -0/+4 |
| | | | | ref #10392 | ||||
* | 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 |
| | | | | * test case added to avoid adding them later | ||||
* | 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 |
| | | | | using scrutinizer patch | ||||
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -79/+109 |
|\ | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php | ||||
| * | 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 | ||||
| | * | Fix imagerotate and move loadFromBase64() one up. | kondou | 2014-02-12 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | imagerotate() with third parameter being -1 does not seem to work in PHP 5.5 loadFromBase64() one up, so debug-logs aren't spammed (as much) with urlencoded base64-data from loadFromFile() debug output. | ||||
| * | | 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 |
|\ \ | | | | | | | Allow passing a root folder to get the used space from in the quota wrapper | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | | 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 ↵ | Bjoern Schiessle | 2013-11-22 | 1 | -16/+15 |
| | | | | | | works if" This reverts commit 3488f0b77a2d03747bf20b5d870639cb40440083. | ||||
* | use relative paths to create images from a file. This way it also works if | Bjoern Schiessle | 2013-11-22 | 1 | -15/+16 |
| | | | | no user is logged in (e.g. public gallery share) | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+1020 |
Conflicts: lib/private/vcategories.php |