Send/server
Dylan Derr 2f491fac86 Added the following ENVIRONMENT VARIABLES > send.ftl - if not set it will use translate().
CUSTOM_INTRO_TITLE > introTitle
CUSTOM_INTRO_DESCRIPTION: > introDescription
CUSTOM_DOWNLOAD_DESCRIPTION: downloadDescription
CUSTOM_TRY_SEND_DESCRIPTION: trySendDescription
CUSTOM_SEND_YOUR_FILES_LINK: sendYourFilesLink

CUSTOM_INTRO_TITLE: "Secure & Simple"
CUSTOM_INTRO_DESCRIPTION: "Share files with end-to-end encryption and a link that expires."
CUSTOM_DOWNLOAD_DESCRIPTION: "Shared with end-to-end encryption and a link that expires."
CUSTOM_TRY_SEND_DESCRIPTION: "Secure, Simple file sharing"
CUSTOM_SEND_YOUR_FILES_LINK: "Upload Files"
2025-02-08 12:37:18 -06:00
..
bin Remove legal page, add no affiliation text in footer 2021-01-09 19:14:42 +01:00
middleware Disable check user when fxa is not enabled 2022-07-02 23:48:04 +02:00
routes Revert "Update eslint & plugins" 2022-09-04 12:26:10 +02:00
storage Drop mkdirp 2022-07-26 17:23:19 +00:00
clientConstants.js Added the following ENVIRONMENT VARIABLES > send.ftl - if not set it will use translate(). 2025-02-08 12:37:18 -06:00
config.js Added the following ENVIRONMENT VARIABLES > send.ftl - if not set it will use translate(). 2025-02-08 12:37:18 -06:00
fxa.js wrap openid-config request in try/catch 2019-03-13 12:07:59 -07:00
initScript.js Revert "Update eslint & plugins" 2022-09-04 12:26:10 +02:00
layout.js Move injection of custom CSS from client to server 2022-08-19 13:17:59 +02:00
limiter.js fixed size limit on server to include crypto overhead 2019-03-06 10:31:50 -08:00
locale.js Update fluent 2022-07-26 11:03:10 +00:00
log.js a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
metadata.js refactored server 2018-02-09 15:03:05 -08:00
readme.md Fix link to dev.js and prod.js files. 2019-03-13 07:45:55 -06:00
state.js Change default value for custom css to empty string 2022-09-08 14:16:00 +02:00

Server Code

The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is prod.js and the development entrypoint is dev.js via webpack-dev-server.

Server configuration

config.js contains the schema for our configuration options. Environment variables are the preferred method for setting configuration.

Middleware

Contains authentication and localization middleware.

Routes

Contains all the server routes and handlers for the API and pages

Storage

Contains implementations of possible storage engines for the files and metadata