24
1
Fork 0
drop.chapril.org-firefoxsend/server
Danny Coates 93e82cf953
disable capabilities.account when no FXA_CLIENT_ID is set
2018-09-19 12:54:27 -07:00
..
bin added ANDROID environment variable to dev server for hosting the android html 2018-09-10 10:56:59 -07:00
middleware implemented PKCE auth (#921) 2018-09-14 11:00:33 -04:00
routes disable capabilities.account when no FXA_CLIENT_ID is set 2018-09-19 12:54:27 -07:00
storage refactor to single bucket 2018-08-09 14:49:52 -07:00
config.js disable capabilities.account when no FXA_CLIENT_ID is set 2018-09-19 12:54:27 -07:00
fxa.js implemented PKCE auth (#921) 2018-09-14 11:00:33 -04:00
initScript.js implemented PKCE auth (#921) 2018-09-14 11:00:33 -04:00
layout.js Implemented FxA 2018-08-30 22:10:08 -07:00
limiter.js refactored upload away from multipart forms to binary data 2018-05-31 14:10:02 -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 updated docs 2018-03-07 15:01:08 -08:00
state.js set capabilities.account = false on the server to defer rendering those components. fixes #929 2018-09-19 09:01:19 -07:00
streamparser.js use a Duplex stream for EOF 2018-06-25 14:27:56 -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