24
1
Fork 0
Version personnalisée du projet mozilla/send pour le service drop.chapril.org.
Go to file
Danny Coates c488c1d724
added BASE_URL environment variable
2017-08-11 14:02:44 -07:00
docs Updated FAQ wording 2017-08-03 09:26:04 -07:00
frontend/src fixed bad merge 2017-08-10 12:59:07 -07:00
public add twitter and open graph cards 2017-08-11 13:39:04 +02:00
scripts format 2017-08-02 16:51:18 -07:00
server added BASE_URL environment variable 2017-08-11 14:02:44 -07:00
static naming improvements, stopped storing files by name on server 2017-05-30 16:34:00 -07:00
test set the mime type in the download blob 2017-08-09 14:25:37 -07:00
views added BASE_URL environment variable 2017-08-11 14:02:44 -07:00
.dockerignore ignore the firefox installed for selenium in docker 2017-07-21 20:09:59 -07:00
.editorconfig added editorconfig 2017-08-11 11:39:56 +09:00
.eslintignore Stop ESLint from linting the /public/ directory 2017-07-22 23:26:42 -07:00
.eslintrc.yml Add ESLint no-alert rule 2017-07-31 23:59:18 -07:00
.gitattributes fixed .gitattributes locale dir 2017-08-02 23:02:50 -07:00
.gitignore Add autoprefixer and cssnano support 2017-08-07 16:19:40 -07:00
.htmllintrc Add basic htmllint config 2017-06-09 10:25:15 -07:00
.stylelintrc Update browserslist 2017-08-07 16:38:19 -07:00
CONTRIBUTORS Sort contributors alphabetically to prevent churn 2017-08-07 15:24:27 -07:00
Dockerfile added git package to docker image 2017-07-20 08:36:05 -07:00
LICENSE Add LICENSE file 2017-06-23 11:56:02 -07:00
README.md Update README text w/ guidance from flod 2017-08-01 21:51:19 -07:00
browserslist Update browserslist 2017-08-07 16:38:19 -07:00
circle.yml filter the hash from error reports 2017-08-02 15:04:34 -07:00
docker-compose.yml renamed environment variables to remove P2P_ prefix 2017-07-24 13:10:30 -07:00
l10n.toml added toml file 2017-07-21 10:39:41 -07:00
package-lock.json use import/export in the frontend code 2017-08-10 10:03:22 -07:00
package.json Merge pull request #499 from mozilla/pier1 2017-08-10 11:07:38 -07:00
postcss.config.js Add autoprefixer and cssnano support 2017-08-07 16:19:40 -07:00
webpack.config.js use import/export in the frontend code 2017-08-10 10:03:22 -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

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