Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-02Update image.phpj-ed
2013-02-22Whitespace fixesBart Visscher
2013-02-22keep transparency when resizing or cropping png/gifJörn Friedrich Dreyer
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-01-16merge master into filesystemRobin Appelman
2013-01-16Whitespace cleanupBart Visscher
2012-12-03merge master into filesystemRobin Appelman
2012-12-02Update lib/image.phpIsaac Rosenberg
2012-11-22merge master into filesystemRobin Appelman
2012-11-12move code to better placesJörn Friedrich Dreyer
2012-11-12add php-docJörn Friedrich Dreyer
2012-11-12add bmp supportJörn Friedrich Dreyer
2012-11-05merge master into filesystemRobin Appelman
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-10-31merge master into filesystemRobin Appelman
2012-10-29NoSpaceAfterCommaFelix Moeller
2012-10-28NoSpaceAfterCommaFelix Moeller
2012-10-17merge master into filesystemRobin Appelman
2012-10-14Whitespace cleanupBart Visscher
2012-10-10don't use depricated OC_FilesystemRobin Appelman
2012-09-09add OC_Image::fitInRobin Appelman
2012-09-07adding space between) and {Thomas Mueller
2012-08-29Whitespace fixes in libBart Visscher
2012-07-24some indention fixesRobin Appelman
2012-07-20fix unused variablesRobin Appelman
2012-07-10fixed typoJohannes Willnecker
2012-07-10Fix for oc-972, oc-1144 and oc-1191Johannes Willnecker
2012-06-10fix variable name and undefined index noticeBartek Przybylski
2012-06-09add function in filesystem to strip webrootBartek Przybylski
2012-06-09handle encrypted images files in oc_imageBartek Przybylski
2012-06-09removing app access check, fix title for links in tilesBartek Przybylski
2012-06-07git statusBartek Przybylski
2012-06-05Added data() method to OC_Image to return raw image data.Thomas Tanghus
2012-03-27fix square images not getting proper thumbnailsRobin Appelman
2012-03-27crop and resize in a single step when creating thumbnailRobin Appelman
2012-03-27some more memory cleanup in OC_ImageRobin Appelman
2012-03-27some more memory cleanup in OC_ImageRobin Appelman
2012-03-11gallery migration to events systemBartek Przybylski
2012-02-16Added method for loading from file handle.Thomas Tanghus
2012-02-14Send gallery album thumbnail with OC_Response::sendFileBart Visscher
2012-02-14OC_Image: Move Content-Type header to show functionBart Visscher
2012-02-12OC_Image: Use valid function instead of checking the resourceBart Visscher
2012-02-10OC_Image: change static vars to object varsBart Visscher
2012-02-09Change gallery thumbnail generation to OC_ImageBart Visscher
2012-01-20make oc_image work when php_exif isn't enabledRobin Appelman
2012-01-13Don't chunk_split encoded image string.Thomas Tanghus
2012-01-09Just a comment ;-)Thomas Tanghus
2012-01-05Added fixOrientation method which rotates the image based on EXIF data.Thomas Tanghus
2012-01-05Wrong permission checking on file save.Thomas Tanghus
2012-01-05Content type header was sent when saving image to disk.Thomas Tanghus