Simple, private file sharing https://send.vis.ee/

Maykon Chagas 32074a9bab Pontoon: Update Portuguese (Brazil) (pt-BR) localization of Test Pilot: Firefox Send 6 years ago
app fb3747785b Merge pull request #846 from pd4d10/patch-1 6 years ago
assets cc9b622bde fixed cryptofill on edge 7 years ago
build 18e1609cb3 updated docs 7 years ago
common 18e1609cb3 updated docs 7 years ago
docs 2db56fac3a Update faq.md 7 years ago
public 32074a9bab Pontoon: Update Portuguese (Brazil) (pt-BR) localization of Test Pilot: Firefox Send 6 years ago
scripts 53e822964e a few changes to make A/B testing easier 7 years ago
server 480a06c426 track bytes sent on download 6 years ago
test f83784e033 Scheduled weekly dependency update for week 23 (#849) 6 years ago
.dockerignore 54e78b6274 This adds some user integration tests to aide the SoftVision team a bit. Right now I have 3 tests. 6 years ago
.editorconfig c2b84650e2 added editorconfig 7 years ago
.eslintignore b89546ac22 ignore stylelint until refactor-css is merged 7 years ago
.eslintrc.yml 5f66496519 Add ESLint no-alert rule 7 years ago
.gitattributes ee444186e9 fixed .gitattributes locale dir 7 years ago
.gitignore 54e78b6274 This adds some user integration tests to aide the SoftVision team a bit. Right now I have 3 tests. 6 years ago
.htmllintrc f0b4bb7341 Add basic htmllint config 7 years ago
.prettierignore 78728ce4ca some frontend unit tests 7 years ago
.pyup.yml fd71e7f957 Config file for pyup.io (#809) 6 years ago
.stylelintrc 24af3207e9 Update browserslist 7 years ago
CHANGELOG.md cda38f9bcf v2.5.3 7 years ago
CONTRIBUTORS cda38f9bcf v2.5.3 7 years ago
Dockerfile 53e822964e a few changes to make A/B testing easier 7 years ago
LICENSE 98cb214baa Add LICENSE file 7 years ago
README.md 71ed7d71fb added browserstack badge to readme 7 years ago
browserconfig.xml 6de91b5872 Change Favicon in to look better in a variety of cases 7 years ago
browserslist 557db53d39 updated browserlist 7 years ago
circle.yml 7841dec5d8 more docker integration test tweaks 6 years ago
docker-compose.yml 7841dec5d8 more docker integration test tweaks 6 years ago
l10n.toml 47fd387799 added toml file 7 years ago
package-lock.json f0530975ac updated aws-sdk 6 years ago
package.json f0530975ac updated aws-sdk 6 years ago
postcss.config.js 8d41111cd6 refactored css, including some markup changes 7 years ago
webpack.config.js 18e1609cb3 updated docs 7 years ago

README.md

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 Mozilla’s 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