24
1
Fork 0
drop.chapril.org-firefoxsend/server
Danny Coates f968083f74
added '-' to /api/filelist validation
2019-02-26 19:58:03 -08:00
..
bin removed /download from android routes in dev.js since it has no ui 2019-01-10 15:00:03 -08:00
middleware implemented PKCE auth (#921) 2018-09-14 11:00:33 -04:00
routes added '-' to /api/filelist validation 2019-02-26 19:58:03 -08:00
storage disable validation and resumable for gcs uploads 2019-01-09 13:36:27 -08:00
amplitude.js added missing entrypoint to metrics 2019-02-14 13:00:57 -08:00
clientConstants.js added /config endpoint, use fewer globals (#1172) 2019-02-26 10:39:50 -08:00
config.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
fxa.js fixed some old TODOs 2018-12-18 13:55:46 -08:00
initScript.js added /config endpoint, use fewer globals (#1172) 2019-02-26 10:39:50 -08:00
layout.js added window.app for debugging 2019-02-19 14:14:28 -08:00
limiter.js refactored upload away from multipart forms to binary data 2018-05-31 14:10:02 -07:00
locale.js reimplemented l10n using dynamic import() (#1012) 2018-11-20 09:50:59 -05: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 use one Archive instance for state.archive 2018-12-21 10:54:38 -08: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