- Jan 16, 2021
-
-
Tim van Dijen authored
-
- Sep 10, 2020
-
-
Tim van Dijen authored
-
- Sep 09, 2020
-
-
Thijs Kinkhorst authored
They are outside of the module so can be called when the module is disabled, which gives an error somewhere deep in the call stack. Check for all endpoints whether saml2-idp is enabled in config and whether the module is enabled before doing anything else.
-
- Aug 25, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 22, 2020
-
-
Tim van Dijen authored
-
- Aug 10, 2020
-
-
Tim van Dijen authored
Improve error handling
-
- Aug 05, 2020
-
-
Tim van Dijen authored
-
- Jul 27, 2020
-
-
Tim van Dijen authored
-
- Jun 19, 2020
-
-
Tim van Dijen authored
Fix ArtifactResolution due to misuse of Issuer
-
- Jun 13, 2020
-
-
Tim van Dijen authored
Convert to our wrapper class for assertions
-
- May 03, 2020
-
-
Tim van Dijen authored
-
- Apr 30, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Apr 29, 2020
-
-
Tim van Dijen authored
-
- Apr 06, 2020
-
-
Jaime Perez authored
-
Jaime Perez authored
-
- Feb 25, 2020
-
-
Pavel Břoušek authored
-
Jaime Pérez Crespo authored
-
- Feb 24, 2020
-
-
Thijs Kinkhorst authored
post.* has been added directly under assets for now, tried it via webpack but this added a several times overhead to these very small files, so this seemed the cleanest solution for now. But might be improved upon.
-
- Feb 15, 2020
-
-
Tim van Dijen authored
* Remove deprecated classes * Remove support for certificate fingerprints * Remove many deprecated methods and pieces of code * Remove SAML1.1/Shib1.3 support * Remove many superfluous annotations * Update unit test to work with new PHPunit Closes #1268 Closes #1020 Closes #431 Closes #167 Closes #151
-
Tim van Dijen authored
-
- Feb 14, 2020
-
-
Tim van Dijen authored
* Migrate assertions to Webmozart
-
- Jan 29, 2020
-
-
Thijs Kinkhorst authored
-
- Oct 26, 2019
-
-
Tim van Dijen authored
-
- Oct 07, 2019
-
-
Tim van Dijen authored
-
- Oct 04, 2019
-
-
Tim van Dijen authored
-
- Aug 29, 2019
-
-
Tim van Dijen authored
-
- Aug 26, 2019
-
-
Jaime Pérez Crespo authored
Old PHP templates are going to disappear anyway, so let's not break anything for a change that will be removed in the near future. We keep the .tpl.php extension though.
-
- Mar 08, 2019
-
-
Jaime Pérez Crespo authored
-
Jørn Åne authored
The old mail class uses the built-in `mail` function in PHP, and builds a payload by itself using hard-coded HTML and MIME-snippets. Let's use a library for that; PHPMailer has new dependencies and does all the heavy lifting.
-
- Feb 17, 2019
-
-
Tim van Dijen authored
-
- Dec 13, 2018
-
-
Jaime Pérez Crespo authored
These assets have been moved somewhere else or integrated as part of the new build system, so they are no longer used / necessary.
-
- Dec 07, 2018
-
-
Tim van Dijen authored
-
Jaime Pérez Crespo authored
-
- Dec 03, 2018
-
-
Jaime Pérez Crespo authored
This resolves #1009.
-
- 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".
-
- Nov 27, 2018
-
-
Jaime Pérez Crespo authored
It's divided in three main pages, as the old interface: front/configuration, authentication/testing and federation. For now, only the front/configuration page is working.
-