- Nov 07, 2017
-
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
Based on authenticate.php, login.php adds lines 6-26. The script returns the possible authentication methods for the user, excluded admin. When only one method is available the user is redirected to the one authentication-method login page. Calls to right templates are updated at lines 17 and 54. When no method is found, the user needs to login with admin credentials and check configuration. The text shown in template is not translated.
-
Olimpia Magliulo authored
Based on appearence configuration the user is redirected to login.php when usenewui is set to true, or to frontpage_welcome.php for the default design.
-
Olimpia Magliulo authored
ignore files generated with yarn (node.js).
-
Jaime Pérez Crespo authored
Fix duplicate assertion error using Redis Store
-
- Oct 27, 2017
-
-
Thijs Kinkhorst authored
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
Added tests for SimpleSAML\XML\Validator
-
Matt Schwager authored
-
Jaime Pérez Crespo authored
Added php-cs-fixer config
-
Jaime Pérez Crespo authored
-
Jaime Perez authored
-
Jaime Pérez Crespo authored
Merge branch 'deprecate-assert-with-string' of https://github.com/fentie/simplesamlphp into PR/fentie-deprecate-assert-with-string and fix conflicts.
-
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.
-
Thijs Kinkhorst authored
PSR-2 compliance in lib/SimpleSAML/Auth/ directory
-
Jaime Pérez Crespo authored
-
- Oct 24, 2017
-
-
Matt Schwager authored
Working toward some of the requested tasks in https://github.com/simplesamlphp/simplesamlphp/wiki/List-of-tasks
-
- Oct 23, 2017
-
-
Thijs Kinkhorst authored
-
Tim van Dijen authored
-
- Oct 19, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Fix typo in docs/simplesamlphp-sp.md
-
fentie authored
-
fentie authored
-
fentie authored
-
fentie authored
-
- Oct 18, 2017
-
-
Nate Eagleson authored
-
Thijs Kinkhorst authored
Might not be complete, needs check with current G Suite interfaces. But improves on the current situation.
-
Виталий Акмашев authored
-
- Oct 17, 2017
-
-
Thijs Kinkhorst authored
Add sendmail_from option
-
Thijs Kinkhorst authored
-
-
Thijs Kinkhorst authored
-
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
-
Jaime Pérez Crespo authored
This reverts commit 0917046c.
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
This reverts commit 1218f38a.
-
Jaime Pérez Crespo authored
When we are invoked from an outside application, SimpleSAMLphp cannot use 'baseurlpath' and in that case it tries to guess the current URL. The port was always added, even if the default port was used, leading to possible issues when comparing URLs that should actually be equivalent. This resolves #696.
-
Jaime Pérez Crespo authored
SAML2-SP: Making the AuthnInstant available in the state array
-