Ecosyste.ms: OpenCollective

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

github.com/flowjs/flow.js

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

feat: allow custom success status (200,201,202)

https://github.com/flowjs/flow.js/pull/52

ea3619a3f1190e24ce2bc27bf6e0a4c92a5f8c7c authored about 10 years ago by Aidas Klimas <[email protected]>
feat: pass chunk as last event argument

7aafa896db157942d4dcfc6a8b453c5981de8e1c authored about 10 years ago by Aidas Klimas <[email protected]>
docs: readme contribute

47a1b80ff443d9ce96bc476d3996ea632c5cbe2b authored about 10 years ago by Aidas Klimas <[email protected]>
Fixed obsolete response / Added missing if (...)

b96cd405217d8b8ae475483d67bd379c8d441a5e authored over 10 years ago by Hauke Stange <[email protected]>
Updated flow.js node backend example.

The "Access-Control-Allow-Origin" headers are easily configurable now.

9c1f1c90c5d844db368ba7f7bf1232d7e7236f7a authored over 10 years ago by Hauke Stange <[email protected]>
Merge pull request #47 from JasonRawlinsBPI/master

feat: http status code 202 is now considered a success.

47f82731a3fe0d03781cd084b650b0836f5d1e69 authored over 10 years ago by Aidas Klimas <[email protected]>
Merge pull request #48 from daure/patch-1

chore(samples): node sample fix.

7c7ed3ed602521c71b8fec5b5d077bc733259cf6 authored over 10 years ago by Aidas Klimas <[email protected]>
Node sample fix.

res.send(200) will always return success when checking if the file has been uploaded before; may...

d05fc569421aa359505393d46e3f377e3440ea8d authored over 10 years ago by Marlo Vlietstra <[email protected]>
Http status code 202 is now considered a success.

55d0ab9f7f269240e2b864dbeca6c69d664c5c0a authored over 10 years ago by JasonRawlinsBPI <[email protected]>
Merge pull request #46 from Partyschaum/use-original-filename-in-flow-node

fix: use original filename in node sample post callback.

7ac9f2269a4ba7a550de488a357fd444780fd799 authored over 10 years ago by Aidas Klimas <[email protected]>
Use original filename in node sample post callback.

6a2e38ad9362c5a34f063f0b6524e84776216d47 authored over 10 years ago by Hauke Stange <[email protected]>
Release v2.6.2

ceb1f820060872e4523216a1b929471a1be41f78 authored over 10 years ago by Aidas Klimas <[email protected]>
Merge pull request #40 from joggino/master

fix(sample): nodejs error in validateRequest

5e736ceca18a2414aede5fceb31eb108fc8c226d authored over 10 years ago by Aidas Klimas <[email protected]>
Fixed an error in validateRequest

When uploading files greater than 2Mb I found that where 'invalid_flow_request4' was returned, t...

0342a6361bcbeac37acb5244d8df8dd6974d76db authored over 10 years ago by Joe Yearsley <[email protected]>
Merge pull request #1 from flowjs/master

f

b82f14e3cc3ed130b8de15c084959777bff41ad1 authored over 10 years ago by doly mood <[email protected]>
Merge pull request #36 from ni-ka/master

feat: enhance backend compability by keeping original mimeType and file name

d69e7838afbfdbdfc6b2ec9baf751022758745f2 authored over 10 years ago by Aidas Klimas <[email protected]>
Build dist

d355db82cf5c42eb9d942f85fa917c5a6f37a133 authored over 10 years ago by ni-ka <[email protected]>
Keep mime type when slicing blob chunk

76521c7457db79f2f005652f7f0c818db3009cab authored over 10 years ago by ni-ka <[email protected]>
Add file name when adding blob to form data

c134debd2ad44e196350fe0c6b429efa0450a710 authored over 10 years ago by ni-ka <[email protected]>
Release v2.6.1

824d8ce5286dc0d8682de7aff60b0fe89ad20806 authored over 10 years ago by Aidas Klimas <[email protected]>
fix(preprocess): do not preprocess more files then simultaneousUploads opt

9f7fec4b4aa2dbfa43f1ecc076ac23a20d4d93b0 authored over 10 years ago by Aidas Klimas <[email protected]>
Release v2.6.0

557e0baaec71da2a3cd251d01cfec89b43fc11ac authored over 10 years ago by Aidas Klimas <[email protected]>
Merge pull request #30 from dolymood/master

fix: upload simultaneousUploads bug

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 ...

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

b5770787ba509790451702ec7706f894b1e0c529 authored over 10 years ago by Aidas Klimas <[email protected]>
minor fix in the node sample

018094a390432295853aeaa566ef7e997736b208 authored over 10 years ago by thorn0 <[email protected]>
fix upload simultaneousUploads bug

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

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'.

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

chore: Update README.md

d23052611ae59bfdf4168c2096a86cbefe0cf193 authored over 10 years ago by Aidas Klimas <[email protected]>
Update README.md

I think this is better

