owncast/utils
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
..
accessTokens_test.go
accessTokens.go fix insecure math/rand use for access token generation (#1441) 2021-10-01 12:46:42 -07:00
backup.go Add support for IP-based bans (#1703) 2022-03-06 20:34:49 -08:00
clientId.go
emojiMigration.go Move custom emoji dir if it exists. Closes #2379 2022-12-09 19:56:55 -08:00
nulltime.go
performanceTimer.go Expand upon playback metrics 2022-03-16 22:49:27 -07:00
phraseGenerator.go feat: add custom username suggestions pool (#1644) 2022-01-12 10:18:08 -08: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 Support server-rendered index.html for all clients. Closes #1871 2022-06-19 16:35:55 -07:00
utils.go Feature: emoji editor (#2411) 2022-12-12 08:40:43 -08:00