Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
Luiz Carlos de Morais 05feb6b1b0 Pontoon: Update Portuguese (Brazil) (pt-BR) localization of Test Pilot: Firefox Send
Localization authors:
- Luiz Carlos de Morais <lcom_flip@hotmail.com>
2018-01-23 19:10:47 +00:00
app show download Limits on page 2018-01-23 07:41:48 +05:30
assets show download Limits on page 2018-01-23 07:41:48 +05:30
build fixed untranslated strings breaking the site 2017-12-19 10:06:45 -08:00
common
docs updated takedowns.md to add S3 info 2018-01-08 11:20:28 -08:00
public Pontoon: Update Portuguese (Brazil) (pt-BR) localization of Test Pilot: Firefox Send 2018-01-23 19:10:47 +00:00
scripts
server Merge pull request #683 from ehuggett/issue618 2018-01-11 13:57:30 -08:00
test
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitattributes
.gitignore checking for file size > 2GB 2018-01-09 09:28:23 +05:30
.htmllintrc
.nsprc
.prettierignore
.stylelintrc
browserconfig.xml
browserslist
CHANGELOG.md
circle.yml
CONTRIBUTORS
docker-compose.yml Make develop the default NODE_ENV 2017-12-08 16:04:26 -05:00
Dockerfile
l10n.toml
LICENSE
package-lock.json fixed untranslated strings breaking the site 2017-12-19 10:06:45 -08:00
package.json fixed untranslated strings breaking the site 2017-12-19 10:06:45 -08:00
postcss.config.js
README.md README: Fix query link for "good first bugs" 2017-12-31 12:10:57 +01:00
webpack.config.js

Firefox Send

CircleCI Available on Test Pilot

Docs: Docker, Metrics


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.


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