Skip to content
Snippets Groups Projects
  1. Aug 01, 2023
  2. Dec 29, 2022
  3. Apr 05, 2022
  4. Jan 18, 2022
  5. Jan 05, 2022
  6. Dec 10, 2021
  7. Dec 09, 2021
  8. Dec 08, 2021
    • David Taylor's avatar
      DEV: Fallback to locale strings for name/title (#45) · f0a76061
      David Taylor authored
      This means that the name/title can be set per-site and per-locale. This change is backwards-compatible - any existing sites which have configured the GlobalSettings will use those cluster-wide.
      f0a76061
    • David Taylor's avatar
      DEV: Move `saml_request_method` handling into the OmniAuth strategy (#44) · 95ccea3f
      David Taylor authored
      Putting this logic into the omniauth strategy is much cleaner because:
      - we no longer need a Rails controller and the associated `custom_url` parameter
      - we can re-use the `authn_request` instance which is automatically generated by the omniauth strategy, rather than re-implementing that logic
      - the behavior is decided at runtime, rather than during initialization. This makes it testable, and is another step on the way to making the plugin multisite-compatible
      
      This commit also introduces a spec for the feature.
      95ccea3f
  9. Dec 06, 2021
  10. Sep 27, 2021
  11. Sep 22, 2021
  12. Mar 25, 2021
  13. Apr 23, 2020
  14. Apr 17, 2020
  15. Feb 04, 2020
  16. Nov 25, 2019
  17. Mar 20, 2019
  18. Dec 17, 2018
  19. Dec 06, 2018
  20. Oct 30, 2018
  21. Oct 23, 2018
  22. Oct 12, 2018
  23. Sep 19, 2018
  24. Sep 07, 2018
  25. Jul 12, 2018
  26. Jun 06, 2018
  27. Apr 05, 2018
  28. Mar 02, 2018
  29. Mar 01, 2018
  30. Feb 27, 2018
  31. Nov 07, 2017
  32. Oct 30, 2017
  33. Oct 26, 2017
Loading