- Oct 03, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 02, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
wimhaan authored
* SQL: changed init session table so it will work on MSSQL Databases * SQL: changed rowCount by count of fetchAll rowCount does not always returns number of rows on SELECT queries, i.e. MSSQL returns -1
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
Tim van Dijen authored
As commented in #1155 1155
-
Tim van Dijen authored
A dot or a comma is quite a difference!
-
- Sep 30, 2019
-
-
Tim van Dijen authored
-
Jeroen Versteeg authored
This includes instructions on how to use SimpleSAMLphp with the PHP session backend while you are using it too in your application, also with a custom session handler.
-
- Sep 28, 2019
-
-
Tim van Dijen authored
-
- Sep 26, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Sep 25, 2019
-
-
Jaime Pérez Crespo authored
-
Tim van Dijen authored
-
ifustero authored
-
Tim van Dijen authored
-
- Sep 24, 2019
-
-
Peter Murawski authored
source text does not need to go through internationalization as it is already handled by the text specified in the authsources file.
-
Jørn Åne authored
* Ensure getConfig* functions can only return Configuration * Cleanup after #1189 * Deprecate Configuration::getConfigList
-
Jaime Pérez Crespo authored
Fix typo
-
Peter Murawski authored
correct exampleauth namespace name
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
This allows us to default to the error log, while also not breaking SSP completely. If we cannot initialize the logging handler, then we resort to the web servers log and log a critical error. This resolves #1194
-
Jaime Pérez Crespo authored
bugfix: Do not flush logs after creating a session handler, we might not have a track ID and therefore the log will be trashed.
-
Jaime Pérez Crespo authored
This (finally!) resolves #1176
-
Jaime Pérez Crespo authored
Fix Psalm-issues batch #3
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
This is due to a recent change in master. We're no longer trying to fill the sessionID for transient sessions (doesn't even make any sense), so everywhere else where we were checking the session ID (e.g. to store the session) we need to check if it's transient instead, and give up in that case.
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Also, `$instance` can actually be `null` internally.
-
Jaime Pérez Crespo authored
The new `$initializing` property should signal that we are initializing the logging handler with a value of `true`, not the other way around. Also, it should only be set to `true` while we are actually initializing the logging handler.
-
Tim van Dijen authored
-
- Sep 19, 2019
-
-
Jaime Pérez Crespo authored
The list of main contributors was very outdated.
-
- Sep 18, 2019
-
-
Jaime Pérez Crespo authored
Stats fix
-
Tim van Dijen authored
-
Tim van Dijen authored
-