Skip to content
Snippets Groups Projects
  1. Apr 16, 2019
    • Cyril Roelandt's avatar
      CSV export: add UTF-8 BOM header. · f626d298
      Cyril Roelandt authored
      When exporting a poll to CSV, no BOM character is written. Most applications can
      properly detect the required encoding, but some do not, and might find it
      helpful to be able to read a BOM character.
      
      --
      Comment added 2019-04-16, nico@bou.io:
      
      The issue is specifically with Excel that assumes Latin-1 by default, but switches to utf-8 if a BOM is present. On the other hand, LibreOffice and other apps seem to behave correctly with a BOM.
      f626d298
  2. Apr 15, 2019
  3. Feb 21, 2019
  4. Feb 20, 2019
  5. Jan 07, 2019
  6. Nov 30, 2018
  7. Nov 20, 2018
  8. Oct 25, 2018
  9. Oct 24, 2018
    • Tai Kedzierski's avatar
      Allow overriding HTTPS · 4242fe29
      Tai Kedzierski authored
      In the case where the proxy does not pass `HTTP_X_FORWARDED_PROTO`, we need a way to explicitly request `https://` scheme on callbacks.
      
      This change adds a constant `FORCE_HTTPS` which can be used to forcibly override automatic detection of HTTPS usage, when set.
      4242fe29
  10. Oct 10, 2018
  11. Oct 09, 2018
  12. Sep 11, 2018
  13. Aug 30, 2018
  14. Aug 17, 2018
  15. Aug 14, 2018
  16. Aug 03, 2018
Loading