24
1
Fork 0
Version personnalisée du projet mozilla/send pour le service drop.chapril.org.
Go to file
Romain H 9b466fff14 add expiration time 2 days 2021-05-02 22:08:28 +02:00
.circleci updated node to 12 2020-04-29 17:38:55 -07:00
android Add configurable donate, CLI and DMCA and source links in footer 2021-01-27 00:21:03 +01:00
app remove reference to Firefox account when file is too big (#5138) 2021-03-06 12:15:20 +01:00
assets Customized favicon (#4069). 2021-03-06 10:28:21 +01:00
assets_src Replace public Mozilla related icons 2021-01-09 18:51:42 +01:00
build Remove Firefox branding from app name in front-end 2020-10-15 18:48:54 +02:00
common refactored Dockerfile 2019-09-06 20:04:45 -07:00
docs Update Docker configuration 2021-01-26 20:22:04 +01:00
ios Remove Firefox branding from app name in front-end 2020-10-15 18:48:54 +02:00
public Customized introduction text in welcome page. 2021-03-06 10:47:30 +01:00
scripts fixed git hooks 2019-09-05 13:16:32 -07:00
server add expiration time 2 days 2021-05-02 22:08:28 +02:00
test Remove legal page, add no affiliation text in footer 2021-01-09 19:14:42 +01:00
.dockerignore refactored Dockerfile 2019-09-06 20:04:45 -07:00
.editorconfig added editorconfig 2017-08-11 11:39:56 +09:00
.eslintignore added qr code to copyDialog 2020-10-16 18:16:14 +02:00
.eslintrc.yml updated deps 2019-10-03 23:32:49 -07:00
.gitattributes fixed .gitattributes locale dir 2017-08-02 23:02:50 -07:00
.gitignore converting some things to choo/component 2018-11-15 15:43:32 -08:00
.gitlab-ci.yml Use node 15 Docker image on GitLab CI 2021-02-16 15:12:23 +01:00
.htmllintrc Add basic htmllint config 2017-06-09 10:25:15 -07:00
.prettierignore replaced cryptofill with webcrypto-liner 2019-02-21 15:20:28 -08:00
.stylelintrc a new approach for the ui 2018-11-01 10:43:43 -07:00
CHANGELOG.md v2.5.3 2018-03-29 00:03:04 -07:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 23:15:18 -07:00
CONTRIBUTORS Update CONTRIBUTORS 2020-10-21 18:26:12 +02:00
Dockerfile Use up to date alpine images and not slim images 2021-02-16 14:56:39 +01:00
LICENSE Add LICENSE file 2017-06-23 11:56:02 -07:00
README.md Add clients section in README 2021-01-24 21:38:05 +01:00
browserslist support edge 18 maybe 2020-10-16 15:51:59 +02:00
docker-compose.yml Added webdriverio integration tests 2018-10-03 11:22:30 -07:00
l10n.toml added toml file 2017-07-21 10:39:41 -07:00
package-lock.json Bump version to 3.4.4 2021-02-16 15:18:03 +01:00
package.json Bump version to 3.4.4 2021-02-16 15:18:03 +01:00
postcss.config.js updated tailwindcss to 1.0 2019-06-14 11:37:30 -07:00
s3-lifecycle-example.xml Add S3 lifecycle policy example configuration 2021-01-26 20:14:09 +01:00
tailwind.config.js Dark theme 2019-10-03 23:10:11 -07:00
webpack.config.js support edge 18 maybe 2020-10-16 15:51:59 +02:00

README.md

Send Send

Build status on GitLab CI Latest release Docker image Project license

A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive.

  • Forked at Mozilla's last publicly hosted version
  • Mozilla & Firefox branding is removed so you can legally self-host
  • Kept compatible with ffsend (CLI for Send)
  • Dependencies have been updated
  • Mozilla's changes since the fork have been selectively merged
  • Mozilla's experimental report feature, download tokens, trust warnings and FxA changes are not included

Find an up-to-date Docker image here: docs/docker.md

The original project by Mozilla can be found here. The mozilla-master branch holds the master branch as left by Mozilla. The send-v3 branch holds the commit tree of Mozilla's last publicly hosted version, which this fork is based on. The send-v4 branch holds the commit tree of Mozilla's last experimental version which was still a work in progress (featuring file reporting, download tokens, trust warnings and FxA changes), this has selectively been merged into this fork. Please consider to donate to allow me to keep working on this.

Thanks Mozilla for building this amazing tool!


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

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

Deployment

see also docs/deployment.md


Clients

  • Web: this repository
  • Command-line: ffsend
  • Android: see Android section

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

qrcode.js licensed under MIT