Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
2017-08-15 10:30:19 -07:00
docs
frontend/src removed jquery from upload.js 2017-08-14 20:00:14 -07:00
public Pontoon: Update Spanish (es-ES) localization of Test Pilot: Firefox Send 2017-08-15 09:11:11 +00:00
scripts
server added precommit hook for format 2017-08-11 18:06:16 -07:00
static
test set the mime type in the download blob 2017-08-09 14:25:37 -07:00
views use new upload button string 2017-08-15 10:30:19 -07:00
.dockerignore
.editorconfig added editorconfig 2017-08-11 11:39:56 +09:00
.eslintignore
.eslintrc.yml
.gitattributes
.gitignore Add autoprefixer and cssnano support 2017-08-07 16:19:40 -07:00
.htmllintrc
.stylelintrc Update browserslist 2017-08-07 16:38:19 -07:00
browserslist Update browserslist 2017-08-07 16:38:19 -07:00
circle.yml
CONTRIBUTORS Sort contributors alphabetically to prevent churn 2017-08-07 15:24:27 -07:00
docker-compose.yml
Dockerfile
l10n.toml
LICENSE
package-lock.json removed jquery from upload.js 2017-08-14 20:00:14 -07:00
package.json removed jquery from upload.js 2017-08-14 20:00:14 -07:00
postcss.config.js Add autoprefixer and cssnano support 2017-08-07 16:19:40 -07:00
README.md
webpack.config.js removed jquery from upload.js 2017-08-14 20:00:14 -07:00

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

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