Benjamin Forehand Jr 54e78b6274 This adds some user integration tests to aide the SoftVision team a bit. Right now I have 3 tests.
test_upload: This will create a file and make sure it uploads by verifying a file uploads and is assigned a URL.

    test_download: This will create a file, upload it and then download it making sure it is the same filename that was uploaded. We can expand this later to maybe check the sizes and such.

    test_progress: This will create a file and make sure the progress bar shows up after it begins uploading.

    These are python tests and use Pipenv to manage dependencies as well as tox as the virtualenv manager, and finally pytest as the test runner.
2018-04-24 11:00:19 -04:00
2018-03-28 22:03:46 -07: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-03-07 15:01:08 -08:00
2018-03-07 15:01:08 -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
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-03-29 00:03:04 -07:00
2017-07-21 10:39:41 -07:00
2017-06-23 11:56:02 -07:00
2018-03-29 00:03:04 -07: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%