send/app
2023-01-06 17:42:45 +09:00
..
ui Merge branch 'timvisee:master' into master 2022-08-11 23:06:47 +02:00
.eslintrc.yml Revert "Update eslint & plugins" 2022-09-04 12:26:10 +02:00
api.js
archive.js Reset download limit to default after uplaoding files 2023-01-06 17:42:45 +09:00
capabilities.js Revert "Remove some polyfills" 2022-09-04 12:26:12 +02:00
controller.js
dragManager.js
ece.js Revert "Remove some polyfills" 2022-09-04 12:26:12 +02:00
experiments.js Add ability to change the branding 2022-05-02 13:38:16 +02:00
fileReceiver.js
fileSender.js
fxa.js
keychain.js
locale.js Update fluent 2022-07-26 11:03:10 +00:00
main.css Fix stylelint errors 2022-08-09 09:12:32 +00:00
main.js Revert "Further dependency cleanup" 2022-09-04 12:26:07 +02:00
ownedFile.js
pasteManager.js
qrcode.js
readme.md
routes.js
serviceWorker.js
storage.js Revert "Update eslint & plugins" 2022-09-04 12:26:10 +02:00
streams.js Revert "Update eslint & plugins" 2022-09-04 12:26:10 +02:00
user.js
utils.js Revert "Remove some polyfills" 2022-09-04 12:26:12 +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