mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c97abb46ed | ||
|
|
b8f5e371c7 | ||
|
|
401311a05f | ||
|
|
652b8e4e15 | ||
|
|
99b7e7c0f1 | ||
|
|
81442bb6f2 |
@@ -1,5 +1,4 @@
|
|||||||
import app from './routes';
|
import app from './routes';
|
||||||
import log from 'choo-log';
|
|
||||||
import locale from '../common/locales';
|
import locale from '../common/locales';
|
||||||
import fileManager from './fileManager';
|
import fileManager from './fileManager';
|
||||||
import dragManager from './dragManager';
|
import dragManager from './dragManager';
|
||||||
@@ -14,8 +13,6 @@ if (navigator.doNotTrack !== '1' && window.RAVEN_CONFIG) {
|
|||||||
Raven.config(window.SENTRY_ID, window.RAVEN_CONFIG).install();
|
Raven.config(window.SENTRY_ID, window.RAVEN_CONFIG).install();
|
||||||
}
|
}
|
||||||
|
|
||||||
app.use(log());
|
|
||||||
|
|
||||||
app.use((state, emitter) => {
|
app.use((state, emitter) => {
|
||||||
// init state
|
// init state
|
||||||
state.transfer = null;
|
state.transfer = null;
|
||||||
|
|||||||
1743
package-lock.json
generated
1743
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "firefox-send",
|
"name": "firefox-send",
|
||||||
"description": "File Sharing Experiment",
|
"description": "File Sharing Experiment",
|
||||||
"version": "1.2.0",
|
"version": "1.2.3",
|
||||||
"author": "Mozilla (https://mozilla.org)",
|
"author": "Mozilla (https://mozilla.org)",
|
||||||
"repository": "mozilla/send",
|
"repository": "mozilla/send",
|
||||||
"homepage": "https://github.com/mozilla/send/",
|
"homepage": "https://github.com/mozilla/send/",
|
||||||
@@ -51,13 +51,12 @@
|
|||||||
"babel-preset-env": "^1.6.0",
|
"babel-preset-env": "^1.6.0",
|
||||||
"babel-preset-es2015": "^6.24.1",
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"babel-preset-stage-2": "^6.24.1",
|
"babel-preset-stage-2": "^6.24.1",
|
||||||
"choo-log": "^7.2.1",
|
|
||||||
"copy-webpack-plugin": "^4.0.1",
|
"copy-webpack-plugin": "^4.0.1",
|
||||||
"cross-env": "^5.0.5",
|
"cross-env": "^5.0.5",
|
||||||
"css-loader": "^0.28.7",
|
"css-loader": "^0.28.7",
|
||||||
"css-mqpacker": "^6.0.1",
|
"css-mqpacker": "^6.0.1",
|
||||||
"cssnano": "^3.10.0",
|
"cssnano": "^3.10.0",
|
||||||
"eslint": "^4.6.1",
|
"eslint": "^4.7.2",
|
||||||
"eslint-plugin-mocha": "^4.11.0",
|
"eslint-plugin-mocha": "^4.11.0",
|
||||||
"eslint-plugin-node": "^5.1.1",
|
"eslint-plugin-node": "^5.1.1",
|
||||||
"eslint-plugin-security": "^1.4.0",
|
"eslint-plugin-security": "^1.4.0",
|
||||||
@@ -68,37 +67,37 @@
|
|||||||
"github-changes": "^1.1.0",
|
"github-changes": "^1.1.0",
|
||||||
"html-loader": "^0.5.1",
|
"html-loader": "^0.5.1",
|
||||||
"husky": "^0.14.3",
|
"husky": "^0.14.3",
|
||||||
"lint-staged": "^4.1.3",
|
"lint-staged": "^4.2.3",
|
||||||
"mocha": "^3.5.3",
|
"mocha": "^3.5.3",
|
||||||
"nanobus": "^4.2.0",
|
"nanobus": "^4.2.0",
|
||||||
"npm-run-all": "^4.1.1",
|
"npm-run-all": "^4.1.1",
|
||||||
"postcss-loader": "^2.0.6",
|
"postcss-loader": "^2.0.6",
|
||||||
"prettier": "^1.6.1",
|
"prettier": "^1.7.0",
|
||||||
"proxyquire": "^1.8.0",
|
"proxyquire": "^1.8.0",
|
||||||
"raven-js": "^3.17.0",
|
"raven-js": "^3.17.0",
|
||||||
"redis-mock": "^0.20.0",
|
"redis-mock": "^0.20.0",
|
||||||
"require-from-string": "^1.2.1",
|
"require-from-string": "^1.2.1",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"selenium-webdriver": "^3.5.0",
|
"selenium-webdriver": "^3.5.0",
|
||||||
"sinon": "^3.2.1",
|
"sinon": "^3.3.0",
|
||||||
"string-hash": "^1.1.3",
|
"string-hash": "^1.1.3",
|
||||||
"stylelint-config-standard": "^17.0.0",
|
"stylelint-config-standard": "^17.0.0",
|
||||||
"stylelint-no-unsupported-browser-features": "^1.0.0",
|
"stylelint-no-unsupported-browser-features": "^1.0.0",
|
||||||
"supertest": "^3.0.0",
|
"supertest": "^3.0.0",
|
||||||
"testpilot-ga": "^0.3.0",
|
"testpilot-ga": "^0.3.0",
|
||||||
"val-loader": "^1.0.2",
|
"val-loader": "^1.0.2",
|
||||||
"webpack": "^3.5.6",
|
"webpack": "^3.6.0",
|
||||||
"webpack-dev-server": "^2.8.0",
|
"webpack-dev-server": "^2.8.2",
|
||||||
"webpack-manifest-plugin": "^1.3.1",
|
"webpack-manifest-plugin": "^1.3.2",
|
||||||
"webpack-unassert-loader": "^1.2.0"
|
"webpack-unassert-loader": "^1.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aws-sdk": "^2.114.0",
|
"aws-sdk": "^2.122.0",
|
||||||
"body-parser": "^1.18.1",
|
"body-parser": "^1.18.2",
|
||||||
"choo": "^6.0.1",
|
"choo": "^6.1.0",
|
||||||
"connect-busboy": "0.0.2",
|
"connect-busboy": "0.0.2",
|
||||||
"convict": "^4.0.0",
|
"convict": "^4.0.0",
|
||||||
"express": "^4.15.4",
|
"express": "^4.15.5",
|
||||||
"express-request-language": "^1.1.12",
|
"express-request-language": "^1.1.12",
|
||||||
"fluent": "^0.4.1",
|
"fluent": "^0.4.1",
|
||||||
"fluent-langneg": "^0.1.0",
|
"fluent-langneg": "^0.1.0",
|
||||||
@@ -123,6 +122,7 @@
|
|||||||
"es-CL",
|
"es-CL",
|
||||||
"es-ES",
|
"es-ES",
|
||||||
"es-MX",
|
"es-MX",
|
||||||
|
"et",
|
||||||
"fa",
|
"fa",
|
||||||
"fr",
|
"fr",
|
||||||
"fy-NL",
|
"fy-NL",
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ uploadingPageMessage = Aegumise sätteid saab muuta siis, kui faili üles laadit
|
|||||||
uploadingPageCancel = Katkesta üleslaadimine
|
uploadingPageCancel = Katkesta üleslaadimine
|
||||||
uploadCancelNotification = Üleslaadimine katkestati
|
uploadCancelNotification = Üleslaadimine katkestati
|
||||||
uploadingPageLargeFileMessage = Fail on suur ja selle üleslaadimine võib aega võtta.
|
uploadingPageLargeFileMessage = Fail on suur ja selle üleslaadimine võib aega võtta.
|
||||||
|
uploadingFileNotification = Teavita mind üleslaadimise lõppemisest.
|
||||||
uploadSuccessConfirmHeader = Saatmiseks valmis
|
uploadSuccessConfirmHeader = Saatmiseks valmis
|
||||||
uploadSvgAlt = Laadi üles
|
uploadSvgAlt = Laadi üles
|
||||||
uploadSuccessTimingHeader = Link failile aegub pärast 1. allalaadimist või 24 tunni möödumisel.
|
uploadSuccessTimingHeader = Link failile aegub pärast 1. allalaadimist või 24 tunni möödumisel.
|
||||||
@@ -64,6 +65,7 @@ copyFileList = Kopeeri URL
|
|||||||
// expiryFileList is used as a column header
|
// expiryFileList is used as a column header
|
||||||
expiryFileList = Aegub
|
expiryFileList = Aegub
|
||||||
deleteFileList = Kustuta
|
deleteFileList = Kustuta
|
||||||
|
nevermindButton = Ära pane tähele
|
||||||
legalHeader = Tingimused ja privaatsusreeglid
|
legalHeader = Tingimused ja privaatsusreeglid
|
||||||
legalNoticeTestPilot = Firefox Send on praegu Test Piloti eksperiment ja sellele rakenduvad Test Piloti <a>teenusetingimused</a> ning <a>privaatsusreeglid</a>. Rohkem teavet selle eksperimendi ja kogutavate andmete kohta leiab <a>siit</a>.
|
legalNoticeTestPilot = Firefox Send on praegu Test Piloti eksperiment ja sellele rakenduvad Test Piloti <a>teenusetingimused</a> ning <a>privaatsusreeglid</a>. Rohkem teavet selle eksperimendi ja kogutavate andmete kohta leiab <a>siit</a>.
|
||||||
legalNoticeMozilla = Firefox Sendi veebilehe kasutamisele rakenduvad ka Mozilla <a>veebilehtede privaatsusreeglid</a> ja <a>veebilehtede teenusetingimused</a>.
|
legalNoticeMozilla = Firefox Sendi veebilehe kasutamisele rakenduvad ka Mozilla <a>veebilehtede privaatsusreeglid</a> ja <a>veebilehtede teenusetingimused</a>.
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ linkExpiredAlt = లంకె గడువు ముగిసింది
|
|||||||
expiredPageHeader = ఈ లంకె గడువు ముగిసింది లేదా ముందు ఎప్పుడూ ఉనికిలో లేదు!
|
expiredPageHeader = ఈ లంకె గడువు ముగిసింది లేదా ముందు ఎప్పుడూ ఉనికిలో లేదు!
|
||||||
notSupportedHeader = మీ విహారిణికి మద్దతు లేదు.
|
notSupportedHeader = మీ విహారిణికి మద్దతు లేదు.
|
||||||
notSupportedLink = నా విహారిణికి ఎందుకు మద్దతు లేదు?
|
notSupportedLink = నా విహారిణికి ఎందుకు మద్దతు లేదు?
|
||||||
|
notSupportedOutdatedDetail = దురదృష్టవశాత్తు Firefox యొక్క ఈ వెర్షన్ Firefox సాంకేతికతను పంపే వెబ్ సాంకేతికతకు మద్దతు ఇవ్వదు. మీరు మీ బ్రౌజర్ని నవీకరించాలి.
|
||||||
updateFirefox = Firefoxను నవీకరించు
|
updateFirefox = Firefoxను నవీకరించు
|
||||||
downloadFirefoxButtonSub = ఉచిత దిగుమతులు
|
downloadFirefoxButtonSub = ఉచిత దిగుమతులు
|
||||||
uploadedFile = దస్త్రం
|
uploadedFile = దస్త్రం
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ module.exports = function(req) {
|
|||||||
uploadWindowStyle: 'upload-window',
|
uploadWindowStyle: 'upload-window',
|
||||||
uploadButtonStyle: 'browse btn'
|
uploadButtonStyle: 'browse btn'
|
||||||
},
|
},
|
||||||
|
fira: false,
|
||||||
|
fileInfo: {},
|
||||||
layout
|
layout
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user