Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

FlowJS

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Collective - Host: opensource - https://opencollective.com/flowjs - Code: https://github.com/flowjs

refactor: removed validators, events can return false

Breaking change

github.com/flowjs/flow.js - 8a3931eac5a5426cb3d06702e8a101464298b862 authored over 11 years ago by Aidas Klimas <[email protected]>
style: fixed formating

github.com/flowjs/flow.js - 29fecebd2fde98246ee4d5e9871c422dfcda1fb1 authored over 11 years ago by Aidas Klimas <[email protected]>
test: fileAdded and filesAdded events tested

github.com/flowjs/flow.js - 5d4e143acd0d334159786044b53f5f21ebbd9d97 authored over 11 years ago by Aidas Klimas <[email protected]>
feat: added addFiles function

github.com/flowjs/flow.js - ced2373fafc0ea17875af196bee66b88f09a851a authored over 11 years ago by Aidas Klimas <[email protected]>
refactor: events method Resumable.fire cleaned up

github.com/flowjs/flow.js - b102fc323b690631ace4808782c7d82a536ae292 authored over 11 years ago by Aidas Klimas <[email protected]>
docs: added travis build status indicator

github.com/flowjs/flow.js - 86b48247083cb1534a663083bfcdb9f9e64af4c1 authored over 11 years ago by Aidas Klimas <[email protected]>
docs: Added contribution, installation and testing sections

github.com/flowjs/flow.js - 5acbf88606ae46a00b1457da8d8acd96a7279b04 authored over 11 years ago by Aidas Klimas <[email protected]>
fix: missconfiguration on sauceLabs

github.com/flowjs/flow.js - c1c5f21869722dbf8d2d21600652eb8059807183 authored over 11 years ago by aidaskk <[email protected]>
Merge branch 'Next' of github.com:AidasK/resumable.js into Next

github.com/flowjs/flow.js - 919521b29f5296fac063b71ec809e84432880a6a authored over 11 years ago by aidaskk <[email protected]>
fix: left two sauce browsers

github.com/flowjs/flow.js - ede67d0c062a949a38ad3cf489c5ffc5590c6b40 authored over 11 years ago by aidaskk <[email protected]>
Merge pull request #1 from tpodom/fix_early_filesuccess_next

fileSuccess event can fire before the upload is actually complete

github.com/flowjs/flow.js - d30891c0e1299be6460f3a58b177eedc92158399 authored over 11 years ago by Aidas Klimas <[email protected]>
fix: left three most buggy browsers due to parallelization limit

github.com/flowjs/flow.js - e05a4e19822eea3fbf3aa9369bbb9ec8fb6588b1 authored over 11 years ago by aidaskk <[email protected]>
Modified check for fileSuccess to base it off of status instead

github.com/flowjs/flow.js - 916f2cae5f3902106b417e5ed27f9de0b083eff1 authored over 11 years ago by Tommy Odom <[email protected]>
feat: extended brwosers support

github.com/flowjs/flow.js - 6485ecec963e93e5ea0bd00f2062e15fe0a4aaea authored over 11 years ago by aidaskk <[email protected]>
fix: regenerated sauce keys

github.com/flowjs/flow.js - aa58d09e1f8c571f6ef1df506ef652d1bb919a66 authored over 11 years ago by aidaskk <[email protected]>
fix: travis secret keys should be in a single line

github.com/flowjs/flow.js - d8356192284220eafc95081198dbd6550174464d authored over 11 years ago by aidaskk <[email protected]>
feat: Sauce testing support

github.com/flowjs/flow.js - 39c2d53307df5f9f7472a75895fc59fadeb7d4b8 authored over 11 years ago by aidaskk <[email protected]>
docs: ResumableFile.fileName was renamed to ResumableFile.name

github.com/flowjs/flow.js - 7ff137decdb60daa796a4042b2e77d976e06894f authored over 11 years ago by aidaskk <[email protected]>
fix: travis.yml

