Commit Graph
6741 Commits
Author SHA1 Message Date
Gabe Kangas 9288837f9d fix(admin): fix custom emoji imgs being rendered with odd size. Fixes #3126 2023-07-05 17:58:24 -07:00
Owncast 83d07b0160 Bundle embedded web app 2023-07-06 00:31:31 +00:00
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
Owncast e9a4899686 Bundle embedded web app 2023-07-05 21:11:27 +00:00
Gabe Kangas dc2c46e2a4 fix(ui): fix for exception when chat is disabled. Closes #3138 2023-07-05 14:02:39 -07:00
Owncast d08b518684 Bundle embedded web app 2023-07-05 18:56:06 +00:00
janWilejanGitHubjanWilejan <>
74ad8d5e18 Fix chat flicker / Usernames collapse in order (#3135)
Co-authored-by: janWilejan <>
2023-07-05 11:51:16 -07:00
Owncast 9b450ec64b Bundle embedded web app 2023-07-05 18:27:32 +00:00
John ReganandGitHub 5c07e3ced6 highlighting: make case-insensitive, support unicode (#3137)
* highlighting: make case-insensitive, support unicode

* highlighting: also highlight simplified/normalized form

* highlighting: use MDN-recommended escape pattern
2023-07-05 11:23:39 -07:00
renovate[bot]andGitHub 80ffd28551 chore(deps): update peter-evans/create-or-update-comment digest to 13f4e02 2023-07-05 06:19:49 +00:00
Owncast 1c7a7b88b5 Commit screenshots 2023-07-05 04:09:49 +00:00
Owncast e3680a2fb3 Bundle embedded web app 2023-07-04 23:18:04 +00:00
Gabe Kangas 65d52072d4 fix(chat): reposition chat loading spinner 2023-07-04 16:11:54 -07:00
Owncast ea294294bd Bundle embedded web app 2023-07-04 19:22:07 +00:00
Gabe Kangas 00a5fb8dc8 fix: pass username and instance url to external actions. Fixes #3130 2023-07-04 12:14:21 -07:00
Gabe Kangas 5876c7cfbb fix(ui): simplify modal loading ui state 2023-07-04 12:11:27 -07:00
Owncast 4db77f5811 Bundle embedded web app 2023-07-04 17:13:18 +00:00
renovate[bot]andGitHub 372a025ed0 chore(deps): update dependency eslint to v8.44.0 2023-07-04 14:46:55 +00:00
renovate[bot]andGitHub 68ebf0a4aa fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.6 2023-07-04 11:30:48 +00:00
renovate[bot]andGitHub cadc2e3f48 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.295 2023-07-04 08:05:46 +00:00
Owncast 294a79a665 Commit screenshots 2023-07-04 04:09:55 +00:00
Owncast f201ac8d51 Bundle embedded web app 2023-07-04 03:21:47 +00:00
renovate[bot]andGitHub e170123d0c chore(deps): update dependency @types/node to v18.16.19 2023-07-04 00:48:24 +00:00
Owncast 70b3d2f544 Bundle embedded web app 2023-07-04 00:47:45 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
bd8f4452dc chore(deps): update dependency stylelint-config-standard-scss to v10 (#3128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 17:42:20 -07:00
Owncast b98ad0389e Bundle embedded web app 2023-07-03 18:22:36 +00:00
renovate[bot]andGitHub 13173f532e fix(deps): update dependency antd to v4.24.12 2023-07-03 16:14:59 +00:00
Owncast f29ac903fa Bundle embedded web app 2023-07-03 16:14:21 +00:00
renovate[bot]andGitHub 7b2b4a525d chore(deps): update dependency ts-jest to v29.1.1 2023-07-03 12:37:18 +00:00
Owncast e15bbb5883 Bundle embedded web app 2023-07-03 12:36:37 +00:00
renovate[bot]andGitHub 4347bd8963 chore(deps): update dependency mermaid to v10.2.4 2023-07-03 11:31:46 +00:00
Owncast 7abac469d5 Commit screenshots 2023-07-03 04:11:16 +00:00
Owncast e23ff64362 Commit screenshots 2023-07-02 04:10:30 +00:00
Owncast 0a50b02bd2 Commit screenshots 2023-07-01 04:10:25 +00:00
Owncast b352eaebb4 Bundle embedded web app 2023-06-30 19:27:14 +00:00
bf1ccf21d2 chat: simplify input handling (#3124)
* chat: simplify input handling

Removes the cursor save/restore functionality.

Removes most key handling.

Allows message to go over limit.

Moves the message length check into SendMessage.

Changes the chat input to change to the max style only when over the limit,
rather than at the limit. Makes it apparent that something is wrong.

Fixes #3121

* Prettified Code!

---------

Co-authored-by: jprjr <jprjr@users.noreply.github.com>
2023-06-30 12:22:01 -07:00
Owncast 8ad81544f1 Bundle embedded web app 2023-06-30 15:16:07 +00:00
renovate[bot]andGitHub 4bec812a9f chore(deps): update dependency cypress to v12.16.0 2023-06-30 14:00:38 +00:00
Owncast 99aabc64b0 Bundle embedded web app 2023-06-30 13:59:55 +00:00
renovate[bot]andGitHub bd6c44396b fix(deps): update dependency antd to v4.24.11 2023-06-30 10:39:09 +00:00
Owncast d3ad99adb0 Bundle embedded web app 2023-06-30 10:38:27 +00:00
renovate[bot]andGitHub 1c381fc4bf fix(deps): update dependency @uiw/react-codemirror to v4.21.7 2023-06-30 07:27:56 +00:00
Owncast 23b431c3d0 Commit screenshots 2023-06-30 04:10:19 +00:00
Owncast c8d625288c Bundle embedded web app 2023-06-30 03:41:14 +00:00
Gabe Kangas bcd08633b4 fix(chat): simplify emoji + char count handling. Closes #3120 2023-06-29 20:35:53 -07:00
Owncast 5436f3001e Bundle embedded web app 2023-06-30 02:44:06 +00:00
Gabe Kangas f1bde962cc feat(admin): auto-expand news item if there is only one 2023-06-29 19:37:52 -07:00
Owncast 03c06ba0b8 Bundle embedded web app 2023-06-30 00:09:01 +00:00
renovate[bot]andGitHub 127853dcdf fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.7 2023-06-29 22:51:13 +00:00
Owncast 53eeb97c19 Bundle embedded web app 2023-06-29 22:50:33 +00:00