24
1
Fork 0
drop.chapril.org-firefoxsend/server
Danny Coates b1db7ac312
simplified app/main.js a bit
2018-12-18 12:27:43 -08:00
..
bin Fix npm run android by removing the <base href> when running under the dev server 2018-12-13 11:44:28 -05:00
middleware implemented PKCE auth (#921) 2018-09-14 11:00:33 -04:00
routes implemented websocket flow control to prevent over buffering 2018-11-22 13:21:39 -08:00
storage port fix for #1005 to vnext 2018-11-16 13:33:40 -08:00
config.js stubbed in gcs (untested) 2018-11-01 10:36:05 -07:00
fxa.js a new approach for the ui 2018-11-01 10:43:43 -07:00
initScript.js simplified app/main.js a bit 2018-12-18 12:27:43 -08:00
layout.js remove cryptofill from layout.js 2018-11-26 11:07:48 -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 moved jsconfig code into initScript 2018-11-20 12:23:05 -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