Skip to content
Snippets Groups Projects
  1. Mar 20, 2020
  2. Mar 18, 2020
  3. Mar 15, 2020
  4. Mar 10, 2020
  5. Mar 02, 2020
  6. Feb 29, 2020
    • Daniel Kesselberg's avatar
      Always use status 200 for avatar response · 68148f40
      Daniel Kesselberg authored
      
      As discussed in #18603 caching a 201 response is hard. It's now possible to distinguish between generated and uploaded avatars by reading the X-NC-IsCustomAvatar (0 = generated, 1 = uploaded) header.
      
      Signed-off-by: default avatarDaniel Kesselberg <mail@danielkesselberg.de>
      68148f40
    • Mohammed Abdellatif's avatar
      Add support for GuzzleHTTP 'no' proxy · 98d64152
      Mohammed Abdellatif authored
      The custom config allows to setup a proxy URI that is passed to
      GuzzleHTTP client as request options. Guzzle has the option to receive
      an array of proxies for each URI scheme as well as 'no' key value pair
      to provide a list of host names that should not be proxied to.
      
      Guzzle would automatically populate these options with HTTPS_PROXY
      and NO_PROXY environment variables. However, when providing a 'proxy'
      request option, default values will be overriden and it is required to
      explicitly provide the 'no' value if needed.
      
      More info:
      http://docs.guzzlephp.org/en/stable/request-options.html#proxy
      
      
      
      This commit will add support for a new config 'proxyexclude', which
      takes a list of host names to be excluded.
      
      It will also provide 'proxy' request option as an array instead of a
      string to Guzzle, and populate 'http' and 'https' URI schemes with
      proxy URI, and 'no' with 'proxyexclude' list.
      
      Also, if no 'proxy' is configured, it will leave out 'proxy' request
      option, so it won't override Guzzle default values.
      
      Sample config file includes a hint on how to explicitly sync
      'proxyexclude' with NO_PROXY, and a note about default values.
      
      Signed-off-by: default avatarMohammed Abdellatif <m.latief@gmail.com>
      98d64152
  7. Feb 28, 2020
  8. Feb 20, 2020
  9. Feb 13, 2020
  10. Feb 12, 2020
  11. Feb 11, 2020
  12. Feb 07, 2020
  13. Feb 03, 2020
  14. Jan 31, 2020
  15. Jan 30, 2020
  16. Jan 28, 2020
  17. Jan 27, 2020
  18. Jan 26, 2020
  19. Jan 23, 2020
  20. Jan 21, 2020
  21. Jan 16, 2020
  22. Jan 14, 2020
  23. Jan 13, 2020
  24. Jan 09, 2020
  25. Jan 08, 2020
  26. Jan 06, 2020
  27. Jan 03, 2020
  28. Dec 27, 2019
  29. Dec 22, 2019
Loading