24
1
Fork 0
Version personnalisée du projet mozilla/send pour le service drop.chapril.org.
Go to file
Danny Coates 787d227761
got webpack production mode running
2018-07-13 11:13:09 -07:00
.vscode got webpack production mode running 2018-07-13 11:13:09 -07:00
android Add a readme 2018-05-24 11:47:13 -04:00
app got webpack production mode running 2018-07-13 11:13:09 -07:00
assets added background image 2018-06-19 12:58:42 -07:00
build don't set cache header on serviceWorker.js 2018-07-12 20:48:07 -07:00
common updated to webpack 4 2018-07-12 13:16:02 -07:00
docs created server/bin/ for server entrypoints 2018-06-22 13:34:34 -07:00
public Pontoon: Update French (fr) localization of Test Pilot: Firefox Send 2018-05-28 20:12:06 +00:00
scripts a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
server got webpack production mode running 2018-07-13 11:13:09 -07:00
test updated to webpack 4 2018-07-12 13:16:02 -07:00
.dockerignore This adds some user integration tests to aide the SoftVision team a bit. Right now I have 3 tests. 2018-04-24 11:00:19 -04:00
.editorconfig added editorconfig 2017-08-11 11:39:56 +09:00
.eslintignore ignore stylelint until refactor-css is merged 2018-02-14 10:47:09 -08: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 This adds some user integration tests to aide the SoftVision team a bit. Right now I have 3 tests. 2018-04-24 11:00:19 -04:00
.htmllintrc Add basic htmllint config 2017-06-09 10:25:15 -07:00
.prettierignore some frontend unit tests 2018-02-24 11:21:48 -08:00
.pyup.yml Config file for pyup.io (#809) 2018-04-26 15:03:57 -04:00
.stylelintrc Update browserslist 2017-08-07 16:38:19 -07:00
CHANGELOG.md v2.5.3 2018-03-29 00:03:04 -07:00
CONTRIBUTORS v2.5.3 2018-03-29 00:03:04 -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 added browserstack badge to readme 2018-03-31 19:50:45 -07:00
browserconfig.xml Change Favicon in to look better in a variety of cases 2017-10-06 11:24:17 -04:00
browserslist updated browserlist 2018-03-01 14:52:00 -08:00
circle.yml more docker integration test tweaks 2018-05-04 09:18:43 -07:00
docker-compose.yml more docker integration test tweaks 2018-05-04 09:18:43 -07:00
l10n.toml added toml file 2017-07-21 10:39:41 -07:00
package-lock.json got webpack production mode running 2018-07-13 11:13:09 -07:00
package.json got webpack production mode running 2018-07-13 11:13:09 -07:00
postcss.config.js refactored css, including some markup changes 2018-02-15 15:54:59 -08:00
webpack.config.js got webpack production mode running 2018-07-13 11:13:09 -07:00

README.md

Firefox Send

BrowserStack Status CircleCI Available on Test Pilot

Docs: FAQ, Encryption, Build, Docker, Metrics, More


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.

see also docs/localization.md


Contributing

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


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