Skip to content
Snippets Groups Projects
  1. Mar 28, 2024
  2. Feb 13, 2024
  3. Feb 10, 2024
  4. Feb 07, 2024
  5. Jan 23, 2024
  6. Nov 06, 2023
  7. Oct 21, 2023
  8. Oct 13, 2023
  9. Jun 08, 2023
  10. Apr 05, 2023
  11. Mar 24, 2023
  12. Feb 28, 2023
    • Konrad Mohrfeldt's avatar
      refactor: re-implement auth store with pinia · 439b36dc
      Konrad Mohrfeldt authored
      This re-implements the auth store with pinia.
      
      Other notable changes:
      * the OIDC client configuration and setup is now part of
        separate module that can be included by the OIDC callback routes
        and ensures that we always use the same OIDC client configuration.
      * Authorization headers for the steering and tank REST APIs are now
        set with an axios interceptor instead of specifying them for each
        API store action.
      
      refs #127
      439b36dc
    • Konrad Mohrfeldt's avatar
      refactor(ShowSelector): use central state instead notifying child components · 088be4ba
      Konrad Mohrfeldt authored
      The show selection mechanism relied on the parent component to notify
      other components, even though the selected show is already part of the
      store and all component state can and should be derived from there.
      088be4ba
  13. Dec 07, 2022
  14. Nov 28, 2022
  15. Nov 10, 2022
  16. Apr 23, 2022
  17. Apr 22, 2022
  18. Dec 14, 2020
  19. Nov 24, 2020
  20. Oct 12, 2020
  21. Jun 11, 2020
  22. May 07, 2020
  23. May 06, 2020
  24. May 04, 2020
  25. Apr 30, 2020
  26. Sep 27, 2019
  27. Aug 06, 2019
  28. Aug 05, 2019
Loading