You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/app
Daniel Gasienica 1283c77518 Switch from hashed to random attachment file names
Using hashes, we get the benefit of deduplication but if a user receives two
messages with the same attachment, deleting one would delete it for both since
they are only stored once. To avoid the complexity of tracking number of
references, we simply generate random file names similar to iMessage on MacOS
(?) and Signal Android.
8 years ago
..
types/attachment Switch from hashed to random attachment file names 8 years ago
auto_update.js Big update to new signal branding (#2018) 8 years ago
config.js Harden production against NODE_ENV environment variable (#2010) 8 years ago
locale.js UX Improvements: Global Menu & Copy Changes (#2078) 8 years ago
logging.js Use proper logging if error pops when deleting all logs 8 years ago
menu.js Rename ‘File a Bug’ to ‘Report an Issue’ 8 years ago
tray_icon.js Add badge for unread messages to the tray icon (#1934) 8 years ago
user_config.js Clean logs on start - and eslint/mocha with code coverage (#1945) 8 years ago
window_state.js Clean logs on start - and eslint/mocha with code coverage (#1945) 8 years ago