send/app
2019-03-01 16:26:27 -08:00
..
ui added md and lg layouts for signin dialog 2019-03-01 16:19:55 -08:00
.eslintrc.yml
api.js updated filelist storage so userid is not used directly 2019-02-26 13:53:11 -08:00
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 a few style tweaks 2019-03-01 14:12:23 -08:00
dragManager.js
ece.js Fix function to calculate encrypted ECE ciphertext length (#1153) 2019-02-18 11:19:15 -08:00
experiments.js found source of double-render, removed old experiment 2019-02-25 14:03:08 -08:00
fileReceiver.js
fileSender.js update strings 2019-02-22 17:12:30 +01:00
fxa.js fixed some old TODOs 2018-12-18 13:55:46 -08:00
keychain.js
locale.js
main.css tweaked btn style 2019-02-22 13:59:57 -08:00
main.js added /config endpoint, use fewer globals (#1172) 2019-02-26 10:39:50 -08:00
metrics.js prefix /api/metrics on android. fixes #1159 2019-02-19 10:46:16 -08:00
ownedFile.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
pasteManager.js exclude text inputs from paste handler 2019-01-29 12:43:09 -08:00
readme.md
routes.js enabled accounts on Edge 2019-02-25 11:44:44 -08:00
serviceWorker.js fixed some old TODOs 2018-12-18 13:55:46 -08:00
storage.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
streams.js
user.js updated filelist storage so userid is not used directly 2019-02-26 13:53:11 -08:00
utils.js removed errant console.log 2019-03-01 16:26:27 -08:00
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