Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
  2. 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
  3. 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
      0b861789
  4. Apr 29, 2020
  5. Oct 08, 2018
    • Jaime Pérez Crespo's avatar
      Initial version of routing, requests and responses. · 2ae9f3b1
      Jaime Pérez Crespo authored
      This introduces the following:
      
      - The use of Request objects to handle request data to controllers.
      - The use of Response objects to model responses that should be sent to the browser.
      - The use of "controllers" that are responsible for translating a request into a response.
      - The possibility to define your own URLs on each module by specifying them, together with their controllers, in a "routes.yaml" file in the root of a module.
      - The new UI is completely separated from the old, so "usenewui" must be set to "true" in the configuration.
      - Twigified templates are not used unless we're using the new UI, or the twig template is part of a theme.
      2ae9f3b1
  6. Jun 05, 2018
  7. Feb 14, 2018
  8. Nov 07, 2017
    • Olimpia Magliulo's avatar
      Add index.php · 61f4f1dc
      Olimpia Magliulo authored
      Based on appearence configuration the user is redirected to login.php when usenewui is set to true,
      or to frontpage_welcome.php for the default design.
      61f4f1dc
  9. Mar 09, 2016
  10. Apr 22, 2015
  11. Jan 17, 2014
  12. Aug 27, 2009
  13. Aug 17, 2009
  14. Aug 14, 2009
  15. Apr 21, 2009
  16. Feb 25, 2009
  17. Jan 27, 2009
  18. Jan 19, 2009
  19. Nov 19, 2008
  20. Nov 04, 2008
  21. Nov 01, 2008
  22. Sep 26, 2008
  23. Aug 20, 2008
  24. Jul 02, 2008
  25. Jun 20, 2008
  26. Jun 13, 2008
    • Olav Morken's avatar
      IdP discovery: Add support for saving the users choice of IdP. · 386c5736
      Olav Morken authored
      A config option is added which enables this: 'idpdisco.enableremember'
      A checkbox allowing the user to save his choice of IdP appears on the IdP
      selection page if this option is enabled.
      
      This patch breaks backwards-compatibility for the selectidp-links page. Also,
      the selectidp-dropdown page must be modified to show the checkboxk.
      
      An additional page (https://.../simplesaml/cleardiscochoices.php) has been
      added to make it possible to delete the current IdP choices.
      
      There are also some dictionary updates which are not part of this patch:
      frontpage.php:
      +	'link_cleardiscochoices' => array (
      +		'en' => 'Delete my choices of IdP in the IdP discovery services',
      +		'no' => 'Slett mitt valg av IdP i IdP discovery tjenestene',
      +	),
      disco.php:
      +	'remember' => array (
      +		'en' => 'Remember my choice',
      +		'no' => 'Husk mitt valg',
      +	),
      
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@652 44740490-163a-0410-bde0-09ae8108e29a
      386c5736
  27. Jun 12, 2008
  28. Jun 10, 2008
  29. Jun 06, 2008
  30. May 15, 2008
  31. Apr 28, 2008
  32. Mar 26, 2008
  33. Mar 13, 2008
  34. Mar 11, 2008
  35. Mar 06, 2008
Loading