Skip to content
Snippets Groups Projects
  1. Jun 04, 2023
  2. May 28, 2023
  3. May 22, 2023
  4. May 13, 2023
  5. Mar 06, 2023
  6. Feb 19, 2023
  7. Feb 18, 2023
  8. Feb 15, 2023
  9. Feb 12, 2023
  10. Feb 09, 2023
  11. Aug 17, 2022
  12. Mar 31, 2022
  13. Mar 15, 2022
  14. Mar 10, 2022
  15. Feb 11, 2022
  16. Dec 22, 2021
  17. Sep 28, 2021
  18. Aug 07, 2021
  19. Aug 05, 2021
  20. May 22, 2021
  21. May 21, 2021
  22. May 04, 2021
  23. May 03, 2021
  24. Mar 22, 2021
  25. Mar 18, 2021
  26. Mar 06, 2021
  27. Dec 23, 2020
  28. Dec 08, 2020
    • Travis Ralston's avatar
      Strip `charset` off binary media before replying with a `Content-Type` · 7fecdcfa
      Travis Ralston authored
      The spec is a bit unclear whether this is even valid for things like images, however the parameter doesn't really make sense for non-text data anyways.
      
      Synapse currently (for better or worse) treats the presence as a charset as a completely different media type and thus refuses to thumbnail it. 
      7fecdcfa
  29. Aug 18, 2020
  30. Aug 16, 2020
  31. Aug 12, 2020
    • Travis Ralston's avatar
      Use a slim memory profile for imports done with gdpr_import · c260888d
      Travis Ralston authored
      Instead of buffering all the export files into memory (which could be hundreds of gb) we buffer them in one at a time and hope that they don't contain extra information.
      
      On a 171mb export, this change used 45mb of memory at most. Previously the task would have required about 1gb. For larger (200gb+ exports) this is obviously better.
      c260888d
  32. Aug 02, 2020
Loading