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