github.com/flowjs/flow.js - 658b403398d0d2da4899c6d839797cdc68173b73 authored over 11 years ago by aidaskk <[email protected]>
fix: travis space

github.com/flowjs/flow.js - 1d631ee67629db8327f6e862df1e2674a4dbf776 authored over 11 years ago by aidaskk <[email protected]>
feat: travis init

github.com/flowjs/flow.js - 14be86af8fcf972d91b10aaf2b4c8c020a1edd74 authored over 11 years ago by aidaskk <[email protected]>
test: resumable.js initial setup

github.com/flowjs/flow.js - f7f0fc9761fe2b6d32e9bcd942079e53bbb8b439 authored over 11 years ago by aidaskk <[email protected]>
feature: Karma tests added

github.com/flowjs/flow.js - a46183ca83394f2733c8dea028366849ff05e08c authored over 11 years ago by aidaskk <[email protected]>
Resumable.js moved to src folder

github.com/flowjs/flow.js - ad03bf378104ef0d47d5da25c1f269cf5f26f49c authored over 11 years ago by aidaskk <[email protected]>
Changelog updated

github.com/flowjs/flow.js - 75d9526a46767454ca304ad257d0cef448815f1a authored over 11 years ago by aidaskk <[email protected]>
target url can be provided with query params, removed duplicated code

github.com/flowjs/flow.js - 940ea1c8ace9a9240806867d1183f2e469ab6239 authored over 11 years ago by aidaskk <[email protected]>
Changelog added

github.com/flowjs/flow.js - 8fcb86608b9c69f1b42f12458da1907c621a5a5e authored over 11 years ago by aidaskk <[email protected]>
GetOpt method droped

github.com/flowjs/flow.js - 024619a488e9ab8347aaf714167d953fe207a115 authored over 11 years ago by aidaskk <[email protected]>
More detailed comments

github.com/flowjs/flow.js - 839a0e60e4915fd92ae9bf4880b69a1fae22899a authored over 11 years ago by aidaskk <[email protected]>
Restyled code according to Google JavaScript Style Guide

http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml

github.com/flowjs/flow.js - ff90fb32554a3d88ec1f31f8f35adaecedba9c84 authored over 11 years ago by aidaskk <[email protected]>
Merge pull request #93 from AidasK/master

Fix for support param and cancel function, and total chunks parameter added

github.com/flowjs/flow.js - 6e8be082b5bc005280f99611fdd4e8e16b4f2740 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Resumable.cancel function fix

github.com/flowjs/flow.js - aa0c83169aa0170137248d87531cc883e395db52 authored over 11 years ago by aidaskk <[email protected]>
Readme updated

github.com/flowjs/flow.js - 796785cbe3ef67ae1a72563a3b0f362f9d2dbf9a authored over 11 years ago by aidaskk <[email protected]>
Example pause button fix and stream current resumable.js file.

github.com/flowjs/flow.js - 3199af190025195763c41112fd7fc436088bc74a authored over 11 years ago by aidaskk <[email protected]>
resumableTotalChunks parameter added, https://github.com/23/resumable.js/issues/90

github.com/flowjs/flow.js - 94f292adbab47bc74ce0500ffc055e66a942837d authored over 11 years ago by aidaskk <[email protected]>
support param is always boolean https://github.com/23/resumable.js/issues/82

github.com/flowjs/flow.js - cf99b6cff7f653afdf11aac7366941ccedf246c8 authored over 11 years ago by aidaskk <[email protected]>
Delayed retries appear as pending with progress > 0

By @tpodom to resolve #61.

When using the delayed retry interval a chunk will be reset with the...

github.com/flowjs/flow.js - c3e7f27c1a4df9f1ca6ede3aed6521f7eb086335 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Added a version number to resolve #85.

github.com/flowjs/flow.js - 8d7cf63a56f43cc8528ac9eb4621773ec738a94d authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Solves #91 and solves #80

github.com/flowjs/flow.js - 2adaac27204012668d5ffedb9afd5540d166c210 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Update README.md

