- Sep 06, 2019
-
-
Jørn Åne authored
-
- Aug 21, 2019
-
-
Pavel Břoušek authored
-
- Aug 18, 2019
-
-
Tim van Dijen authored
-
- Jul 24, 2019
-
-
Guy Halse authored
Add support for RFC6265bis SameSite cookie attribute
-
- Jul 15, 2019
-
-
Jaime Pérez Crespo authored
-
- May 13, 2019
-
-
Bryce Lowe authored
-
Bryce Lowe authored
-
- Mar 08, 2019
-
-
Jaime Pérez Crespo authored
-
- Feb 17, 2019
-
-
Tim van Dijen authored
-
- Jan 10, 2019
-
-
Guy Halse authored
-
- Dec 24, 2018
-
-
Tim van Dijen authored
* Update simplesamlphp-theming.md * Add theme.controller config setting
-
- Nov 29, 2018
-
-
Jaime Pérez Crespo authored
This introduces a "theme.header" configuration option in order to achieve that.
-
- Nov 21, 2018
-
-
Dick Visser authored
-
- Nov 20, 2018
-
-
Thijs Kinkhorst authored
Twig will always use gettext, legacy will use legacy. Twig does not work with legacy so new ui would break if you would not also set this option. Instead, just switch the system in use based on the usenewui config variable.
-
- Nov 15, 2018
-
-
Guy Halse authored
-
- Nov 12, 2018
-
-
Jelle Witteveen authored
-
- Nov 07, 2018
-
-
Jelle Witteveen authored
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Sep 29, 2018
-
-
Tim van Dijen authored
-
- Sep 07, 2018
-
-
Rick authored
Update config.php Update header.php
-
- Aug 18, 2018
-
-
Tim van Dijen authored
-
- Jun 01, 2018
-
-
Tim van Dijen authored
getString doesn't like booleans
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- Apr 18, 2018
-
-
CSÉCSY László authored
-
- Mar 20, 2018
-
-
kreynen authored
This is minor, but if a comma is required when this is enabled the template should reflect that.
-
- Jan 16, 2018
-
-
Tim van Dijen authored
Trailing slash is no longer required in baseurlpath as per 1.15.
-
- Dec 04, 2017
-
-
Tim van Dijen authored
-
- Nov 13, 2017
-
-
Tim van Dijen authored
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
This can be used by templates to load resources in different ways, either optimized for the developer or for a production environment.
-
- Oct 19, 2017
-
-
Jaime Pérez Crespo authored
-
- Oct 17, 2017
-
-
Jaime Pérez Crespo authored
This allows us to use this new filter to translate strings from a given array of translations, where every translation is indexed by its ISO 639 code. A new configuration option ('language' -> 'priorities') is available too to control the alternative languages that can be used instead of a given language, when the latter is not found. The filter returns null when no suitable translation is found, so that it can be combined with "default()" to set a default translation for a given string.
-
- Oct 16, 2017
-
-
Jaime Pérez Crespo authored
-
- Sep 07, 2017
-
-
Greg Harvey authored
-
- Sep 01, 2017
-
-
Tim van Dijen authored
-
- Aug 31, 2017
-
-
Tim van Dijen authored
-
- Jul 05, 2017
-
-
Jaime Pérez Crespo authored
-
- Jun 20, 2017
-
-
Elijah Lynn authored
I may be missing something but I haven't found a way to add the --ssl-ca MySQL option to my database connection. It appears we just need to pass in an $options param.
-
- Apr 21, 2017
-
-
Jaime Pérez Crespo authored
The default values are fine if no other applications use PHP sessions. However, when other apps are using PHP sessions, a conflict arises with the defaults, so let's try to make the defaults a bit more resilient.
-