- 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 12, 2018
-
-
Jaime Pérez Crespo authored
Before calling npm to install dependencies and build, we need to step into the installation directory. Also, node_modules and the stylesheet.js* byproduct can be removed in production.
-
Jaime Pérez Crespo authored
This reverts commit 07796176.
-
Jaime Pérez Crespo authored
The previous "fix" wasn't really fixing anything, it was indeed breaking the code that was changing the submit button, because jquery (and therefore "$") wasn't in scope for the script. Now, once jquery is available for that code, the bug appears again. This is due to an alleged "bug" in chrome, which prevents the button from actually working after it gets disabled. This makes full sense on the other hand, and as soon as we disable it, events won't keep being processed for that button, and as such, the form never gets submitted. This is why we need to submit the form manually.
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Thijs Kinkhorst authored
ClipboardJS is initialised once in the bundle for class="copy", not initialised on each page that uses it.
-
Jaime Pérez Crespo authored
-
- Dec 11, 2018
-
-
Jon Dufresne authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
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.
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Since the class cannot be named "Const" when using namespaces, due to "const" being a reserved word, we needed to rename the class. That requires also some logic in the autoloader to map the old name to the new one.
-
Jaime Pérez Crespo authored
Add setter & getter for the Location property of SimpleSAML\Module\adfs\SAML2\XML\fed\SecurityTokenServiceType. The SAMLBuilder was using a setter, but none was in place.
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
bugfix: "const" is a keyword, so we can't name classes like that. Also, the name of the class must be exactly the same as the name of the file, according to the PSR-4 standard.
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
namespaces: Fix resolveClass for sspmod_ style classes
-
Thijs Kinkhorst authored
Add Password Support to Redis library
-
- Dec 10, 2018
-
-
Ben Johnson authored
Describing the configuration option available for password authentication.
-
Ben Johnson authored
For Redis instances that require authentication, the current Redis store does not work. So, this commit adds optional support for utilizing the Predis password option. It will pick up the password from the config file and pass it along when it instantiates the Predis client. The test simply checks that adding the password option doesn't break the constructor. Since Predis parameters end up as protected, we can't verify that the instance contains the password.
-
Tim van Dijen authored
-
- Dec 08, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
This reverts commit 9fa3dc94.
-
Tim van Dijen authored
-
Tim van Dijen authored
Break with MS AD
-
Tim van Dijen authored
-
- Dec 07, 2018
-
-
Tim van Dijen authored
Run `npm run build` now
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Jaime Pérez Crespo authored
-
bjorpe authored
-
Tim van Dijen authored
Start migrating to SAML2 getters/setters
-