send/app
2019-02-22 12:42:10 -08:00
..
ui download page style updates 2019-02-22 12:42:10 -08:00
.eslintrc.yml
api.js prefix /api/metrics on android. fixes #1159 2019-02-19 10:46:16 -08:00
archive.js
capabilities.js disable accounts on Edge. more crypto errors 2019-02-21 15:38:36 -08:00
controller.js
dragManager.js
ece.js Fix function to calculate encrypted ECE ciphertext length (#1153) 2019-02-18 11:19:15 -08:00
experiments.js
fileReceiver.js
fileSender.js update strings 2019-02-22 17:12:30 +01:00
fxa.js
keychain.js
locale.js
main.css puffier signin button et al 2019-02-22 12:00:39 -08:00
main.js replaced cryptofill with webcrypto-liner 2019-02-21 15:20:28 -08:00
metrics.js prefix /api/metrics on android. fixes #1159 2019-02-19 10:46:16 -08:00
ownedFile.js
pasteManager.js
readme.md
routes.js
serviceWorker.js
storage.js
streams.js
user.js
utils.js filled in size placeholder and other malarkey 2019-02-22 10:37:52 -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