Skip to content
Snippets Groups Projects
  1. Dec 07, 2022
  2. Nov 28, 2022
  3. Nov 10, 2022
  4. Nov 09, 2022
    • Konrad Mohrfeldt's avatar
      feat: migrate to vue3/compat and Vite build system · 202388aa
      Konrad Mohrfeldt authored
      Notable changes:
       * Vue 2.6 to Vue 3 + compat migration.
       * Build system migration from vue-cli/webpack to Vite.
       * Application dependencies like bootstrap-vue, vue-router, vuex,
         or vue-toast-nofitication have been updated, if doing so was
         necessary or advisable for the Vue 3 migration.
       * Static file includes for the oidc-client in oidc_callback.html
         and oidc_callback_silentRenew.html have been removed in favor
         of automatic processing in the build system so that all assets
         are versioned and invalid cache hits are prevented.
      
      Fixes #53 and #110.
      202388aa
  5. Apr 22, 2022
  6. Jul 23, 2021
  7. Dec 15, 2020
  8. Nov 24, 2020
  9. Nov 17, 2020
  10. Oct 20, 2020
  11. Oct 19, 2020
  12. Sep 08, 2020
  13. Aug 26, 2020
  14. Aug 25, 2020
  15. Jul 20, 2020
  16. Jun 15, 2020
  17. Apr 20, 2020
  18. Oct 22, 2019
  19. Sep 27, 2019
  20. Sep 25, 2019
  21. Aug 11, 2019
  22. Aug 08, 2019
  23. May 08, 2019
  24. Feb 11, 2019
  25. Feb 06, 2019
  26. May 17, 2018
  27. Apr 06, 2018
    • jackie / Andrea Ida Malkah Klaura's avatar
      FIX: fetch steering user & only own shows · aa874045
      jackie / Andrea Ida Malkah Klaura authored
      Superusers should see all shows. Ordinary users only those shows that belong to them.
      Therefore we have to fetch the user data from the steering backend as well (OIDC info
      alone does suffice here).
      
      We need this info later too, when we implement user managament and profile settings.
      
      In the ShowManager we now generate the GET URI depending on the superuser status.
      aa874045
  28. Apr 05, 2018
  29. Mar 02, 2018
  30. Feb 15, 2018
Loading