Skip to content
Snippets Groups Projects
  1. Feb 22, 2020
  2. Feb 16, 2020
  3. Feb 15, 2020
  4. Feb 14, 2020
  5. Feb 12, 2020
  6. Feb 02, 2020
  7. 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>
      54a6d7d1
  8. Dec 24, 2019
  9. Nov 18, 2019
  10. Oct 01, 2019
  11. 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
  12. Sep 16, 2019
  13. Sep 06, 2019
  14. Aug 21, 2019
  15. Jun 06, 2019
  16. Feb 03, 2019
  17. Dec 10, 2018
  18. Dec 03, 2018
  19. Nov 20, 2018
  20. Oct 17, 2018
  21. 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
  22. Aug 22, 2018
  23. Aug 13, 2018
  24. Jun 01, 2018
  25. May 31, 2018
  26. Nov 22, 2017
  27. Oct 25, 2017
  28. Oct 19, 2017
Loading