Stefan
bc00836df2
feat: add tenor domains to LinkPreviewWhitelist
...
Also forward the tenor URLs as previews
Updates: #6829
2022-09-05 12:32:11 +02:00
Jonathan Rainville
dad02df69b
chore: remove tenor since the api no longer returns a url ( #2439 )
2021-11-24 10:12:30 -05:00
Anthony Laibe
dbd34ae7eb
feat: Re-enable unfurling for tenor ( #2302 )
2021-08-20 15:13:10 -04:00
Ismael
1efe023dd7
Add unfurling for Twitter links
...
Fix lint issues
Wrap json.Unmarshall() errors in urls.go
Bump version 0.83.9 -> 0.83.10
2021-08-16 20:03:10 +02:00
Roman Volosovskyi
d1dc5f1e27
[wallet] Add wallet_getChachedBalances method
2021-05-25 10:03:05 +03:00
Shivek Khurana
9ef4971fe1
Comment out Medium unfurling ( #2193 )
2021-04-12 14:49:34 +05:30
Andrea Maria Piana
6ac1c43926
Add status.im and medium.com to link unfurling
2021-02-15 11:51:14 +01:00
Shivek Khurana
8d9b85f103
Fix linting
2021-02-05 15:12:38 +01:00
Shivek Khurana
0feab5c6a7
Handle media.giphy.com and expose dimensions of gifs
2021-02-05 15:12:38 +01:00
Shivek Khurana
757dbcd98e
Change giphy short url, was gph.is but was using gph.se
2021-02-05 15:12:38 +01:00
Shivek Khurana
4b5dbc3d52
Fixed linting
2021-02-05 15:12:38 +01:00
Shivek Khurana
ad6229bc4f
Follow short urls to get long url and then use that long url with oembed
2021-02-05 15:12:38 +01:00
Shivek Khurana
499f1702d1
Whitelist media.giphy.com
2021-02-05 15:12:38 +01:00
Shivek Khurana
55f7ad7496
Make errors start with lower case
2021-02-05 15:12:38 +01:00
Shivek Khurana
63a6c917fe
if -> switch/case
2021-02-05 15:12:38 +01:00
Shivek Khurana
2039305900
Fix lint
2021-02-05 15:12:38 +01:00
Shivek Khurana
d37b7a9729
Tenor unfurling + connected Giphy and Tenor to GetPreviewData fn
2021-02-05 15:12:38 +01:00
Shivek Khurana
47e17624d6
Giphy oembed in place
2021-02-05 15:12:38 +01:00
Frank Tang
922e785512
Add GitHub to whitelist for URL unfurling #11426
2021-01-11 11:15:09 +01:00
Eric Mastro
149877a939
feat: allow getPreviewLinkData for all whitelisted links ( #2094 )
...
* feat: allow getPreviewLinkData for all links
Only YouTube links were supported in `getPreviewLinkData` previously.
Now, any whitelisted links can have their data retreived using this function, returning the true content type (by examining the header bytes of the content).
feat: add tenor.com and giphy.com to whitelisted urls list
* Fix json format
* bump VERSION
* Lint urls.go
Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-12-18 19:33:24 +11:00
Volodymyr Kozieiev
3e446eed8c
Link previews support ( #2059 )
2020-10-27 19:35:28 +02:00