You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
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.
8 years ago
..
controllers New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051) 8 years ago
fabricators Custom emoji (#4988) 8 years ago
features Add scenarios for log in (#3497) 8 years ago
fixtures Custom emoji (#4988) 8 years ago
helpers Add emoji autosuggest (#5053) 8 years ago
javascript Fix emojify() by generating a mapping to existing Twemoji files (#5080) 8 years ago
lib Add missing validations in ActivityPub::Activity::Create (#5096) 8 years ago
mailers Spec UserMailer (#3757) 8 years ago
models Do not filter statuses with unknown languages (#5045) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Use around hook to restore context in InstancePresenter spec (#3430) 8 years ago
requests Redesign the landing page, mount public timeline on it (#4122) 8 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
services Introduce OStatus::TagManager (#5008) 8 years ago
support Some minor change and spec for Account (#3813) 8 years ago
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 8 years ago
views Uploads for admin site settings (#4913) 8 years ago
workers Add configuration to disable private status federation over PuSH (#4582) 8 years ago
rails_helper.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 8 years ago
spec_helper.rb Minor performance improvement for test suite (#4678) 8 years ago