status-desktop/ui/app/AppLayouts/Profile/Sections
emizzle 6a0a75888b feat: whitelist gifs (no url extension needed)
Fixes #1377.
Fixes #1479.

Two sites have been added to the whitelist: giphy.com and tenor.com.

`imageUrls` in its entirety has been removed and instead all links are being handle through the message `linkUrls`. This prevents double-handling of urls that may or may not be images.

The logic to automatically show links previews works like this:
1. If the setting "display chat images" is enabled, all links that *contain* ".png", ".jpg", ".jpeg", ".svg", ".gif" will be automatically shown. If the URL doesn't contain the extension, we are not downloading it. This was meant to be somewhat of a security compromise as we do not want to download each and every link posted in a message just to find out its true content type.
2. If the above setting is *disabled*, then we follow the whitelist settings for tenor and giphy. This allows us to preview gifs that do not have a file extension in their url.

feat: bump status-go to the commit that supports the new whitelist (https://github.com/status-im/status-go/pull/2094), and also lets us get link preview data from urls in the whitelist. NOTE: this commit was branched off status-go `develop`, so once it is merged, and we update this PR to the new commit, we will effectively be getting status-go develop changes. We *could* base that status-go PR off of master if it makes things easier.

fix: height on settings update issue

feat: move date/time of message below links

fix: layout issues when changing setting `neverAskAboutUnfurlingAgain`

feat: Add MessageBorder component to aid in showing rounded corners with different radius
2020-12-21 14:14:32 -05:00
..
Contacts feat: add profile pic support 2020-12-17 16:44:25 -05:00
Data feat: add changeTranslation function 2020-07-21 11:09:00 -04:00
Ens feat: make `UserNameLabel` render local nick names and ENS names 2020-12-10 12:30:31 +01:00
Privileges feat: dapps permissions 2020-10-20 14:42:36 -04:00
AboutContainer.qml update to beta.4 2020-11-11 16:16:18 -05:00
AdvancedContainer.qml refactor: ProfileView 2020-12-08 17:01:22 -05:00
AppearanceContainer.qml feat: add profile pic support 2020-12-17 16:44:25 -05:00
BackupSeedModal.qml refactor: ProfileView 2020-12-08 17:01:22 -05:00
BrowserContainer.qml feat: show browser settings in the profile section 2020-10-21 12:06:50 -04:00
ChangeProfilePicModal.qml Apply suggestions from code review 2020-12-17 16:44:25 -05:00
ContactsContainer.qml refactor: ProfileView 2020-12-08 17:01:22 -05:00
DevicesContainer.qml refactor: ProfileView 2020-12-08 17:01:22 -05:00
EnsContainer.qml refactor: ProfileView 2020-12-08 17:01:22 -05:00
FleetRadioSelector.qml fix: code review 2020-11-06 16:22:07 -05:00
FleetsModal.qml fix: code review 2020-11-06 16:22:07 -05:00
HelpContainer.qml chore: add context to help container letter i18n 2020-10-21 12:11:15 -04:00
LanguageContainer.qml refactor: change settings to use a filename instead 2020-09-16 16:58:55 -04:00
MutedChatsModal.qml feat: allow users to list muted chats and contacts 2020-11-24 11:17:18 +01:00
MyProfileContainer.qml feat: add profile pic support 2020-12-17 16:44:25 -05:00
NetworkRadioSelector.qml refactor: ProfileView 2020-12-08 17:01:22 -05:00
NetworksModal.qml fix: 18n and category headers 2020-11-26 11:44:49 -05:00
NotificationsContainer.qml feat: add OS notification and setting to switch back 2020-12-09 14:19:16 -05:00
PrivacyContainer.qml feat: whitelist gifs (no url extension needed) 2020-12-21 14:14:32 -05:00
SignoutContainer.qml
SoundsContainer.qml chore: update translations 2020-09-23 17:19:57 -04:00
StatusNotificationWithDropShadow.qml fix: remove unresolvable anchor in StatusNotificationWithDropShadow 2020-12-04 15:52:40 -05:00
SyncContainer.qml refactor: ProfileView 2020-12-08 17:01:22 -05:00
qmldir