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

Danny Coates d4528848d9 moved jsconfig code into initScript 6 лет назад
.vscode 787d227761 got webpack production mode running 6 лет назад
android 9806dba408 Switch to a fxa clientId created just for Send Android 6 лет назад
app 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 лет назад
assets 0dc7398414 removed unused images and testpilot twitter link 6 лет назад
build 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 лет назад
common 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 лет назад
docs 690a705be9 Merge pull request #905 from mozilla/mobile-acceptance-doc 6 лет назад
ios 0631abe653 renamed fileManager.js to controller.js 6 лет назад
public b80dd48434 added total size to wip tile 6 лет назад
scripts 53e822964e a few changes to make A/B testing easier 7 лет назад
server d4528848d9 moved jsconfig code into initScript 6 лет назад
test d4528848d9 moved jsconfig code into initScript 6 лет назад
.dockerignore 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 лет назад
.editorconfig c2b84650e2 added editorconfig 7 лет назад
.eslintignore 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 лет назад
.eslintrc.yml 77a5a377e3 updated deps 6 лет назад
.gitattributes ee444186e9 fixed .gitattributes locale dir 7 лет назад
.gitignore 037c79730d converting some things to choo/component 6 лет назад
.htmllintrc f0b4bb7341 Add basic htmllint config 7 лет назад
.prettierignore 4ef303a2c9 updated deps 6 лет назад
.stylelintrc f0cfc19f8c a new approach for the ui 6 лет назад
CHANGELOG.md cda38f9bcf v2.5.3 7 лет назад
CONTRIBUTORS cda38f9bcf v2.5.3 7 лет назад
Dockerfile e97b8ff42d updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work) 6 лет назад
LICENSE 98cb214baa Add LICENSE file 7 лет назад
README.md da9f4d0ce5 Add a small blurb describing how to test the android version. 6 лет назад
browserconfig.xml 6de91b5872 Change Favicon in to look better in a variety of cases 7 лет назад
browserslist 557db53d39 updated browserlist 7 лет назад
circle.yml cc85486414 wip 6 лет назад
docker-compose.yml 23d629b80b Added webdriverio integration tests 6 лет назад
l10n.toml 47fd387799 added toml file 7 лет назад
package-lock.json 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 лет назад
package.json 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 лет назад
postcss.config.js c72e26c192 a couple android ui tweaks 6 лет назад
tailwind.js 1c063111cc a few style tweaks 6 лет назад
webpack.config.js 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 лет назад

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/

Android

The android implementation is contained in the android directory, and can be viewed locally for easy testing and editing by running ANDROID=1 npm start and then visiting http://localhost:8080. CSS and image files are located in the android/app/src/main/assets directory.


License

Mozilla Public License Version 2.0