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/test
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.
7 years ago
..
app Switch from hashed to random attachment file names 7 years ago
models Introduce intl-friendly sort order for contact lists (#1900) 7 years ago
modules Prefix private functions with underscore 7 years ago
server/app Security: Replace Unicode order overrides in attachment names 7 years ago
views New design for import/install, 'light' import (#2053) 7 years ago
.eslintrc.js Clean logs on start - and eslint/mocha with code coverage (#1945) 7 years ago
_test.js Remove test/protos symlink, use window.PROTO_ROOT for config 8 years ago
backup_test.js Encryption support for backup and restore 7 years ago
blanket_mocha.js
conversation_controller_test.js Introduce intl-friendly sort order for contact lists (#1900) 7 years ago
crypto_test.js Encryption support for backup and restore 7 years ago
database_test.js Refactor: db tasks to database.js, log delete to modules/logs.js 7 years ago
emoji_util_test.js Upgrade emoji support (#1482) 8 years ago
fixtures.js Improve fixtures, restore InboxView rendering on the test page (#1562) 8 years ago
fixtures_test.js Improve fixtures, restore InboxView rendering on the test page (#1562) 8 years ago
i18n_test.js Cleanup: Add unit-tests task to grunt test, fix style checks 8 years ago
index.html Fix link to Signal update location 7 years ago
keychange_listener_test.js Remove all mention of obsolete safety-number-approval setting 7 years ago
libphonenumber_util_test.js
manual.txt Add manual test scenarios for remembering window state 8 years ago
reliable_trigger_test.js Override Backbone's trigger with one that catches exceptions 8 years ago
spellcheck_test.js Add spellcheck smoke test 8 years ago
storage_test.js Remove all mention of obsolete safety-number-approval setting 7 years ago