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 81cec35dbf Custom emoji (#4988)
* Custom emoji

- In OStatus: `<link rel="emoji" name="coolcat" href="http://..." />`
- In ActivityPub: `{ type: "Emoji", name: ":coolcat:", href: "http://..." }`
- In REST API: Status object includes `emojis` array (`shortcode`, `url`)
- Domain blocks with reject media stop emojis
- Emoji file up to 50KB
- Web UI handles custom emojis
- Static pages render custom emojis as `<img />` tags

Side effects:

- Undo #4500 optimization, as I needed to modify it to restore
  shortcode handling in emojify()
- Formatter#plaintext should now make sure stripped out line-breaks
  and paragraphs are replaced with newlines

* Fix emoji at the start not being converted
7 years ago
..
controllers When web UI URL used while logged out, redirect to static page (#4954) 7 years ago
fabricators Custom emoji (#4988) 7 years ago
features
fixtures Custom emoji (#4988) 7 years ago
helpers Fix language filter codes (#4841) 7 years ago
javascript feat: Cache status height to avoid expensive renders (#4439) 8 years ago
lib Custom emoji (#4988) 7 years ago
mailers Spec UserMailer (#3757) 8 years ago
models Custom emoji (#4988) 7 years ago
policies
presenters
requests Redesign the landing page, mount public timeline on it (#4122) 8 years ago
routing
services Fix an error when actor json couldn't be fetched in ResolveRemoteAccountService (#4979) 7 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) 7 years ago
workers Add configuration to disable private status federation over PuSH (#4582) 7 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) 7 years ago