Danny Coates 246e2c8db0 set downloadMetadata.status to 404 on unfound downloads. fixes #1501 | 4 лет назад | |
---|---|---|
.. | ||
bin | 4 лет назад | |
middleware | 4 лет назад | |
routes | 4 лет назад | |
storage | 4 лет назад | |
amplitude.js | 4 лет назад | |
clientConstants.js | 5 лет назад | |
config.js | 4 лет назад | |
fxa.js | 5 лет назад | |
initScript.js | 5 лет назад | |
keychain.js | 4 лет назад | |
layout.js | 5 лет назад | |
limiter.js | 5 лет назад | |
locale.js | 5 лет назад | |
log.js | 7 лет назад | |
metadata.js | 4 лет назад | |
readme.md | 5 лет назад | |
state.js | 4 лет назад |
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
.
config.js contains the schema for our configuration options. Environment variables are the preferred method for setting configuration.
Contains authentication and localization middleware.
Contains all the server routes and handlers for the API and pages
Contains implementations of possible storage engines for the files and metadata