24
1
Fork 0
Version personnalisée du projet mozilla/send pour le service drop.chapril.org.
Go to file
Danny Coates cfdef23365
v2.0.0
2017-11-07 21:31:12 -08:00
app fixes #319 - unsupported redirect 2017-11-06 14:09:23 -08:00
assets display the 'add password' button only when the input field isn't empty 2017-11-02 14:27:54 -07:00
build a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
common a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
docs Add optional password to the download url 2017-10-10 10:45:10 -07:00
public Pontoon: Update Kaqchikel (cak) localization of Test Pilot: Firefox Send 2017-11-07 23:11:16 +00:00
scripts a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
server unsupport MS Edge (for now, sorry) and some http header nits 2017-11-06 13:36:56 -08:00
test Add optional password to the download url 2017-10-10 10:45:10 -07:00
.dockerignore a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
.editorconfig added editorconfig 2017-08-11 11:39:56 +09:00
.eslintignore a few changes to make A/B testing easier 2017-08-25 09:44:52 -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 a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
.htmllintrc Add basic htmllint config 2017-06-09 10:25:15 -07:00
.nsprc added .nsprc 2017-10-02 12:04:03 -07:00
.prettierignore QA bug fixes 2017-09-13 12:01:55 -07:00
.stylelintrc Update browserslist 2017-08-07 16:38:19 -07:00
CHANGELOG.md Add CHANGELOG script 2017-08-21 15:26:19 -07:00
CONTRIBUTORS Add CHANGELOG script 2017-08-21 15:26:19 -07:00
Dockerfile a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
LICENSE Add LICENSE file 2017-06-23 11:56:02 -07:00
README.md introducing ToC to README.md 2017-10-06 20:03:14 +01:00
browserconfig.xml Change Favicon in to look better in a variety of cases 2017-10-06 11:24:17 -04: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 v2.0.0 2017-11-07 21:31:12 -08:00
package.json v2.0.0 2017-11-07 21:31:12 -08:00
postcss.config.js a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
webpack.config.js Add optional password to the download url 2017-10-10 10:45:10 -07:00

README.md

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