send/app
2019-01-28 15:44:14 -08:00
..
ui added download icon 2019-01-28 15:44:14 -08:00
.eslintrc.yml
api.js use blob instead of stream to get file list. fixes #1084 2019-01-10 11:10:51 -08:00
archive.js
capabilities.js
controller.js
cryptofill.js
dragManager.js
ece.js
experiments.js
fileReceiver.js
fileSender.js initialize dlimit of ownedfile on upload. fixes #1080 2019-01-10 10:52:52 -08:00
fxa.js
keychain.js
locale.js
main.css #1103 2019-01-18 16:09:17 +08:00
main.js
metrics.js
ownedFile.js
pasteManager.js
readme.md
routes.js
serviceWorker.js
storage.js save download count changes to localStorage. fixes #1080 2019-01-15 10:11:51 -08:00
streams.js
user.js use blob instead of stream to get file list. fixes #1084 2019-01-10 11:10:51 -08:00
utils.js added download link to tile 2019-01-23 15:10:09 -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