Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .Net Backend Code To .Net Core #574

Open
wants to merge 330 commits into
base: Next
Choose a base branch
from
Open

Update .Net Backend Code To .Net Core #574

wants to merge 330 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 16, 2015

  1. Configuration menu
    Copy the full SHA
    5a0c3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b8df64 View commit details
    Browse the repository at this point in the history
  3. Fixed typeof check for array

    mrawdon committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    ac81e1f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Bump version to close #210

    Steffen Fagerström Christensen authored and Steffen Fagerström Christensen committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    dec8b2f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. Merge pull request #211 from mrawdon/master

    Added support for multiple part file extensions
    steffentchr committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    a94700a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Configuration menu
    Copy the full SHA
    702db5f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Merge pull request #215 from mrawdon/master

    Added support for promises returned from generateUniqueIdentifier
    steffentchr committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    15d20a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d5c090 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #216 from benjamincarp/master

    fix order of operations bug with duplicate files in one drag/drop
    steffentchr committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    4985f0f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Configuration menu
    Copy the full SHA
    393ed3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #218 from fogninid/master

    add parameter namespacing support
    steffentchr committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    d1ff4ae View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. fix dropping a folder with a large number of files in it

    Ben Carpenter committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    47a2434 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Merge pull request #219 from benjamincarp/master

    fix dropping a folder with a large number of files in it
    steffentchr committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    f19259b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Fixes proprocessState bug.

    This bug causes the preprocessState to be reset to 1 even after preprocess runs and sets it to 2. This results in chunks not thinking they are complete and causing issues later in the event chain.
    aaronleesmith committed May 12, 2015
    Configuration menu
    Copy the full SHA
    789ae98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from thegreenpizza/thegreenpizza-patch-1

    Fixes proprocessState bug.
    aaronleesmith committed May 12, 2015
    Configuration menu
    Copy the full SHA
    34edc86 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. Merge pull request #224 from thegreenpizza/master

    Merges in preprocessState issues found discussed in issue #114.
    steffentchr committed May 13, 2015
    Configuration menu
    Copy the full SHA
    022b3d3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. Converted java example to a maven project

    Greg Donarum committed May 15, 2015
    Configuration menu
    Copy the full SHA
    c996111 View commit details
    Browse the repository at this point in the history
  2. Create upload folder if necessary

    Greg Donarum committed May 15, 2015
    Configuration menu
    Copy the full SHA
    f742bc1 View commit details
    Browse the repository at this point in the history
  3. Added jetty run instructions

    Greg Donarum committed May 15, 2015
    Configuration menu
    Copy the full SHA
    966e6b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #225 from gdonarum/master

    Java sample converted to Maven project
    steffentchr committed May 15, 2015
    Configuration menu
    Copy the full SHA
    ee167fe View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. dragenter needs to be preventDefault'd too

    The default action of dragenter is to "Reject immediate user selection as
    potential target element". Internet Explorer follows this, and therefore
    stops the drag and drop from working as intended.
    
    See http://www.w3.org/html/wg/drafts/html/master/editing.html#dndevents
    and
    http://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html
    mdj2 committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    40178f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Merge pull request #227 from mdj2/master

    dragenter needs to be preventDefault'd too
    steffentchr committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    6031073 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Configuration menu
    Copy the full SHA
    da5a493 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from kkirsche/patch-1

    Remove moot `version` property from bower.json
    steffentchr committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    8100136 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. Update readme.md

    missing ` in line 144 * `.chunkingComplete(file)` File is ready for upload
    renkaixin committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    ad208eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #229 from renkaixin/patch-1

    Update readme.md
    steffentchr committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    a6927bf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Configuration menu
    Copy the full SHA
    cd95ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a787e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8040cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #231 from atlassian/feature/allow-2xx

    Accept status code 2XX instead of just 200.
    steffentchr committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    a8cc565 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #232 from atlassian/feature/allow-method-overwrite

    Allow overwrite of upload & test method
    steffentchr committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    bc16758 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #233 from atlassian/feature/target-function

    Allow more flexible targets urls
    steffentchr committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    c300483 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Revert response codes 202-2XX back to being negative responses so the…

    … 204 (no content) code will continue to work as a non- failure logged negative response to resumable.js "test GET" requests.
    vsivsi committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    5df380f View commit details
    Browse the repository at this point in the history
  2. Backend using Resumable.php

    Resumable.php is a PHP package for resumable.js
    dilab committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    8fca42c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from dilab/dilab-add-resumablephp

    Backend using Resumable.php
    dilab committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    77c4d11 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #236 from vsivsi/201_only

    Revert response codes 202-2XX back to being negative responses
    steffentchr committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    fca3080 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #237 from dilab/master

    add Resumable.php
    steffentchr committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    147d0e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Call readDir when dropping folders into Chrome

    When dropping folders into Chrome, the function readDir is defined in
    order to be able to recursively call the function. readDir is then
    never actually called, the upshot of which being no folders ever get
    added from a drop into Chrome.
    TeaSeaLancs committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    6133df0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #241 from TeaSeaLancs/master

    Call readDir when dropping folders into Chrome
    steffentchr committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    0537a21 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Configuration menu
    Copy the full SHA
    57cad1a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. Update PHP Sample to fix recreating file before file is finished uplo…

    …ading
    
    A problem was discovered in the PHP sample where the server would start
    building the file before all the file’s chunks where received and
    therefore corrupted the file. I have edited the code to do a check to
    see if the server has the files equal to the size of the file being
    uploaded before building the file.
    ChadTaljaardt committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    5c65475 View commit details
    Browse the repository at this point in the history
  2. Update on requested fixes

    Here is the update :)
    ChadTaljaardt committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    af7158e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #247 from ChadTaljaardt/master

    Update PHP Sample to fix recreating file before file is finished uploading
    Christian Palmhøj Nielsen committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    71fb3e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Configuration menu
    Copy the full SHA
    eac1f0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #251 from damienklinnert/feature/header-function

    Allow to pass in a function that creates the headers on the fly
    steffentchr committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    f14da84 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Configuration menu
    Copy the full SHA
    1b4c1d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #254 from damienklinnert/fix/max-files-error

    Clarify maxFiles error message
    steffentchr committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    96596fe View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Added package.json for NPM

    mspanc committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    7232932 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. Configuration menu
    Copy the full SHA
    0864fb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #260 from matthewdenobrega/master

    Exposed API for manually handling change and drop events
    steffentchr committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    aa9e231 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. Configuration menu
    Copy the full SHA
    c49da52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from NBallaney/patch-2

    Fix error reporting when removing temp files
    steffentchr committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    ceb1903 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    5c99a71 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. Merge pull request #257 from mspanc/master

    Added package.json for NPM
    steffentchr committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    a00f80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008d0f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c934d7d View commit details
    Browse the repository at this point in the history
  4. remove dflk file

    claudio committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    e232ba8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Merge pull request #263 from 8ivek/master

    Backend on PHP.md file modified to sort warnings and an error
    steffentchr committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    c5246f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Renamed type def file as per basarat's recommendation

    Added test file with example usage
    matthewdenobrega committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    8a7dd2f View commit details
    Browse the repository at this point in the history
  2. Added header

    Tweaked signatures
    matthewdenobrega committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    3d0dd23 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #264 from matthewdenobrega/master

    Added draft Typescript definition file
    steffentchr committed Nov 30, 2015
    1 Configuration menu
    Copy the full SHA
    6f0e76b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Added beforeCancel event

    This event might be necessary processing the files being cancelled specially for server side.
    currently we can't use the cancels since by the time it fires the r.files object is already empty
    RenzoF committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    c360cc7 View commit details
    Browse the repository at this point in the history
  2. Added description for beforeBancel event

    Added documentation for beforeCancel envent
    RenzoF committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    6c7e0af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #269 from RenzoF/master

    Add new beforeCancel event
    steffentchr committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    f0ffdc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Make sure fileSuccess event are not fired before the server has ret…

    …urned.
    
    Do you remember installing Windows 95? How it got to 95% done and then hung for the next few hours without any progress. This commit brings the awesomeness of this to Resumable.js as well.
    
    Before, we use the upload progress as an indicator of the full upload process -- this meant that `fileSuccess` would fire before the server had returned its status code in some cases. Since we rely on that status code, a simple padding has been made of the last 5% of the progress of each individual chunks is actually assigned to the server returning -- instead of to the pure bytes being updated. 
    
    Given small enough chunk sizes, this should now affect the user experience of using resumable.
    steffentchr committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    d86cbf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Configuration menu
    Copy the full SHA
    8242cc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. Proper TypeScript definitions

    Fixes #262
    niieani committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    d2a74b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #281 from niieani/patch-1

    Proper TypeScript definitions
    steffentchr committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    7f01e5e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Configuration menu
    Copy the full SHA
    a570a43 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. file input shows "no file chosen"

    This adds an option to clear the input field. It defaultsto true, since that is the default right now.
    dagomar committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    44f7ed6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from Online-Agency/dagomar-patch-1

    file input shows "no file chosen"
    steffentchr committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    af9d810 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Add options to Resumable obj configuration to choose POST/GET paramet…

    …er names (e.g. chunkNumberParameterName: "resumableChunkNumber")
    guzmanfg committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    ef962ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0faf6a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Merge pull request #292 from guzmanfg/master

    Add parameter naming to configuration options
    steffentchr committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    9870819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ded00b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Merge pull request #293 from vsivsi/master

    Fix typo in latest master that breaks resumableTotalChunks
    steffentchr committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    d87e31c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c927947 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Add .NET sample

    guzmanfg committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    aaa2f94 View commit details
    Browse the repository at this point in the history
  2. Cleaning code

    guzmanfg committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    58e85bf View commit details
    Browse the repository at this point in the history
  3. Refactor sample code

    guzmanfg committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    e5e78c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #300 from guzmanfg/master

    Added .NET sample
    steffentchr committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    f3085f6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    9c59976 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Update resumable.js

    Fixed relative paths submitting incorrectly ref #304
    nickdatum committed May 10, 2016
    Configuration menu
    Copy the full SHA
    ad7bea1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from nickdatum/nickdatum-patch-1

    Update resumable.js
    nickdatum committed May 10, 2016
    Configuration menu
    Copy the full SHA
    e1b91c2 View commit details
    Browse the repository at this point in the history
  3. Update resumable.js

    nickdatum committed May 10, 2016
    Configuration menu
    Copy the full SHA
    ab1152e View commit details
    Browse the repository at this point in the history
  4. Update resumable.js

    nickdatum committed May 10, 2016
    Configuration menu
    Copy the full SHA
    4629981 View commit details
    Browse the repository at this point in the history
  5. Update resumable.js

    nickdatum committed May 10, 2016
    Configuration menu
    Copy the full SHA
    0203de6 View commit details
    Browse the repository at this point in the history
  6. Update resumable.js

    nickdatum committed May 10, 2016
    Configuration menu
    Copy the full SHA
    d0a1e85 View commit details
    Browse the repository at this point in the history
  7. Update resumable.js

    nickdatum committed May 10, 2016
    Configuration menu
    Copy the full SHA
    c5cee0f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Update resumable.js

    Rewrote part of the functionality to improve performance with large number of folders/files. This also fixed the paths being incorrect.
    nickdatum committed May 11, 2016
    Configuration menu
    Copy the full SHA
    481ab9d View commit details
    Browse the repository at this point in the history
  2. Update resumable.js

    Added decrementing of queue increase of entry error
    nickdatum committed May 11, 2016
    Configuration menu
    Copy the full SHA
    6a7ab19 View commit details
    Browse the repository at this point in the history
  3. Update resumable.js

    Added prepending forward slash to relativePath
    nickdatum committed May 11, 2016
    Configuration menu
    Copy the full SHA
    f48a5ef View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Merge pull request #313 from nickdatum/performance-relative

    Performance relative
    steffentchr committed May 27, 2016
    Configuration menu
    Copy the full SHA
    1897f32 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Configuration menu
    Copy the full SHA
    8d0b57b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2016

  1. Merge pull request #321 from azmenak/master

    Use application/octet-stream for content type
    steffentchr authored Jun 26, 2016
    Configuration menu
    Copy the full SHA
    90dce5e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Configuration menu
    Copy the full SHA
    1bd80f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #322 from azmenak/patch-1

    Add message argument to docs for fileSuccess event
    steffentchr authored Jun 27, 2016
    Configuration menu
    Copy the full SHA
    29545a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Add public method updateQuery which allows you to update the url after

    initialization.  Useful when you want to grab more information before you
    actually start uploading content.
    rgass committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    e706226 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2016

  1. Added the list of skipped files as filesAdded callback parameter.

    That way it is possible to handle the files skipped because already
    uploaded (i.e. notifying the user instead of skipping them silently).
    Alessio Gaeta authored and meden committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    4f6b3d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #337 from meden/files-skipped

    Added the list of skipped files as filesAdded callback parameter.
    steffentchr authored Oct 23, 2016
    Configuration menu
    Copy the full SHA
    bd98c8b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Promise support for generateUniqueIdentifier added

    - renamed done() and fail() parameter of optional async generateUniqueIdentifier
      result to then() in order to support ES6 Promises
    - fix: addFile() isn't called when async generateUniqueIdentifier call fails
    - 'filesAdded' event is now fired after all (sync and async) identifiers are generated
    - 'filesAdded' event is only fired if at least one file was generated synchronously or
      async generation succeeded
    - updated Readme to reflect changes
    - node.js example extended to include async demonstration
    thewilli committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    11b87e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. jQuery: check and switch '$' -> 'jQuery'

    - existence of jQuery is checked before it is used
        - if not found a descriptive Error is thrown
    - 'jQuery' global is used instead of '$' shorthand form
        - allows to use resumable.js in environments where '$'
          global is reserved (e.g. Microsoft SharePoint)
    thewilli committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    6856014 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #343 from thewilli/jquery-check

    jQuery: check and switch '$' -> 'jQuery'
    steffentchr authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    2ecc0e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #342 from thewilli/async-unique-identifier

    Promise support for generateUniqueIdentifier added
    steffentchr authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    e932d21 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. parameters can now be disabled

    if a parameter name is set to a falsy value, it is not included
    in the requests (test and upload) anymore.
    thewilli committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    18ff74c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. fixed skipping files

    files which have already been uploaded (i.e. a file with the same
    id already exists) should be skipped. because a non-existing
    variable was used, trying to upload the same file again resulted
    in a 'variable f is not defined' error.
    
    this commit fixes the error by using the proper 'file' variable
    thewilli committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    6017619 View commit details
    Browse the repository at this point in the history
  2. file event is passed to unique id generator

    the optional function which generates a unique file id now gets passed
    the file event (i.e. DragEvent or ChangeEvent) as second parameter.
    This is quite handy if a single resumblejs instance is used for
    different drop / select zones.
    thewilli committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    3caace1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cad807 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #349 from thewilli/uniqueid-include-event

    file event is passed to unique id generator
    steffentchr authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    fcdb7b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #348 from thewilli/fix-skipping

    fixed skipping files
    steffentchr authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    ab417cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #346 from thewilli/disable-params

    parameters can now be disabled
    steffentchr authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    6b299ba View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. reset filequeue after processing

    file queue was not reseted after all queued files have been
    processed (even though there was a comment claminig it was done)
    thewilli committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    9a09f67 View commit details
    Browse the repository at this point in the history
  2. replaced queue with cps-style async processing

    queue with separate length and content was error-prone
    (especially when multiple concurrent operations occured) and introduced
    globals, which impeded code readability.
    
    the workaround introduced callback-based async processing and
    created a new function for dedicated item processing (instead of doing
    this inline).
    thewilli committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    7d16623 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #345 from thewilli/fix-queue

    reset filequeue after processing
    steffentchr authored Nov 10, 2016
    Configuration menu
    Copy the full SHA
    43d1e89 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    eb732b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #350 from mahlonsmith/master

    Re-add Firefox > 46 support.
    steffentchr authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    ce84ef8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Resolve #344

    steffentchr authored Dec 5, 2016
    1 Configuration menu
    Copy the full SHA
    b5592d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Fixed merge typo

    steffentchr committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    be53c78 View commit details
    Browse the repository at this point in the history
  2. Changed the default value for maxChunkRetries from undefined to 100, …

    …to avoid some common infinite loop cases (ie on ERR_CONNECTION_REFUSED).
    steffentchr committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    55d27b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acd48d8 View commit details
    Browse the repository at this point in the history
  4. Remove unusable variable

    davydof committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    ba1d29d View commit details
    Browse the repository at this point in the history
  5. Add editor config

    davydof committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    a941846 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    720a8bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    379fc35 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #327 from rgass/master

    Add public method updateQuery
    steffentchr authored Jan 16, 2017
    Configuration menu
    Copy the full SHA
    0282fc5 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    d16df9c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    cbebdcd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    4a8ceb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Use sensible filename for chunk upload

    Using File with name = resumableFilename instead of Blob for upload of a chunk as multipart form data - this ensures that the filename property is not just "blob".
    lambiase authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    cabef40 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Merge pull request #365 from lambiase/patch-1

    Use sensible filename for chunk upload
    steffentchr authored Feb 26, 2017
    Configuration menu
    Copy the full SHA
    6120853 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Pass file name as third parameter to FormData append

    Internet Explorer and Microsoft Edge don't support the File
    constructor (see http://caniuse.com/#feat=fileapi).
    However, the append method of FormData has a three parameter version:
    formData.append(name, value, filename);
    
    where "filename is the filename reported to the server (a USVString),
    when a Blob or File is passed as the second parameter. The default
    filename for Blob objects is "blob". The default filename for File
    objects is the file's filename."
    (see https://developer.mozilla.org/en-US/docs/Web/API/FormData/append)
    
    The third parameter of FormData is not documented on Microsoft's Web
    Platform API Reference:
    https://msdn.microsoft.com/en-us/library/hh772724(v=vs.85).aspx
    
    but I tested it on Internet Explorer 11 and it works as expected.
    Nicola Lambiase committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    6b85ccf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Merge pull request #366 from lambiase/patch-1

    Pass file name as third parameter to FormData append
    steffentchr authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    cf65f19 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    0a5b2cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63f46d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Merge pull request #369 from yycdataaction/master

    updated the file extension check to be case insensitive
    steffentchr authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    9ea7963 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Add xhrTimeout option to readme

    Eivind Solbakken committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    fbfca00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #373 from holgersentversnes/master

    Add xhrTimeout option to readme
    steffentchr authored Apr 18, 2017
    Configuration menu
    Copy the full SHA
    feb33c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    0d661b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Merge pull request #387 from devbazilio/new_event

    Pass response from server to event handler
    steffentchr authored Jun 22, 2017
    Configuration menu
    Copy the full SHA
    6d8f407 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Improve RoR sample

    Oleg Zaporozhchenko committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    8863059 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Merge pull request #390 from c3gdlk/improve-rails-sample

    Improve RoR sample
    steffentchr authored Jul 2, 2017
    Configuration menu
    Copy the full SHA
    b24650a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Use latest resumable.js version in samples. Closes #395

    Christian Palmhøj committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    3265a1f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    5a64ab4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. README: assignBrowse should use span instead of button.

    Documentation update to clarify that assignBrowse() does not work reliably with
    an HTML button, and that a span is recommended to be used instead.  Fixes #398.
    tesujimath committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    c130303 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Merge pull request #399 from tesujimath/master

    README: assignBrowse should use span instead of button.
    Christian Palmhøj Nielsen authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    471362d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. New options setChunkTypeFromFile.

    if setChunkTypeFromFile === true, set chunk content-types from original file.type.
    pioh authored Sep 19, 2017
    Configuration menu
    Copy the full SHA
    41cf95f View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    pioh authored Sep 19, 2017
    Configuration menu
    Copy the full SHA
    3992a09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2e1204 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e297a4c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Merge pull request #407 from avezila/master

    Add option for chunk Content-Type
    steffentchr authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    425c06f View commit details
    Browse the repository at this point in the history
  2. Fix drag and drop non file error

    When drag and drop something to drop zone, like text, item.getAsFile() returning null;
    pioh authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    85f978c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #408 from pioh/patch-1

    Fix drag and drop non file error
    steffentchr authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    823b407 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Adds fileType filter to open file dialog

    When the open file dialog is shown only file with the defined fileType can be selected
    thomae82 authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    066f8e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #411 from thomae82/patch-1

    Adds fileType filter to open file dialog
    steffentchr authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    68b8e7c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Fix bug IE set content-type: undefined.

    The param void 0 return undefined in the Chrome and firefox it ok. But in the IE the content will be undefined.
    vanhonit committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    1796fa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Merge pull request #413 from vanhonit/master

    Fix bug IE set content-type: undefined.
    steffentchr authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    b6e7786 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Expose addFiles method (#412)

    - Expose `addFiles` method that takes an array of File objects.
    zzarcon authored and Christian Palmhøj Nielsen committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    6743322 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. 1.1.0

    Christian Palmhøj committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    87ed056 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Fixed generateUniqueIdentifier method signature (#415)

    * Added arguments and return types for `generateUniqueIdentifier`
    majames authored and Christian Palmhøj Nielsen committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    565268e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Update java sample readme (correct Markdown)

    jreijn authored and Christian Palmhøj Nielsen committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    85c81b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Allow more granular fileType matching

    Accept both file extensions (with and without dot) and MIME type and general MIME types.
    Make some initially sanitations of each array entry
    
    Test case:
    fileType: ['pdf', '.docx','   mp4', '.mp3', 'video   /    *', '  image/jpeg  ', '  .PNG  ', '.ZiP]
    Emil authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    a6260c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #421 from Mestika/master

    Allow more granular fileType matching
    steffentchr authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    5bf5b7e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Fix typo

    zoffixznet authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    68a3956 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Merge pull request #422 from zoffixznet/patch-1

    Fix typo
    steffentchr authored Nov 25, 2017
    Configuration menu
    Copy the full SHA
    75c8cd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Validate file type for extended fileTypes pattern

    Valid fileType checks:
    'extension'
    '.extension'
    'mime/type'
    'mime/*' (wildcard)
    'mime/type*' (custom wildcard mime/type checks. e.g. application/vnd.openxmlformats-officedocument*)
    Emil authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    b5c0c39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #423 from Mestika/master

    Validate file type for extended fileTypes pattern
    steffentchr authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    0be8631 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Update README.md

    Format code
    limichange authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    56c322f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c18c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea6dc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Merge pull request #428 from niklr/master

    preprocessFile optional function added
    steffentchr authored Dec 5, 2017
    Configuration menu
    Copy the full SHA
    1649cfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #427 from limichange/patch-1

    Update README.md
    steffentchr authored Dec 5, 2017
    Configuration menu
    Copy the full SHA
    df89a09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d28f61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #430 from niklr/master

    sets the found boolean variable after file.upload
    steffentchr authored Dec 5, 2017
    Configuration menu
    Copy the full SHA
    af4d4ee View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    11c8493 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #431 from OzoTek/patch-1

    [ADD] 409 (conflict) statusCode as permanent error
    steffentchr authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    42ad5bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf7325 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Create Backend with Python (Flask).md

    Backend example using Python with the Flask framework.
    Pantsworth authored Dec 8, 2017
    Configuration menu
    Copy the full SHA
    7b8aa5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #433 from Pantsworth/patch-1

    Create Backend with Python (Flask).md
    steffentchr authored Dec 8, 2017
    Configuration menu
    Copy the full SHA
    98f01ff View commit details
    Browse the repository at this point in the history
  3. Moved Flask/Python example to samples/ folder

    Steffen Fagerström Christensen committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    be4d317 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. fixes #363

    niklr committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    382c82b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #434 from niklr/master

    fixes #363
    steffentchr authored Dec 10, 2017
    Configuration menu
    Copy the full SHA
    14569ca View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    d0fc162 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #435 from niklr/master

    prevent start of all optional preprocessFile functions at once
    steffentchr authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    ef39e9c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Merge pull request #432 from OzoTek/patch-2

    [UPDATE] catch 409 in actual code
    steffentchr authored Jan 8, 2018
    Configuration menu
    Copy the full SHA
    5e65088 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    65a4eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de2302 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #443 from cooltoast/master

    Add permanentErrors to API reference
    steffentchr authored Feb 6, 2018
    Configuration menu
    Copy the full SHA
    0df9264 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Ensure the extension fileType check is case insensitive.

    In the list of fileTypes the items are all set to lowercase (line 370).
    If the file has the name foo.MOV, if we have the fileTypes 'mov', 'MOV' it will fail to match.
    
    This change ensures when we get the possible extension segment from the file we lowercase it, inline with our fileType list.
    
    Makes the pr #319 redundant.
    Fixes the issue Artear/ReactResumableJS#20 (the workaround at the bottom is also broken due to the forced lowercase of the fileType ).
    nfauchelle authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    ea8c87d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #444 from nfauchelle/patch-1

    Ensure the extension fileType check is case insensitive.
    steffentchr authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    4199ab8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Configuration menu
    Copy the full SHA
    4331f35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #449 from Lehakos/issue-448

    fix uploading folder with more than 100 files within
    steffentchr authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    3c29228 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. 1 Configuration menu
    Copy the full SHA
    3444310 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Merge pull request #456 from tobias74/patch-1

    fix small bug in the path of the temporary folder
    steffentchr authored Apr 19, 2018
    Configuration menu
    Copy the full SHA
    d19bf23 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Bumped version

    steffentchr committed May 15, 2018
    Configuration menu
    Copy the full SHA
    e7469a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. added method setStartChunk()

    Srivatsa committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    cf473fd View commit details
    Browse the repository at this point in the history
  2. fix for progress

    Srivatsa committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    a7c48c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. updated README.md with method setStartChunk()

    Srivatsa committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    7aa2bae View commit details
    Browse the repository at this point in the history
  2. readme message

    Srivatsa committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    cfdf522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e53a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #469 from keepRunning/master

    ResumableFile.setStartChunk() to indicate already completed chunks
    steffentchr authored Jun 11, 2018
    Configuration menu
    Copy the full SHA
    b3e1588 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Transmit the return message to the fileProgress event

    Allow the fileProgress listener function to retrieve the return message.
    Fix bug  #479
    SuperPat45 authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    6b0ef0a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Merge pull request #480 from SuperPat45/patch-1

    Transmit the return message to the fileProgress event
    steffentchr authored Jul 12, 2018
    Configuration menu
    Copy the full SHA
    69042a8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    steffentchr authored Jul 12, 2018
    Configuration menu
    Copy the full SHA
    fc76c50 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Continue adding files after the first one invalid

    When selecting multiple files or a full directory, the insertion stop at the first error, so reaming files are never added.
    
    Related to issue #486
    SuperPat45 authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    530a3fc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Generated identifier when dropping a folder on Chome and Edge does no…

    …t contains the relativePath
    
    The generated identifier function when dropping a folder on Chome and Edge does not contains the relativePath:
    Fix bug #489
    SuperPat45 authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    02e87a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Merge pull request #487 from SuperPat45/patch-3

    Continue adding files after the first one invalid
    steffentchr authored Aug 5, 2018
    Configuration menu
    Copy the full SHA
    3720253 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #490 from SuperPat45/patch-4

    Generated identifier when dropping a folder on Chome and Edge does no…
    steffentchr authored Aug 5, 2018
    Configuration menu
    Copy the full SHA
    888b61f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Drop zone ehanchment

    Add an option to define a class when dragging files over the drop zone (Fix issue #476 )
    Show forbidden cursor when not dragging files over the zone.
    SuperPat45 authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    3cadddb View commit details
    Browse the repository at this point in the history
  2. Drop zone ehanchment

    Add an option to define a class when dragging files over the drop zone (Fix issue #476 )
    SuperPat45 authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    102bbea View commit details
    Browse the repository at this point in the history
  3. Update resumable.js

    SuperPat45 authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    35eaca4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Update resumable.d.ts

    SuperPat45 authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    03ec290 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    SuperPat45 authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    89e2396 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #491 from SuperPat45/patch-5

    Drop zone ehanchment
    steffentchr authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    200d9f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Update index.html

    SuperPat45 authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    285779a View commit details
    Browse the repository at this point in the history
  2. Update style.css

    SuperPat45 authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    17b0e29 View commit details
    Browse the repository at this point in the history
  3. Update resumable.js

    SuperPat45 authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    b11d19b View commit details
    Browse the repository at this point in the history
  4. Update index.html

    SuperPat45 authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    5508ecf View commit details
    Browse the repository at this point in the history
  5. Update style.css

    SuperPat45 authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    f925a20 View commit details
    Browse the repository at this point in the history
  6. Update resumable.js

    SuperPat45 authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    c8fbf9d View commit details
    Browse the repository at this point in the history
  7. Update resumable.coffee

    SuperPat45 authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    a38c175 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3f060b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #492 from SuperPat45/patch-6

    Update samples
    steffentchr authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    20e3bd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Update resumable.js

    * resolve issue #416
    Frimko authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    bbd2318 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Frimko/fix_issue_416

    Update resumable.js
    Frimko authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    1338d6b View commit details
    Browse the repository at this point in the history
  3. Update resumable.js

    fix es5
    Frimko authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    23724db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #493 from Frimko/master

    fix issue #416
    steffentchr authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    6a6c046 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Merge pull request #397 from Igmat/master

    Better commonJs module integration
    steffentchr authored Aug 21, 2018
    Configuration menu
    Copy the full SHA
    5b29bca View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    8a86948 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #494 from Inversion-des/master

    Fixes problem that target url ends with & when all the params disabled
    steffentchr authored Aug 22, 2018
    Configuration menu
    Copy the full SHA
    3a8b1a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Update resumable.js

    Add `401 Unauthorized` and `403 Forbidden` to `permanentErrors`.
    It doesn't make any sense to to try to resend the chunk in those cases.
    
    Fix #354
    Close #205
    jbelien authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    0125c74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #497 from jbelien/patch-1

    Add 401 and 403 to permanent errors
    steffentchr authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    1934271 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. The last chunk is larger than resumableChunkSize

    This tripped me up, so the edit might help others.
    dansoper authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    9f07ba1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Merge pull request #498 from dansoper/patch-1

    The last chunk is larger than resumableChunkSize
    steffentchr authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    800fced View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Fix type definitions

    modified: file size is numeric iso boolean
    bepremeg committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    fc37b53 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Merge pull request #502 from bepremeg/master

    Fix type definitions
    steffentchr authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    045cdca View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Use scoped event in onDrop

    ilessiivi committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    672d9d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    ddb7eb8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #506 from alexfoxgill/patch-1

    getSize() returns a number
    steffentchr authored Oct 9, 2018
    Configuration menu
    Copy the full SHA
    ebecd03 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Update resumable.d.ts

    Improve typescript definition file, add missing permanentErrors parameter, improve assignBrowse, assignDrop, unAssignDrop signatures.
    b091 authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    b832b15 View commit details
    Browse the repository at this point in the history
  2. Update resumable.d.ts

    Fix export of class
    b091 authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    23af5da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #513 from b091/master

    Update resumable.d.ts
    steffentchr authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    cc5a8dd View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    b92b17d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Merge pull request #504 from ilessiivi/master

    Use scoped event in onDrop
    steffentchr authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    19f8871 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Merge pull request #515 from frantic1048/fix/proper-ts-module-typedef

    Refine TypeScript module definition to make it usable
    steffentchr authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    9b9d166 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Updated resumable.d.ts with defientlyTyped version and changed getFro…

    …mUniqueIdentifier method to return ResumableFile instead of void
    Kenneth Kidmose Johnsen committed Mar 4, 2019
    1 Configuration menu
    Copy the full SHA
    21d7b8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #520 from Johns3n/master

    Updated resumable.d.ts with defientlyTyped version
    steffentchr authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    247f339 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Bumbed version

    steffentchr committed May 10, 2019
    Configuration menu
    Copy the full SHA
    2d5e06b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    fa128a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #568 from dannydjrs/dannydjrs/567/total-chunks-issue

    Remove timeout around chunk creation and push to chunks array
    steffentchr authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    46a4017 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Change links to resolve #590

    steffentchr committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b758078 View commit details
    Browse the repository at this point in the history