24
1
Fork 0
Version personnalisée du projet mozilla/send pour le service drop.chapril.org.
Go to file
Danny Coates 9714bb0a0a
v1.1.1
2017-08-16 18:29:35 -07:00
docs Updated FAQ wording 2017-08-03 09:26:04 -07:00
frontend/src Merge pull request #516 from mozilla/cache-assets 2017-08-16 17:44:09 -07:00
public Pontoon: Update Azerbaijani (az) localization of Test Pilot: Firefox Send 2017-08-16 07:31:19 +00:00
scripts webpacked the heck out of the build 2017-08-16 14:21:01 -07:00
server webpacked the heck out of the build 2017-08-16 14:21:01 -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 webpacked the heck out of the build 2017-08-16 14:21:01 -07:00
webpack webpacked the heck out of the build 2017-08-16 14:21:01 -07:00
.dockerignore webpacked the heck out of the build 2017-08-16 14:21:01 -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 groundwork for asset caching 2017-08-15 11:55:52 -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 webpacked the heck out of the build 2017-08-16 14:21:01 -07:00
docker-compose.yml groundwork for asset caching 2017-08-15 11:55:52 -07:00
l10n.toml added toml file 2017-07-21 10:39:41 -07:00
package-lock.json v1.1.1 2017-08-16 18:29:35 -07:00
package.json v1.1.1 2017-08-16 18:29:35 -07:00
postcss.config.js Add autoprefixer and cssnano support 2017-08-07 16:19:40 -07:00
webpack.config.js webpacked the heck out of the build 2017-08-16 14:21:01 -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