Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
Danny Coates e42ad175db
Merge pull request #870 from mozilla/ios-prototype-3
Implement ios prototype version
2018-08-03 12:03:13 -07:00
.vscode got webpack production mode running 2018-07-13 11:13:09 -07:00
android Hook up the android kotlin code to the send js code (#860) 2018-07-27 09:11:46 -04:00
app make ece encrypt key extractable for Edge 2018-07-31 15:37:04 -07:00
assets added background image 2018-06-19 12:58:42 -07:00
build fluent_loader no longer needs polyfill with node 10 2018-08-03 10:48:00 -07:00
common updated to webpack 4 2018-07-12 13:16:02 -07:00
docs created server/bin/ for server entrypoints 2018-06-22 13:34:34 -07:00
ios Remove auto-generated copyright lines 2018-08-02 14:24:13 -04:00
public Pontoon: Update Spanish (Spain) (es-ES) localization of Test Pilot: Firefox Send 2018-07-10 21:33:30 +00:00
scripts
server began adding capability flags 2018-07-31 11:29:26 -07:00
test began adding capability flags 2018-07-31 11:29:26 -07:00
.dockerignore This adds some user integration tests to aide the SoftVision team a bit. Right now I have 3 tests. 2018-04-24 11:00:19 -04:00
.editorconfig
.eslintignore
.eslintrc.yml updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work) 2018-08-02 14:22:11 -07:00
.gitattributes
.gitignore Implement ios prototype version 2018-07-27 09:20:08 -04:00
.htmllintrc
.prettierignore some frontend unit tests 2018-02-24 11:21:48 -08:00
.pyup.yml Config file for pyup.io (#809) 2018-04-26 15:03:57 -04:00
.stylelintrc
browserconfig.xml
browserslist updated browserlist 2018-03-01 14:52:00 -08:00
CHANGELOG.md v2.5.3 2018-03-29 00:03:04 -07:00
circle.yml updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work) 2018-08-02 14:22:11 -07:00
CONTRIBUTORS v2.5.3 2018-03-29 00:03:04 -07:00
docker-compose.yml more docker integration test tweaks 2018-05-04 09:18:43 -07:00
Dockerfile updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work) 2018-08-02 14:22:11 -07:00
l10n.toml
LICENSE
package-lock.json updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work) 2018-08-02 14:22:11 -07:00
package.json updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work) 2018-08-02 14:22:11 -07:00
postcss.config.js refactored css, including some markup changes 2018-02-15 15:54:59 -08:00
README.md fluent_loader no longer needs polyfill with node 10 2018-08-03 10:48:00 -07:00
webpack.config.js Merge branch 'vnext' of https://github.com/mozilla/send into ios-prototype-3 2018-08-02 14:01:50 -04:00

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 Mozillas 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