signal-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.
2018-03-26 16:38:34 -04:00
..
types/attachment Switch from hashed to random attachment file names 2018-03-26 16:38:34 -04:00
auto_update.js Big update to new signal branding (#2018) 2018-01-30 14:22:51 -08:00
config.js Harden production against NODE_ENV environment variable (#2010) 2018-01-29 16:57:49 -08:00
locale.js UX Improvements: Global Menu & Copy Changes (#2078) 2018-03-02 15:59:39 -05:00
logging.js Use proper logging if error pops when deleting all logs 2018-03-14 14:42:14 -07:00
menu.js Rename ‘File a Bug’ to ‘Report an Issue’ 2018-03-08 16:21:27 -05:00
tray_icon.js Add badge for unread messages to the tray icon (#1934) 2018-01-17 15:27:58 -08:00
user_config.js Clean logs on start - and eslint/mocha with code coverage (#1945) 2018-01-08 13:19:25 -08:00
window_state.js Clean logs on start - and eslint/mocha with code coverage (#1945) 2018-01-08 13:19:25 -08:00