Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-22 | Enable Style/FrozenStringLiteralComment for specs (#23790) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/LeadingSubject (#23670) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/ImplicitSubject (#23721) | Nick Schonning | |
2023-02-18 | Autofix Rubocop RSpec/ExampleWording (#23667) | Nick Schonning | |
2018-12-11 | Make custom emoji domains case insensitive #9351 (#9474) | Adam Copp | |
* Make custom emoji domains case sensitive #9351 * Fixup style in downcase_domain to comply with codeclimate. * switch if! to unless * Don't use transactions, operate in batches. Also revert spurious schema change. | |||
2018-10-04 | Lint pass (#8876) | aus-social | |
2018-04-10 | Change custom emoji search to `ILIKE` instead of `=` (#7099) | Paul Woolcock | |
2017-11-08 | Add tests for CustomEmoji#local? and #object_type (#5621) | ysksn | |
2017-09-19 | Custom emoji (#4988) | Eugen Rochko | |
* 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 |