Skip to content
Snippets Groups Projects
  1. Mar 06, 2020
  2. Feb 29, 2020
    • 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
  3. Feb 03, 2020
  4. Jan 22, 2020
  5. Jan 20, 2020
  6. Jan 16, 2020
  7. Jan 09, 2020
  8. Dec 16, 2019
  9. Nov 19, 2019
  10. Sep 26, 2019
  11. Aug 22, 2019
  12. Aug 19, 2019
  13. Jul 31, 2019
    • brad2014's avatar
      Move dav.invitation_link_recipients from getSystemValue to getAppValue · 8d8bcea1
      brad2014 authored
      
      Per @georgehrke change request for PR #12392, instead of setting
      dav.invitation_link_recipients in the system config.php file, we
      set it in the database table oc_appconfig.
      
      Furthermore, the value of the config variable is always a string:
      'yes' to include links in imip mail, 'no' to exclude them, or a
      comma-separated list of email addresses and/or domains for which
      they should be included.  If not specified in oc_appconfig, the
      default is 'yes'.
      
      Signed-off-by: default avatarbrad2014 <brad2014@users.noreply.github.com>
      8d8bcea1
  14. Jul 10, 2019
  15. Jun 12, 2019
  16. May 22, 2019
  17. Apr 11, 2019
  18. Mar 13, 2019
  19. Feb 28, 2019
    • Brad Rubenstein's avatar
      corrected sample config · 15400dd1
      Brad Rubenstein authored
      
      Signed-off-by: default avatarBrad Rubenstein <brad@wbr.tech>
      15400dd1
    • Brad Rubenstein's avatar
      Customize presentation of accept/decline buttons in iMip mail · 31a25dc6
      Brad Rubenstein authored
      
      Fix Issue #11230
      Only present accept/decline button links in iMip mail for REQUEST, not CANCEL or others.
      
      Fix Issue #12156
      Implement config setting "dav.invitation_link_recipients", to control
      which invitation recipients see accept/decline button links.  The
      default, for public internet facing servers, is to always include
      them.  For a server on a private intranet, this setting can be set
      to the email addresses or email domains of users whose browsers can
      access the nextcloud server referenced by those accept/decline
      button links. It can also be set to "false" to exclude the links
      from all requests.
      
      Signed-off-by: default avatarBrad Rubenstein <brad@wbr.tech>
      31a25dc6
  20. Jan 23, 2019
    • Roeland Jago Douma's avatar
      Honor remember_login_cookie_lifetime · e6333c8f
      Roeland Jago Douma authored
      
      If the remember_login_cookie_lifetime is set to 0 this means we do not
      want to use remember me at all. In that case we should also not creatae
      a remember me cookie and should create a proper temp token.
      
      Further this specifies that is not 0 the remember me time should always
      be larger than the session timeout. Because else the behavior is not
      really defined.
      
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      e6333c8f
  21. Nov 30, 2018
  22. Nov 29, 2018
  23. Nov 22, 2018
  24. Oct 30, 2018
  25. Oct 02, 2018
    • Roland Tapken's avatar
      Make logfile's mode configurable. · d17856a1
      Roland Tapken authored
      
      The file logger currently resets the mode of the logfile to 0640.
      
      When the webserver is running as a different user than the cron job
      (but both are in the same group) the files mode has to be 0660. The
      current implementation breaks logging for the user that is not the
      owner of the logfile.
      
      This patch introduces a new config option 'logfilemode' that expects
      an octal value (defaults to 0640). Unless the value is lower or equal
      than 0 the logfiles mode will be resetted to this value.
      
      Signed-off-by: default avatarRoland Tapken <roland@bitarbeiter.net>
      d17856a1
  26. Sep 04, 2018
  27. Aug 23, 2018
  28. Aug 22, 2018
  29. Aug 20, 2018
  30. Aug 12, 2018
  31. Jul 13, 2018
  32. Jul 04, 2018
  33. Jun 29, 2018
  34. Jun 27, 2018
  35. Jun 06, 2018
Loading