- 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
-
- May 08, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
New linter rules: * curly * block-spacing * keyword-spacing Also apply all autofixes introduced by these rules
-
jackie / Andrea Ida Malkah Klaura authored
Our linting config in package.json was: ``` "extends": [ "plugin:vue/essential", "eslint:recommended" ], ``` Now switching to "plugin:vue/recommended" and apply all auto-fixes
-
- Feb 11, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
New following a different approach to static assets. See https://www.jerriepelser.com/blog/using-auth0-with-vue-oidc-client-js/ for how to use OIDC client with the npm sources and per-compile updating the static asset. Also environment variables now work a bit differently. Updated README.md accordingly
-
- Feb 06, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 17, 2018
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Apr 06, 2018
-
-
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.
-
- Apr 05, 2018
-
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
- Mar 02, 2018
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Feb 15, 2018
-
-
jackie / Andrea Ida Malkah Klaura authored
-