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

fix abort bug

If i cancel or pause a file, the next file sould be upload.

github.com/flowjs/fusty-flow.js - d0847093d231cdd674b16157f1c3b670570555c0 authored over 10 years ago by doly mood <[email protected]>
Merge pull request #1 from flowjs/master

Merge pull request #1 from dolymood/master

github.com/flowjs/fusty-flow.js - 4967eb7cef8d1e0198049e4c5b702297856d3194 authored over 10 years ago by doly mood <[email protected]>
Merge pull request #1 from dolymood/master

fix: retry bug

github.com/flowjs/fusty-flow.js - 52ac8c41415f158e0c545a6d78dd86a3a08c33ce authored over 10 years ago by Aidas Klimas <[email protected]>
fix retry bug

1. upload a file A
2. A failed
2.1 A retry, now A.finished is true, so the file.progress() i...

github.com/flowjs/fusty-flow.js - f2fd8f575385cdb1974f8e059ac6977c1e57b7da authored over 10 years ago by doly mood <[email protected]>
Merge pull request #30 from dolymood/master

fix: upload simultaneousUploads bug

github.com/flowjs/flow.js - e6dff61e85619d88e169309fdde4685f8fcf8250 authored over 10 years ago by Aidas Klimas <[email protected]>
new fix

the steps:
1 upload one file A then start upload
2 add new file(s) B
2.1 if A is Uploading ...

github.com/flowjs/flow.js - 419cecff40eb3b0f0d96d73c2241fe18324b488f authored over 10 years ago by doly mood <[email protected]>
Merge pull request #31 from thorn0/master

chore: minor fix in the node sample

github.com/flowjs/flow.js - b5770787ba509790451702ec7706f894b1e0c529 authored over 10 years ago by Aidas Klimas <[email protected]>
minor fix in the node sample

github.com/flowjs/flow.js - 018094a390432295853aeaa566ef7e997736b208 authored over 10 years ago by thorn0 <[email protected]>
fix upload simultaneousUploads bug

github.com/flowjs/flow.js - 3d6db4d094a3c722949a1ec6bf3695c459d0481d authored over 10 years ago by doly mood <[email protected]>
Merge pull request #29 from davidyang/patch-1

chore(sample): Nodejs - update commenting on writing files

github.com/flowjs/flow.js - 1dafd01bea684d614022c9deab80d34f1f68be7a authored over 10 years ago by Aidas Klimas <[email protected]>
Update commenting on writing files

Just clearing up some comments - writable streams don't end, they 'finish'.

github.com/flowjs/flow.js - 6d6faaca4a9f9deeea031d54a184522a1f3f00b5 authored over 10 years ago by david yang <[email protected]>
Merge pull request #28 from daslicht/patch-1

chore: Update README.md

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

I think this is better

github.com/flowjs/flow.js - aafd6048185fc526e950b9564dc6aca31c013ab7 authored over 10 years ago by daslicht <[email protected]>
chore: dist readme

github.com/flowjs/ng-flow - aa4dff9ec4a1c49038b68886f2111653b2d95194 authored over 10 years ago by Aidas Klimas <[email protected]>
chore: dist readme

github.com/flowjs/ng-flow - 203b07f35783956c8c140ff9fe91acc5e9e915f4 authored over 10 years ago by Aidas Klimas <[email protected]>
Merge pull request #27 from stuartnelson3/master

chore(go): update Go example

github.com/flowjs/flow.js - 6ea8d0688464b2fd660a3f573f34db7679b27764 authored over 10 years ago by Aidas Klimas <[email protected]>
Remove os.Stat check; count total # of chunks uploaded before assembling

file

github.com/flowjs/flow.js - d4964e2dedd5b4428b55e2e872790d8976613f95 authored over 10 years ago by Stuart Nelson <[email protected]>
Merge pull request #26 from stuartnelson3/master

feat(go): go sample

github.com/flowjs/flow.js - acde2891b10c98175fe76db647fdcfb3df764531 authored over 10 years ago by Aidas Klimas <[email protected]>
Update Backend on Go.md

