fox-send/server
timvisee 94e826e1e2
Fix incorrect development server port in documentation
2020-10-15 16:12:50 +02:00
..
bin Fix incorrect development server port in documentation 2020-10-15 16:12:50 +02:00
middleware implemented download tokens 2020-07-29 11:02:22 -07:00
routes set downloadMetadata.status to 404 on unfound downloads. fixes #1501 2020-07-31 09:36:03 -07:00
storage implemented download tokens 2020-07-29 11:02:22 -07:00
amplitude.js replaced fxa-geodb with load balancer header 2020-07-28 09:31:09 -07:00
clientConstants.js added /config endpoint, use fewer globals (#1172) 2019-02-26 10:39:50 -08:00
config.js implemented download tokens 2020-07-29 11:02:22 -07:00
fxa.js wrap openid-config request in try/catch 2019-03-13 12:07:59 -07:00
initScript.js updated sentry libs from raven to @sentry 2019-08-09 11:06:21 -07:00
keychain.js Begin implementing a reporting mechanism 2020-07-24 08:32:43 -07:00
layout.js only index / route 2019-03-14 13:17:47 -07: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 implemented download tokens 2020-07-29 11:02:22 -07:00
readme.md Fix link to dev.js and prod.js files. 2019-03-13 07:45:55 -06:00
state.js add fxa_required option 2020-07-24 10:40:47 -07: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