- 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
-
- Feb 24, 2021
-
-
Neuber, Eugen Ramon authored
-
- Feb 22, 2021
-
-
Bekerle, Patrizio authored
-
- Feb 15, 2021
-
-
Neuber, Eugen Ramon authored
See issue #46
-
- Feb 10, 2021
-
-
Bekerle, Patrizio authored
-
- Feb 09, 2021
-
-
Bekerle, Patrizio authored
-
- Feb 04, 2021
-
-
Bekerle, Patrizio authored
-
- Feb 03, 2021
-
-
Bekerle, Patrizio authored
-
Neuber, Eugen Ramon authored
-
Bekerle, Patrizio authored
-
- Feb 02, 2021
-
-
Bekerle, Patrizio authored
-
- Feb 01, 2021
-
-
Bekerle, Patrizio authored
-
Bekerle, Patrizio authored
-
- Jan 28, 2021
-
-
Reiter, Christoph authored
It was only used in the demo.
-
- Jan 27, 2021
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Replace with the event bus for now
-
- Jan 26, 2021
-
-
Bekerle, Patrizio authored
-
- Jan 25, 2021
-
-
Bekerle, Patrizio authored
-
- Jan 14, 2021
-
-
Bekerle, Patrizio authored
-
- Jan 12, 2021
-
-
Bekerle, Patrizio authored
-
- Dec 10, 2020
-
-
Reiter, Christoph authored
In case the login process takes some time we would show a "login" button which makes the user try to click it. There is a good chance that aroudn that time we get logged in, so the click will log the user out. Avoid that by not showing anything during logging in.
-
- Nov 17, 2020
-
-
Reiter, Christoph authored
They were hardcoded in more places
-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
-
- Nov 11, 2020
-
-
Reiter, Christoph authored
not supported in firefox 68
-
- Nov 10, 2020
-
-
Reiter, Christoph authored
The keycloak library currently only sends us an event in case the token is about to expire, which is problematic because there is a time window where we don't have a new token yet and on mobile the timers used might be suspended and come too late. To avoid this we check every 10 seconds that the token is valid for 30 and to work around suspended timers we also check on "visibilitychange" which should trigger then the website gets visible again after the browser sleeps.
-
- Nov 09, 2020
-
-
Reiter, Christoph authored
idpHint is only a login option, not an init one
-
Reiter, Christoph authored
While this shouldn't make a difference because the callback should only be called when the token is about to be expiring there is no reason to keep the old token around. Just force a refresh always
-