Skip to content
Snippets Groups Projects
  1. Jul 20, 2021
  2. Jul 17, 2021
    • Claire's avatar
      Fix replying from modal (#16516) · e54a6501
      Claire authored
      Fixes #16515
      
      Not using a router object somehow made `this.history` lag behind the real
      browser history whenever pushing a new history item in `replyCompose`.
      
      Not using the context-provided router in this case was an oversight made
      when porting glitch-soc changes in #16499.
      Unverified
      e54a6501
  3. Jul 15, 2021
    • Claire's avatar
      Fix inefficiencies in auto-linking code (#16506) · 211d5c3c
      Claire authored
      The auto-linking code basically rewrote the whole string escaping non-ascii
      characters in an inefficient way, and building a full character offset map
      between the unescaped and escaped texts before sending the contents to
      TwitterText's extractor.
      
      Instead of doing that, this commit changes the TwitterText regexps to include
      valid IRI characters in addition to valid URI characters.
      Unverified
      211d5c3c
  4. Jul 14, 2021
  5. Jul 13, 2021
  6. Jul 11, 2021
  7. Jul 10, 2021
  8. Jul 09, 2021
  9. Jul 08, 2021
  10. Jul 07, 2021
  11. Jul 05, 2021
  12. Jul 04, 2021
  13. Jul 03, 2021
  14. Jul 02, 2021
  15. Jun 30, 2021
Loading