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

Support for files up to 500MB #224

Merged
merged 16 commits into from
Dec 28, 2017
Merged

Support for files up to 500MB #224

merged 16 commits into from
Dec 28, 2017

Commits on Dec 18, 2017

  1. Files are now uploaded in a worker and not displayed in the input by …

    …default. Added ArrayBuffer Dish type.
    n1474335 committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    4e00ac9 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. Removed CryptoJS from Utils.js. UTF8 conversion is now achieved with …

    …the much smaller and actively maintained utf8 library.
    n1474335 committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    0e79891 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    af71ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff94172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53a3f3d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    bad0816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0aa363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e811227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caf794b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e4d2ba View commit details
    Browse the repository at this point in the history
  6. Resolved conflicts

    n1474335 committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    e2161ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7f07f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50e4dae View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Changed inputType to ArrayBuffer for 'Frequency distribution', 'Chi S…

    …quare' and 'Extract EXIF' operations.
    n1474335 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    e18ec5f View commit details
    Browse the repository at this point in the history
  2. Removed padLeft and padRight in favour of String.prototype.padStart a…

    …nd padEnd. 'To Hex' now supports ArrayBuffers.
    n1474335 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    849d41e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a554e View commit details
    Browse the repository at this point in the history