- 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.
-
- Mar 30, 2017
-
-
Jaime Pérez Crespo authored
-
Matt Schwager authored
-
- Dec 15, 2016
-
-
Guy Halse authored
-
- Nov 17, 2016
-
-
Tim van Dijen authored
-
- Nov 15, 2016
-
-
Thijs Kinkhorst authored
Frequently people put fs paths in baseurlpath or URL paths in the other settings. By more clearly separating these two classes of options I hope to reduce confusion a bit.
-
Hanne Moa authored
-
- Nov 14, 2016
-
-
Thijs Kinkhorst authored
`core:ScopeFromAttribute` is a generalised version of this. Closes: #512
-
- Oct 27, 2016
-
-
Hanne Moa authored
Also add some docs.
-
- Oct 18, 2016
-
-
Dane Powell authored
-
- Aug 30, 2016
-
-
Hanne Moa authored
-