chinwagsocial/lib
Eugen Rochko 510df0ac55 Fix emojify() by generating a mapping to existing Twemoji files (#5080)
A new rake task emojis:generate downloads a full list of valid
unicode sequences from unicode.org and checks it against existing
Twemoji files, finally generating a map from each sequence to the
existing file (e.g. when there's multiple ways an emoji can be
expressed). The map is dumped into app/javascript/mastodon/emoji_map.json

That file is loaded by emojione_light.js (now a misnomer) which
decorates it further with shortcodes taken from emoji-mart's index.
2017-09-25 18:36:33 +02:00
..
assets Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
json_ld Use updated ActivityStreams context (added: sharedInbox) (#4764) 2017-09-02 14:00:58 +02:00
mastodon Bump to 1.6.1 2017-09-16 03:08:29 +02:00
paperclip Fix #2108 - Fix gif uploads (#2171) 2017-04-19 23:21:00 +02:00
tasks Fix emojify() by generating a mapping to existing Twemoji files (#5080) 2017-09-25 18:36:33 +02:00
templates/haml/scaffold Adding simple_form, adding profile settings, header image 2016-03-12 20:47:22 +01:00