Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2022-11-14 | [feature] Allow newly uploaded emojis to be placed in categories (#939) | 1 | ||
* [feature] Add emoji categories GET Serialize emojis in appropriate categories; make it possible to get categories via the admin API * [feature] Create (or use existing) category for new emoji uploads * fix lint issue * update misleading line in swagger docs | ||||
2022-10-14 | [feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913) | 1 | ||
* add emoji DELETE handler * no need to process error (thanks kim) * don't double check if user is admin * add missing security annotation |