1 Commits (1e086064f5b7ebf2d00d024874a1ecf4cf9d13b5)

Author SHA1 Message Date
Christoph Wurst 1e086064f5
Move legacy classes from PSR0 to PSR4 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Samuel CHEMLA 94eb77a535 Fix sanity checks #16963 6 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke 9ff51aafc5
Use index based string access for substr with length of 1 8 years ago
Morris Jobke 3d4c698f44
Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called 8 years ago
Morris Jobke e4b3ee8d8f
Fix float/integer handling in image API 8 years ago
Roeland Jago Douma faa68b28cb
Only return 1 type 8 years ago
Roeland Jago Douma 5b21650097
Don't lie about the preview mimetype 8 years ago
Morris Jobke dbb034f903
Remove unused mimetype detection method in OC_Image 8 years ago
Morris Jobke 31c5c2a592
Change @georgehrke's email 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Julius Härtl 4cfa1c66b8
Doc: Fix phpDoc issues 8 years ago
Robin Appelman 4dfd90abc4
better handling of preview generation errors 9 years ago
Roeland Jago Douma 7dd760d737
Test is a file is a valid jpg file 9 years ago
Joas Schilling 079888f918
Fix code quality a bit 9 years ago
Joas Schilling 1e281bc616
Use 90% JPEG quality for thumbnails and previews by default 9 years ago
Victor Dubiniuk 2585f195da
Check if color exists in palette before using it 9 years ago
Joas Schilling 69046c6662
Make sure invalid images don't flood the log file 9 years ago
Roeland Jago Douma b05fe45d52
Fix avatar on exif rotated images 9 years ago
Thomas Müller df1cc94c23
Some cleanup within OC_Image (#25875) 9 years ago
Joas Schilling 0215b004da
Update with robin 9 years ago
Joas Schilling ba87db3fcc
Fix others 9 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Roeland Jago Douma 368be8894c
Move non PSR-4 files from lib/private root to legacy 10 years ago
Lukas Reschke c353d51810 Remove Scrutinizer Auto Fixer 10 years ago
Lukas Reschke 933f60e314 Update author information 10 years ago
Morris Jobke e60e0fe22c Fix BMP support 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Lukas Reschke 26c3fa7911 Annotate type 10 years ago
Lukas Reschke 8f09d5b67c Update license headers 10 years ago
Olivier Paroz 3d0a523217 Make sure we have a resource before measuring its size 11 years ago
Olivier Paroz 71d65cb713 Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Joas Schilling 8ed27d2ce0 Create an interface for OC_Image and OCP\Image for the public API 11 years ago
Georg Ehrke 09b05373ed validate resource's integrity before using it 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Morris Jobke a496c34aea Check if imageflip is available 11 years ago
Georg Ehrke 6b33481652 remove insane debug-log from OC_Image 11 years ago
Morris Jobke a28d3b594b Fix exif orientation for flipped images 11 years ago
Andreas Fischer 3ebb69944b Do not call filesize(null), this function expects a string. 11 years ago
Thomas Müller b2175f0e25 Use \OCP\ILogger 11 years ago
Byron Marohn fa9b36b726 Added error check to lib/private/image.php 11 years ago
Olivier Paroz e2a9bd7838 You can only change the oritentation of a JPEG 11 years ago
kondou 18ef7bf1ed Preserve transparency when loading from a file 11 years ago
Morris Jobke f61658945f Close file handle if exception occurs in image class 11 years ago
Georg Ehrke fa461befbc extract transparency fix from #8050 11 years ago