sealcode / sealious

An extensible, declarative node framework
25 stars 2 forks source link

Add ability to provide a http URL to a file instead of a File buffer #297

Closed kuba-orlik closed 8 years ago

kuba-orlik commented 8 years ago

Now the file field-type will also accept a string containing the HTTP URL to a file. The file will be downloaded and kept on server together with other updates.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.08%) to 47.821% when pulling 41b6eb1250c8824281df1b14cfe8ff4aa8a79324 on file_by_url into 1aee6aa33633d539dec06afe06e27611ac3c7824 on alpha.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.1%) to 47.882% when pulling c20eeaee3fbb43e5f9342730a7bbacd321e59454 on file_by_url into 1aee6aa33633d539dec06afe06e27611ac3c7824 on alpha.

adwydman commented 8 years ago

Merged.