- Oct 22, 2020
-
-
Reiter, Christoph authored
With both being async it's hard to follow what would happen if both run at the same time, so just prevent it and serialize start/stopping instead.
-
- Oct 20, 2020
-
-
Reiter, Christoph authored
-
- Oct 15, 2020
-
-
Reiter, Christoph authored
This makes sure the library version works with the server version. Ideally we'd also want to check the version so we can error out if a too old keycloak server is on the other side, but I don't see any public API changes that would allow us to know if the library is too old. Fixes #32
-
Reiter, Christoph authored
See #32
-
- Oct 13, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
I couldn't find any breaking changes affecting us
-
Reiter, Christoph authored
-
Reiter, Christoph authored
It's a webpack plugin, so unlikely that it is used.
-
- Sep 30, 2020
-
-
Steinwender, Tamara authored
-
- Sep 23, 2020
-
-
Activate Matomo logging only after user logged in successfully. Deactivate if user logs out.
-
- Jul 16, 2020
-
-
Reiter, Christoph authored
-
- Jul 14, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Using lerna with npm breaks various npm commands such as "outodated" etc. Switch yarn with namespaces. lerna is only used to run commands on all packages and maybe publish them etc. yarn 2.x has extra workspace features like running commands for all packages, so with 2.0 we might also get rid of lerna.
-