Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update image.php | j-ed | 2013-03-02 | 1 | -2/+9 |
| | | | | don't try to extract image infos from 0- or better less than 12 byte length files. See description of `exif_imagetype` function at `http://php.net/manual/de/function.exif-imagetype.php`. | ||||
* | 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 |
| | | | | | | Corrected simple typo | ||||
* | | 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 |
| | | | | also so more explicit memory cleanup | ||||
* | 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 |
| | |||||
* | Change gallery thumbnail generation to OC_Image | Bart Visscher | 2012-02-08 | 1 | -1/+5 |
| | |||||
* | make oc_image work when php_exif isn't enabled | Robin Appelman | 2012-01-20 | 1 | -3/+5 |
| | |||||
* | Don't chunk_split encoded image string. | Thomas Tanghus | 2012-01-12 | 1 | -1/+1 |
| | | | | | Don't return json error but null if card can't be parsed. Small check for non-parsable card in index.php. | ||||
* | Just a comment ;-) | Thomas Tanghus | 2012-01-09 | 1 | -0/+1 |
| | |||||
* | Added fixOrientation method which rotates the image based on EXIF data. | Thomas Tanghus | 2012-01-05 | 1 | -2/+82 |
| | |||||
* | Wrong permission checking on file save. | Thomas Tanghus | 2012-01-04 | 1 | -3/+3 |
| | |||||
* | Content type header was sent when saving image to disk. | Thomas Tanghus | 2012-01-04 | 1 | -2/+2 |
| |