- Nov 02, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Nov 01, 2023
-
-
Konrad Mohrfeldt authored
fixes #209
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
refs #181
-
Konrad Mohrfeldt authored
This refactor includes a bulk of the changes discussed in #181. It removes the existing navbar and replaces it with a sidebar instead. This leaves us more room for context-aware navigation options and other information that is relevant to users. Additionally, the show management page is now split up into two, the show episodes management, listing the coming shows/timeslots and the show’s schedules, and the show basic data page, that contains all mostly static data for a show and which is usually maintained by administrators. refs #181
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Apr 13, 2023
-
-
Konrad Mohrfeldt authored
-
- Feb 28, 2023
-
-
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
-
Konrad Mohrfeldt authored
-
- Dec 07, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 28, 2022
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Accessing the $parent should only be used in rare cases. Login session handling is already implemented as part of the store, so there is no need to use the App component as handler.
-
- Nov 10, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 09, 2022
-
-
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.
-
- Apr 22, 2022
-
-
Konrad Mohrfeldt authored
-
- Jul 23, 2021
-
-
Richard Blechinger authored
-
- Dec 15, 2020
-
-
Richard Blechinger authored
-
Richard Blechinger authored
-
- Nov 24, 2020
-
-
Richard Blechinger authored
-
Richard Blechinger authored
-
Richard Blechinger authored
-
- Nov 17, 2020
-
-
Richard Blechinger authored
-
Richard Blechinger authored
-
Richard Blechinger authored
-
- Oct 20, 2020
-
-
Richard Blechinger authored
-
- Oct 19, 2020
-
-
Richard Blechinger authored
-
- Sep 08, 2020
-
-
Richard Blechinger authored
-
- Aug 26, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Aug 25, 2020
-
-
Richard Blechinger authored
-
- Jul 20, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Jun 15, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Apr 20, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Oct 22, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Sep 27, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
when the app is mounted we cannot log to the vue logger yet this throws an error before the signOut method is called now fixed by using console.log only in debug environments
-
- Sep 25, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Aug 11, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
vue always throws a render error, even if we include a test for user.steeringUser before comparing user.steeringUser.is_superuser. so we moved it to the js logic and use a separat modules array for superusers
-
jackie / Andrea Ida Malkah Klaura authored
* deactivate superuser entries for standard users * consistent naming
-
- Aug 08, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-