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

Michael Wolf 24b2ba7b35 Pontoon: Update Sorbian, Lower (dsb) localization of Test Pilot: Firefox Send 7 лет назад
app b39bbaf6fb Merge pull request #761 from mozilla/i741 7 лет назад
assets 346e604f34 updated password input UI 7 лет назад
build f2661989dc updated deps 7 лет назад
common 53e822964e a few changes to make A/B testing easier 7 лет назад
docs aedfba795e updated takedowns.md to add S3 info 7 лет назад
public 24b2ba7b35 Pontoon: Update Sorbian, Lower (dsb) localization of Test Pilot: Firefox Send 7 лет назад
scripts 53e822964e a few changes to make A/B testing easier 7 лет назад
server 8d41111cd6 refactored css, including some markup changes 7 лет назад
test 3fd2537311 refactored server 7 лет назад
.dockerignore 3fd2537311 refactored server 7 лет назад
.editorconfig c2b84650e2 added editorconfig 7 лет назад
.eslintignore b89546ac22 ignore stylelint until refactor-css is merged 7 лет назад
.eslintrc.yml 5f66496519 Add ESLint no-alert rule 7 лет назад
.gitattributes ee444186e9 fixed .gitattributes locale dir 7 лет назад
.gitignore 3fd2537311 refactored server 7 лет назад
.htmllintrc f0b4bb7341 Add basic htmllint config 7 лет назад
.nsprc 3d9c4fa320 added .nsprc 7 лет назад
.prettierignore 8e14d3f8f7 QA bug fixes 7 лет назад
.stylelintrc 24af3207e9 Update browserslist 7 лет назад
CHANGELOG.md de4a24a7f8 Add CHANGELOG script 7 лет назад
CONTRIBUTORS de4a24a7f8 Add CHANGELOG script 7 лет назад
Dockerfile 53e822964e a few changes to make A/B testing easier 7 лет назад
LICENSE 98cb214baa Add LICENSE file 7 лет назад
README.md 96a9b52e6d README: Fix query link for "good first bugs" 7 лет назад
browserconfig.xml 6de91b5872 Change Favicon in to look better in a variety of cases 7 лет назад
browserslist 8d41111cd6 refactored css, including some markup changes 7 лет назад
circle.yml 3fd2537311 refactored server 7 лет назад
docker-compose.yml 4ae12db99c Make develop the default NODE_ENV 7 лет назад
l10n.toml 47fd387799 added toml file 7 лет назад
package-lock.json 46249935b2 moved babel-polyfill to prod deps 7 лет назад
package.json 46249935b2 moved babel-polyfill to prod deps 7 лет назад
postcss.config.js 8d41111cd6 refactored css, including some markup changes 7 лет назад
webpack.config.js f2661989dc updated deps 7 лет назад

README.md

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 Mozilla’s l10n-drivers for guidance.


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