owncast/core/data
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
..
activitypub.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
cache.go Fix concurrency crash. Closes #1067 2021-06-07 21:59:43 -07:00
config.go Return non-fatal error if no stream keys are set 2022-11-29 16:05:44 -08:00
configEntry.go Support color customization from the admin (#2338) 2022-11-12 20:26:55 -08:00
crypto.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
data.go Add user color database migration. Closes #1984 2022-10-17 21:44:12 -07:00
data_test.go Support color customization from the admin (#2338) 2022-11-12 20:26:55 -08:00
datastoreMigrations.go Make stream keys objects with comment instead of string slice 2022-11-29 16:05:44 -08:00
defaults.go API + Data changes to support split up of stream keys and admin passwords 2022-11-29 16:05:44 -08:00
emoji.go Feature: emoji editor (#2411) 2022-12-12 08:40:43 -08:00
messages.go Function has been re-exported for use 2022-08-03 11:30:06 -07:00
migrations.go Add user color database migration. Closes #1984 2022-10-17 21:44:12 -07:00
persistence.go Fix creating table indexes 2022-08-03 10:31:14 -07:00
types.go Support color customization from the admin (#2338) 2022-11-12 20:26:55 -08:00
users.go Fix creating table indexes 2022-08-03 10:31:14 -07:00
utils.go Fix creating table indexes 2022-08-03 10:31:14 -07:00
webhooks.go Remove unnecessary var data in log messages. Closes #1640 2022-02-25 15:22:52 -08:00