Danny Coates 6184a70ba4 fixes #1005
The upstream gcp aggressively closes the connection once it has
received Content-Length bytes. However the @google-cloud/storage
module doesn't handle this well and emits no event in this case.
We were setting Content-Length because it's slightly more
efficient and was important for our download progress
bar (not anymore). The download should function fine without
setting the Content-Length, and allows the storage stream to finish
before closing the upstream socket.
2018-11-14 16:38:46 -08:00
2018-11-14 16:38:46 -08:00
2018-03-28 22:03:46 -07:00
2018-03-07 15:01:08 -08:00
2018-03-07 15:01:08 -08:00
2018-04-07 23:21:55 +01:00
2018-11-14 16:38:46 -08:00
2017-08-11 11:39:56 +09:00
2017-07-31 23:59:18 -07:00
2017-08-02 23:02:50 -07:00
2017-06-09 10:25:15 -07:00
2018-02-24 11:21:48 -08:00
2018-04-26 15:03:57 -04:00
2017-08-07 16:38:19 -07:00
2018-03-01 14:52:00 -08:00
2018-03-29 00:03:04 -07:00
2018-05-04 09:18:43 -07:00
2018-03-29 00:03:04 -07:00
2017-07-21 10:39:41 -07:00
2017-06-23 11:56:02 -07:00
2018-11-06 11:49:27 -08:00
2018-11-06 11:49:27 -08:00
2018-03-31 19:50:45 -07:00
2018-03-07 15:01:08 -08:00

Firefox Send

BrowserStack Status CircleCI Available on Test Pilot

Docs: FAQ, Encryption, Build, Docker, Metrics, More


Table of Contents


What it does

A file sharing experiment which allows you to send encrypted files to other users.


Requirements


Development

To start an ephemeral development server run:

npm install
npm start

Then browse to http://localhost:8080


Commands

Command Description
npm run format Formats the frontend and server code using prettier.
npm run lint Lints the CSS and JavaScript code.
npm test Runs the suite of mocha tests.
npm start Runs the server in development configuration.
npm run build Builds the production assets.
npm run prod Runs the server in production configuration.

Configuration

The server is configured with environment variables. See server/config.js for all options and docs/docker.md for examples.


Localization

Firefox Send localization is managed via Pontoon, not direct pull requests to the repository. If you want to fix a typo, add a new language, or simply know more about localization, please get in touch with the existing localization team for your language or Mozillas l10n-drivers for guidance.

see also docs/localization.md


Contributing

Pull requests are always welcome! Feel free to check out the list of "good first issues".


Testing

ENVIRONMENT URL
Production https://send.firefox.com/
Stage https://send.stage.mozaws.net/
Development https://send.dev.mozaws.net/

License

Mozilla Public License Version 2.0


Languages
JavaScript 88.7%
HTML 3.7%
CSS 3%
Kotlin 2.2%
Swift 1.6%
Other 0.8%