Skip to content
Snippets Groups Projects
  1. Aug 21, 2023
  2. Aug 17, 2023
  3. Aug 11, 2023
    • Tim van Dijen's avatar
      Remove unnecessary use-statement · bd129fef
      Tim van Dijen authored
      Only makes sense in a namespaced context, and hooks are not namespaced
      bd129fef
    • Thijs Kinkhorst's avatar
      Integrate sanitycheck hook into admin module · be33bdb2
      Thijs Kinkhorst authored
      The sanitycheck module overlaps the config check functionality in the
      admin module. Make it one place where the results of all sanity checks
      are shown. This is done in admin so the user does not need to install
      a separate module for this - that will no doubt lead to most checks
      never being ran.
      
      The change kept the existing sanitycheck hook format, so all modules
      implementing this hook will work out of the box without changes
      required.
      
      The 'core' module hooks have been removed since the checks duplicate
      already present checks in the config page.
      
      As an example, the saml-specific checks have been moved from the admin
      to saml module.
      
      More changes are possible, e.g. the check for LDAP could be moved
      to the ldap module so it's only shown if you actually use LDAP. Etc.
      be33bdb2
    • Tim van Dijen's avatar
      Add support for Metadata Deployment Profile for errorURL (#1841) · 1225ea11
      Tim van Dijen authored
      Add support for Metadata Deployment Profile for errorURL
    • Tim van Dijen's avatar
      Fix logics · f4636c6b
      Tim van Dijen authored
      f4636c6b
    • Tim van Dijen's avatar
      Remove unused RunnableResponse · 577f7f73
      Tim van Dijen authored
      577f7f73
  4. Aug 10, 2023
  5. Aug 09, 2023
  6. Aug 05, 2023
  7. Aug 02, 2023
  8. Jul 31, 2023
Loading