mbr update, remove versions.json
Merge branch 'master' of https://github.com/zcfs/Meteor-cfs-file
update pkg, dependencies, delinting, etc.
a few more changes for supporting URL options
support request options like auth
and headers
when attaching a URL
add almost all necessary tests!
fix updatedAt setting
correct logic
store size as number
API doc fixes
extension
getter/setter method and make the other new methods work as UI helpersgenerate api docs
add updatedAt method
provide option to skip updating from the file record before getting info
more changes for new name, size, and type API
add getter/setter methods for name, size, and type; move original file info under original
property object backwards compatibility break!
change name of hasCopy
function to hasStored
throw a more helpful error if null/undefined data is passed to attachData
remove get
method; the code in it is old and would fail so I'm assuming nothing calls it anymore
Rollback to specific git dependency
use collectionFS travis version force update
remove smart.lock
adjustments, trying to make everything work in phantomjs
add server tests for FS.Data and fix found issues; add Blob.js polyfill so that we have phantomjs support (and travis tests can pass)
ignore potential query string when seeing if URL ends in filename
set size when attaching filepath
add travis-ci image
package changes to fix auto test issues
should not have been committed
we should ignore packages folder entirely
Return self from attachData, and adjust code in other areas to keep the flow of all methods similar
See if we can extract a file name from URL or filepath
use utility function to get file extension
Add note about dataUrl references
fixed issue #204
client-side tests for FS.Data (!) and fix failed tests
allow attachData to run synchronous on server even when attaching URL
fix some data attachment issues and move file allowed check to FS.Collection
silently handle non-object args
refactor FS.File.createWriteStream to support TempStore and FileWorker
tidy the FS.File.createReadStream
update API docs
use correct api
Merge branch 'master' of https://github.com/zcfs/Meteor-cfs-file
Complete rewrite; better split between client/server, move data handling to FS.Data class, and support streams
use chunks in the filerecord
make sure we have a downloadqueue
should not require a filename; check extension only if we have one
allow FS.File.fromUrl
to run synchronously without a callback on the server
add format
option for FS.File.prototype.get
Merge branch 'master' of https://github.com/zcfs/Meteor-cfs-file
fix url
use generic http url
reference cfs-filesaver pkg instead
rework http/ddp method init; also DDP methods don't need to be per-collection so they no longer are
minor adjustments; add missing FileSaver.js
Corrections to new scope
init commit