owncast/core
gingervitis 9a91324456
Inline chat moderation UI (#1331)
* - mock detect when user turns into moderator
- add moderator indicator to display on messages and username changer

* also mock moderator flag in message payload about user to display indicator

* add some menu looking icons and a menu of actions

* WIP chat moderators

* Add support for admin promoting a user to moderator

* WIP-
open a more info panel of user+message info; add some a11y to buttons

* style the details panel

* adjust positioning of menus

* Merge fixes. ChatClient->Client ChatServer->Server

* Remove moderator bool placeholders to use real state

* Support inline hiding of messages by moderators

* Support inline banning of chat users

* Cleanup linter warnings

* Puppeteer tests fail after typing take place

* Manually resolve conflicts in chat between moderator feature and develop

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2021-11-02 19:27:41 -07:00
..
chat Inline chat moderation UI (#1331) 2021-11-02 19:27:41 -07:00
data execute webhooks in parallel (and 🐛 update webhooks.last_used correctly) (#1505) 2021-11-01 19:13:20 -07:00
playlist Fix godoc style comments (#356) 2020-11-12 15:14:59 -08:00
rtmp Optimise regexp usage (#1502) 2021-10-29 12:29:01 -07:00
storageproviders Support path-based S3 storage. Closes #1495 (#1496) 2021-10-28 17:27:44 -07:00
transcoder Update the HLS flags to adhere to more Apple recommendations 2021-11-01 00:20:08 -07:00
user Inline chat moderation UI (#1331) 2021-11-02 19:27:41 -07:00
webhooks execute webhooks in parallel (and 🐛 update webhooks.last_used correctly) (#1505) 2021-11-01 19:13:20 -07:00
core.go Embed static resources (#1466) 2021-10-11 15:04:16 -07:00
stats.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
status.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
storage.go remove global variables from core/storageproviders (#1444) 2021-10-11 16:29:36 -07:00
streamState.go Fix crash when an invalid inbound stream is disconnected. Closes #1439 (#1483) 2021-10-21 17:21:17 -07:00