github.com/flowjs/fusty-flow.js - 684156c1ba065661adc994b1345cc83e233a5258 authored over 11 years ago by Aidas Klimas <[email protected]>
fixed json response parsing

github.com/flowjs/fusty-flow.js - 538957e09bd44eb45584d80b9b43351e62dde176 authored over 11 years ago by Aidas Klimas <[email protected]>
file drop improvements

github.com/flowjs/ng-flow - ea525a7cd2d63230c2628c637d53fb85c3380f10 authored over 11 years ago by Aidas Klimas <[email protected]>
Merge branch 'master' of github.com:AidasK/ng-resumable

github.com/flowjs/ng-flow - 120e2c4f24d50ebf5e670c246514e827b34c6aa9 authored over 11 years ago by Aidas Klimas <[email protected]>
ng-resumable-drop usage

github.com/flowjs/ng-flow - 92a8dd580b8b4e6567785910f5951e45003e73ce authored over 11 years ago by Aidas Klimas <[email protected]>
Merge branch 'master' of github.com:AidasK/maybe-resumable.js

Conflicts:
build/maybe-resumable.min.js

github.com/flowjs/fusty-flow.js - d1a485ae1a28cccd60165dfd8cbfab82eceb7085 authored over 11 years ago by Aidas Klimas <[email protected]>
Resumable cancel function fix

github.com/flowjs/fusty-flow.js - a4451296d0e5005bef3911e38180e52cd6d7bc28 authored over 11 years ago by Aidas Klimas <[email protected]>
Update README.md

github.com/flowjs/ng-flow - 3d60ac675da08b4fa05caa51d68d1ae6aa3bcfe1 authored over 11 years ago by Aidas Klimas <[email protected]>
Update README.md

github.com/flowjs/ng-flow - 9ce5bfec73294206073c8aba45676aa36e40bc3c authored over 11 years ago by Aidas Klimas <[email protected]>
Initial commit

github.com/flowjs/ng-flow - 413fe02e92b9798f0cfb0a434da556b1ae942a3e authored over 11 years ago by Aidas Klimas <[email protected]>
Initial commit

github.com/flowjs/ng-flow - 10c31d798e60b3e3f2d717ee81768f2d787a4cc4 authored over 11 years ago by Aidas Klimas <[email protected]>
updated bower, params can be a function

github.com/flowjs/fusty-flow.js - e0a6713f8896ee61e5ece11c8ee88b7172746213 authored over 11 years ago by aidaskk <[email protected]>
fix for message

github.com/flowjs/fusty-flow.js - d82617180343b68506277403210f86927aa1bba0 authored over 11 years ago by Aidas Klimas <[email protected]>
Added function $.uploadedFileSize

github.com/flowjs/fusty-flow.js - 1d1c1d6e72274ca3ae2f71a38d431630020a931f authored over 11 years ago by Aidas Klimas <[email protected]>
Merge pull request #78 from AidasK/master

$.IsUploading method for ResumableFile and some fixes

github.com/flowjs/flow.js - 97ded3d0e0cbe7874593c2766e0c8ed2a8aa212c authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Ducumentation for isUploading

github.com/flowjs/flow.js - a148ae7d256beba7c2ac2b3e6b5c67877cd7eb3a authored over 11 years ago by Aidas Klimas <[email protected]>
$.IsUploading function

github.com/flowjs/fusty-flow.js - 8147c1bfd87c1238fd79366db77105398761d673 authored over 11 years ago by Aidas Klimas <[email protected]>
$.isUploading function for ResumableFile

github.com/flowjs/flow.js - 2757686af9b6e195a74fc34647ee0700d8430f73 authored over 11 years ago by Aidas Klimas <[email protected]>
Add missing semicolons and unused url variable removed

github.com/flowjs/flow.js - 377c51d4c08864a388aefe66d18409f418c16f04 authored over 11 years ago by Aidas Klimas <[email protected]>
Maintain single reference to $.files

