24
1
Fork 0
drop.chapril.org-firefoxsend/app
Tim Visée b76150d4d9 Fix function to calculate encrypted ECE ciphertext length (#1153) 2019-02-18 11:19:15 -08:00
..
ui updated password input style 2019-02-15 14:42:09 -08:00
.eslintrc.yml a few changes to make A/B testing easier 2017-08-25 09:44:52 -07:00
api.js use blob instead of stream to get file list. fixes #1084 2019-01-10 11:10:51 -08:00
archive.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
capabilities.js initial state refactor 2018-12-13 11:12:06 -08:00
controller.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
cryptofill.js load cryptofill.js async 2018-11-26 10:36:49 -08:00
dragManager.js fixes #1013. dragging page elements 2018-11-19 10:48:52 -08:00
ece.js Fix function to calculate encrypted ECE ciphertext length (#1153) 2019-02-18 11:19:15 -08:00
experiments.js exclude fxios from fxPromo banner. fixes #753 2018-02-15 11:49:41 -08:00
fileReceiver.js Add setApiUrlPrefix and use it in the android version. 2018-11-19 15:10:57 -05:00
fileSender.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
fxa.js fixed some old TODOs 2018-12-18 13:55:46 -08:00
keychain.js removed unused crypto functions 2018-09-04 10:41:45 -07:00
locale.js reimplemented l10n using dynamic import() (#1012) 2018-11-20 09:50:59 -05:00
main.css updated intro image 2019-02-14 16:16:30 -08:00
main.js use one Archive instance for state.archive 2018-12-21 10:54:38 -08:00
metrics.js use text/plain on /api/metrics 2019-02-15 11:59:39 -08:00
ownedFile.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
pasteManager.js exclude text inputs from paste handler 2019-01-29 12:43:09 -08:00
readme.md updated docs 2018-03-07 15:01:08 -08:00
routes.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
serviceWorker.js fixed some old TODOs 2018-12-18 13:55:46 -08:00
storage.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
streams.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00
user.js implemented amplitude metrics (#1141) 2019-02-12 11:50:06 -08:00
utils.js added download link to tile 2019-01-23 15:10:09 -08:00
zip.js Implemented multi-file upload/download 2018-07-27 16:40:52 -07:00

readme.md

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