-
-
Notifications
You must be signed in to change notification settings - Fork 167
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 #219 from VeliovGroup/dev
v1.7.3 - Fix #214 - Chunks was incorrectly generated, without padding - Fixed - Fix #212 - Set token cookie after user logged-in - Fix #210 - Now `FilesCollection#findOne()` has same behaviour, as `MongoCollection#findOne()` - `protected` hook optimisation
- Loading branch information
Showing
18 changed files
with
188 additions
and
167 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:[email protected].2 | ||
ostrio:[email protected].3 | ||
[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 +1 @@ | ||
METEOR@1.3.4.1 | ||
METEOR@1.4.1.1 |
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,77 +1,78 @@ | ||
aldeed:collection2@2.9.1 | ||
aldeed:collection2-core@1.1.1 | ||
aldeed:schema-deny@1.0.1 | ||
aldeed:schema-index@1.0.1 | ||
aldeed:collection2@2.10.0 | ||
aldeed:collection2-core@1.2.0 | ||
aldeed:schema-deny@1.1.0 | ||
aldeed:schema-index@1.1.0 | ||
aldeed:[email protected] | ||
[email protected] | ||
[email protected].10 | ||
babel-compiler@6.8.3 | ||
[email protected].9_1 | ||
[email protected].11 | ||
babel-compiler@6.9.1 | ||
[email protected].11 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
caching-compiler@1.0.5_1 | ||
caching-compiler@1.1.7 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
coffeescript@1.1.2_1 | ||
coffeescript@1.2.4_1 | ||
[email protected] | ||
[email protected].8_1 | ||
[email protected].9 | ||
[email protected] | ||
[email protected].8_1 | ||
[email protected].10 | ||
[email protected] | ||
[email protected] | ||
ecmascript@0.4.6_1 | ||
ecmascript-runtime@0.2.11_1 | ||
ecmascript@0.5.8 | ||
ecmascript-runtime@0.3.14 | ||
[email protected] | ||
es5-shim@4.5.12_1 | ||
es5-shim@4.6.14 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
http@1.1.7 | ||
http@1.2.9 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
logging@1.0.13_1 | ||
logging@1.1.15 | ||
mdg:[email protected] | ||
meteor@1.1.15_1 | ||
meteor@1.2.17 | ||
[email protected] | ||
minifier-css@1.1.12_1 | ||
minifier-js@1.1.12_1 | ||
minifier-css@1.2.14 | ||
minifier-js@1.2.14 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
modules@0.6.4 | ||
modules-runtime@0.6.4_1 | ||
[email protected].9_1 | ||
modules@0.7.6 | ||
modules-runtime@0.7.6 | ||
[email protected].12 | ||
[email protected] | ||
npm-mongo@1.4.44_1 | ||
npm-mongo@1.5.48 | ||
[email protected] | ||
[email protected] | ||
ostrio:[email protected].4 | ||
ostrio:files@1.6.2 | ||
promise@0.7.2_1 | ||
ostrio:[email protected].5 | ||
ostrio:files@1.7.2 | ||
promise@0.8.4 | ||
raix:[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
standard-minifier-css@1.0.7_1 | ||
standard-minifier-js@1.0.7_1 | ||
templating@1.1.12_1 | ||
standard-minifier-css@1.2.0 | ||
standard-minifier-js@1.2.0 | ||
templating@1.2.14 | ||
[email protected] | ||
tracker@1.0.14 | ||
tracker@1.1.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
webapp@1.2.9_1 | ||
webapp@1.3.11 | ||
[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 +1 @@ | ||
METEOR@1.3.4.4 | ||
METEOR@1.4.1.1 |
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,70 +1,71 @@ | ||
[email protected] | ||
[email protected] | ||
babel-compiler@6.8.4 | ||
[email protected].9_1 | ||
babel-compiler@6.9.1 | ||
[email protected].11 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
caching-compiler@1.0.6 | ||
caching-compiler@1.1.7 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
coffeescript@1.1.3 | ||
coffeescript@1.2.4_1 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].9 | ||
[email protected].10 | ||
[email protected] | ||
[email protected] | ||
ecmascript@0.4.7 | ||
ecmascript-runtime@0.2.12 | ||
ecmascript@0.5.8 | ||
ecmascript-runtime@0.3.14 | ||
[email protected] | ||
es5-shim@4.5.13 | ||
es5-shim@4.6.14 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
http@1.1.8 | ||
http@1.2.9 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
logging@1.0.14 | ||
meteor@1.1.16 | ||
logging@1.1.15 | ||
meteor@1.2.17 | ||
[email protected] | ||
minifier-css@1.1.13 | ||
minifier-js@1.1.13 | ||
minifier-css@1.2.14 | ||
minifier-js@1.2.14 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
modules@0.6.5 | ||
modules-runtime@0.6.5 | ||
[email protected].9_1 | ||
modules@0.7.6 | ||
modules-runtime@0.7.6 | ||
[email protected].12 | ||
[email protected] | ||
npm-mongo@1.4.45 | ||
npm-mongo@1.5.48 | ||
[email protected] | ||
[email protected] | ||
ostrio:[email protected].4 | ||
ostrio:files@1.6.4 | ||
promise@0.7.3 | ||
ostrio:[email protected].5 | ||
ostrio:files@1.7.2 | ||
promise@0.8.4 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
standard-minifier-css@1.0.8 | ||
standard-minifier-js@1.0.8 | ||
templating@1.1.13 | ||
standard-minifier-css@1.2.0 | ||
standard-minifier-js@1.2.0 | ||
templating@1.2.14 | ||
[email protected] | ||
tracker@1.0.14 | ||
tracker@1.1.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
webapp@1.2.10 | ||
webapp@1.3.11 | ||
[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 +1 @@ | ||
METEOR@1.3.4.1 | ||
METEOR@1.4.1.1 |
Oops, something went wrong.