Commit graph

12 commits

Author SHA1 Message Date
Owncast
93498a27ea Commit updated API documentation 2021-01-11 19:23:11 +00:00
Owncast
b70cee8afd Commit updated API documentation 2020-12-31 07:26:52 +00:00
Owncast
799782598d Commit updated API documentation 2020-12-29 22:04:25 +00:00
gingervitis
8a74af202d
Update chat message visibility for moderation (#524)
* update message viz in db

* create admin endpoint to update message visibility

* convert UpdateMessageVisibility api to take in an array of IDs to change visibility on instead

* Support requesting filtered or unfiltered chat messages

* Handle UPDATE chat events on front and backend for toggling messages

* Return entire message with UPDATE events

* Remove the UPDATE message type

* Revert "Remove the UPDATE message type"

This reverts commit 3a83df3d492f7ecf2bab65e845aa2b0365d3a7f6.

* update -> visibility update

* completely remove messages when they turn hidden on VISIBILITY-UPDATEs, and insert them if they turn visible

* Explicitly set visibility

* Fix multi-id sql updates

* increate scroll buffer a bit so chat scrolls when new large messages come in

* Add automated test around chat moderation

* Add new chat admin APIs to api spec

* Commit updated API documentation

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: Owncast <owncast@owncast.online>
2020-12-29 13:35:33 -08:00
Owncast
46fa26bc3a Commit updated API documentation 2020-12-26 03:25:00 +00:00
Owncast
438a11e4b1 Commit updated API documentation 2020-12-16 08:27:56 +00:00
Gabe Kangas
97ffe5e8ff Mark api doc as 0.0.3 2020-11-29 14:37:42 -08:00
Owncast
2bb0cec5be Commit updated API documentation 2020-11-17 23:13:26 +00:00
gingervitis
01f16aeddf
Simplify Logo requirement from users. (#373)
* Simplify Logo requirement from users.
- Only require 1 logo file, instead of a `small` and `large` one.  Just require `logo`.
- Update frontend sso that primary header logo will ALWAYS be owncast logo.
- User's logo will remain in "user content" area.

* Commit updated API documentation

Co-authored-by: Owncast <owncast@owncast.online>
2020-11-17 15:12:54 -08:00
Owncast
9b81740de4 Commit updated API documentation 2020-11-06 02:40:57 +00:00
Owncast
e0177afa87 Commit updated API documentation 2020-10-30 01:42:11 +00:00
Owncast
be9fb81102 Commit updated API documentation 2020-10-22 05:42:51 +00:00