-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Neoseeker/jQuery-File-Upload
base: master
head repository: blueimp/jQuery-File-Upload
compare: master
- 13 commits
- 20 files changed
- 4 contributors
Commits on Apr 9, 2021
-
allow configuration of imageSmoothingQuality. default is "low", other…
… options are "medium" and "high". Usage: $('#fileupload').fileupload({ disableImageResize: /Android(?!.*Chrome)|Opera/ .test(window.navigator && navigator.userAgent), imageSmoothingQuality: 'medium', }
Configuration menu - View commit details
-
Copy full SHA for f9e1d82 - Browse repository at this point
Copy the full SHA f9e1d82View commit details
Commits on Apr 14, 2021
-
This code creates issues with multiple file attachments with ios. only the first attachment works, subsequent attachment fails. HTMLInputElement.webkitEntries api for input file element, is highly inconsistent in nature. web documents suggests that webkitEntries is non-standard and experimental api and support for it has been dropped.
Configuration menu - View commit details
-
Copy full SHA for b44a9a4 - Browse repository at this point
Copy the full SHA b44a9a4View commit details
Commits on Jul 8, 2021
-
Fix spelling mistakes/typos found by CodeSpell 2.1.0
Shaun Case committedJul 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 0c419b0 - Browse repository at this point
Copy the full SHA 0c419b0View commit details
Commits on Sep 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3d8145f - Browse repository at this point
Copy the full SHA 3d8145fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 875ca33 - Browse repository at this point
Copy the full SHA 875ca33View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ad149 - Browse repository at this point
Copy the full SHA d8ad149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f685e0 - Browse repository at this point
Copy the full SHA 3f685e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049f669 - Browse repository at this point
Copy the full SHA 049f669View commit details -
Merge pull request blueimp#3722 from Neoseeker/imageSmoothingQuality
Image smoothing quality
Configuration menu - View commit details
-
Copy full SHA for d98c7fc - Browse repository at this point
Copy the full SHA d98c7fcView commit details -
Merge pull request blueimp#3724 from rtrai/patch-1
Drop support for HTMLInputElement.webkitEntries.
Configuration menu - View commit details
-
Copy full SHA for 483c880 - Browse repository at this point
Copy the full SHA 483c880View commit details -
Merge pull request blueimp#3737 from warmsocks/spelling-fixes-en_US
Fix spelling mistakes/typos found by CodeSpell 2.1.0
Configuration menu - View commit details
-
Copy full SHA for ea641dd - Browse repository at this point
Copy the full SHA ea641ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c85627 - Browse repository at this point
Copy the full SHA 0c85627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e92a4d - Browse repository at this point
Copy the full SHA 0e92a4dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master