24
1
Fork 0
drop.chapril.org-firefoxsend/server
Romain H 0eb2967672 add expiration time 2 days 2021-09-16 21:36:55 +02:00
..
bin Remove legal page, add no affiliation text in footer 2021-01-09 19:14:42 +01:00
middleware added oauth refresh token support 2020-10-16 15:46:24 +02:00
routes Add DEFAULT_DOWNLOADS variable to set default download count 2021-06-04 14:03:58 +02:00
storage Add REDIS_USER and REDIS_DB configuration variables 2021-05-19 12:01:01 +02:00
clientConstants.js Add DEFAULT_DOWNLOADS variable to set default download count 2021-06-04 14:03:58 +02:00
config.js add expiration time 2 days 2021-09-16 21:36:55 +02:00
fxa.js wrap openid-config request in try/catch 2019-03-13 12:07:59 -07:00
initScript.js Add configurable donate, CLI and DMCA and source links in footer 2021-01-27 00:21:03 +01:00
layout.js Fixed chapril.css. 2021-09-16 21:36:55 +02:00
limiter.js fixed size limit on server to include crypto overhead 2019-03-06 10:31:50 -08:00
locale.js updated deps 2019-07-29 15:26:11 -07: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 Fixed title page (#4137). 2021-09-16 21:36:55 +02:00

readme.md

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