Skip to content
Snippets Groups Projects
  1. Mar 06, 2020
  2. Feb 03, 2020
  3. Jan 22, 2020
  4. Jan 20, 2020
  5. Jan 16, 2020
  6. Jan 09, 2020
  7. Dec 16, 2019
  8. Nov 19, 2019
  9. Sep 26, 2019
  10. Aug 22, 2019
  11. Aug 19, 2019
  12. 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
  13. Jul 10, 2019
  14. Jun 12, 2019
  15. May 22, 2019
  16. Apr 11, 2019
  17. Mar 13, 2019
  18. 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
  19. 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>
      Unverified
      e6333c8f
  20. Nov 30, 2018
  21. Nov 29, 2018
  22. Nov 22, 2018
  23. Oct 30, 2018
  24. 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>
      Unverified
      d17856a1
  25. Sep 04, 2018
  26. Aug 23, 2018
  27. Aug 22, 2018
  28. Aug 20, 2018
  29. Aug 12, 2018
  30. Jul 13, 2018
  31. Jul 04, 2018
  32. Jun 29, 2018
  33. Jun 27, 2018
  34. Jun 06, 2018
  35. Apr 23, 2018
Loading