Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Neoseeker/jQuery-File-Upload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: blueimp/jQuery-File-Upload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 20 files changed
  • 4 contributors

Commits on Apr 9, 2021

  1. 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',
    
    }
    redemption committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f9e1d82 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Update jquery.fileupload.js

    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.
    rtrai authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b44a9a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Fix spelling mistakes/typos found by CodeSpell 2.1.0

    Shaun Case committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0c419b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Update dev dependencies.

    blueimp committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    3d8145f View commit details
    Browse the repository at this point in the history
  2. Update test PHP version.

    blueimp committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    875ca33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ad149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f685e0 View commit details
    Browse the repository at this point in the history
  5. Update GitHub test workflow.

    blueimp committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    049f669 View commit details
    Browse the repository at this point in the history
  6. Merge pull request blueimp#3722 from Neoseeker/imageSmoothingQuality

    Image smoothing quality
    blueimp authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    d98c7fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request blueimp#3724 from rtrai/patch-1

    Drop support for HTMLInputElement.webkitEntries.
    blueimp authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    483c880 View commit details
    Browse the repository at this point in the history
  8. Merge pull request blueimp#3737 from warmsocks/spelling-fixes-en_US

    Fix spelling mistakes/typos found by CodeSpell 2.1.0
    blueimp authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    ea641dd View commit details
    Browse the repository at this point in the history
  9. 10.32.0

    blueimp committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    0c85627 View commit details
    Browse the repository at this point in the history
  10. Ignore all minified JS files.

    blueimp committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    0e92a4d View commit details
    Browse the repository at this point in the history
Loading