owncast/models
Gabe Kangas 68ff9ff270
Merge of emoji + autolink + embed + etc (#108)
* Add an emoji picker to chat

* Update to the custom emoji picker and add first pass at using custom emoji in text box

* Add custom emoji endpoint and use it in the app

* Position the emoji picker

* Handle events from the text input

* pair down the number of party parrots

* Size emoji in chat and input

* Add new custom emoji

* Add OMQ stickers as custom emoji

* Show custom category for emoji picker by default

* update omq emojis

* Document basic supported markdown syntax. Closes #95

* Websocket refactor: Pull it out of the UI and support callbacks (#104)

* Websocket refactor: Pull it out of the UI and support listeners

* Changes required for Safari to be happy with modules

* Move to explicit ad-hoc callback registration

* Add an emoji picker to chat

* Update to the custom emoji picker and add first pass at using custom emoji in text box

* Handle events from the text input

* Rebuild autolinking + embed handling for #93

* Re-enable disabling chat

* Document basic supported markdown syntax. Closes #95

* Document basic supported markdown syntax. Closes #95

* Add an emoji picker to chat

* Merge emoji and embeds.

* Merge emoji + embed branches. Rework autolink +embeds. WIP for username
highlighting for #100

* More updates to chat text formatting/embedding/linking

* Fix username autocomplete to work with div instead of form elements

* Post-rebase fixes + tweaks

* Disable text input by setting contentEditable = false

* Remove test that hardcodes pointing to public test server

* Fix re-enable chat with the contentEditable input div

* Style and fix the fake placeholder text in the input div

* Missing file.  Were did it go?

* Set a height for instagram embeds

* Cleanup

Co-authored-by: Ginger Wong <omqmail@gmail.com>
2020-08-12 21:56:41 -07:00
..
chatListener.go Decouple chat from core and add chat rest api (#25) 2020-06-23 13:11:01 -07:00
chatMessage.go Basic chat persistence for #26 2020-07-12 14:59:40 -07:00
emoji.go Merge of emoji + autolink + embed + etc (#108) 2020-08-12 21:56:41 -07:00
nameChangeEvent.go Chat updates (#92) 2020-07-28 21:30:03 -07:00
pingMessage.go Project restructure (#18) 2020-06-22 18:11:56 -07:00
playlist.go Remove IPFS. For #74 2020-07-19 21:15:53 -07:00
stats.go Show in the UI how long the user has been streaming for. Closes #59 2020-07-18 15:08:43 -07:00
status.go Show in the UI how long the user has been streaming for. Closes #59 2020-07-18 15:08:43 -07:00
storageProvider.go Project restructure (#18) 2020-06-22 18:11:56 -07:00