aafd6048185fc526e950b9564dc6aca31c013ab7 authored over 10 years ago by daslicht <[email protected]>
Merge pull request #27 from stuartnelson3/master

chore(go): update Go example

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

file

d4964e2dedd5b4428b55e2e872790d8976613f95 authored over 10 years ago by Stuart Nelson <[email protected]>
Merge pull request #26 from stuartnelson3/master

feat(go): go sample

acde2891b10c98175fe76db647fdcfb3df764531 authored over 10 years ago by Aidas Klimas <[email protected]>
Update Backend on Go.md

68a172777b77775071e8ea6ad925259d6c42ad5b authored over 10 years ago by stuart nelson <[email protected]>
add go example

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

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

0436dfdfe8a7576b431dced6d7280d8a6934029d authored over 10 years ago by thorn0 <[email protected]>
fix(sample): nodejs sample

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

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

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.

45aff288a5b3150c5cb494095e6b6e33e057aad2 authored over 10 years ago by Ryan Montgomery <[email protected]>
Merge pull request #21 from thrownblown/master

chore: nodejs sample update

e61a967b8e998b0f9319fe20b75b9cbb9b4c268b authored over 10 years ago by Aidas Klimas <[email protected]>
Update README.md

express bleeding edge issues

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...

975d2686f49fee6f26e2ecb9192c28baa9a6cd01 authored over 10 years ago by Alex Farioletti <[email protected]>
Release v2.5.0

0525b25675d7ae00ee41290c256cbee898245a23 authored over 10 years ago by Aidas Klimas <[email protected]>
chore: readme - custom attributes

2a7b093ee8739e681a4a194ff417bd07a61303b7 authored over 10 years ago by Aidas Klimas <[email protected]>
chore: example updated

a9f9fa282d678dc24db5dfc42bc24a5567c88d34 authored over 10 years ago by Aidas Klimas <[email protected]>
feat: allow to set custom attributes for input

5b94beddc4efe5ed6201b641732e5185fe4c28f3 authored over 10 years ago by Aidas Klimas <[email protected]>
fix: #18 support preprocess called in sync

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

360fd9315f02e99b900673558b228083a5413837 authored over 10 years ago by Aidas Klimas <[email protected]>
async request for cors

60b559c13f86f3ed158daee37f90ca5bd12a7edc authored over 10 years ago by Kadir Yuecel <[email protected]>
Release v2.4.0

082d5e85d46e207ec4206749c0822b3aa1b5918e authored over 10 years ago by Aidas Klimas <[email protected]>
chore: remove coveralls

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

7aead96f109422de9c09a5e9599aff0df07ec581 authored over 10 years ago by Aidas Klimas <[email protected]>
chore: deps fix

fa8210d046353aa6b5f571f73f9930b3716b5284 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.3.0

197cb26fde4aafcd11aef9c8debc8061959b1555 authored almost 11 years ago by Aidas Klimas <[email protected]>
fix: complete event must be always async

e0312dae150aa4b5c46dce75a2584cb712d4ca15 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.2.2

c0bdee914755efa9dc8f64b49f40c4031c0b5f48 authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: fix bower main file

cac141b71d9a4490342df65bb570c7e063a2e76a authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.2.1

39c24762167da962f6ee73478e8004610e8aee82 authored almost 11 years ago by Aidas Klimas <[email protected]>
Release v2.2.0

e998521b39858df6d598a353126b47639946a93c authored almost 11 years ago by Aidas Klimas <[email protected]>
chore: release script

91530445da921115e23aff19e29ff3a83f5de243 authored almost 11 years ago by Aidas Klimas <[email protected]>
feat: assignBrowse without overlay input button

also solves "no files chosen" hover effect

431880625a6af696dde9773baaad1850417fce02 authored almost 11 years ago by Aidas Klimas <[email protected]>
feat: off method added for removing events

3748460a66cb9d2532ab83e035de9aa5e1cc0fb4 authored about 11 years ago by Aidas Klimas <[email protected]>
chore: version up to 2.1.0

b79825630e13f24e60d30bdf3fea6d7d4b9476c4 authored about 11 years ago by Aidas Klimas <[email protected]>
docs: install instructions update

a9fdf860cf4cf67f7e07668c6d8951c012eb994b authored about 11 years ago by Aidas Klimas <[email protected]>
chore: grunt build task created

05fa237f2e7fce7d036c647a6e523541d9737c1e authored about 11 years ago by Aidas Klimas <[email protected]>
docs: typo in comments

e995a29309c252062be6508785c5e6dc271c89d5 authored about 11 years ago by Aidas Klimas <[email protected]>
fix: module exports

2274b3d8d2691ba33dc9d01778f6771b6b575e9f authored about 11 years ago by Aidas Klimas <[email protected]>
chore: release version up to 2.0.0

bdfb6494c0ac28fefbc15cabddbae5bc68a7fb1d authored about 11 years ago by Aidas Klimas <[email protected]>
fix: node sample update

