]> cat aescling's git repositories - mastodon.git/commit
New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 22 Sep 2017 23:57:23 +0000 (01:57 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2017 23:57:23 +0000 (01:57 +0200)
commit293972f716476933df2b665ad755cafe4d29d82d
tree6719153a554c918800d8eb3f1624d9e0d666318c
parent9c8e602163811fc9a21c5ae78d53d46d7dbc8db7
New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051)
app/controllers/admin/custom_emojis_controller.rb
app/controllers/api/v1/custom_emojis_controller.rb [new file with mode: 0644]
app/models/custom_emoji.rb
app/serializers/rest/custom_emoji_serializer.rb [new file with mode: 0644]
app/serializers/rest/status_serializer.rb
config/routes.rb
spec/controllers/api/v1/custom_emojis_controller_spec.rb [new file with mode: 0644]