Skip to content

Commit dd59d88

Browse files
authored
Merge pull request veliovgroup#219 from VeliovGroup/dev
v1.7.3 - Fix veliovgroup#214 - Chunks was incorrectly generated, without padding - Fixed - Fix veliovgroup#212 - Set token cookie after user logged-in - Fix veliovgroup#210 - Now `FilesCollection#findOne()` has same behaviour, as `MongoCollection#findOne()` - `protected` hook optimisation
2 parents 2754557 + 86bbdd6 commit dd59d88

File tree

18 files changed

+188
-167
lines changed

18 files changed

+188
-167
lines changed

.versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm-mongo@1.5.45
3838
observe-sequence@1.0.12
3939
ordered-dict@1.0.8
4040
ostrio:cookies@2.0.5
41-
ostrio:files@1.7.2
41+
ostrio:files@1.7.3
4242
promise@0.8.3
4343
random@1.0.10
4444
reactive-var@1.0.10

demo-simplest-download-button/.meteor/.finished-upgraders

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ notices-for-facebook-graph-api-2
1111
1.2.0-cordova-changes
1212
1.2.0-breaking-changes
1313
1.3.0-split-minifiers-package
14+
1.4.0-remove-old-dev-bundle-link
15+
1.4.1-add-shell-server-package

demo-simplest-download-button/.meteor/packages

+12-11
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
# 'meteor add' and 'meteor remove' will edit this file for you,
55
# but you can also edit it by hand.
66

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

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

2020
ostrio:files
2121
aldeed:simple-schema
2222
aldeed:collection2
23+
shell-server
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.3.4.1
1+
METEOR@1.4.1.1
+32-31
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,78 @@
1-
aldeed:collection2@2.9.1
2-
aldeed:collection2-core@1.1.1
3-
aldeed:schema-deny@1.0.1
4-
aldeed:schema-index@1.0.1
1+
aldeed:collection2@2.10.0
2+
aldeed:collection2-core@1.2.0
3+
aldeed:schema-deny@1.1.0
4+
aldeed:schema-index@1.1.0
55
aldeed:simple-schema@1.5.3
66
allow-deny@1.0.5
7-
autoupdate@1.2.10
8-
babel-compiler@6.8.3
9-
babel-runtime@0.1.9_1
7+
autoupdate@1.2.11
8+
babel-compiler@6.9.1
9+
babel-runtime@0.1.11
1010
base64@1.0.9
1111
binary-heap@1.0.9
1212
blaze@2.1.8
1313
blaze-html-templates@1.0.4
1414
blaze-tools@1.0.9
1515
boilerplate-generator@1.0.9
16-
caching-compiler@1.0.5_1
16+
caching-compiler@1.1.7
1717
caching-html-compiler@1.0.6
1818
callback-hook@1.0.9
1919
check@1.2.3
20-
coffeescript@1.1.2_1
20+
coffeescript@1.2.4_1
2121
ddp@1.2.5
22-
ddp-client@1.2.8_1
22+
ddp-client@1.2.9
2323
ddp-common@1.2.6
24-
ddp-server@1.2.8_1
24+
ddp-server@1.2.10
2525
deps@1.0.12
2626
diff-sequence@1.0.6
27-
ecmascript@0.4.6_1
28-
ecmascript-runtime@0.2.11_1
27+
ecmascript@0.5.8
28+
ecmascript-runtime@0.3.14
2929
ejson@1.0.12
30-
es5-shim@4.5.12_1
30+
es5-shim@4.6.14
3131
fastclick@1.0.12
3232
geojson-utils@1.0.9
3333
hot-code-push@1.0.4
3434
html-tools@1.0.10
3535
htmljs@1.0.10
36-
http@1.1.7
36+
http@1.2.9
3737
id-map@1.0.8
3838
jquery@1.11.9
3939
launch-screen@1.0.12
4040
livedata@1.0.18
41-
logging@1.0.13_1
41+
logging@1.1.15
4242
mdg:validation-error@0.2.0
43-
meteor@1.1.15_1
43+
meteor@1.2.17
4444
meteor-base@1.0.4
45-
minifier-css@1.1.12_1
46-
minifier-js@1.1.12_1
45+
minifier-css@1.2.14
46+
minifier-js@1.2.14
4747
minimongo@1.0.17
4848
mobile-experience@1.0.4
4949
mobile-status-bar@1.0.12
50-
modules@0.6.4
51-
modules-runtime@0.6.4_1
52-
mongo@1.1.9_1
50+
modules@0.7.6
51+
modules-runtime@0.7.6
52+
mongo@1.1.12
5353
mongo-id@1.0.5
54-
npm-mongo@1.4.44_1
54+
npm-mongo@1.5.48
5555
observe-sequence@1.0.12
5656
ordered-dict@1.0.8
57-
ostrio:cookies@2.0.4
58-
ostrio:files@1.6.2
59-
promise@0.7.2_1
57+
ostrio:cookies@2.0.5
58+
ostrio:files@1.7.2
59+
promise@0.8.4
6060
raix:eventemitter@0.1.3
6161
random@1.0.10
6262
reactive-var@1.0.10
6363
reload@1.1.10
6464
retry@1.0.8
6565
routepolicy@1.0.11
66+
shell-server@0.2.1
6667
spacebars@1.0.12
6768
spacebars-compiler@1.0.12
68-
standard-minifier-css@1.0.7_1
69-
standard-minifier-js@1.0.7_1
70-
templating@1.1.12_1
69+
standard-minifier-css@1.2.0
70+
standard-minifier-js@1.2.0
71+
templating@1.2.14
7172
templating-tools@1.0.4
72-
tracker@1.0.14
73+
tracker@1.1.0
7374
ui@1.0.11
7475
underscore@1.0.9
7576
url@1.0.10
76-
webapp@1.2.9_1
77+
webapp@1.3.11
7778
webapp-hashing@1.0.9