github.com/flowjs/flow.js - 68a172777b77775071e8ea6ad925259d6c42ad5b authored over 10 years ago by stuart nelson <[email protected]>
add go example

github.com/flowjs/flow.js - 8bab78587f16f4a75c0136e10a9358fa2c150542 authored over 10 years ago by Stuart Nelson <[email protected]>
Merge pull request #25 from thorn0/master

chore(nodejs): make the node.js sample work on Windows

github.com/flowjs/flow.js - da5073d6553df38c9ce37fd544c0e952ac53bc78 authored over 10 years ago by Aidas Klimas <[email protected]>
make the node.js sample work on Windows

github.com/flowjs/flow.js - 0436dfdfe8a7576b431dced6d7280d8a6934029d authored over 10 years ago by thorn0 <[email protected]>
fix(sample): nodejs sample

github.com/flowjs/flow.js - 7ef333a3e997444ab10eb9ece0ebada7182085bb authored over 10 years ago by Aidas Klimas <[email protected]>
feat(options): `target`, `query`, `headers` can be functions

If a function, it will be passed a FlowFile, a FlowChunk object and a isTest boolean

github.com/flowjs/flow.js - 67f70d6480d75851281645a30c4023543b0487ed authored over 10 years ago by Aidas Klimas <[email protected]>
Merge pull request #24 from rmontgomery429/master

chore(sample): adding Ruby Sinatra application sample

github.com/flowjs/flow.js - 05e2f30175857e94115239c10dcbca92a4f93447 authored over 10 years ago by Aidas Klimas <[email protected]>
Adding a sample Sinatra application based on work we did to integrate the flowjs/ng-flow library with a Sinatra application we wrote for handling file uploads.

github.com/flowjs/flow.js - 45aff288a5b3150c5cb494095e6b6e33e057aad2 authored over 10 years ago by Ryan Montgomery <[email protected]>
Merge pull request #21 from thrownblown/master

chore: nodejs sample update

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

express bleeding edge issues

github.com/flowjs/flow.js - e2ebe2c31cc34cd809228d9cd7bf372e6a2d4a6a authored over 10 years ago by Alex Farioletti <[email protected]>
update for express 4

bodyParser doesn't accept multipart/form data in express 4, multipart middle-ware does the job q...

github.com/flowjs/flow.js - 975d2686f49fee6f26e2ecb9192c28baa9a6cd01 authored over 10 years ago by Alex Farioletti <[email protected]>
Release v2.4.0

github.com/flowjs/ng-flow - 1f69808f2f3d7c274f4490690aa38cd97453ef41 authored over 10 years ago by Aidas Klimas <[email protected]>
chore: readme and sample update

github.com/flowjs/ng-flow - 810e41a4bf8ddd783a8caf16cbd62d1b14482909 authored over 10 years ago by Aidas Klimas <[email protected]>
feat: flow-btn allow custom attrs

github.com/flowjs/ng-flow - 499ef0ed366f9a03f9341bb9625b570c19aeddf2 authored over 10 years ago by Aidas Klimas <[email protected]>
Release v2.5.0

github.com/flowjs/flow.js - 0525b25675d7ae00ee41290c256cbee898245a23 authored over 10 years ago by Aidas Klimas <[email protected]>
chore: readme - custom attributes

github.com/flowjs/flow.js - 2a7b093ee8739e681a4a194ff417bd07a61303b7 authored over 10 years ago by Aidas Klimas <[email protected]>
chore: example updated

github.com/flowjs/flow.js - a9f9fa282d678dc24db5dfc42bc24a5567c88d34 authored over 10 years ago by Aidas Klimas <[email protected]>
feat: allow to set custom attributes for input

github.com/flowjs/flow.js - 5b94beddc4efe5ed6201b641732e5185fe4c28f3 authored over 10 years ago by Aidas Klimas <[email protected]>
fix: #18 support preprocess called in sync

