- Aug 11, 2022
-
-
Reiter, Christoph authored
-
- Jun 23, 2022
-
-
Reiter, Christoph authored
-
- Apr 25, 2022
-
-
Reiter, Christoph authored
Up until now it would throw and never set a login status. This would lead to the login process never completing, and in our case the app-shell would never show the app and only show a white page. Instead set the status to logged out and show a notification.
-
- Feb 09, 2022
-
-
Steinwender, Tamara authored
-
- Feb 02, 2022
-
-
Reiter, Christoph authored
-
- Jan 26, 2022
-
-
Steinwender, Tamara authored
-
- Dec 16, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
This reverts commit 6c632dc6
-
- Dec 14, 2021
-
-
Steinwender, Tamara authored
-
- Dec 09, 2021
-
-
Steinwender, Tamara authored
-
- Dec 07, 2021
-
-
Steinwender, Tamara authored
-
- Nov 24, 2021
-
-
Reiter, Christoph authored
This reverts commit 6324718b.
-
- Nov 23, 2021
-
-
Reiter, Christoph authored
This reverts commit 3716524b.
-
Reiter, Christoph authored
Just change all imports and dependencies.
-
- Nov 16, 2021
-
-
Reiter, Christoph authored
Instead of throwing an error. So the login process completes, but the user will not have any roles in that case. This helps in case the API isn't set up but the user wants to try the frontend app.
-
- Nov 08, 2021
-
-
Steinwender, Tamara authored
-
- Oct 19, 2021
-
-
Reiter, Christoph authored
We still want to finish the auth process in that case, so the app can display some error message.
-
- Oct 07, 2021
-
-
Reiter, Christoph authored
In case of the server template there are no enpoints registered by default, but we still sue the keycloak login in the API docs. To avoid errors there gracefully handle that case.
-
Reiter, Christoph authored
This way we can depend on the roles being available when the login is done.
-
Reiter, Christoph authored
auth.person-id is now deprecated, auth.user-id should be used instead auth.person is now deprecated and only contains a list of roles. There is good replacement for this at this point.
-
Reiter, Christoph authored
_setLoginStatus takes care of that anyway.
-
Reiter, Christoph authored
We now enable it by default for everyone. The plan is to load the API user instead and not the person as a next step. This api should work even for users that don't have a person associated.
-
- Oct 05, 2021
-
-
Reiter, Christoph authored
This removes the 'show-image' (false by default) and removes the functionality to show a user profile image in the logout dropdown. We've never used this actively and want to clean things up, so remove it.
-
- Aug 16, 2021
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
- Jul 13, 2021
-
-
Bekerle, Patrizio authored
-
- Jul 07, 2021
-
-
Bekerle, Patrizio authored
-
- Jul 01, 2021
-
-
Reiter, Christoph authored
We match based on the tag name now and not on the namespace, so revert this again so it's consistent with the other packages
-
Reiter, Christoph authored
So we only need to define it in one place.
-
- Jun 10, 2021
-
-
Reiter, Christoph authored
Just to test if/how this works. It now uses "dbp-auth" instead of "translation", which was the i18next default.
-
Reiter, Christoph authored
-
- May 12, 2021
-
-
Reiter, Christoph authored
It always seems like the button is missing when loading the page and expecting the button there based on experience.
-
Reiter, Christoph authored
-
- Apr 13, 2021
-
-
Bekerle, Patrizio authored
-
- Mar 29, 2021
-
-
Bekerle, Patrizio authored
-
- Mar 23, 2021
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Use "await JSONLD.getInstance()" instead
-
Reiter, Christoph authored
No longer needed
-
Reiter, Christoph authored
We can access that API without a token.
-
Reiter, Christoph authored
-