Skip to content
Extraits de code Groupes Projets
  1. jan. 09, 2018
  2. déc. 10, 2017
  3. oct. 17, 2017
  4. oct. 08, 2017
  5. oct. 03, 2017
    • Akihiko Odaki's avatar
      Validate id of ActivityPub representations (#5114) · 63f09797
      Akihiko Odaki a rédigé
      Additionally, ActivityPub::FetchRemoteStatusService no longer parses
      activities.
      OStatus::Activity::Creation no longer delegates to ActivityPub because
      the provided ActivityPub representations are not signed while OStatus
      representations are.
      63f09797
  6. sept. 19, 2017
    • ThibG's avatar
      Fix race condition when processing incoming OStatus messages (#5013) · 34fa305a
      ThibG a rédigé
      * Avoid races in incoming OStatus toots processing
      
      * oops
      
      * oops again
      34fa305a
    • Akihiko Odaki's avatar
      Introduce OStatus::TagManager (#5008) · bb4d005a
      Akihiko Odaki a rédigé
      bb4d005a
    • Eugen Rochko's avatar
      Custom emoji (#4988) · 81cec35d
      Eugen Rochko a rédigé
      * 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
  7. sept. 01, 2017
  8. août 17, 2017
  9. août 14, 2017
  10. juil. 18, 2017
Chargement en cours