Skip to content
Snippets Groups Projects
  1. Aug 08, 2020
  2. Jun 13, 2020
  3. May 19, 2020
  4. Apr 16, 2020
  5. Feb 22, 2020
  6. Feb 16, 2020
  7. Feb 15, 2020
  8. Feb 14, 2020
  9. Feb 12, 2020
  10. Feb 02, 2020
  11. Dec 31, 2019
    • Tim van Dijen's avatar
      Refactor routing (#1178) · 54a6d7d1
      Tim van Dijen authored
      
      * Added Kernel class to handle request
      
      * Kernel handle request
      
      Kernel is loaded in SimpleSAML\Module class
      Removed Router and ControllerResolver classes
      
      * Added route command (squash)
      
      * Use symfony application and cache
      
      * Updated to today's standards
      
      * Fix for Symfony4 & Catch environment from ENV variable
      
      * Standardize location of routes/services files
      
      * Trying to make slashes work properly in all situations
      
      * Convert XML to YML
      
      * Fix some template-names and endpoints
      
      * Rename Controller-classes
      
      * Update dependencies
      
      * Fix routing files
      
      * TooManyArguments
      
      * Fix TypeCoercion
      
      * PSR-12
      
      * Fix rebase mistake
      
      * Rebase lock-file
      
      * Fix Psalm
      
      * Add strict_types declaration
      
      Co-authored-by: default avatarSergio Gómez <decano@gmail.com>
  12. Dec 24, 2019
  13. Nov 18, 2019
  14. Oct 01, 2019
  15. Sep 24, 2019
    • Jørn Åne's avatar
      Clean up getConfigItem (#1196) · 0e602c19
      Jørn Åne authored
      * Ensure getConfig* functions can only return Configuration
      
      * Cleanup after #1189
      
      * Deprecate Configuration::getConfigList
      0e602c19
  16. Sep 16, 2019
  17. Sep 06, 2019
  18. Aug 21, 2019
  19. Jun 06, 2019
  20. Feb 03, 2019
  21. Dec 10, 2018
  22. Dec 03, 2018
  23. Nov 20, 2018
  24. Oct 17, 2018
  25. 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.
  26. Aug 22, 2018
  27. Aug 13, 2018
  28. Jun 01, 2018
  29. May 31, 2018
Loading