github.com/flowjs/flow.js - ae159b8eaa43d60455f76eb92d6b62bb898a48f6 authored over 10 years ago by Aidas Klimas <[email protected]>
Merge pull request #20 from clicktrend/master

fix: firefox bug, async request for cors

github.com/flowjs/flow.js - 360fd9315f02e99b900673558b228083a5413837 authored over 10 years ago by Aidas Klimas <[email protected]>
async request for cors

github.com/flowjs/flow.js - 60b559c13f86f3ed158daee37f90ca5bd12a7edc authored over 10 years ago by Kadir Yuecel <[email protected]>
Release v2.3.2

github.com/flowjs/ng-flow - df21706a01e4b195b24d6627b4e439cf907084f9 authored over 10 years ago by Aidas Klimas <[email protected]>
Release v2.3.1

github.com/flowjs/ng-flow - 9c1c5182ba9e1e8b5a4c0fa46260ecb97ca36c2f authored over 10 years ago by Aidas Klimas <[email protected]>
fix: prevent does not work if dragover is not prevented

github.com/flowjs/ng-flow - c5e9fbd15692f78a60e055e165d8a0b36dd3e136 authored over 10 years ago by Aidas Klimas <[email protected]>
Release v2.3.0

github.com/flowjs/ng-flow - 5146e1bfb6f68d80e2d3d47d0a7bdae38d6b2f9d authored over 10 years ago by Aidas Klimas <[email protected]>
docs: quick setup

github.com/flowjs/ng-flow - 45c1b1f4025a78de51cd5a4550719b8117889c1e authored over 10 years ago by Aidas Klimas <[email protected]>
chore: build

github.com/flowjs/ng-flow - c3fc9b5d1c0e5291d15b443bdd7fa0681c5430d0 authored over 10 years ago by Aidas Klimas <[email protected]>
fix: drag events #23

github.com/flowjs/ng-flow - 3d43551ded349677cb8c0258d3b2178f9993ccd9 authored over 10 years ago by Aidas Klimas <[email protected]>
Release v2.4.0

github.com/flowjs/flow.js - 082d5e85d46e207ec4206749c0822b3aa1b5918e authored over 10 years ago by Aidas Klimas <[email protected]>
chore: remove coveralls

github.com/flowjs/flow.js - 4e090bc0b1ac355e0467b44319bf9ed743b08134 authored over 10 years ago by Aidas Klimas <[email protected]>
fix: file drop propagation is not needed

might be a bc, but can be solved by setting onDropStopPropagation prop

github.com/flowjs/flow.js - 7aead96f109422de9c09a5e9599aff0df07ec581 authored over 10 years ago by Aidas Klimas <[email protected]>
chore: readme update

github.com/flowjs/ng-flow - 0bb6c7a7e94c5f5672ed3c93c5a4fcea4b06ab6e authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.2.0

github.com/flowjs/ng-flow - 2250763535ed76a30828fc5105dae4e46f11e666 authored almost 11 years ago by Aidas Klimas <[email protected]>
fix: #14 #15

https://github.com/flowjs/ng-flow/issues/14
https://github.com/flowjs/ng-flow/issues/15

github.com/flowjs/ng-flow - 4bdaaf403bf768c81936e10f408f3d319d105ce9 authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: deps fix

github.com/flowjs/flow.js - fa8210d046353aa6b5f571f73f9930b3716b5284 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.3.0

github.com/flowjs/flow.js - 197cb26fde4aafcd11aef9c8debc8061959b1555 authored almost 11 years ago by Aidas Klimas <[email protected]>
fix: complete event must be always async

github.com/flowjs/flow.js - e0312dae150aa4b5c46dce75a2584cb712d4ca15 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.2.2

github.com/flowjs/flow.js - c0bdee914755efa9dc8f64b49f40c4031c0b5f48 authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: fix bower main file

github.com/flowjs/flow.js - cac141b71d9a4490342df65bb570c7e063a2e76a authored almost 11 years ago by Aidas Klimas <[email protected]>
Merge pull request #13 from decklord/patch-3

