Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
2017-12-19 10:06:45 -08:00
app retry setPassword on first nonce failure. fixes #664 2017-12-08 09:45:00 -08:00
assets stop drag target from flickering when dragging over children 2017-12-08 10:48:44 -05:00
build fixed untranslated strings breaking the site 2017-12-19 10:06:45 -08:00
common
docs Added multiple download option 2017-12-04 15:52:31 -08:00
public Pontoon: Update Romanian (ro) localization of Test Pilot: Firefox Send 2017-12-14 17:31:55 +00:00
scripts
server retry setPassword on first nonce failure. fixes #664 2017-12-08 09:45:00 -08:00
test Add optional password to the download url 2017-10-10 10:45:10 -07:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitattributes
.gitignore
.htmllintrc
.nsprc added .nsprc 2017-10-02 12:04:03 -07:00
.prettierignore QA bug fixes 2017-09-13 12:01:55 -07:00
.stylelintrc
browserconfig.xml Change Favicon in to look better in a variety of cases 2017-10-06 11:24:17 -04:00
browserslist
CHANGELOG.md
circle.yml
CONTRIBUTORS
docker-compose.yml Make develop the default NODE_ENV 2017-12-08 16:04:26 -05:00
Dockerfile
l10n.toml
LICENSE
package-lock.json fixed untranslated strings breaking the site 2017-12-19 10:06:45 -08:00
package.json fixed untranslated strings breaking the site 2017-12-19 10:06:45 -08:00
postcss.config.js
README.md introducing ToC to README.md 2017-10-06 20:03:14 +01:00
webpack.config.js added ver to qsurvey url 2017-12-05 12:51:37 -08:00

Firefox Send

CircleCI Available on Test Pilot

Docs: Docker, Metrics


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.


Contributing

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


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