Skip to content

Commit

Permalink
v1.7.5
Browse files Browse the repository at this point in the history
 - Dependencies update
 - Meteor upgraded to `v1.4.1.2`
 - Various fixes over unsupported audio/video/images formats over
different browsers
  • Loading branch information
dr-dimitru committed Oct 13, 2016
1 parent 2ac7f8b commit ce8c3fa
Show file tree
Hide file tree
Showing 3,314 changed files with 250,094 additions and 9,063 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .node_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.5.0
v4.6.0
10 changes: 5 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Meteor-Files",
"version": "1.7.0",
"name": "Meteor-Files-Demo",
"version": "1.7.5",
"description": "Upload files with speed on Meteor. Application build on top of ostrio:files package",
"repository": "https://github.com/VeliovGroup/Meteor-Files-Demo",
"website": "https://github.com/VeliovGroup/Meteor-Files-Demo",
Expand All @@ -12,7 +12,7 @@
"connect": "^3.4.1",
"dropbox": "0.10.3",
"knox": "^0.9.2",
"fibers": "^1.0.13",
"fibers": "^1.0.14",
"fs-extra": "0.30.0",
"http-proxy": "^1.13.2",
"keypress": "^0.2.1",
Expand All @@ -30,7 +30,7 @@
"throttle": "1.0.3",
"underscore": "1.5.2",
"useragent": "^2.1.9",
"request": "2.74.0"
"request": "2.75.0"
},
"env": {
"ROOT_URL": {
Expand Down Expand Up @@ -101,7 +101,7 @@
}
],
"engines": {
"node": "4.5.0",
"node": "4.6.0",
"npm": "3.10.6"
}
}
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// not already added any `debugger` statements to your code, feel free to
// do so now, wait for the server to restart, then reload this page and
// click the |▶ button to continue.
// edit: tot test Heroku issue
process.argv.splice(2, 0, 'program.json');
process.chdir(require('path').join(__dirname, 'programs', 'server'));
require('./programs/server/boot.js');
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Meteor-Files",
"version": "1.7.0",
"version": "1.7.5",
"description": "Upload files with speed on Meteor. Application build on top of ostrio:files package",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"connect": "^3.4.1",
"dropbox": "0.10.3",
"knox": "^0.9.2",
"fibers": "^1.0.13",
"fibers": "^1.0.14",
"fs-extra": "0.30.0",
"http-proxy": "^1.13.2",
"keypress": "^0.2.1",
Expand All @@ -51,10 +51,10 @@
"throttle": "1.0.3",
"underscore": "1.5.2",
"useragent": "^2.1.9",
"request": "2.74.0"
"request": "2.75.0"
},
"engines": {
"node": "4.5.0",
"node": "4.6.0",
"npm": "3.10.6"
}
}
76 changes: 40 additions & 36 deletions programs/server/app/lib/files.collection.coffee.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion programs/server/app/lib/files.collection.coffee.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion programs/server/app/server/image-processing.coffee.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/server/app/server/image-processing.coffee.js.map

Large diffs are not rendered by default.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height">
<meta name="msapplication-tap-highlight" content="no">
<meta http-equiv="Content-Security-Policy" content="default-src * data: blob: 'unsafe-inline' 'unsafe-eval';">
<meta http-equiv="Content-Security-Policy" content="default-src * data: blob: 'unsafe-inline' 'unsafe-eval' ws: wss:;">

{{! We are explicitly not using bundledJsCssUrlRewriteHook: in cordova we serve assets up directly from disk, so rewriting the URL does not make sense }}

Expand Down
2 changes: 1 addition & 1 deletion programs/server/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"meteorRelease": "METEOR@1.4.1",
"meteorRelease": "METEOR@1.4.1.2",
"appId": "5x3da39sxim5ucthkf",
"clientPaths": {
"web.browser": "../web.browser/program.json"
Expand Down
4 changes: 2 additions & 2 deletions programs/server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ce8c3fa

Please sign in to comment.