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