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: focus-at/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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 25 files changed
  • 5 contributors

Commits on Sep 17, 2020

  1. docs: Fix simple typo, numer -> number

    There is a small typo in test/vendor/mocha.js.
    
    Should read `number` rather than `numer`.
    timgates42 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    d7aa3ec View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Merge pull request blueimp#3678 from timgates42/bugfix_typo_number

    docs: Fix simple typo, numer -> number
    blueimp authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    93467ef View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    3f399d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1363486 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Merge pull request blueimp#1 from blueimp/master

    merge changes from blueimp's original repo
    redemption authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    429a0bf View commit details
    Browse the repository at this point in the history
  2. 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