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
Scott Nonnenberg 6d8f4b7b6e
Backup: zipped messages.json, flat attachments dir
Backup creates, in a target directory:
  - An attachments folder, with all attachments, each named for their
    parent message's id - a GUID. If there is more than one attachment
    in a given message,  each attachment beyond the first will end with
    '-N', zero-indexed.
  - A file named messages.zip. It contains exactly what went to disk in
    the original export code, but zipped up.

Export is now only 'light,' and in this new messages.zip format.

Import supports both the new format and the old format. If the target
directory has a messages.zip file, we'll treat it as the new format.

Next up: Encrypting attachments and the messages.zip!
7 years ago
..
app Rename ‘File a Bug’ to ‘Report an Issue’ 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 Backup: zipped messages.json, flat attachments dir 7 years ago
blanket_mocha.js Fix blanket popup 11 years ago
conversation_controller_test.js Introduce intl-friendly sort order for contact lists (#1900) 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 Refactor: db tasks to database.js, log delete to modules/logs.js 7 years ago
keychange_listener_test.js Remove all mention of obsolete safety-number-approval setting 7 years ago
libphonenumber_util_test.js Refactor number parsing and validation 10 years ago
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