-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from VeliovGroup/dev
v1.7.0 - Compatibility with [email protected] - 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
- Loading branch information
Showing
15 changed files
with
217 additions
and
123 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
ostrio:[email protected] | ||
ostrio:files@1.6.10 | ||
ostrio:files@1.7.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# Basic packages | ||
[email protected] | ||
[email protected] | ||
[email protected].10 | ||
[email protected].11 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
seba:minifiers-autoprefixer | ||
standard-minifier-js@1.1.8 | ||
standard-minifier-js@1.2.0 | ||
|
||
# Additional MDG packages | ||
[email protected] | ||
[email protected] | ||
[email protected].3 | ||
[email protected].4 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].8 | ||
[email protected].9 | ||
|
||
# UI/UX packages | ||
[email protected] | ||
|
@@ -48,9 +48,10 @@ ostrio:flow-router-meta | |
ostrio:spiderable-middleware | ||
|
||
# Accounts Packages | ||
[email protected].9 | ||
[email protected].11 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
shell-server |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[email protected].0.1 | ||
[email protected] |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.