demo-simplest-streaming/.meteor/.finished-upgraders

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ notices-for-facebook-graph-api-2
1111
1.2.0-cordova-changes
1212
1.2.0-breaking-changes
1313
1.3.0-split-minifiers-package
14+
1.4.0-remove-old-dev-bundle-link
15+
1.4.1-add-shell-server-package

demo-simplest-streaming/.meteor/packages

+12-11
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
# 'meteor add' and 'meteor remove' will edit this file for you,
55
# but you can also edit it by hand.
66

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

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

2020
ostrio:files
21+
shell-server
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.3.4.4
1+
METEOR@1.4.1.1
+26-25
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,71 @@
11
allow-deny@1.0.5
22
autoupdate@1.2.11
3-
babel-compiler@6.8.4
4-
babel-runtime@0.1.9_1
3+
babel-compiler@6.9.1
4+
babel-runtime@0.1.11
55
base64@1.0.9
66
binary-heap@1.0.9
77
blaze@2.1.8
88
blaze-html-templates@1.0.4
99
blaze-tools@1.0.9
1010
boilerplate-generator@1.0.9
11-
caching-compiler@1.0.6
11+
caching-compiler@1.1.7
1212
caching-html-compiler@1.0.6
1313
callback-hook@1.0.9
1414
check@1.2.3
15-
coffeescript@1.1.3
15+
coffeescript@1.2.4_1
1616
ddp@1.2.5
1717
ddp-client@1.2.9
1818
ddp-common@1.2.6
19-
ddp-server@1.2.9
19+
ddp-server@1.2.10
2020
deps@1.0.12
2121
diff-sequence@1.0.6
22-
ecmascript@0.4.7
23-
ecmascript-runtime@0.2.12
22+
ecmascript@0.5.8
23+
ecmascript-runtime@0.3.14
2424
ejson@1.0.12
25-
es5-shim@4.5.13
25+
es5-shim@4.6.14
2626
fastclick@1.0.12
2727
geojson-utils@1.0.9
2828
hot-code-push@1.0.4
2929
html-tools@1.0.10
3030
htmljs@1.0.10
31-
http@1.1.8
31+
http@1.2.9
3232
id-map@1.0.8
3333
jquery@1.11.9
3434
launch-screen@1.0.12
3535
livedata@1.0.18
36-
logging@1.0.14
37-
meteor@1.1.16
36+
logging@1.1.15
37+
meteor@1.2.17
3838
meteor-base@1.0.4
39-
minifier-css@1.1.13
40-
minifier-js@1.1.13
39+
minifier-css@1.2.14
40+
minifier-js@1.2.14
4141
minimongo@1.0.17
4242
mobile-experience@1.0.4
4343
mobile-status-bar@1.0.12
44-
modules@0.6.5
45-
modules-runtime@0.6.5
46-
mongo@1.1.9_1
44+
modules@0.7.6
45+
modules-runtime@0.7.6
46+
mongo@1.1.12
4747
mongo-id@1.0.5
48-
npm-mongo@1.4.45
48+
npm-mongo@1.5.48
4949
observe-sequence@1.0.12
5050
ordered-dict@1.0.8
51-
ostrio:cookies@2.0.4
52-
ostrio:files@1.6.4
53-
promise@0.7.3
51+
ostrio:cookies@2.0.5
52+
ostrio:files@1.7.2
53+
promise@0.8.4
5454
random@1.0.10
5555
reactive-var@1.0.10
5656
reload@1.1.10
5757
retry@1.0.8
5858
routepolicy@1.0.11
59+
shell-server@0.2.1
5960
spacebars@1.0.12
6061
spacebars-compiler@1.0.12
61-
standard-minifier-css@1.0.8
62-
standard-minifier-js@1.0.8
63-
templating@1.1.13
62+
standard-minifier-css@1.2.0
63+
standard-minifier-js@1.2.0
64+
templating@1.2.14
6465
templating-tools@1.0.4
65-
tracker@1.0.14
66+
tracker@1.1.0
6667
ui@1.0.11
6768
underscore@1.0.9
6869
url@1.0.10
69-
webapp@1.2.10
70+
webapp@1.3.11
7071
webapp-hashing@1.0.9

demo-simplest-upload/.meteor/.finished-upgraders

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ notices-for-facebook-graph-api-2
1111
1.2.0-cordova-changes
1212
1.2.0-breaking-changes
1313
1.3.0-split-minifiers-package
14+
1.4.0-remove-old-dev-bundle-link
15+
1.4.1-add-shell-server-package

demo-simplest-upload/.meteor/packages

+12-11
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
# 'meteor add' and 'meteor remove' will edit this file for you,
55
# but you can also edit it by hand.
66

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

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

2020
ostrio:files
2121
ostrio:templatehelpers
22+
shell-server

demo-simplest-upload/.meteor/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.3.4.1
1+
METEOR@1.4.1.1

0 commit comments

Comments
 (0)