- Sep 20, 2017
-
-
Thijs Kinkhorst authored
-
- Sep 07, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Fix build as a side effect. When vimeo/psalm tries to resolve dependencies, it now fails with this.
-
Jaime Pérez Crespo authored
This method allows us to parse a URL and "rebase" it based on the $config['application']['baseURL'] configuration option. Thanks to this, applications will be able to configure a canonical base URL for the application, effectively translating any URL that might be built incorrectly (e.g. not using HTTPS because that is offloaded to a reverse proxy).
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
It can now be used with \SimpleSAML\Auth\Simple, although the old name still works too.
-
Jaime Pérez Crespo authored
Using null as memcache prefix in default config causes fatal error.
-
Greg Harvey authored
-
- Sep 05, 2017
-
-
Thijs Kinkhorst authored
searchformultiple() will loop over all the configured base dn's to search in. However, it would break on the first search that does not return `false`. A search that yields 0 hits is not `false`, however (it is only false when an error occurred). So when using more than one base, users would not be found if they were part of the second or later base, which is contrary to the intention. This is now changed so the loop breaks when the result is not false, and the number of found results is > 0.
-
Thijs Kinkhorst authored
-
- Sep 04, 2017
-
-
Jaime Pérez Crespo authored
-
- Sep 01, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Nothing works to make psalm work, try moving the config to the root of the repo and skip the -c parameter.
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Also make the default namespace parameter mandatory, so that the function is not ADFS-specific.
-
Jaime Pérez Crespo authored
Flexible namespace
-
Jaime Pérez Crespo authored
-
Tim van Dijen authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Reduce state spill over between tests
-
- Aug 31, 2017
-
-
Thijs Kinkhorst authored
-
- Aug 30, 2017
-
-
Jaime Pérez Crespo authored
Document cron module
-
Jaime Pérez Crespo authored
-
- Aug 28, 2017
-
-
Patrick Radtke authored
-
- Aug 25, 2017
-
-
Jaime Pérez Crespo authored
-
- Aug 23, 2017
-
-
Jaime Pérez Crespo authored
-
- Aug 22, 2017
-
-
Thijs Kinkhorst authored
Remove PHP 5.3 support from composer configuration
-
Matt Schwager authored
-
- Aug 19, 2017
-
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
PSR-2 fix for ADFS module
-
- Aug 18, 2017
-
-
Tim van Dijen authored
-