Danny Coates 3c4f502eac add flex-none to radio buttons on report page. fixes #1509 4 лет назад
..
ui 3c4f502eac add flex-none to radio buttons on report page. fixes #1509 4 лет назад
.eslintrc.yml 53e822964e a few changes to make A/B testing easier 7 лет назад
api.js 81e9d81dab implemented download tokens 4 лет назад
archive.js 1c44d1d0f9 added /config endpoint, use fewer globals (#1172) 5 лет назад
capabilities.js 1ec2b995b0 restrict "share" to mobile, fixes #1505 4 лет назад
controller.js d023a53b74 handle reports for files that have been already been deleted 4 лет назад
crc32.js 7d35e8f61f fixed local without fxa 4 лет назад
dragManager.js 74d8a12c07 fixes #1013. dragging page elements 5 лет назад
ece.js 7130c2e7b0 remove browser dependency on "buffer" 4 лет назад
experiments.js 23ecb632eb added signin button color experiment. closes #1306 (#1320) 5 лет назад
fileReceiver.js 81e9d81dab implemented download tokens 4 лет назад
fileSender.js 96c750c098 added size and duration to connection error reporting 5 лет назад
fxa.js 7130c2e7b0 remove browser dependency on "buffer" 4 лет назад
keychain.js 29f243fdda removed old encryption key implementation 5 лет назад
locale.js c80f9ada65 updated deps 5 лет назад
main.css fc8673b87a fix main section height. fixes #1499 4 лет назад
main.js 2a3db78f97 update promo to be for the vpn 4 лет назад
metrics.js 96c750c098 added size and duration to connection error reporting 5 лет назад
ownedFile.js 0c458e180c error if file from localStorage is old (no manifest) 5 лет назад
pasteManager.js 7710cf98e9 fixed paste email bug 5 лет назад
readme.md e77fea09bc Fixes link to routes file 4 лет назад
routes.js 55df061567 refactored storage, style tweaks 4 лет назад
serviceWorker.js 81e9d81dab implemented download tokens 4 лет назад
storage.js 81e9d81dab implemented download tokens 4 лет назад
streams.js f036df5f47 updated eslint config 5 лет назад
user.js 7d35e8f61f fixed local without fxa 4 лет назад
utils.js 1ec2b995b0 restrict "share" to mobile, fixes #1505 4 лет назад
zip.js 7130c2e7b0 remove browser dependency on "buffer" 4 лет назад

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