![]() CUSTOM_INTRO_TITLE > introTitle CUSTOM_INTRO_DESCRIPTION: > introDescription CUSTOM_DOWNLOAD_DESCRIPTION: downloadDescription CUSTOM_TRY_SEND_DESCRIPTION: trySendDescription CUSTOM_SEND_YOUR_FILES_LINK: sendYourFilesLink CUSTOM_INTRO_TITLE: "Secure & Simple" CUSTOM_INTRO_DESCRIPTION: "Share files with end-to-end encryption and a link that expires." CUSTOM_DOWNLOAD_DESCRIPTION: "Shared with end-to-end encryption and a link that expires." CUSTOM_TRY_SEND_DESCRIPTION: "Secure, Simple file sharing" CUSTOM_SEND_YOUR_FILES_LINK: "Upload Files" |
||
---|---|---|
.. | ||
ui | ||
.eslintrc.yml | ||
api.js | ||
archive.js | ||
capabilities.js | ||
controller.js | ||
dragManager.js | ||
ece.js | ||
experiments.js | ||
fileReceiver.js | ||
fileSender.js | ||
fxa.js | ||
keychain.js | ||
locale.js | ||
main.css | ||
main.js | ||
ownedFile.js | ||
pasteManager.js | ||
qrcode.js | ||
readme.md | ||
routes.js | ||
serviceWorker.js | ||
storage.js | ||
streams.js | ||
user.js | ||
utils.js | ||
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 pagesroutes
contains route definitions and logictemplates
contains ui elements smaller than pages