- Oct 02, 2019
-
-
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
-
- Aug 31, 2019
-
-
Tim van Dijen authored
* Rationalize SQL Store insertOrUpdate
-
- Jul 22, 2019
-
-
Tim van Dijen authored
-
- Jul 20, 2019
-
-
Tim van Dijen authored
-
- Jul 02, 2019
-
-
Martin Krisell authored
* Handle duplicate insertion also for SQL Server * Improve 'update or insert' handling for different SQL drivers
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Feb 03, 2019
-
-
Tim van Dijen authored
-
- Dec 10, 2018
-
-
Ben Johnson authored
For Redis instances that require authentication, the current Redis store does not work. So, this commit adds optional support for utilizing the Predis password option. It will pick up the password from the config file and pass it along when it instantiates the Predis client. The test simply checks that adding the password option doesn't break the constructor. Since Predis parameters end up as protected, we can't verify that the instance contains the password.
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Aug 22, 2018
-
-
Tim van Dijen authored
-
- Aug 13, 2018
-
-
Tim van Dijen authored
-
- Jun 02, 2018
-
-
Tim van Dijen authored
Makes no sense to use a protected constructor here.. In fact, it restricts is from unit-testing this class
-
- Jun 01, 2018
-
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- May 09, 2018
-
-
Tim van Dijen authored
-
- Apr 06, 2018
-
-
Jason Davis authored
-
- Mar 16, 2018
-
-
Robert Tefft authored
-
- Nov 01, 2017
-
-
Simon Brahan authored
Declaration of kvstore _expires field was defaulting to current timestamp in MySQL. Added mini upgrade script to kvstore init method to add default null value.
-
- Oct 19, 2017
- Oct 10, 2017
-
-
Matt Clarkson authored
-
- Oct 04, 2017
-
-
Matt Schwager 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.
-
- Mar 30, 2017
-
-
Jaime Pérez Crespo authored
Add a check to the constructor of the new redis store to check if predis/predis is available, and throw a critical configuration error if not.
-
Jaime Pérez Crespo authored
-
Matt Schwager authored
-
- Jan 12, 2017
-
-
Jaime Pérez Crespo authored
Formatting, namespaces, phpdoc.
-
- Dec 05, 2016
-
-
Sergio Gomez authored
-
- Jun 02, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Use LONGTEXT instead of the TEXT data type in MySQL to avoid size constraints in the latter. This resolves #399.
-
- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
- Nov 06, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
- Oct 24, 2015
-
-
Thijs Kinkhorst authored
-
Tim van Dijen authored
Prevent data-collision when hosting several SSP-instances on one machine, when more than one is using memcache. Introduces new config setting 'memcache_store.prefix'.
-
Tim van Dijen authored
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Feb 26, 2013
-
-
Jaime Pérez Crespo authored
Fix for issue #524. The get() method of the SimpleSAML_Store interface should always return NULL in case of failure. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3227 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 26, 2012
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3125 44740490-163a-0410-bde0-09ae8108e29a
-