Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
  2. Mar 15, 2022
  3. Mar 14, 2022
  4. Feb 22, 2022
  5. Feb 21, 2022
  6. Feb 06, 2022
    • Thijs Kinkhorst's avatar
      Change logging date formatting string from strftime() to date(). · dfbb7e65
      Thijs Kinkhorst authored
      strftime is deprecated and will be removed in PHP 9. SSP 2.0 is our
      chance to change this format as it's exposed to installers of SSP.
      
      The approch is to keep it simple and just change the format to PHP's
      built in date() function which remains supported. Also we do not try
      to localize the logging date/timestamps anymore. This matches the syslog
      approach that this format tried to mimic. We are using the day without
      leading zeroes now also to be a bit closer to how syslog does it.
      dfbb7e65
  7. Jan 30, 2022
    • Thijs Kinkhorst's avatar
      Replace SSP's front page with a minimal welcome message. · 380a8ae1
      Thijs Kinkhorst authored
      We remove the functionality to see all auth sources and to test them
      publically. Testing the auth sources can be done inside the admin
      module.
      
      Added is a configuration option that allows the administrator to specfy
      another place to redirect to for people who land on the front page.
      380a8ae1
  8. Jan 27, 2022
  9. Jan 25, 2022
  10. Jan 18, 2022
  11. Jan 15, 2022
  12. Jan 14, 2022
  13. Jan 06, 2022
  14. Jan 05, 2022
  15. Dec 08, 2021
  16. Dec 02, 2021
  17. Nov 24, 2021
  18. Sep 15, 2021
  19. Sep 08, 2021
  20. Sep 06, 2021
  21. Sep 05, 2021
  22. Sep 04, 2021
  23. Aug 31, 2021
  24. Aug 30, 2021
  25. Aug 27, 2021
Loading