Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
Francesco Lodolo 2623740451 Pontoon: Update Italian (it) localization of Firefox Send
Localization authors:
- Francesco Lodolo <francesco.lodolo@mozillaitalia.org>
2019-03-06 09:11:09 +00:00
app fixes #1005 2018-11-14 16:38:46 -08:00
assets fixed cryptofill on edge 2018-03-28 22:03:46 -07:00
build
common
docs Update faq.md 2018-04-07 23:21:55 +01:00
public Pontoon: Update Italian (it) localization of Firefox Send 2019-03-06 09:11:09 +00:00
scripts
server fixes #1005 2018-11-14 16:38:46 -08:00
test Scheduled weekly dependency update for week 08 (#1168) 2019-02-27 10:37:48 -05: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
.gitattributes
.gitignore 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
.htmllintrc
.prettierignore
.pyup.yml Config file for pyup.io (#809) 2018-04-26 15:03:57 -04:00
.stylelintrc
browserconfig.xml
browserslist
CHANGELOG.md v2.5.3 2018-03-29 00:03:04 -07:00
circle.yml Upgrade to Node v10 2018-12-14 16:19:50 -05: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 Upgrade to Node v10 2018-12-14 16:19:50 -05:00
l10n.toml
LICENSE
package-lock.json v2.6.3 2019-02-08 14:08:48 -08:00
package.json v2.6.3 2019-02-08 14:08:48 -08:00
postcss.config.js
README.md added browserstack badge to readme 2018-03-31 19:50:45 -07:00
webpack.config.js

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