github.com/flowjs/flow.js - d73430aab34a190b7a8663065f0e0a224ae848fd authored over 11 years ago by Aidas Klimas <[email protected]>
Merge branch 'master' of github.com:AidasK/maybe-resumable.js

github.com/flowjs/fusty-flow.js - bbfe8f9f35133d62faf8b8c20c85486d1aa423fd authored over 11 years ago by Aidas Klimas <[email protected]>
Initial commit

github.com/flowjs/fusty-flow.js - 9e80e500d9b3fdb291a34468e3b494dc84c49819 authored over 11 years ago by Aidas Klimas <[email protected]>
Merge pull request #63 from fanxu123/master

Add a coffeescript version

github.com/flowjs/flow.js - eee5f224dffbe37c51c310312b1c5491803cbf73 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Solves #74 by adding "use strict"; to Resumable.js

github.com/flowjs/flow.js - 4ef6c2a7cce7157d0a68aee65a20df417aeb67d9 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Added an extremely simple test HTML page for testing and development.

github.com/flowjs/flow.js - fe314c03065c2867e9b4b72637f8456bfbf4e30a authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Fixed bug in the implementation of `module.export`

github.com/flowjs/flow.js - d59ed418894d860a643024ca69c15403b58ca789 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Closes #73 by allowing `minFileSize` to be set to `0` in order to allow the upload of empty files.

github.com/flowjs/flow.js - 61cb98ea02be70a39962660c772ba764c4720219 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Closes #72 by moving the declaration `outstanding`.

github.com/flowjs/flow.js - 7ad6b3c5901a8a5a67fdd0c703a06044ddefe687 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Merge pull request #71 from gprasant/master

fix grammar in README

github.com/flowjs/flow.js - 9c9b42dbde200a7040fe9f2b2e4677d6ee0de576 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
fix grammar

github.com/flowjs/flow.js - c662f55be153f42539cb0a49c73004ce2cfd5271 authored over 11 years ago by gprasant <[email protected]>
Merge pull request #70 from hatsch/master

make testChunks work with PHP backend

github.com/flowjs/flow.js - b28c4ad970b93e1320830e7252cee46278ad4aaa authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
make testChunks work with PHP

github.com/flowjs/flow.js - 12551699809850c716a10b659b68e0727cd48a2c authored over 11 years ago by hatsch <[email protected]>
Merge pull request #69 from stu-blair/master

Fixed issue with single-file uploaders where one is unable to change what file is first added

github.com/flowjs/flow.js - 543fcea2e439397c83c520d06dde6480feabc777 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Single-file uploader -- Allow user to change which file will be uploaded

If maxFiles is set to 1, you have one file already added, and you try to add one new file, repla...

github.com/flowjs/flow.js - c919e07975df43c5b05d8168d6ece4c95c0a404c authored over 11 years ago by Stu Blair <[email protected]>
Merge pull request #68 from trilobyte/fix-set-headers-after-xhr-open

set headers after xhr open to prevent invalid state exception

github.com/flowjs/flow.js - 402e2c5d84fa0b8e741a8ef161786126627a3431 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
set headers after xhr open to prevent invalid state exception

github.com/flowjs/flow.js - 972baa87a38279c28dbbfc0e22271027882d9a22 authored over 11 years ago by Bert Willems <[email protected]>
Merge pull request #67 from edmellum/master

Add Component package manager support

github.com/flowjs/flow.js - 3afe5a5239412ec68028da916e3858545b2386a7 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Add Component package manager support

github.com/flowjs/flow.js - a3a40eb9886ce1d34b921b3642cf2c16b36b0b5e authored over 11 years ago by David Ed Mellum <[email protected]>
Merge pull request #66 from guilhermewop/feature-file-type

Feature which allow specific file type to upload

github.com/flowjs/flow.js - 356d63c22f7565b1b292405b182d19ff37136c3d authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
Merge branch 'master' into feature-file-type

