Skip to content
Snippets Groups Projects
  1. 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>
  2. Dec 24, 2019
  3. Oct 26, 2019
  4. Oct 01, 2019
  5. Sep 06, 2019
  6. Aug 10, 2019
  7. Jul 31, 2019
  8. Jul 29, 2019
  9. Jul 23, 2019
  10. Jun 06, 2019
  11. Apr 24, 2019
  12. Mar 08, 2019
  13. Dec 11, 2018
    • Jaime Pérez Crespo's avatar
      Add a first draft of the federation page. · 68a532bf
      Jaime Pérez Crespo authored
      This includes the generation of metadata for all hosted entities, even if there's more than one entity defined for a certain type (e.g. multiple SPs or multiple IdPs).
      
      Still missing:
      
      * Metadata converter moved to the admin module.
      * Metadata lookup.
      * Showing metadata for trusted entities.
      * Downloading certificates.
      * Move the "clear my discovery choices" link to the new user interface.
Loading