24
1
Fork 0
drop.chapril.org-firefoxsend/server
Danny Coates b9c87fd779
updated tailwindcss to 1.0
2019-06-14 11:37:30 -07:00
..
bin added agent to server metrics (#1321) 2019-05-03 12:25:12 -04:00
middleware fixed L10N_DEV option 2019-03-31 13:04:16 -07:00
routes updated tailwindcss to 1.0 2019-06-14 11:37:30 -07:00
storage Defined retry_strategy for redis. Closes #1292 2019-05-02 21:56:28 +01:00
amplitude.js added signin button color experiment. closes #1306 (#1320) 2019-05-03 13:10:56 -04:00
clientConstants.js added /config endpoint, use fewer globals (#1172) 2019-02-26 10:39:50 -08:00
config.js added survey dialog. closes #1307 2019-05-01 09:47:04 -07:00
fxa.js wrap openid-config request in try/catch 2019-03-13 12:07:59 -07:00
initScript.js added survey dialog. closes #1307 2019-05-01 09:47:04 -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 fixed server l10n parse error 2019-03-06 16:36:17 -08: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 added survey dialog. closes #1307 2019-05-01 09:47:04 -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