Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Apr 30, 2018
  2. Apr 28, 2018
  3. Apr 21, 2018
  4. Apr 13, 2018
  5. Apr 03, 2018
  6. Mar 29, 2018
  7. Mar 24, 2018
  8. Mar 22, 2018
  9. Mar 16, 2018
  10. Mar 12, 2018
  11. Mar 04, 2018
  12. Mar 03, 2018
  13. Feb 28, 2018
  14. Feb 23, 2018
  15. Feb 18, 2018
    • christarazi's avatar
      Support audio, video, generic file for pasting (#220) · cd9d1a2e
      christarazi authored
      * Refactor widget items to use same interface
      
      * Support audio, video, generic file for pasting
      
      * Add utils function for human readable file sizes
      
      * Set correct MIME type for media messages
      
      This change also determines the size of the upload once from the
      ContentLengthHeader, rather than seeking the QIODevice and asking for
      its size. This prevents any future trouble in case the QIODevice is
      sequential (cannot be seeked). The MIME type is also determined at
      upload once, rather than using the QIODevice and the underlying data
      inside.
      
      * Allow for file urls to be used as fall-back
      
      This fixes an issue on macOS which uses `text/uri-list` for copying
      files to the clipboard.
      
      fixes #228 
      cd9d1a2e
  16. Feb 11, 2018
  17. Feb 10, 2018
  18. Feb 01, 2018
  19. Jan 22, 2018
  20. Jan 21, 2018
  21. Jan 10, 2018
  22. Jan 09, 2018
  23. Jan 04, 2018
  24. Jan 03, 2018
  25. Dec 26, 2017
  26. Dec 16, 2017
  27. Dec 14, 2017
  28. Dec 12, 2017
  29. Dec 11, 2017
  30. Dec 10, 2017
Loading