Skip to content
Snippets Groups Projects
  1. Nov 01, 2019
    • Richard van der Hoff's avatar
      Factor out an _AsyncEventContextImpl (#6298) · c6516adb
      Richard van der Hoff authored
      The intention here is to make it clearer which fields we can expect to be
      populated when: notably, that the _event_type etc aren't used for the
      synchronous impl of EventContext.
      Unverified
      c6516adb
    • Richard van der Hoff's avatar
      Support for routing outbound HTTP requests via a proxy (#6239) · 1cb84c64
      Richard van der Hoff authored
      The `http_proxy` and `HTTPS_PROXY` env vars can be set to a `host[:port]` value which should point to a proxy.
      
      The address of the proxy should be excluded from IP blacklists such as the `url_preview_ip_range_blacklist`.
      
      The proxy will then be used for
       * push
       * url previews
       * phone-home stats
       * recaptcha validation
       * CAS auth validation
      
      It will *not* be used for:
       * Application Services
       * Identity servers
       * Outbound federation
       * In worker configurations, connections from workers to masters
      
      Fixes #4198.
      Unverified
      1cb84c64
  2. Oct 31, 2019
  3. Oct 30, 2019
  4. Oct 29, 2019
  5. Oct 28, 2019
  6. Oct 25, 2019
  7. Oct 24, 2019
  8. Oct 23, 2019
  9. Oct 22, 2019
  10. Oct 21, 2019
  11. Oct 18, 2019
  12. Oct 11, 2019
  13. Oct 10, 2019
  14. Oct 09, 2019
  15. Oct 03, 2019
  16. Oct 02, 2019
  17. Sep 27, 2019
Loading