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/stylesheets
Lilia ae190fed44
Profiles (#1453)
* Add AES-GCM encryption for profiles

With tests.

* Add profileKey to DataMessage protobuf

// FREEBIE

* Decrypt and save profile names

// FREEBIE

* Save incoming profile keys

* Move pad/unpad to crypto module

// FREEBIE

* Support fetching avatars from the cdn

// FREEBIE

* Translate failed authentication errors

When AES-GCM authentication fails, webcrypto returns a very generic error. The
same error is thrown for invalid length inputs, but our earlier checks in
decryptProfile should rule out those failure modes and leave us safe to assume
that we either had bad ciphertext or the wrong key.

// FREEBIE

* Handle profile avatars (wip) and log decrypt errors

// FREEBIE

* Display profile avatars

Synced contact avatars will still override profile avatars.

* Display profile names in convo list

Only if we don't have a synced contact name.

// FREEBIE

* Make cdn url an environment config

Use different ones for staging and production

// FREEBIE

* Display profile name in conversation header

* Display profile name in group messages

* Update conversation header if profile avatar changes

// FREEBIE

* Style profile names small with ~

* Save profileKeys from contact sync messages

// FREEBIE

* Save profile keys from provisioning messages

For standalone accounts, generate a random profile key.

// FREEBIE

* Special case for one-time sync of our profile key

Android will use a contact sync message to sync a profile key from Android
clients who have just upgraded and generated their profile key. Normally we
should receive this data in a provisioning message.

// FREEBIE

* Infer profile sharing from synced data messages

* Populate profile keys on outgoing messages

Requires that `profileSharing` be set on the conversation.

// FREEBIE

* Support for the profile key update flag

When receiving a message with this flag, don't init a message record, just
process the profile key and move on.

// FREEBIE

* Display profile names in group member list

* Refresh contact's profile on profile key changes

// FREEBIE

* Catch errors on profile save

// FREEBIE

* Save our own synced contact info

Don't return early if we get a contact sync for our own number

// FREEBIE
8 years ago
..
_android.scss Fix file icons on android theme 8 years ago
_conversation.scss Fix warning icon in message detail page - use relative path 8 years ago
_debugLog.scss Use relative paths 8 years ago
_emoji.scss Upgrade emoji support and switch to apple emoji 9 years ago
_global.scss Profiles (#1453) 8 years ago
_hourglass.scss Use relative paths 8 years ago
_index.scss Fix paths for all newly-added icons 8 years ago
_intlTelInput.scss Create install flow 10 years ago
_ios.scss Fix paths for all newly-added icons 8 years ago
_lightbox.scss Use relative paths 8 years ago
_mixins.scss Darken material colors in dark theme 8 years ago
_modal.scss Add frontend for safety numbers approval setting 9 years ago
_progress.scss Switch to grunt-sass + node-sass-import-once 8 years ago
_recorder.scss Use relative paths 8 years ago
_settings.scss Add frontend for safety numbers approval setting 9 years ago
_variables.scss Use relative paths 8 years ago
android-dark.scss Fix paths for all newly-added icons 8 years ago
manifest.css Profiles (#1453) 8 years ago
manifest.scss Switch to grunt-sass + node-sass-import-once 8 years ago
options.css Fix scroll overflow in installer layout 8 years ago
options.scss Import: choice on first startup, workflow, ported to Node.js fs API 8 years ago