send/app
2019-03-01 09:05:26 -08:00
..
ui update survey url (#1179) 2019-03-01 09:05:26 -08:00
.eslintrc.yml
api.js
archive.js added /config endpoint, use fewer globals (#1172) 2019-02-26 10:39:50 -08:00
capabilities.js enabled accounts on Edge 2019-02-25 11:44:44 -08:00
controller.js
dragManager.js
ece.js
experiments.js
fileReceiver.js
fileSender.js
fxa.js
keychain.js
locale.js
main.css tweaked btn style 2019-02-22 13:59:57 -08:00
main.js
metrics.js
ownedFile.js
pasteManager.js
readme.md
routes.js
serviceWorker.js fixed some old TODOs 2018-12-18 13:55:46 -08:00
storage.js
streams.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00
user.js
utils.js
zip.js

Application Code

app/ contains the browser code that gets bundled into app.[hash].js. It's got all the logic, crypto, and UI. All of it gets used in the browser, and some of it by the server for server side rendering.

The main entrypoint for the browser is main.js and on the server routes/index.js gets imported by /server/routes/pages.js

  • pages contains display logic an markup for pages
  • routes contains route definitions and logic
  • templates contains ui elements smaller than pages