Teal Dulcet dc9d072472 Increased password length limit to support passphrases. | 1 year ago | |
---|---|---|
.. | ||
ui | 1 year ago | |
.eslintrc.yml | 2 years ago | |
api.js | 3 years ago | |
archive.js | 1 year ago | |
capabilities.js | 2 years ago | |
controller.js | 3 years ago | |
dragManager.js | 6 years ago | |
ece.js | 2 years ago | |
experiments.js | 2 years ago | |
fileReceiver.js | 3 years ago | |
fileSender.js | 5 years ago | |
fxa.js | 6 years ago | |
keychain.js | 5 years ago | |
locale.js | 2 years ago | |
main.css | 2 years ago | |
main.js | 2 years ago | |
ownedFile.js | 5 years ago | |
pasteManager.js | 5 years ago | |
qrcode.js | 3 years ago | |
readme.md | 5 years ago | |
routes.js | 3 years ago | |
serviceWorker.js | 4 years ago | |
storage.js | 2 years ago | |
streams.js | 2 years ago | |
user.js | 3 years ago | |
utils.js | 2 years ago | |
zip.js | 2 years ago |
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 pagesroutes
contains route definitions and logictemplates
contains ui elements smaller than pages