Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
ravmn aeacf7f0e7 Pontoon: Update Spanish (es-CL) localization of Test Pilot: Firefox Send
Localization authors:
- ravmn <ravmn@ravmn.cl>
2017-07-30 19:10:33 +00:00
docs Add docs/CODEOWNERS file 2017-07-27 15:47:22 -07:00
frontend/src Remove /en-US/ from cookies link in footer 2017-07-28 23:12:25 -07:00
public Pontoon: Update Spanish (es-CL) localization of Test Pilot: Firefox Send 2017-07-30 19:10:33 +00:00
scripts use CIRCLE_TAG as version.json version if present 2017-07-24 18:25:28 -07:00
server edit some syntax 2017-07-28 14:11:58 -04:00
static
test removing timeout limit for front end tests 2017-07-25 13:14:08 -07:00
views Remove /en-US/ from cookies link in footer 2017-07-28 23:12:25 -07:00
.dockerignore ignore the firefox installed for selenium in docker 2017-07-21 20:09:59 -07:00
.eslintignore Stop ESLint from linting the /public/ directory 2017-07-22 23:26:42 -07:00
.eslintrc.yml
.gitignore rearrange dependencies. fixes #255 2017-07-21 20:00:38 -07:00
.htmllintrc
.stylelintrc npm run format 2017-07-21 17:01:26 -07:00
circle.yml create separate js bundles for upload/download pages 2017-07-21 16:23:08 -07:00
docker-compose.yml renamed environment variables to remove P2P_ prefix 2017-07-24 13:10:30 -07:00
Dockerfile
l10n.toml added toml file 2017-07-21 10:39:41 -07:00
LICENSE
package-lock.json v1.0.0 2017-07-26 12:08:38 -07:00
package.json v1.0.0 2017-07-26 12:08:38 -07:00
README.md

Firefox Send

CircleCI Available on Test Pilot

Docs: Docker, Metrics

What it does

A file sharing experiment which allows you to send encrypted files to other users.

Requirements

NOTE: To run the project, make sure you have a Redis server running locally:

$ redis-server /usr/local/etc/redis.conf

How to use it

Command Description
npm run dev Builds and starts the web server locally for development.
npm run format Formats the frontend and server code using prettier.
npm run lint Lints the CSS and JavaScript code.
npm start Starts the Express web server.
npm test Runs the suite of mocha tests.

Localization

Coming soon (see #57)

Contributing

Pull requests are always welcome! Feel free to check out the list of "good first bugs".

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