Updating docs and commits#200
Merged
dr-dimitru merged 11 commits intoveliovgroup:devfrom Aug 24, 2016
vtocco:v-dev
Merged
Conversation
fix to get extension if link has query params after extension - Fix issue: #184
Revert "fix to get extension if link has query params after extension"
* dev: (194 commits) Demo app update v1.6.10 Docs update Fix #183 Fix #188 Enhancements Strict worker fix to get extension if link has query params after extension Docs update v1.6.9 v1.6..9 Fix #177 Fix #174 Demo App: Version bump v1.6.8 Demo App: UI/UX Demo App: Minor SEO fixes Demo App: Minor SEO fixes Fix #172 Demo app: Update packages to the latest versions ...
* origin/master: Revert "fix to get extension if link has query params after extension" # Conflicts: # files.coffee
v1.7.0 - Compatibility with Meteor@1.4.1 - Fix memory leak caused by unsatisfied queue in `writeStream` class - New authentication model for `http` uploads based on more secure and frequently changed `connectionId` see [#159](#159) - Fixed overwhelming requests to `Meteor.users` on every received chunk - Minimised amount of data transferred between WebWorker and MainThread - Use minified version of WebWorker - `http` upload uses HTTP requests for all tasks `start`, `continue`, `EOF`, previously Meteor methods was involved - Overall code enhancements, DRY - Game changing upload via [webrtc-data-channel](https://github.com/VeliovGroup/Meteor-Files/tree/webrtc-data-channel), It’s on separate branch, I’m waiting for your feedback on this, please test it on your end
DemoApp: Update for heroku
…age example new file: docs/react-example.md modified: docs/react-example.md
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating docs, various commits