- Feb 15, 2020
-
-
Tim van Dijen authored
-
- Feb 14, 2020
-
-
Tim van Dijen authored
* Migrate assertions to Webmozart
-
Tim van Dijen authored
* Upgrade saml2-library to v4 * Stop considering Issuer-strings * Stop considering NameID-arrays
-
Tim van Dijen authored
-
Tim van Dijen authored
* Bump to PHP 7.2
-
Thijs Kinkhorst authored
-
- Feb 12, 2020
-
-
Thijs Kinkhorst authored
This makes it mirror how it used to work and how the twig templates work. The solution is not pretty, but the longer term solution is to just get rid of the oldui exception. Also actually run the existing EMail unit tests. That might have caught this. Closes: #1269
-
Thijs Kinkhorst authored
Closes: #1275
-
Thijs Kinkhorst authored
Broken during refactoring in 6607b7fb
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Non-file-upload crashed on Symfony request building. File upload crashed because of not using the actual path.
-
Thijs Kinkhorst authored
In the modern template also clean up HTML a bit.
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Add a common use case to add entity categories - until now it's hard for users to find SSP examples for how to do it.
-
- Feb 10, 2020
-
-
Thijs Kinkhorst authored
Different from the other options, setting it to null does not use a default but throws an error if you enable metadata signing, so enabling metadata signing in the default config will throw an exception. Better to just leave it out, the option is documented but should not be necessary for most installs, so needs not be in the template.
-
- Feb 07, 2020
-
-
Tim van Dijen authored
-
- Feb 02, 2020
-
-
Tim van Dijen authored
We moved to Codecov
-
Tim van Dijen authored
-
- Jan 31, 2020
-
-
Thijs Kinkhorst authored
People might do this in the past to get correct metadata (thereby breaking other email related functions). But our metadata generator will now take care of this, so we can just ignore any mailto: prefix.
-
Thijs Kinkhorst authored
-
- Jan 29, 2020
-
-
Thijs Kinkhorst authored
The testsuite already confirms this behaviour.
-
Thijs Kinkhorst authored
-
- Jan 24, 2020
-
-
Thijs Kinkhorst authored
-
- Jan 20, 2020
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
After logout, you would be redirected to a non-existent path (404). Likely the best place to be redirected after logout is the base.
-
Thijs Kinkhorst authored
Template would fail because key does not exist, when default() is not immediately after it. So need to split this up.
-
Thijs Kinkhorst authored
-
- Jan 10, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
Fixes #1270
-
- Jan 04, 2020
-
-
Martin Krisell authored
#3d1210 switched from using phpunit annotations to `expectException ()` for asserting expected exceptions, but the documentation still mentions the annotation.
-
- Jan 01, 2020
-
-
Thijs Kinkhorst authored
-
- Dec 31, 2019
-
-
Tim van Dijen authored
* Use strict variables in Twig, except for our TemplateTest; throw exception on missing variables * Fix issues due to Twig strict_variables=true * Fix for #1229 * Fix metadata-template
-
Tim van Dijen authored
* Added Kernel class to handle request * Kernel handle request Kernel is loaded in SimpleSAML\Module class Removed Router and ControllerResolver classes * Added route command (squash) * Use symfony application and cache * Updated to today's standards * Fix for Symfony4 & Catch environment from ENV variable * Standardize location of routes/services files * Trying to make slashes work properly in all situations * Convert XML to YML * Fix some template-names and endpoints * Rename Controller-classes * Update dependencies * Fix routing files * TooManyArguments * Fix TypeCoercion * PSR-12 * Fix rebase mistake * Rebase lock-file * Fix Psalm * Add strict_types declaration Co-authored-by:
Sergio Gómez <decano@gmail.com>
-
- Dec 26, 2019
-
-
-
Tim van Dijen authored
-
- Dec 25, 2019
-
-
Tim van Dijen authored
This reverts commit 6cfdef4d.
-
Tim van Dijen authored
This reverts commit 924e825e.
-