owncast/core
Philipp dc54dfe363
Feature: emoji editor (#2411)
* Custom emoji editor: implement backend

This reuses the logo upload code

* Implement emoji edit admin interface

Again reuse base64 logic from the logo upload

* Allow toggling between uploaded and default emojis

* Add route that always serves uploaded emojis

This is needed for the admin emoji interface,
as otherwise the emojis will 404 if custom emojis are disabled

* Fix linter warnings

* Remove custom/uploaded emoji logic

* Reset timer after emoji deletion

* Setup: copy built-in emojis to emoji directory
2022-12-12 08:40:43 -08:00
..
chat Merge remote-tracking branch 'origin/develop' into webv2 2022-11-29 16:37:29 -08:00
data Feature: emoji editor (#2411) 2022-12-12 08:40:43 -08:00
playlist Add support for IP-based bans (#1703) 2022-03-06 20:34:49 -08:00
rtmp Remove commented out code 2022-11-29 16:05:44 -08:00
storageproviders Use a custom http client when connecting to aws (#1945) 2022-06-11 18:21:11 -07:00
transcoder Remove package-comments rule 2022-08-27 20:31:00 -07:00
user Add support for changing user color in name modal. Closes #1805 2022-08-09 19:56:45 -07:00
webhooks add tests for webhook events (#2180) 2022-10-09 22:55:54 -07:00
core.go Move custom emoji dir if it exists. Closes #2379 2022-12-09 19:56:55 -08:00
offlineState.go Fix "invalid cross-device link" error when running on a different filesystem (#1769) 2022-03-07 16:30:40 -08:00
stats.go Add support for active viewer details API. Closes #1477 (#1747) 2022-03-06 17:31:47 -08: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 Outbound live stream notifications (#1663) 2022-03-18 13:33:23 -07:00