924cb15eaea4eb6c344b87bffcc7222a094cd001 authored about 11 years ago by Aidas Klimas <[email protected]>
fix(drag): file drag and drop does not work in new chrome v33

9b95229191b8e5de9de15df38a437531fcdd7e86 authored about 11 years ago by Aidas Klimas <[email protected]>
docs: fix docs for fileSuccess event and FlowFile.name

a60c1996e21bab1816732f7ca3abcbd719bde3a3 authored about 11 years ago by Aidas Klimas <[email protected]>
docs(singleFile): explanation fixed

a26748950140036e18aee42b28a6dc81c1d66673 authored about 11 years ago by Aidas Klimas <[email protected]>
chore: coveralls added

a4c8dee296db290c33ac8f7f6b31d0eada94a0cb authored about 11 years ago by Aidas Klimas <[email protected]>
chore: remove coveralls

88fa83cac47db197b25b61402cb2703347edd94b authored about 11 years ago by Aidas Klimas <[email protected]>
chore: configs

768e0fb19f7239ec24ba63d4dc3479770cbf263b authored about 11 years ago by Aidas Klimas <[email protected]>
test(timeRemaining): pause, error and finished upload cases

dbbc333842d68e4d0fdc13d72f4ea5842f9370f2 authored about 11 years ago by Aidas Klimas <[email protected]>
fix: time remaining function adjustments

average speed and current speed is set 0 zero, then file is paused, errored or finished.

a38919b6c618bbb33d9763238dffa5bbcf160d18 authored about 11 years ago by Aidas Klimas <[email protected]>
docs: supportDirectory property documentation and note for assignBrowse method

d4b2ac631513a30900a729f56f888295213cb382 authored about 11 years ago by Aidas Klimas <[email protected]>
feat: supportDirectory detection added

0e838b23147331fc8fd012d5fc9479b2c4ea4a05 authored about 11 years ago by Aidas Klimas <[email protected]>
chore: version up

56db589b77230ee09dcd07491fb0a685b661df74 authored about 11 years ago by Aidas Klimas <[email protected]>
fix: check if item is present on non file drop action

d016e625636dca6c803d0cc061316bb5e150d4dc authored about 11 years ago by Aidas Klimas <[email protected]>
feat: version variable made as static

68b9eeb3e01240abdda970483b38f54348d68f4d authored about 11 years ago by Aidas Klimas <[email protected]>
chore: version pop

31e0a571375c796924c882e28f0d95a69b29f5f9 authored about 11 years ago by Aidas Klimas <[email protected]>
fix: time remaining function returns negative value

97812f97666051b4a7be154d876a8f671b108bb3 authored about 11 years ago by Aidas Klimas <[email protected]>
feat: AMD/requirejs support

4d7630ccfb1891d95976ffcf97a2aa883628976b authored about 11 years ago by Aidas Klimas <[email protected]>
docs: sizeUploaded and timeRemaining functions documentated.

ed14b49fd6c64d3270d95f02d8405e873842ea51 authored about 11 years ago by Aidas Klimas <[email protected]>
feat: time remaining will return infinity if average speed is zero

1fdb850b067122763efbb703e4f5f699584af5a1 authored about 11 years ago by Aidas Klimas <[email protected]>
test: getFromUniqueIdentifier

8bfadb42fd3d3f1490de8aae1891ba243f81c100 authored about 11 years ago by Aidas Klimas <[email protected]>
feat: sizeUploaded and timeRemaining functions added

56be61fa3554c04d1823ae97e3b9e6aa8d56829d authored about 11 years ago by Aidas Klimas <[email protected]>
chore: version update to beta3

656f5fd7f22b1b1d0a50ed8a5f8ab3d6302f3cf0 authored about 11 years ago by Aidas Klimas <[email protected]>
chore: prepare for release beta2

4a4c934a99a07d648f62c092ba148a585181bb99 authored over 11 years ago by Aidas Klimas <[email protected]>
chore: rename to flow.js

35971ece7b8ceb26a3dd2bb325f9facccceb3682 authored over 11 years ago by Aidas Klimas <[email protected]>
docs: rename to flow.js and added origin section

57595d67239c3de4dd340bac0aac9deb4dda3daa authored over 11 years ago by Aidas Klimas <[email protected]>
chore: rename

3dee1e09b0021c1bb6add270e8ebde1e62da5bc7 authored over 11 years ago by Aidas Klimas <[email protected]>
test(preprocess): chunk sould be preprocessed

db2028dc5558c746404349624d69a9d624f5d433 authored over 11 years ago by Aidas Klimas <[email protected]>
Merge branch 'master' of github.com:resumable2/resumable.js

366f8ddc2b00e667444a071ef94800b11f7f41d8 authored over 11 years ago by Aidas Klimas <[email protected]>
fix: webkit add all files at once

f2be717fe1726cf63ade58b2fe5e59633d6b307e authored over 11 years ago by Aidas Klimas <[email protected]>