- May 07, 2021
-
-
Tim van Dijen authored
-
- Mar 24, 2021
-
-
Tim van Dijen authored
-
- Mar 14, 2021
-
-
Tim van Dijen authored
* Migrate email utils to non-static * Migrate http utils to non-static * Migrate net utils to non-static * Migrate random utils to non-static * Migrate system utils to non-static * Migrate time utils to non-static * Migrate xml utils to non-static * Upgrade notes * Update test-framework * Fix tests
-
- Mar 12, 2021
-
-
Tim van Dijen authored
* Migrate array utils to non-static * Migrate attribute utils to non-static * Migrate auth utils to non-static * Migrate config utils to non-static * Migrate crypto utils to non-static * Raise coverage * Fix rebase issue
-
- Jan 22, 2021
-
-
Tim van Dijen authored
-
- Aug 17, 2020
-
-
Tim van Dijen authored
-
- Jun 19, 2020
-
-
Tim van Dijen authored
Start testing admin-module
-
- Apr 30, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
* Remove deprecated classes * Remove support for certificate fingerprints * Remove many deprecated methods and pieces of code * Remove SAML1.1/Shib1.3 support * Remove many superfluous annotations * Update unit test to work with new PHPunit Closes #1268 Closes #1020 Closes #431 Closes #167 Closes #151
-
- Feb 14, 2020
-
-
Tim van Dijen authored
* Bump to PHP 7.2
-
- Dec 31, 2019
-
-
Tim van Dijen authored
* Added Kernel class to handle request * Kernel handle request Kernel is loaded in SimpleSAML\Module class Removed Router and ControllerResolver classes * Added route command (squash) * Use symfony application and cache * Updated to today's standards * Fix for Symfony4 & Catch environment from ENV variable * Standardize location of routes/services files * Trying to make slashes work properly in all situations * Convert XML to YML * Fix some template-names and endpoints * Rename Controller-classes * Update dependencies * Fix routing files * TooManyArguments * Fix TypeCoercion * PSR-12 * Fix rebase mistake * Rebase lock-file * Fix Psalm * Add strict_types declaration Co-authored-by:
Sergio Gómez <decano@gmail.com>
-
- 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
-
- Nov 19, 2019
-
-
Jaime Pérez Crespo authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Jul 23, 2019
-
-
Tim van Dijen authored
Fix Psalm-issues in the modules-directory
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Mar 23, 2019
-
-
Tim van Dijen authored
* Update Psalm * Ignore DocblockTypeContradiction and RedundantConditionGivenDocblockType * Fix Psalm-errors * Raise minimum PHP-version to 5.6 * Update lock-file accordingly * Fix phpunit * Suppress Psalm-issue
-
- Mar 08, 2019
-
-
Thijs Kinkhorst authored
-
- Dec 11, 2018
-
-
Jaime Pérez Crespo authored
-
- Dec 08, 2018
-
-
Tim van Dijen authored
-
- Nov 30, 2018
-
-
Jaime Pérez Crespo authored
-
Tim van Dijen authored
It's a bug!
-
- Nov 28, 2018
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Those using this new Menu class can easily generate a menu suitable for the menu template, and add new items. The Menu class calls an "adminmenu" hook as well for those modules willing to extend the menu.
-
- Nov 27, 2018
-
-
Jaime Pérez Crespo authored
It's divided in three main pages, as the old interface: front/configuration, authentication/testing and federation. For now, only the front/configuration page is working.
-