send/app
George Raptis b5865f00e9
toggle preview image src instead of havingtwo images
Co-authored-by: timvisee <tim@visee.me>
2020-10-18 15:42:32 +02:00
..
ui toggle preview image src instead of havingtwo images 2020-10-18 15:42:32 +02:00
.eslintrc.yml
api.js added hmac auth to report route 2020-10-16 15:50:36 +02:00
archive.js
capabilities.js restrict "share" to mobile, fixes #1505 2020-10-16 15:52:22 +02:00
controller.js handle unknown errors in getMetadata 2020-10-16 15:52:06 +02:00
dragManager.js
ece.js
experiments.js
fileReceiver.js added hmac auth to report route 2020-10-16 15:50:36 +02:00
fileSender.js
fxa.js
keychain.js
locale.js
main.css fix main section height. fixes #1499 2020-10-16 15:52:18 +02:00
main.js
metrics.js
ownedFile.js
pasteManager.js
qrcode.js added qr code to copyDialog 2020-10-16 18:16:14 +02:00
readme.md
routes.js refactored storage, style tweaks 2020-10-16 15:47:56 +02:00
serviceWorker.js added hmac auth to report route 2020-10-16 15:50:36 +02:00
storage.js
streams.js
user.js minor style tweaks and refresh token fixes 2020-10-16 15:47:46 +02:00
utils.js restrict "share" to mobile, fixes #1505 2020-10-16 15:52:22 +02: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