Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for $this->fileInfo and @depend on testData() | kondou | 2013-09-01 | 1 | -2/+2 |
* | Merge branch 'master' into fix_4258 | kondou | 2013-08-31 | 1 | -0/+5 |
|\ | |||||
| * | check if ->resource is a resource | Georg Ehrke | 2013-08-15 | 1 | -2/+4 |
| * | fix svg and cache transparency issue | Georg Ehrke | 2013-08-15 | 1 | -0/+3 |
| * | suppress is_file error msg | Georg Ehrke | 2013-08-05 | 1 | -1/+1 |
* | | Fix #4258, clean up \OC_Image and improve its unittest | kondou | 2013-08-30 | 1 | -136/+165 |
* | | Don't throw a fatal, if is_file() parameter isn't | kondou | 2013-08-01 | 1 | -1/+1 |
|/ | |||||
* | Update image.php | j-ed | 2013-03-02 | 1 | -2/+9 |
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -1/+1 |
* | keep transparency when resizing or cropping png/gif | Jörn Friedrich Dreyer | 2013-02-22 | 1 | -0/+15 |
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -8/+24 |
* | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -1/+1 |
|\ | |||||
| * | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
* | | merge master into filesystem | Robin Appelman | 2012-12-03 | 1 | -1/+1 |
|\| | |||||
| * | Update lib/image.php | Isaac Rosenberg | 2012-12-01 | 1 | -1/+1 |
* | | merge master into filesystem | Robin Appelman | 2012-11-21 | 1 | -24/+285 |
|\| | |||||
| * | move code to better places | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -141/+136 |
| * | add php-doc | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -6/+23 |
| * | add bmp support | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -3/+252 |
* | | merge master into filesystem | Robin Appelman | 2012-11-04 | 1 | -1/+1 |
|\| | |||||
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
* | | merge master into filesystem | Robin Appelman | 2012-10-30 | 1 | -36/+36 |
|\| | |||||
| * | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 1 | -10/+10 |
| * | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 1 | -32/+32 |
* | | merge master into filesystem | Robin Appelman | 2012-10-17 | 1 | -1/+1 |
|\| | |||||
| * | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -1/+1 |
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -1/+1 |
|/ | |||||
* | add OC_Image::fitIn | Robin Appelman | 2012-09-08 | 1 | -15/+23 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -5/+5 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -4/+4 |
* | some indention fixes | Robin Appelman | 2012-07-24 | 1 | -7/+6 |
* | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -6/+3 |
* | fixed typo | Johannes Willnecker | 2012-07-10 | 1 | -1/+1 |
* | Fix for oc-972, oc-1144 and oc-1191 | Johannes Willnecker | 2012-07-10 | 1 | -9/+71 |
* | fix variable name and undefined index notice | Bartek Przybylski | 2012-06-10 | 1 | -1/+1 |
* | add function in filesystem to strip webroot | Bartek Przybylski | 2012-06-09 | 1 | -6/+1 |
* | handle encrypted images files in oc_image | Bartek Przybylski | 2012-06-09 | 1 | -4/+7 |
* | removing app access check, fix title for links in tiles | Bartek Przybylski | 2012-06-09 | 1 | -1/+5 |
* | git status | Bartek Przybylski | 2012-06-06 | 1 | -2/+30 |
* | Added data() method to OC_Image to return raw image data. | Thomas Tanghus | 2012-06-05 | 1 | -4/+11 |
* | fix square images not getting proper thumbnails | Robin Appelman | 2012-03-27 | 1 | -1/+1 |
* | crop and resize in a single step when creating thumbnail | Robin Appelman | 2012-03-26 | 1 | -6/+20 |
* | some more memory cleanup in OC_Image | Robin Appelman | 2012-03-26 | 1 | -4/+2 |
* | some more memory cleanup in OC_Image | Robin Appelman | 2012-03-26 | 1 | -0/+8 |
* | gallery migration to events system | Bartek Przybylski | 2012-03-11 | 1 | -1/+1 |
* | Added method for loading from file handle. | Thomas Tanghus | 2012-02-16 | 1 | -16/+31 |
* | Send gallery album thumbnail with OC_Response::sendFile | Bart Visscher | 2012-02-13 | 1 | -0/+5 |
* | OC_Image: Move Content-Type header to show function | Bart Visscher | 2012-02-13 | 1 | -6/+4 |
* | OC_Image: Use valid function instead of checking the resource | Bart Visscher | 2012-02-12 | 1 | -7/+7 |
* | OC_Image: change static vars to object vars | Bart Visscher | 2012-02-09 | 1 | -115/+100 |