| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This enables too the implementation of additional contact attributes, as requested in #509 to support the SIRTFI framework.
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
| |
Update test notes to point to the 4.8 documentation and describe
how to run an old version of phpunit from composer's bin dir.
|
|
|
|
| |
Now that the SAML2 library has been updated to use the new SimpleSAML\Logger, we can update the dependency here. Since both libraries are interdependent, we are pointing to a specific commit in master, aliasing it to 2.2. That way we can keep business as usual for any other package which may depend on 2.2, while getting the changes into SimpleSAMLphp.
|
|
|
|
| |
Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
|
|\
| |
| |
| |
| | |
This allows for using twig templates, but does not include code for
localizing twig templates.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Implies update simplesamlphp/saml2 because share the same dependency
|
| |
|
| |
|
|
|
|
| |
& make phpunit dev dependency explicit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated the composer.lock to install satooshi/php-coveralls
Add .coveralls.yml to stop errors.
Added coverage_clover pointing to correct location.
json_path now... anything to get bin/vendor/coveralls to actually execute!
Only push coverage reports for a single version of PHP
Add whitelist + exclusion files to coverage.
Reduce code coverage % by processing all files :-)
Beware adding additional directories for tests without setting up config + mocking the rest of the environment.
Don't show uncovered files.
Attempt upload for all PHP versions. Is this stacktrace always generated?
Return to "true" for uncovered files.
There is a path problem somewhere!
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3405 44740490-163a-0410-bde0-09ae8108e29a
|
|
|
|
| |
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3397 44740490-163a-0410-bde0-09ae8108e29a
|
|
|
|
| |
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3377 44740490-163a-0410-bde0-09ae8108e29a
|
|
|
|
| |
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3337 44740490-163a-0410-bde0-09ae8108e29a
|
|
This patch also starts using Composer for other dependencies
(i.e. php-openid and xmlseclibs).
Thanks to Boy Baukema for implementing this!
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3290 44740490-163a-0410-bde0-09ae8108e29a
|