Skip to content
Snippets Groups Projects
  1. Dec 09, 2021
  2. 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.
    • 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.
  3. Dec 06, 2021
  4. Sep 27, 2021
  5. Sep 22, 2021
  6. Mar 25, 2021
  7. Apr 23, 2020
  8. Apr 17, 2020
  9. Feb 04, 2020
  10. Nov 25, 2019
  11. Mar 20, 2019
  12. Dec 17, 2018
  13. Dec 06, 2018
  14. Oct 30, 2018
  15. Oct 23, 2018
  16. Oct 12, 2018
  17. Sep 19, 2018
  18. Sep 07, 2018
  19. Jul 12, 2018
  20. Jun 06, 2018
  21. Apr 05, 2018
  22. Mar 02, 2018
  23. Mar 01, 2018
  24. Feb 27, 2018
  25. Nov 07, 2017
  26. Oct 30, 2017
  27. Oct 26, 2017
  28. Oct 11, 2017
  29. Sep 04, 2017
  30. Apr 11, 2017
  31. Apr 10, 2017
  32. Apr 07, 2017
Loading