owncast/core/data
John Regan 46ca5223f9
Chat wire protocol (#3125)
* core: remove file extension from emoji name

* web: transform emotes to labels when sending

* chat: replace br with line break

* core: implement emoji cache

* chat: send shortcodes for custom emoji

* chat: correct esling errors

* core: move emoji injection into dedicated function

* emoji: integrate emoji into markdown renderer, fix formatting

* chat protocol: correct golangci-lint findings

* chat field: specify that the contentEditable is an HTMLElement

* admin: mention that emoji should have unique names

* Prettified Code!

* regenerate pack-lock

* chat: correct the emphasis tag, provide fallback for other elements

---------

Co-authored-by: jprjr <jprjr@users.noreply.github.com>
2023-07-05 17:25:47 -07:00
..
activitypub.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
cache.go Fix concurrency crash. Closes #1067 2021-06-07 21:59:43 -07:00
config.go Support using the custom video serving endpoint even if you don't use object storage (#2924) 2023-05-30 14:05:24 -07:00
configEntry.go Support color customization from the admin (#2338) 2022-11-12 20:26:55 -08:00
crypto.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
data.go Add user color database migration. Closes #1984 2022-10-17 21:44:12 -07:00
data_test.go Support color customization from the admin (#2338) 2022-11-12 20:26:55 -08:00
datastoreMigrations.go Support using the custom video serving endpoint even if you don't use object storage (#2924) 2023-05-30 14:05:24 -07:00
defaults.go API + Data changes to support split up of stream keys and admin passwords 2022-11-29 16:05:44 -08:00
emoji.go Chat wire protocol (#3125) 2023-07-05 17:25:47 -07:00
messages.go Function has been re-exported for use 2022-08-03 11:30:06 -07:00
migrations.go Update to Go 1.20 + run better align (#2927) 2023-05-30 10:31:43 -07:00
persistence.go Fix creating table indexes 2022-08-03 10:31:14 -07:00
types.go Support color customization from the admin (#2338) 2022-11-12 20:26:55 -08:00
users.go Fix creating table indexes 2022-08-03 10:31:14 -07:00
utils.go Fix creating table indexes 2022-08-03 10:31:14 -07:00
webhooks.go Remove unnecessary var data in log messages. Closes #1640 2022-02-25 15:22:52 -08:00