Skip to content

Commit

Permalink
Merge pull request #219 from VeliovGroup/dev
Browse files Browse the repository at this point in the history
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
dr-dimitru authored Sep 5, 2016
2 parents 2754557 + 86bbdd6 commit dd59d88
Show file tree
Hide file tree
Showing 18 changed files with 188 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions demo-simplest-download-button/.meteor/.finished-upgraders
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ notices-for-facebook-graph-api-2
1.2.0-cordova-changes
1.2.0-breaking-changes
1.3.0-split-minifiers-package
1.4.0-remove-old-dev-bundle-link
1.4.1-add-shell-server-package
23 changes: 12 additions & 11 deletions demo-simplest-download-button/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-base # Packages every Meteor app needs to have
mobile-experience # Packages for a great mobile UX
mongo # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
reactive-var # Reactive variable for tracker
jquery # Helpful client-side library
tracker # Meteor's client-side reactive programming library
meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.12 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.10 # Reactive variable for tracker
jquery@1.11.9 # Helpful client-side library
tracker@1.1.0 # Meteor's client-side reactive programming library

standard-minifier-css # CSS minifier run for production mode
standard-minifier-js # JS minifier run for production mode
es5-shim # ECMAScript 5 compatibility for older browsers.
ecmascript # Enable ECMAScript2015+ syntax in app code
standard-minifier-css@1.2.0 # CSS minifier run for production mode
standard-minifier-js@1.2.0 # JS minifier run for production mode
es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code

ostrio:files
aldeed:simple-schema
aldeed:collection2
shell-server
2 changes: 1 addition & 1 deletion demo-simplest-download-button/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.3.4.1
METEOR@1.4.1.1
63 changes: 32 additions & 31 deletions demo-simplest-download-button/.meteor/versions
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]
2 changes: 2 additions & 0 deletions demo-simplest-streaming/.meteor/.finished-upgraders
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ notices-for-facebook-graph-api-2
1.2.0-cordova-changes
1.2.0-breaking-changes
1.3.0-split-minifiers-package
1.4.0-remove-old-dev-bundle-link
1.4.1-add-shell-server-package
23 changes: 12 additions & 11 deletions demo-simplest-streaming/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-base # Packages every Meteor app needs to have
mobile-experience # Packages for a great mobile UX
mongo # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
reactive-var # Reactive variable for tracker
jquery # Helpful client-side library
tracker # Meteor's client-side reactive programming library
meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.12 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.10 # Reactive variable for tracker
jquery@1.11.9 # Helpful client-side library
tracker@1.1.0 # Meteor's client-side reactive programming library

standard-minifier-css # CSS minifier run for production mode
standard-minifier-js # JS minifier run for production mode
es5-shim # ECMAScript 5 compatibility for older browsers.
ecmascript # Enable ECMAScript2015+ syntax in app code
standard-minifier-css@1.2.0 # CSS minifier run for production mode
standard-minifier-js@1.2.0 # JS minifier run for production mode
es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code

ostrio:files
shell-server
2 changes: 1 addition & 1 deletion demo-simplest-streaming/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.3.4.4
METEOR@1.4.1.1
51 changes: 26 additions & 25 deletions demo-simplest-streaming/.meteor/versions
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]
2 changes: 2 additions & 0 deletions demo-simplest-upload/.meteor/.finished-upgraders
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ notices-for-facebook-graph-api-2
1.2.0-cordova-changes
1.2.0-breaking-changes
1.3.0-split-minifiers-package
1.4.0-remove-old-dev-bundle-link
1.4.1-add-shell-server-package
23 changes: 12 additions & 11 deletions demo-simplest-upload/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-base # Packages every Meteor app needs to have
mobile-experience # Packages for a great mobile UX
mongo # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
reactive-var # Reactive variable for tracker
jquery # Helpful client-side library
tracker # Meteor's client-side reactive programming library
meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.12 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.10 # Reactive variable for tracker
jquery@1.11.9 # Helpful client-side library
tracker@1.1.0 # Meteor's client-side reactive programming library

standard-minifier-css # CSS minifier run for production mode
standard-minifier-js # JS minifier run for production mode
es5-shim # ECMAScript 5 compatibility for older browsers.
ecmascript # Enable ECMAScript2015+ syntax in app code
standard-minifier-css@1.2.0 # CSS minifier run for production mode
standard-minifier-js@1.2.0 # JS minifier run for production mode
es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code

ostrio:files
ostrio:templatehelpers
shell-server
2 changes: 1 addition & 1 deletion demo-simplest-upload/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.3.4.1
METEOR@1.4.1.1
Loading

0 comments on commit dd59d88

Please sign in to comment.