owncast/utils
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
..
accessTokens_test.go style fix for error checking (#1170) 2021-07-09 11:16:44 -07:00
accessTokens.go fix insecure math/rand use for access token generation (#1441) 2021-10-01 12:46:42 -07:00
backup.go Adjust error messages to conform to Go best practices (#1400) 2021-09-13 14:08:10 -07:00
clientId.go Using the full IP address for ClientID. 2021-08-07 12:35:02 -07:00
nulltime.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
performanceTimer.go Some linter cleanup 2021-10-25 00:31:45 -07:00
phraseGenerator.go Some linter cleanup 2021-10-25 00:31:45 -07:00
restendpointhelper_test.go Feature/oc 1316 add support for system message to single user (#1351) 2021-09-13 01:26:28 -07:00
restendpointhelper.go Adjust error messages to conform to Go best practices (#1400) 2021-09-13 14:08:10 -07:00
utils_test.go Adjust allowed bot list to allow for link previews in WhatsApp and Signal (#1401) 2021-09-13 17:14:30 -07:00
utils.go Inline chat moderation UI (#1331) 2021-11-02 19:27:41 -07:00