chore: adding Yeoman instructions to README

github.com/flowjs/ng-flow - 11bc145f432eefd748d264606cae86e7ec94d8d0 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.1.4

github.com/flowjs/ng-flow - 34c87284da201e6ab3e63609588ff8846de292a5 authored almost 11 years ago by Aidas Klimas <[email protected]>
fix: bower for yeoman

github.com/flowjs/ng-flow - 927a3d24a2a1985b5e38c23ecc54601f5882d309 authored almost 11 years ago by Aidas Klimas <[email protected]>
Merge branch 'master' of github.com:flowjs/ng-flow

github.com/flowjs/ng-flow - 65802a3274eaff598b0b6eddd71c29ee58befe10 authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: samples fixed

github.com/flowjs/ng-flow - dd7c8ac04828463a941b598ad74a9670bdb2c162 authored almost 11 years ago by Aidas Klimas <[email protected]>
fix: build script

github.com/flowjs/ng-flow - 4059634dcb2a9c125fb2ac0a7a315172c231bc56 authored almost 11 years ago by Aidas Klimas <[email protected]>
Adding Yeoman instructions to README

github.com/flowjs/ng-flow - 06fdccf1f498f727012fdb5e259299fb5a9f5970 authored almost 11 years ago by Camilo López <[email protected]>
Merge pull request #11 from decklord/patch-1

chore: Update bower.json for yeoman

github.com/flowjs/ng-flow - 03bc7c833001c029bdd25f24f5a24a863c018822 authored almost 11 years ago by Aidas Klimas <[email protected]>
Update bower.json

Added "main" var to work if bower is used with yeoman.

github.com/flowjs/ng-flow - 18966c53b994ec54a4636d71efd8e9f34580ce00 authored almost 11 years ago by Camilo López <[email protected]>
Release v2.1.3

github.com/flowjs/ng-flow - 3286fa5d7bf6446e77a87f2f6347e929071378b4 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.1.2

github.com/flowjs/ng-flow - 8c1e7587d57b81179634aaec5faf6b0c443966db authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: readme update

github.com/flowjs/ng-flow - a80095b4f31833d7bdaa9810a802dacea9eaf834 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.1.1

github.com/flowjs/ng-flow - 88ca477e74ded18b89dcc7502eecd83e035417de authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.2.1

github.com/flowjs/flow.js - 39c24762167da962f6ee73478e8004610e8aee82 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.2.0

github.com/flowjs/flow.js - e998521b39858df6d598a353126b47639946a93c authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: release script

github.com/flowjs/flow.js - 91530445da921115e23aff19e29ff3a83f5de243 authored almost 11 years ago by Aidas Klimas <[email protected]>
feat: assignBrowse without overlay input button

also solves "no files chosen" hover effect

github.com/flowjs/flow.js - 431880625a6af696dde9773baaad1850417fce02 authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: version up

github.com/flowjs/ng-flow - c0baeb345773159175a6e2e6d32d80b38c3f0eca authored almost 11 years ago by Aidas Klimas <[email protected]>
feat: dynamically disable drop area

github.com/flowjs/ng-flow - 79bca59110793ddc3e88a04d2d5618144321e580 authored almost 11 years ago by Aidas Klimas <[email protected]>
Merge branch 'develop' of github.com:resumable2/ng-resumable into develop

Conflicts:
bower.json

github.com/flowjs/ng-flow - 3ed45ecabdb243bc4d7586df992fa2ae7d047a30 authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: version up

github.com/flowjs/ng-flow - 8373a5b8689d3a1da5e97586aa9437d8bcc3d3dc authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: updated bower file

github.com/flowjs/ng-flow - 8466505f53c3f598366bc4ecfd1d247798ff3405 authored almost 11 years ago by Aidas Klimas <[email protected]>
fix(bower): ignore useless files

