send/app
2020-07-25 15:36:29 -07:00
..
ui refactored storage, style tweaks 2020-07-25 11:25:55 -07:00
.eslintrc.yml
api.js added hmac auth to report route 2020-07-25 15:36:29 -07:00
archive.js
capabilities.js disable streaming download on mobile firefox 2019-08-26 10:49:19 -07:00
controller.js added hmac auth to report route 2020-07-25 15:36:29 -07:00
dragManager.js
ece.js
experiments.js
fileReceiver.js added hmac auth to report route 2020-07-25 15:36:29 -07:00
fileSender.js added size and duration to connection error reporting 2019-08-08 09:52:22 -07:00
fxa.js
keychain.js
locale.js
main.css Begin implementing a reporting mechanism 2020-07-24 08:32:43 -07:00
main.js update promo to be for the vpn 2020-03-31 22:03:08 +02:00
metrics.js added size and duration to connection error reporting 2019-08-08 09:52:22 -07:00
ownedFile.js
pasteManager.js
readme.md Fixes link to routes file 2019-11-12 19:09:07 +01:00
routes.js refactored storage, style tweaks 2020-07-25 11:25:55 -07:00
serviceWorker.js added hmac auth to report route 2020-07-25 15:36:29 -07:00
storage.js
streams.js
user.js minor style tweaks and refresh token fixes 2020-07-24 22:05:35 -07:00
utils.js fixed sw initialization error 2019-11-05 20:37:44 -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.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