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 committed 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 @@ npm-mongo@1.5.45
observe-sequence@1.0.12
ordered-dict@1.0.8
ostrio:cookies@2.0.5
ostrio:files@1.7.2
ostrio:files@1.7.3
promise@0.8.3
random@1.0.10
reactive-var@1.0.10
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:simple-schema@1.5.3
allow-deny@1.0.5
autoupdate@1.2.10
babel-compiler@6.8.3
babel-runtime@0.1.9_1
autoupdate@1.2.11
babel-compiler@6.9.1
babel-runtime@0.1.11
base64@1.0.9
binary-heap@1.0.9
blaze@2.1.8
blaze-html-templates@1.0.4
blaze-tools@1.0.9
boilerplate-generator@1.0.9
caching-compiler@1.0.5_1
caching-compiler@1.1.7
caching-html-compiler@1.0.6
callback-hook@1.0.9
check@1.2.3
coffeescript@1.1.2_1
coffeescript@1.2.4_1
ddp@1.2.5
ddp-client@1.2.8_1
ddp-client@1.2.9
ddp-common@1.2.6
ddp-server@1.2.8_1
ddp-server@1.2.10
deps@1.0.12
diff-sequence@1.0.6
ecmascript@0.4.6_1
ecmascript-runtime@0.2.11_1
ecmascript@0.5.8
ecmascript-runtime@0.3.14
ejson@1.0.12
es5-shim@4.5.12_1
es5-shim@4.6.14
fastclick@1.0.12
geojson-utils@1.0.9
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
http@1.1.7
http@1.2.9
id-map@1.0.8
jquery@1.11.9
launch-screen@1.0.12
livedata@1.0.18
logging@1.0.13_1
logging@1.1.15
mdg:validation-error@0.2.0
meteor@1.1.15_1
meteor@1.2.17
meteor-base@1.0.4
minifier-css@1.1.12_1
minifier-js@1.1.12_1
minifier-css@1.2.14
minifier-js@1.2.14
minimongo@1.0.17
mobile-experience@1.0.4
mobile-status-bar@1.0.12
modules@0.6.4
modules-runtime@0.6.4_1
mongo@1.1.9_1
modules@0.7.6
modules-runtime@0.7.6
mongo@1.1.12
mongo-id@1.0.5
npm-mongo@1.4.44_1
npm-mongo@1.5.48
observe-sequence@1.0.12
ordered-dict@1.0.8
ostrio:cookies@2.0.4
ostrio:files@1.6.2
promise@0.7.2_1
ostrio:cookies@2.0.5
ostrio:files@1.7.2
promise@0.8.4
raix:eventemitter@0.1.3
random@1.0.10
reactive-var@1.0.10
reload@1.1.10
retry@1.0.8
routepolicy@1.0.11
shell-server@0.2.1
spacebars@1.0.12
spacebars-compiler@1.0.12
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
templating-tools@1.0.4
tracker@1.0.14
tracker@1.1.0
ui@1.0.11
underscore@1.0.9
url@1.0.10
webapp@1.2.9_1
webapp@1.3.11
webapp-hashing@1.0.9
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 @@
allow-deny@1.0.5
autoupdate@1.2.11
babel-compiler@6.8.4
babel-runtime@0.1.9_1
babel-compiler@6.9.1
babel-runtime@0.1.11
base64@1.0.9
binary-heap@1.0.9
blaze@2.1.8
blaze-html-templates@1.0.4
blaze-tools@1.0.9
boilerplate-generator@1.0.9
caching-compiler@1.0.6
caching-compiler@1.1.7
caching-html-compiler@1.0.6
callback-hook@1.0.9
check@1.2.3
coffeescript@1.1.3
coffeescript@1.2.4_1
ddp@1.2.5
ddp-client@1.2.9
ddp-common@1.2.6
ddp-server@1.2.9
ddp-server@1.2.10
deps@1.0.12
diff-sequence@1.0.6
ecmascript@0.4.7
ecmascript-runtime@0.2.12
ecmascript@0.5.8
ecmascript-runtime@0.3.14
ejson@1.0.12
es5-shim@4.5.13
es5-shim@4.6.14
fastclick@1.0.12
geojson-utils@1.0.9
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
http@1.1.8
http@1.2.9
id-map@1.0.8
jquery@1.11.9
launch-screen@1.0.12
livedata@1.0.18
logging@1.0.14
meteor@1.1.16
logging@1.1.15
meteor@1.2.17
meteor-base@1.0.4
minifier-css@1.1.13
minifier-js@1.1.13
minifier-css@1.2.14
minifier-js@1.2.14
minimongo@1.0.17
mobile-experience@1.0.4
mobile-status-bar@1.0.12
modules@0.6.5
modules-runtime@0.6.5
mongo@1.1.9_1
modules@0.7.6
modules-runtime@0.7.6
mongo@1.1.12
mongo-id@1.0.5
npm-mongo@1.4.45
npm-mongo@1.5.48
observe-sequence@1.0.12
ordered-dict@1.0.8
ostrio:cookies@2.0.4
ostrio:files@1.6.4
promise@0.7.3
ostrio:cookies@2.0.5
ostrio:files@1.7.2
promise@0.8.4
random@1.0.10
reactive-var@1.0.10
reload@1.1.10
retry@1.0.8
routepolicy@1.0.11
shell-server@0.2.1
spacebars@1.0.12
spacebars-compiler@1.0.12
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
templating-tools@1.0.4
tracker@1.0.14
tracker@1.1.0
ui@1.0.11
underscore@1.0.9
url@1.0.10
webapp@1.2.10
webapp@1.3.11
webapp-hashing@1.0.9
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.