Simple, private file sharing https://send.vis.ee/

timvisee 5d3d9339b8 Update dependencies 3 лет назад
.circleci 89469e3c9c updated node to 12 4 лет назад
.vscode 787d227761 got webpack production mode running 6 лет назад
android c71c246959 Dark theme 4 лет назад
app 3c4f502eac add flex-none to radio buttons on report page. fixes #1509 3 лет назад
assets 55df061567 refactored storage, style tweaks 4 лет назад
build d40ddc3d3b Fix npm build with missing .git 4 лет назад
common 90f6a07d4a refactored Dockerfile 4 лет назад
docs 94e826e1e2 Fix incorrect development server port in documentation 3 лет назад
ios 0631abe653 renamed fileManager.js to controller.js 5 лет назад
public 11319080a8 Pontoon: Update Russian (ru) localization of Firefox Send 3 лет назад
scripts 9ad9c9feb2 fixed git hooks 4 лет назад
server 94e826e1e2 Fix incorrect development server port in documentation 3 лет назад
test 94e826e1e2 Fix incorrect development server port in documentation 3 лет назад
.dockerignore 90f6a07d4a refactored Dockerfile 4 лет назад
.editorconfig c2b84650e2 added editorconfig 7 лет назад
.eslintignore f036df5f47 updated eslint config 5 лет назад
.eslintrc.yml 63348fd36a updated deps 4 лет назад
.gitattributes ee444186e9 fixed .gitattributes locale dir 7 лет назад
.gitignore 037c79730d converting some things to choo/component 5 лет назад
.htmllintrc f0b4bb7341 Add basic htmllint config 7 лет назад
.prettierignore de88885189 replaced cryptofill with webcrypto-liner 5 лет назад
.stylelintrc f0cfc19f8c a new approach for the ui 5 лет назад
CHANGELOG.md cda38f9bcf v2.5.3 6 лет назад
CODE_OF_CONDUCT.md ee8a672873 Add Mozilla Code of Conduct file 5 лет назад
CONTRIBUTORS 18216ce430 v3.0.20 4 лет назад
Dockerfile 9bd96a9ec0 exlude puppeteer from docker build 3 лет назад
LICENSE 98cb214baa Add LICENSE file 7 лет назад
README.md 94e826e1e2 Fix incorrect development server port in documentation 3 лет назад
browserslist dd59605f3e support edge 18 maybe 3 лет назад
docker-compose.yml 23d629b80b Added webdriverio integration tests 5 лет назад
l10n.toml 47fd387799 added toml file 7 лет назад
package-lock.json 5d3d9339b8 Update dependencies 3 лет назад
package.json 5d3d9339b8 Update dependencies 3 лет назад
postcss.config.js b9c87fd779 updated tailwindcss to 1.0 5 лет назад
tailwind.config.js 9891d1f0ba Begin implementing a reporting mechanism 4 лет назад
webpack.config.js dd59605f3e support edge 18 maybe 3 лет назад

README.md

Firefox Send 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:1337


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/

Deployment

see also docs/deployment.md


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:1337. CSS and image files are located in the android/app/src/main/assets directory.


License

Mozilla Public License Version 2.0