Skip to content
Snippets Groups Projects
  1. Sep 21, 2022
  2. Aug 31, 2022
  3. Aug 23, 2022
  4. Aug 22, 2022
  5. Jul 14, 2022
  6. Jul 09, 2022
  7. Jun 13, 2022
  8. Jun 11, 2022
  9. Mar 16, 2022
  10. Feb 21, 2022
  11. 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
  12. 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
  13. Jan 06, 2022
  14. Dec 08, 2021
  15. Dec 02, 2021
  16. Nov 24, 2021
  17. Sep 08, 2021
  18. Sep 05, 2021
  19. Sep 04, 2021
  20. Aug 31, 2021
  21. Aug 30, 2021
  22. Mar 15, 2021
  23. Mar 14, 2021
    • Tim van Dijen's avatar
      Migrate utility-classes to non-static (part 2) (#1441) · 0b861789
      Tim van Dijen authored
      * Migrate email utils to non-static
      
      * Migrate http utils to non-static
      
      * Migrate net utils to non-static
      
      * Migrate random utils to non-static
      
      * Migrate system utils to non-static
      
      * Migrate time utils to non-static
      
      * Migrate xml utils to non-static
      
      * Upgrade notes
      
      * Update test-framework
      
      * Fix tests
  24. Mar 12, 2021
  25. Dec 15, 2020
  26. Aug 21, 2020
  27. Feb 16, 2020
Loading