github.com/flowjs/flow.js - eb46a4f8827309aace2e469f90ba2e9efa0f9924 authored over 11 years ago by Guilherme W. O. Pereira <[email protected]>
Update README.md

Resumable configuration.
Adding doc to 'fileType' and 'fileTypeErrorCallback'

github.com/flowjs/flow.js - 25f2e17cff0f29dc5d0dca900cc07d06b384b6ba authored over 11 years ago by Guilherme William <[email protected]>
changing message(file type) to bad file

github.com/flowjs/flow.js - 758e1068f297aeb5182b2c4ed6e5e926346355f7 authored over 11 years ago by Guilherme W. O. Pereira <[email protected]>
Checking the file type

github.com/flowjs/flow.js - 744445aac85d0bfb02ad9000ffbbaf7b276fb5f6 authored over 11 years ago by Guilherme W. O. Pereira <[email protected]>
Merge pull request #65 from guilhermewop/master

fix php sample

github.com/flowjs/flow.js - 9958afa100741ff73045fe0651b73d24e67e9c34 authored over 11 years ago by Steffen Tiedemann Christensen <[email protected]>
fix php sample

github.com/flowjs/flow.js - cf67933977df1f98f38ee7ef917e4c49215b7378 authored over 11 years ago by Guilherme W. O. Pereira <[email protected]>
Merge branch 'master' of https://github.com/fanxu123/resumable.js

github.com/flowjs/flow.js - 447e2c5c48052cf382d146ad04fb9ce43cc73858 authored over 11 years ago by Frank Fan <[email protected]>
Add java Demo

github.com/flowjs/flow.js - 65de755fb6d551c4a89ebf955476d3f80d4989b6 authored over 11 years ago by Frank Fan <[email protected]>
Update README.md

github.com/flowjs/flow.js - bad32f7e5eb0499d818f0be972b188479d85ff0a authored over 11 years ago by FX <[email protected]>
Move coffeescript to samples/coffeescript

github.com/flowjs/flow.js - 9909be240173c9e060bc7413ddfac06d5e5dc736 authored over 11 years ago by Frank Fan <[email protected]>
add resumable.coffee

github.com/flowjs/flow.js - ecef6db2528bdaf500799a921c7f8e6b0371fb0c authored over 11 years ago by Frank Fan <[email protected]>
(Missed a spot in previous commit)

github.com/flowjs/flow.js - 4e95738372778d268cfac1416b0c1eac9d60be5c authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Include browser event information with `fileAdded` event.

github.com/flowjs/flow.js - 63857772f0ca67aba20212a25c202337dfb3e4ca authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Added documentation

github.com/flowjs/flow.js - b7a7db50c6045bcdbf3b476c2c5db73667fab738 authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Updated the introduction to Resumable.

github.com/flowjs/flow.js - 9331b46e0069992482d222e1b344f4988dc61032 authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Fixed typo with a 'bytes' too many in error messages.

github.com/flowjs/flow.js - cfd35acc5cfde5ce23c15d3647443711601ba661 authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Solve issue #54 (copied in #58) where the main `query` setting would be poluted by data from each Resumable chunk.

github.com/flowjs/flow.js - be4e647394a3acc4cb14619170a6f921f341512d authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Support for `minFileSize` and `maxFileSize` settings.

github.com/flowjs/flow.js - 0976a384861d3287cf508a792021b2e297471347 authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Fire an `uploadStart` event.

github.com/flowjs/flow.js - 1d905235b226dc62a1910a6d1f11c05237e5f319 authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Previous commit had snuck in a syntax error, fixing

github.com/flowjs/flow.js - 3815ca13162b2cbea5eb673cac2ad70c2669c1ba authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>
Merge pull request #59 from srijs/feature-getopt

Merge getOpt implementation.

github.com/flowjs/flow.js - edb8575adb848d89b685058c9504df8af300370c authored almost 12 years ago by Steffen Tiedemann Christensen <[email protected]>