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

Danny Coates 017bb0d146 wrap openid-config request in try/catch 6 years ago
.vscode 787d227761 got webpack production mode running 6 years ago
android 8c59e54677 Switch the package name, for signing with a new key; switch the server to send.firefox.com 6 years ago
app 555c615711 Merge pull request #1237 from mozilla/quick-style-banner 6 years ago
assets bd61d2fb3e added share to tile 6 years ago
build 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 years ago
common 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 years ago
docs 813ddc6c6c Merge pull request #1231 from aaaaalbert/fix-small-typo-in-docs-encryption 6 years ago
ios 0631abe653 renamed fileManager.js to controller.js 6 years ago
public 44dcf8a260 Pontoon: Update Lithuanian (lt) localization of Firefox Send 6 years ago
scripts 53e822964e a few changes to make A/B testing easier 7 years ago
server 017bb0d146 wrap openid-config request in try/catch 6 years ago
test 7f9674f494 fixed size limit on server to include crypto overhead 6 years ago
.dockerignore 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 years ago
.editorconfig c2b84650e2 added editorconfig 7 years ago
.eslintignore de88885189 replaced cryptofill with webcrypto-liner 6 years ago
.eslintrc.yml 77a5a377e3 updated deps 6 years ago
.gitattributes ee444186e9 fixed .gitattributes locale dir 7 years ago
.gitignore 037c79730d converting some things to choo/component 6 years ago
.htmllintrc f0b4bb7341 Add basic htmllint config 7 years ago
.prettierignore de88885189 replaced cryptofill with webcrypto-liner 6 years ago
.stylelintrc f0cfc19f8c a new approach for the ui 6 years ago
CHANGELOG.md cda38f9bcf v2.5.3 7 years ago
CONTRIBUTORS cda38f9bcf v2.5.3 7 years ago
Dockerfile c711b7ce42 Upgrade to Node v10 6 years ago
LICENSE 98cb214baa Add LICENSE file 7 years ago
README.md 04846eb29f updated readme environment urls. closes #1161 6 years ago
browserslist 557db53d39 updated browserlist 7 years ago
circle.yml cc85486414 wip 6 years ago
docker-compose.yml 23d629b80b Added webdriverio integration tests 6 years ago
l10n.toml 47fd387799 added toml file 7 years ago
package-lock.json 2f3e4c72c3 v3.0.2 6 years ago
package.json da6cbc05c2 added more locales to production 6 years ago
postcss.config.js c72e26c192 a couple android ui tweaks 6 years ago
tailwind.js 0b8eae11de updated styles 6 years ago
webpack.config.js de88885189 replaced cryptofill with webcrypto-liner 6 years ago

README.md

Firefox Send

CircleCI

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://stage.send.nonprod.cloudops.mozgcp.net/
Development https://send2.dev.lcip.org/

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