send/app
2020-08-03 09:02:41 -07:00
..
ui add flex-none to radio buttons on report page. fixes #1509 2020-08-03 09:02:41 -07:00
.eslintrc.yml
api.js implemented download tokens 2020-07-29 11:02:22 -07:00
archive.js
capabilities.js restrict "share" to mobile, fixes #1505 2020-07-31 08:57:00 -07:00
controller.js handle reports for files that have been already been deleted 2020-07-30 10:19:29 -07:00
crc32.js fixed local without fxa 2020-07-28 08:23:59 -07:00
dragManager.js
ece.js remove browser dependency on "buffer" 2020-07-27 19:23:03 -07:00
experiments.js
fileReceiver.js implemented download tokens 2020-07-29 11:02:22 -07:00
fileSender.js
fxa.js remove browser dependency on "buffer" 2020-07-27 19:23:03 -07:00
keychain.js
locale.js
main.css fix main section height. fixes #1499 2020-07-31 08:57:00 -07:00
main.js
metrics.js
ownedFile.js
pasteManager.js
readme.md
routes.js
serviceWorker.js implemented download tokens 2020-07-29 11:02:22 -07:00
storage.js implemented download tokens 2020-07-29 11:02:22 -07:00
streams.js
user.js fixed local without fxa 2020-07-28 08:23:59 -07:00
utils.js restrict "share" to mobile, fixes #1505 2020-07-31 08:57:00 -07:00
zip.js remove browser dependency on "buffer" 2020-07-27 19:23:03 -07:00

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.js is 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