Skip to content
Snippets Groups Projects
  1. May 10, 2020
  2. May 08, 2020
  3. May 03, 2020
  4. Apr 25, 2020
  5. Apr 15, 2020
  6. Apr 03, 2020
  7. Mar 31, 2020
  8. Mar 25, 2020
    • ThibG's avatar
      Fix media not being marked sensitive when client sets a CW but no text (#13277) · f08f880f
      ThibG authored
      Mastodon enforces the “sensitive” flag on media attachments whenever a toot
      is posted with a Content Warning. However, it does so *after* potentially
      converting the Content Warning to toot text (when there is no toot text),
      which leads to inconsistent and surprising behavior for API clients.
      This commit fixes this inconsistency.
      Unverified
      f08f880f
  9. Mar 21, 2020
  10. Mar 08, 2020
  11. Feb 27, 2020
  12. Feb 16, 2020
  13. Feb 08, 2020
  14. Feb 03, 2020
  15. Feb 01, 2020
  16. Jan 25, 2020
  17. Jan 23, 2020
  18. Jan 11, 2020
    • ThibG's avatar
      Remove dependency on OStatus2 gem (#12822) · 57e2833f
      ThibG authored
      57e2833f
    • ThibG's avatar
      Add support for linking XMPP URIs in toots (#12709) · ea436b35
      ThibG authored
      * Fix wrong grouping in Twitter valid_url regex
      
      * Add support for xmpp URIs
      
      Fixes #9776
      
      The difficult part is autolinking, because Twitter-text's extractor does
      some pretty ad-hoc stuff to find things that “look like” URLs, and XMPP
      URIs do not really match the assumptions of that lib, so it doesn't sound
      wise to try to shoehorn it into the existing regex.
      
      This is why I used a specific regex (very close, although slightly more
      permissive than the RFC), and a specific scan function (a simplified version
      of the generalized one from Twitter).
      
      * Remove leading “xmpp:” from auto-linked text
      ea436b35
  19. Jan 10, 2020
  20. Jan 08, 2020
  21. Jan 04, 2020
  22. Jan 03, 2020
  23. Jan 02, 2020
  24. Dec 30, 2019
Loading