thelounge/client/js
Nachtalb 3a6ac4e5ec
Support animated webp images
We need to remove the metadata without breaking the animation.
For that we use sharp which incooperates libvips (binaries for most common distros included).

This also decreases client side upload complexity as we remove the metadata on the serverside.

Sharp: https://sharp.pixelplumbing.com/
libvips: https://libvips.github.io/libvips/
2021-04-13 18:24:32 +02:00
..
commands Use es6 import syntax 2019-11-25 20:13:12 +02:00
helpers Fix client crash when opening a user context menu in query 2021-03-30 22:33:48 -07:00
socket-events Upgrade to socket.io v3 2021-02-28 15:30:44 -08:00
auth.js Use es6 import syntax 2019-11-25 20:13:12 +02:00
autocompletion.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
clipboard.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
constants.js Add an option to display 12h times 2020-02-29 11:37:45 +02:00
eventbus.js Support multiple arguments in eventbus emit 2020-04-27 21:45:47 +03:00
keybinds.js Do not handle keybinds in inputs if not empty 2020-03-22 20:44:14 +02:00
loading-error-handlers.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
localStorage.js Use es6 import syntax 2019-11-25 20:13:12 +02:00
location.js Use es6 import syntax 2019-11-25 20:13:12 +02:00
router.js Disallow navigating to invalid networks 2020-07-20 11:50:01 +03:00
settings.js add highlight exceptions 2020-08-19 00:00:56 +02:00
socket.js Improve disconnected message in public mode 2019-11-25 20:13:14 +02:00
store-settings.js Use lodash where possible 2020-08-07 19:52:50 +03:00
store.js Track mentions and add a window to view them 2020-04-11 12:49:42 +03:00
upload.js Support animated webp images 2021-04-13 18:24:32 +02:00
vue.js Merge pull request #3845 from thelounge/xpaw/native-badging 2020-07-08 12:33:52 +03:00
webpush.js Refresh notification permission state when push is enabled 2020-07-15 16:08:36 +03:00