- Mar 24, 2022
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Mar 17, 2022
-
-
Tim van Dijen authored
From the docs: Include es5-shim especially if your browser doesn't support ECMAScript 5 - but every JS engine requires the es5-shim to correct broken implementations, so it's strongly recommended to always include it. Additionally, es5-shim should be loaded before es6-shim.
-
- Jan 21, 2022
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
- Aug 26, 2020
-
-
Thijs Kinkhorst authored
-
- Oct 04, 2019
-
-
Tim van Dijen authored
-
- Jul 16, 2019
-
-
Jaime Pérez Crespo authored
-
- Dec 11, 2018
-
-
Jaime Pérez Crespo authored
This includes the generation of metadata for all hosted entities, even if there's more than one entity defined for a certain type (e.g. multiple SPs or multiple IdPs). Still missing: * Metadata converter moved to the admin module. * Metadata lookup. * Showing metadata for trusted entities. * Downloading certificates. * Move the "clear my discovery choices" link to the new user interface.
-
- Nov 30, 2018
-
-
Jaime Pérez Crespo authored
It was broken in previous commits. It should always stick to the bottom of the page, unless the page is long enough to not fit in the screen, so then it should just be thrown after the end of the content.
-
- Nov 29, 2018
-
-
Jaime Pérez Crespo authored
-
- Nov 28, 2018
-
-
Jaime Pérez Crespo authored
This builds and minifies CSS and a common JS bundle, as well as copy the relevant fonts. In order to build, we now need to run "npm run build" after installing the dependencies with "npm install".
-