Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Simple, private file sharing from the makers of Firefox
Branch: master
Clone or download
XzAeRo and mozilla-pontoon Pontoon: Update Spanish (Chile) (es-CL) localization of Firefox Send
Localization authors:
- victor.gonzalezro <victor.gonzalezro@gmail.com>
- josotrix <josotrix@ravmn.cl>
Latest commit 748f8cc Mar 16, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vscode got webpack production mode running Jul 13, 2018
android Switch the package name, for signing with a new key; switch the serve… Mar 12, 2019
app fixed incorrect uncompressed size in zip Mar 16, 2019
assets added share to tile Mar 10, 2019
build reimplemented l10n using dynamic import() (#1012) Nov 20, 2018
common reimplemented l10n using dynamic import() (#1012) Nov 20, 2018
docs Merge pull request #1231 from aaaaalbert/fix-small-typo-in-docs-encry… Mar 13, 2019
ios renamed fileManager.js to controller.js Nov 8, 2018
public Pontoon: Update Spanish (Chile) (es-CL) localization of Firefox Send Mar 16, 2019
scripts Fix permissions. Mar 13, 2019
server use crypto.timingSafeEqual in hmac and ownerToken authentication Mar 15, 2019
test use crypto.timingSafeEqual in hmac and ownerToken authentication Mar 15, 2019
.dockerignore reimplemented l10n using dynamic import() (#1012) Nov 20, 2018
.editorconfig added editorconfig Aug 11, 2017
.eslintignore replaced cryptofill with webcrypto-liner Feb 21, 2019
.eslintrc.yml updated deps Nov 2, 2018
.gitattributes fixed .gitattributes locale dir Aug 3, 2017
.gitignore converting some things to choo/component Nov 15, 2018
.htmllintrc
.prettierignore replaced cryptofill with webcrypto-liner Feb 21, 2019
.stylelintrc a new approach for the ui Nov 1, 2018
CHANGELOG.md v2.5.3 Mar 29, 2018
CONTRIBUTORS v2.5.3 Mar 29, 2018
Dockerfile Upgrade to Node v10 Jan 7, 2019
LICENSE Add LICENSE file Jun 23, 2017
README.md updated readme environment urls. closes #1161 Mar 8, 2019
browserslist updated browserlist Mar 1, 2018
circle.yml Update config for running download tests on CI Mar 13, 2019
docker-compose.yml Added webdriverio integration tests Oct 3, 2018
l10n.toml added toml file Jul 21, 2017
package-lock.json v3.0.7 Mar 15, 2019
package.json v3.0.7 Mar 15, 2019
postcss.config.js a couple android ui tweaks Nov 15, 2018
tailwind.js updated styles Feb 26, 2019
webpack.config.js replaced cryptofill with webcrypto-liner Feb 21, 2019

README.md

Firefox Send

CircleCI

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 Mozilla’s 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://stage.send.nonprod.cloudops.mozgcp.net/
Development https://send2.dev.lcip.org/

Android

The android implementation is contained in the android directory, and can be viewed locally for easy testing and editing by running ANDROID=1 npm start and then visiting http://localhost:8080. CSS and image files are located in the android/app/src/main/assets directory.


License

Mozilla Public License Version 2.0


You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.