Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
2018-11-01 10:44:46 -07:00
.vscode got webpack production mode running 2018-07-13 11:13:09 -07:00
android parameterize download count dropdown on android 2018-09-25 11:36:23 -07:00
app wip on download page 2018-11-01 10:44:46 -07:00
assets removed background image 2018-09-25 13:39:45 -07:00
build Use FluentResource to parse and serialize FTL files server-side (#952) 2018-09-27 11:49:41 -07:00
common
docs Merge pull request #905 from mozilla/mobile-acceptance-doc 2018-09-06 14:37:42 -07:00
ios Remove auto-generated copyright lines 2018-08-02 14:24:13 -04:00
public a new approach for the ui 2018-11-01 10:43:43 -07:00
scripts
server updated modal 2018-11-01 10:44:45 -07:00
test reduce log noise in puppeteer test 2018-10-05 09:52:00 -07:00
.dockerignore
.editorconfig
.eslintignore cleaned up integration test flow 2018-10-04 15:06:39 -07:00
.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 cleaned up integration test flow 2018-10-04 15:06:39 -07:00
.htmllintrc
.prettierignore
.stylelintrc a new approach for the ui 2018-11-01 10:43:43 -07:00
browserconfig.xml
browserslist
CHANGELOG.md
circle.yml wip 2018-11-01 10:43:14 -07:00
CONTRIBUTORS
docker-compose.yml Added webdriverio integration tests 2018-10-03 11:22:30 -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 stubbed copy dialog 2018-11-01 10:44:44 -07:00
package.json stubbed copy dialog 2018-11-01 10:44:44 -07:00
postcss.config.js stubbed copy dialog 2018-11-01 10:44:44 -07:00
README.md Add a small blurb describing how to test the android version. 2018-09-19 10:19:18 -04:00
tailwind.js a new approach for the ui 2018-11-01 10:43:43 -07:00
webpack.config.js stubbed copy dialog 2018-11-01 10:44:44 -07: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/

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