chinwagsocial/app
Eugen Rochko 1e02ba111a Add emoji autosuggest (#5053)
* Add emoji autosuggest

Some credit goes to glitch-soc/mastodon#149

* Remove server-side shortcode->unicode conversion

* Insert shortcode when suggestion is custom emoji

* Remove remnant of server-side emojis

* Update style of autosuggestions

* Fix wrong emoji filenames generated in autosuggest item

* Do not lazy load emoji picker, as that no longer works

* Fix custom emoji autosuggest

* Fix multiple "Custom" categories getting added to emoji index, only add once
2017-09-23 14:47:32 +02:00
..
controllers New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051) 2017-09-23 01:57:23 +02:00
helpers Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
javascript Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
lib Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Use OrderedCollectionPage to return followers/following list (#4949) 2017-09-19 16:37:06 +02:00
serializers Add custom emojis to the emoji picker (#5052) 2017-09-23 05:40:28 +02:00
services Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
validators Fix #4918 - Limit pinned toots to 5 (#4923) 2017-09-13 11:04:32 +02:00
views Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
workers Fix an error in ReplyDistributionWorker when replied status was deleted (#4974) 2017-09-16 18:18:00 +02:00