- Jul 01, 2020
-
-
Guy Halse authored
Follow the suggestions of [draft-knodel-terminology-00](https://tools.ietf.org/id/draft-knodel-terminology-00.html) and other language frameworks and replace the notion of master/slave with a more neutral primary/secondary.
-
- Feb 22, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 24, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
* Raise minimum PHP version to 7.0 * Remove tests pre-PHP 7.2 * Upgrade dev dependencies * Ignore tests for deprecated class * Add typehints; not touching public API * Remove none-array replacements-param; old behaviour from pre-1.4 release * Psalm fixes * Add upgrade notes * PSR-12
-
- Oct 02, 2019
-
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Aug 31, 2019
-
-
Tim van Dijen authored
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Feb 03, 2019
-
-
Tim van Dijen authored
Fixes for the remainder of lib/SimpleSAML
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Sep 26, 2018
-
-
Tim van Dijen authored
-
- Aug 04, 2018
-
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- Mar 29, 2018
-
-
Sergio Gómez authored
The use of count function is wrong and unnecessary. If the array is empty the foreach loop will not run.
-
- Oct 19, 2017
-
-
fentie authored
-
- Nov 22, 2016
-
-
Jaime Pérez authored
-
- Feb 17, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Bugfix. While SimpleSAML\Database::query() returns a PDOStatement, SimpleSAML\Database::exec() doesn't. Make both return an integer with the amount of rows affected. Add a return value to SimpleSAML_Metadata_MetadataStorageHandlerPdo::initDatabase().
-
- Jul 31, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix some more phpdoc issues with returned values. Add a getLastError() method to retrieve information about the last error occurred.
-
Jaime Perez Crespo authored
Fix build: given that username and password are optional for some PDO drivers, do not enforce them to be set in the configuration. Use null as a default value for them.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Jul 23, 2015
-
-
Tyler Antonio authored
-
- Jul 22, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jul 21, 2015
-
-
Tyler Antonio authored
-
- Jul 20, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jul 17, 2015
-
-
Tyler Antonio authored
Generate the instance ID from the configuration itself instead of the spl_object_id of the configuration class
-
- Jun 16, 2015
-
-
Tyler Antonio authored
Created a central database class and updated the PDO MetaDataStorangeHandler to use it instead of its own database classes
-