github.com/flowjs/ng-flow - 3a164546ad4116f35b78262abc0edcad2bb8ecec authored about 11 years ago by Aidas Klimas <[email protected]>
chore: version up

github.com/flowjs/fusty-flow.js - c9a610a403123512618f6d37715bddde2e4f571a authored about 11 years ago by Aidas Klimas <[email protected]>
fix(bower): ignore samples folder

github.com/flowjs/fusty-flow.js - 751e914421457531533b01456a77643762f19286 authored about 11 years ago by Aidas Klimas <[email protected]>
docs: link fix

github.com/flowjs/ng-flow - efbfbd78c748aefef5f856968c42a36fae5216af authored about 11 years ago by Aidas Klimas <[email protected]>
chore: bower version up

github.com/flowjs/ng-flow - 784880204894a48b483bcd760e953e75789c687d authored about 11 years ago by Aidas Klimas <[email protected]>
docs: updated

github.com/flowjs/ng-flow - e454628602de1a1521242621035d17b62ba8ea04 authored about 11 years ago by Aidas Klimas <[email protected]>
chore: convert line endings to lf

github.com/flowjs/ng-flow - 8883c4ea3d26fbea1a700312ac09d486e885bd27 authored about 11 years ago by Aidas Klimas <[email protected]>
feat: sample updated

github.com/flowjs/ng-flow - 817700641f7e6c6de9fd5d185f0c4be21939c4c9 authored about 11 years ago by Aidas Klimas <[email protected]>
feat: separated events form init directive

github.com/flowjs/ng-flow - 1ca4ad131f1ab40a9a8e0a3540f6e2649fac3775 authored about 11 years ago by Aidas Klimas <[email protected]>
feat: drag events added

github.com/flowjs/ng-flow - 860b89dd81028a0781c077c808cb8f57bf046d27 authored about 11 years ago by Aidas Klimas <[email protected]>
feat: rename ngFlow to flow

github.com/flowjs/ng-flow - b4d8aa5051c0a7b545003b801f20cc088c4a77ab authored about 11 years ago by Aidas Klimas <[email protected]>
chore: version up

github.com/flowjs/ng-flow - b9fff0711479624ee7e5cae71c14ced44a566adc authored about 11 years ago by Aidas Klimas <[email protected]>
feat: events refactored with broadcast support

github.com/flowjs/ng-flow - 9428b57a009b5438768ca422439820eebbf12de3 authored about 11 years ago by Aidas Klimas <[email protected]>
fix(ngFlowName): was not working as specified

github.com/flowjs/ng-flow - 594a251d06cc9f2f114f8fa26680e20ec1fe582c authored about 11 years ago by Aidas Klimas <[email protected]>
feat: off method added for removing events

github.com/flowjs/flow.js - 3748460a66cb9d2532ab83e035de9aa5e1cc0fb4 authored about 11 years ago by Aidas Klimas <[email protected]>
chore: version up to 2.1.0

github.com/flowjs/flow.js - b79825630e13f24e60d30bdf3fea6d7d4b9476c4 authored about 11 years ago by Aidas Klimas <[email protected]>
docs: install instructions update

github.com/flowjs/flow.js - a9fdf860cf4cf67f7e07668c6d8951c012eb994b authored about 11 years ago by Aidas Klimas <[email protected]>
chore: grunt build task created

github.com/flowjs/flow.js - 05fa237f2e7fce7d036c647a6e523541d9737c1e authored about 11 years ago by Aidas Klimas <[email protected]>
docs: typo in comments

github.com/flowjs/flow.js - e995a29309c252062be6508785c5e6dc271c89d5 authored about 11 years ago by Aidas Klimas <[email protected]>
fix: module exports

github.com/flowjs/flow.js - 2274b3d8d2691ba33dc9d01778f6771b6b575e9f authored about 11 years ago by Aidas Klimas <[email protected]>
fix: destory attribute then element is removed

github.com/flowjs/ng-flow - 8d8c67e8951229935a9f49de4a606f707db5bd9e authored about 11 years ago by Aidas Klimas <[email protected]>