Bump to version 0.1.50
Merged pull-request: "filename conversion for FS.HTTP.Handlers.Get" #9 (yatusiter)
Bump to version 0.1.46
Merged pull-request: #611
Exposed request handlers on FS.HTTP.Handlers
object so that app can override
add changelog
Bump to version 0.1.43
Fixed bug: "Doesn't work in IE 8" #10
Merged pull-request: "rootUrlPathPrefix fix for cordova" #9 (dmitriyles)
Merged pull-request: "Support for expiration token" #1 (tanis2000)
Patches by GitHub users @dmitriyles, @tanis2000.
mbr update, remove versions.json
Cordova rootUrlPathPrefix fix
Bump to version 0.1.41
mbr fixed warnings
fixes to GET handler
add back tests
support apps in server subdirectories; closes #8
0.9.1 support
Merged pull-request: "Added contentLength for ranges and inline content" #5 (maomorales)
Content-Length and Last-Modified headers
Patches by GitHub user @maomorales.
Merged pull-request: "Force browser to download with filename passed in url" #3 (elbowz)
Force browser to download with filename passed in url
Patches by GitHub user @elbowz.
support collection-specific GET headers
update API docs
generate api docs
adjustments to use new FS.File API functions, plus have url
function omit query string whenever possible
Merged pull-request: "Support for expiration token" #1 (tanis2000)
Switched to HTTP.call() to get the server time
Better check for options.auth being a number. Check to see if we have Buffer() available on the server side. New check to make sure we have the token. Switched Metheor.method to HTTP.methods for the getServerTime() function.
Expiration is now optional. If auth is set to a number, that is the number of seconds the token is valid for.
Added time sync with the server for token generation.
Added code to pass a token with a set expiration date from the client. Added token check on the server side.
Patches by GitHub user @tanis2000.
setBaseUrl
to be called either outside of Meteor.startup or inside * move encodeParams helper to FS.Utilityproperly remount URLs
when uploading chunks, check the insert allow/deny since it's part of inserting
Rollback to specific git dependency
Try modified test script
deps are already in collectionFS
remove smart lock
commit smart.lock, trying to get tests to pass on travis
some minor pkg adjustments; trying to get tests to pass on travis
Rollback to using the direct storage adapter - makes more sense when serving files
shift to new http.methods streaming api
move server side DDP access points to cfs-download-ddp pkg; update API docs
fix typo...
return something useful
convert to streaming
Add streaming WIP
fix/adjust some tests; minor improvements to some handlers
Add unmount and allow mount to use default selector function
Refactor access point - wip
Refactor note, encode stuff should be prefixed into FS.Utility
FS.File.url add user deps when auth is used
fix url method
query string fix
move PUT access points for HTTP upload into this package; mount DELETE on /record/ as well as /files/; some fixes and improvements to handlers
more tests, make everything work, add unpublish method
Merge branch 'master' of https://github.com/zcfs/Meteor-cfs-access-point
add travis-ci image
rework URLs a bit, use http-publish package to publish FS.Collection listing, and add a test for this (!)
add http-publish dependency
del should be delete
a few fixes and improvements
need to actually mount it
attempt at switching to generic HTTP access point; also add support for chunked http downloads (range header)
Merge branch 'master' of https://github.com/zcfs/Meteor-cfs-access-point
corrected typo
added debugging
call HTTP.methods on server only
run client side, too, for side effects
rework for additional abstraction; also DDP methods don't need to be per-collection so they no longer are