Skip to content
Snippets Groups Projects
  1. May 15, 2020
    • Jeff Peeler's avatar
      Add Caddy 2 example (#7463) · 572b444d
      Jeff Peeler authored
      The specific headers that are passed using this new configuration format
      are Host and X-Forwarded-For, which should be all that's required.
      
      Note that for production another matcher should be added in the first
      section to properly handle the base_url lookup:
      reverse_proxy /.well-known/matrix/* http://localhost:8008
      
      
      
      Signed-off-by: default avatarJeff Peeler <jpeeler@gmail.com>
      572b444d
  2. May 14, 2020
  3. May 12, 2020
  4. May 11, 2020
  5. May 08, 2020
  6. May 07, 2020
  7. May 05, 2020
  8. Apr 29, 2020
    • Erik Johnston's avatar
      Add instance name to RDATA/POSITION commands (#7364) · 37f6823f
      Erik Johnston authored
      This is primarily for allowing us to send those commands from workers, but for now simply allows us to ignore echoed RDATA/POSITION commands that we sent (we get echoes of sent commands when using redis). Currently we log a WARNING on the master process every time we receive an echoed RDATA.
      37f6823f
  9. Apr 28, 2020
  10. Apr 27, 2020
  11. Apr 24, 2020
  12. Apr 23, 2020
  13. Apr 22, 2020
  14. Apr 21, 2020
  15. Apr 20, 2020
  16. Apr 17, 2020
  17. Apr 15, 2020
  18. Apr 13, 2020
  19. Apr 09, 2020
  20. Apr 08, 2020
  21. Apr 07, 2020
  22. Apr 03, 2020
  23. Apr 01, 2020
  24. Mar 31, 2020
  25. Mar 30, 2020
  26. Mar 27, 2020
    • Richard van der Hoff's avatar
      Always whitelist the login fallback for SSO (#7153) · b7da598a
      Richard van der Hoff authored
      That fallback sets the redirect URL to itself (so it can process the login
      token then return gracefully to the client). This would make it pointless to
      ask the user for confirmation, since the URL the confirmation page would be
      showing wouldn't be the client's.
      b7da598a
Loading