- Nov 23, 2018
-
-
Jaime Pérez Crespo authored
Create a new "configpage" hook for those modules that need to inject anything in the configuration page. This allows us to change the signature of the hook, so that we pass it the \SimpleSAML\XHTML\Template object and then the hook can not only add data to be passed to the twig template, but also add its own translation domain. This was needed because many modules were putting their translations inside "core", and when moving those to the modules themselves, the new translation system cannot perform the translation because only the translations for the current module in use are loaded (in the config page, that's the core module). Therefore, we needed a way to get the Localization instance from the template, and a way to pass that to the hook so that the hook can register the translations for its own module.
-
Thijs Kinkhorst authored
Translations for preprodwarning replacement
-
Dick Visser authored
This allows more graceful fallback for untranslated languages. Also, use `raw` filter to keep the embedded HTML working.
-
Dick Visser authored
-
Thijs Kinkhorst authored
Show custom rejection message to unauthorised users
-
Dick Visser authored
-
Dick Visser authored
-
- Nov 22, 2018
-
-
Dick Visser authored
-
Dick Visser authored
-
Dick Visser authored
-
Dick Visser authored
-
Thijs Kinkhorst authored
-
- Nov 21, 2018
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Rewrite Crypto::passwordHash() to use BCRYPT instead of unsafe algorithms
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
Closes: #974
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
Deprecate preprodwarning
-
Thijs Kinkhorst authored
It does not seem like something that is normal so a warning seems in place. However, forbidding it does not add much value since we accept unsollicited responses (from any idp) anyway. Closes: #975
-
Thijs Kinkhorst authored
-
Jaime Pérez Crespo authored
Create a setting for the allowed assertion offset
-
Dick Visser authored
This uses the translations from the preprodwarning module, and can be removed in 2.0 (together with legacy templates).
-
Tim van Dijen authored
-
Jaime Pérez Crespo authored
-
Dick Visser authored
-
Dick Visser authored
-
Dick Visser authored
All the old LC_MESSAGES content from the old preprodwarning module will have to be added...
-
Dick Visser authored
-
Dick Visser authored
-
Thijs Kinkhorst authored
Update OpenSSL RSA bit length in docs
-
Thijs Kinkhorst authored
-
Guy Halse authored
Change documentation from recommending 2048 bit keys to using 3072 bit keys. Given that we're recommending people generate ten-year keys, 2048 bit keys are probably a bit short. Almost all commercial certificate authorities now recommend 4096 bit keys, and eduGAIN requires 3072 bit keys for new federations. This change aligns the SimpleSAMLphp documentation with the lower eduGAIN requirement, since that still meets most standards bodies recommendations for 2028 (ten years from now). cf https://www.keylength.com/
-
Jaime Pérez Crespo authored
-
Tim van Dijen authored
-
- Nov 20, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
This reverts commit 9e98109b.
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-