owncast/controllers/admin
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
..
appearance.go Support color customization from the admin (#2338) 2022-11-12 20:26:55 -08:00
chat.go Add terminations to error repsonses in API. (#1872) 2022-04-23 13:19:17 -07:00
config.go Feature: emoji editor (#2411) 2022-12-12 08:40:43 -08:00
connectedClients.go
disconnect.go
emoji.go Feature: emoji editor (#2411) 2022-12-12 08:40:43 -08:00
externalAPIUsers.go Add support for changing user color in name modal. Closes #1805 2022-08-09 19:56:45 -07:00
federation.go Add terminations to error repsonses in API. (#1872) 2022-04-23 13:19:17 -07:00
followers.go
hardware.go
logs.go
notifications.go
serverConfig.go Make stream keys objects with comment instead of string slice 2022-11-29 16:05:44 -08:00
status.go
update.go
video.go
viewers.go preallocate memory (#2201) 2022-10-12 16:37:26 -07:00
webhooks.go
yp.go