Skip to content
Snippets Groups Projects
  1. Feb 13, 2024
  2. Feb 10, 2024
  3. Feb 07, 2024
  4. Jan 23, 2024
  5. Nov 06, 2023
  6. Oct 21, 2023
  7. Oct 13, 2023
  8. Jun 08, 2023
  9. Apr 05, 2023
  10. Mar 24, 2023
  11. 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
  12. Dec 07, 2022
  13. Nov 28, 2022
  14. Nov 10, 2022
  15. Apr 23, 2022
  16. Apr 22, 2022
  17. Dec 14, 2020
  18. Nov 24, 2020
  19. Oct 12, 2020
  20. Jun 11, 2020
  21. May 07, 2020
  22. May 06, 2020
  23. May 04, 2020
  24. Apr 30, 2020
  25. Sep 27, 2019
  26. Aug 06, 2019
  27. Aug 05, 2019
Loading