Skip to content
Snippets Groups Projects
  1. Apr 16, 2019
  2. Apr 12, 2019
  3. Mar 31, 2019
  4. Feb 26, 2019
  5. Feb 22, 2019
  6. Feb 10, 2019
  7. Feb 09, 2019
  8. Jan 28, 2019
  9. Jan 17, 2019
  10. Jan 10, 2019
    • feld's avatar
      Fix nginx caching issues · cc3a83a7
      feld authored
      Nginx is currently not caching data because proxy_buffering needs to be
      enabled for caching to work at all, and we are receiving a Cache-Control
      header from Pleroma that states "max-age=0, private, must-revalidate"
      
      Even disregarding the Cache-Control header that should actually be set
      to "public, max-age=1209600" as defined in the reverse_proxy code, we
      don't want to obey this header at all as it overrides our Nginx caching
      rules.
      cc3a83a7
    • feld's avatar
      Consistent intentation · efaa41fa
      feld authored
      efaa41fa
    • feld's avatar
      Cache partial objects for 10 minutes · fda942c3
      feld authored
      This enables caching/streaming of chunked responses
      fda942c3
    • feld's avatar
      Streaming is enabled by default · ce224ba5
      feld authored
      Support more filetypes for caching static media
      ce224ba5
  11. Dec 28, 2018
  12. Dec 16, 2018
  13. Dec 15, 2018
  14. Dec 14, 2018
  15. Dec 12, 2018
  16. Nov 30, 2018
  17. Nov 12, 2018
  18. Nov 11, 2018
  19. Nov 05, 2018
  20. Nov 04, 2018
  21. Nov 03, 2018
  22. Oct 24, 2018
  23. Sep 28, 2018
    • barrucadu's avatar
      Relax form-action content security policy · a32e0139
      barrucadu authored
      'self' only allows forms submitted to the same origin, which
      breaks the "remote follow" form.  To allow remote following,
      we want to allow forms to be submitted to any host.
      a32e0139
  24. Sep 03, 2018
  25. Aug 30, 2018
  26. Aug 29, 2018
  27. Aug 28, 2018
Loading