Skip to content
Snippets Groups Projects
  1. Feb 10, 2018
  2. Dec 27, 2017
  3. Nov 17, 2017
  4. Oct 26, 2017
  5. Sep 19, 2017
    • Eugen Rochko's avatar
      Custom emoji (#4988) · 81cec35d
      Eugen Rochko authored
      * 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
      81cec35d
  6. Sep 17, 2017
  7. Jul 08, 2017
  8. Jul 05, 2017
  9. Jun 04, 2017
  10. May 03, 2017
  11. May 02, 2017
  12. Apr 25, 2017
    • Eugen's avatar
      Punycode URI normalization (#2370) · 17c591ff
      Eugen authored
      * Fix #2119 - Whenever about to send a HTTP request, normalize the URI
      
      * Add test for IDN request in FetchLinkCardService
      
      * Perform IDN normalization on domains before they are stored in the DB
      17c591ff
  13. Apr 19, 2017
    • Eugen's avatar
      Fix #2108 - Fix gif uploads (#2171) · 2e4afccd
      Eugen authored
      * Fix #2108 - Fix gif uploads
      Add specs for media attachment gifv conversion
      
      * Add ffmpeg to travis
      
      * Make travis install ffmpeg, not libav
      
      * Switch travis to trusty
      v1.2.2
      2e4afccd
  14. Apr 11, 2017
  15. Apr 10, 2017
    • Eugen's avatar
      When avatar/header are GIF, generate static versions (#1428) · 12f72e17
      Eugen authored
      * When avatar/header are GIF, generate static versions.
      Account API returns "avatar"/"avatar_static", "header"/"header_static"
      Static version is the same as original for other cases
      Web UI de-animates avatars in toots, lists of users
      
      Fix #441, fix #596, prerequisite for #1064
      
      * Fix JS test
      
      * Add rake task to generate static avatars/headers from GIF ones, add test
      12f72e17
  16. Jan 11, 2017
  17. Oct 10, 2016
  18. Sep 12, 2016
  19. Sep 05, 2016
  20. Sep 04, 2016
  21. Mar 20, 2016
Loading