| Commit message (Expand) | Author | Age | Files | Lines |
* | bugfix: SLO was broken due to incorrect handling of NameID objects.HEADorigin/masterorigin/HEADmaster | Jaime Pérez Crespo | 2017-01-31 | 1 | -4/+7 |
* | Update the external OAuth library included with the oauth module. | Jaime Pérez Crespo | 2017-01-31 | 1 | -808/+830 |
* | Merge pull request #554 from tvdijen/patch-1 | Thijs Kinkhorst | 2017-01-31 | 1 | -2/+4 |
|\ |
|
| * | Raise exception when memcache-server is down | Tim van Dijen | 2017-01-29 | 1 | -2/+4 |
* | | Merge pull request #548 from portrino/linkedin-improvement | Jaime Pérez Crespo | 2017-01-30 | 1 | -6/+40 |
|\ \ |
|
| * | | adds `flatten()` method to put also the nested elements in $userdata (e.g. lo... | dev | 2017-01-19 | 1 | -6/+40 |
* | | | Merge pull request #550 from tdiscuit/master | Thijs Kinkhorst | 2017-01-30 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Typo fix | Tyler Antonio | 2017-01-23 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #509 from tdiscuit/master | Jaime Pérez Crespo | 2017-01-23 | 4 | -0/+53 |
|\ \
| |/
|/| |
|
| * | Removed changes to composer.json | Tyler Antonio | 2017-01-20 | 1 | -1/+1 |
| * | Split condition on multiple lines and added strict comparison | Tyler Antonio | 2017-01-20 | 1 | -1/+4 |
| * | Fixed errors in documentation | Tyler Antonio | 2017-01-13 | 1 | -2/+2 |
| * | Added documentation for contactPerson attributes | Tyler Antonio | 2016-11-15 | 1 | -0/+31 |
| * | Use count() instead of empty(). | Tyler Antonio | 2016-11-09 | 1 | -1/+1 |
| * | Address issues from unit tests | Tyler Antonio | 2016-11-09 | 2 | -1/+2 |
| * | Add ability to define additional attributes on ContactPerson element | Tyler Antonio | 2016-11-09 | 3 | -1/+19 |
* | | Allow standard ports when evaluating trusted URLs. | Jaime Pérez Crespo | 2017-01-16 | 1 | -2/+9 |
* | | Minor fixes. | Jaime Pérez Crespo | 2017-01-12 | 5 | -107/+113 |
* | | Merge branch 'store-psr4' of https://github.com/sgomez/simplesamlphp into sgo... | Jaime Pérez Crespo | 2017-01-12 | 13 | -58/+382 |
|\ \ |
|
| * | | Modified SimpleSAML_Store to PSR-4 | Sergio Gomez | 2016-12-05 | 13 | -58/+382 |
* | | | Update the SAML2 library and start using the new \SAML2\XML\saml\NameID objects. | Jaime Pérez Crespo | 2017-01-11 | 12 | -94/+123 |
* | | | Reformat code of the table-printing template. | Jaime Pérez | 2017-01-10 | 1 | -97/+104 |
* | | | Minor formatting and phpdoc fixes. | Jaime Pérez | 2017-01-10 | 1 | -57/+42 |
* | | | Remove private, old der2pem() and pem2der() methods in X509userCert. | Jaime Pérez | 2017-01-10 | 1 | -32/+1 |
* | | | Merge branch 'master' of github.com:simplesamlphp/simplesamlphp | Jaime Pérez | 2017-01-10 | 12 | -0/+70 |
|\ \ \ |
|
| * \ \ | Merge pull request #524 from ghalse/enhancement/za-discopower | Jaime Pérez Crespo | 2017-01-10 | 12 | -0/+70 |
| |\ \ \ |
|
| | * | | | Make provision for a "South Africa" tab | Guy Halse | 2016-12-02 | 12 | -0/+70 |
* | | | | | Add a couple of methods to handle conversion between PEM and DER. | Jaime Pérez | 2017-01-10 | 2 | -0/+95 |
* | | | | | Minor phpdoc fixes. | Jaime Pérez | 2017-01-10 | 1 | -6/+5 |
* | | | | | Minor formatting and phpdoc fixes. | Jaime Pérez | 2017-01-10 | 1 | -8/+10 |
|/ / / / |
|
* | | | | Merge pull request #533 from ghalse/patch/languagecookie | Jaime Pérez Crespo | 2017-01-09 | 2 | -1/+4 |
|\ \ \ \ |
|
| * | | | | Allow the language cookie to be secured | Guy Halse | 2016-12-15 | 2 | -1/+4 |
* | | | | | Add a .gitattributes file to filter some files and directories out of the exp... | Jaime Pérez | 2017-01-09 | 1 | -0/+11 |
* | | | | | bugfix: Discopower ignored filtering of hide.from.discovery metadata property | Ondrej Velisek | 2017-01-09 | 1 | -1/+1 |
* | | | | | Merge pull request #538 from tvdijen/patch-6 | Jaime Pérez Crespo | 2016-12-23 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fix typo | Tim van Dijen | 2016-12-22 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Update the documentation for the new, custom metadata storage handlers. | Jaime Pérez | 2016-12-22 | 2 | -36/+45 |
* | | | | | Adding support for custom metadata storage handlers. | Andreas Åkre Solberg | 2016-12-21 | 2 | -6/+44 |
|/ / / / |
|
* | | | | Remove slightly too informal "Too bad" from login screen. | Thijs Kinkhorst | 2016-12-14 | 36 | -38/+38 |
* | | | | bugfix: Make sure a persistent NameID is not generated by default when the Us... | Jaime Pérez | 2016-12-12 | 1 | -0/+1 |
* | | | | bugfix: Make sure empty strings are not acceptable as a UserID. | Jaime Pérez | 2016-12-12 | 1 | -0/+6 |
* | | | | bugfix: When obtaining a UserID for the state array prior to running authproc... | Jaime Pérez | 2016-12-12 | 1 | -0/+1 |
* | | | | Reformat the sspmod_saml_Message class, enhance phpdoc and prevent some possi... | Jaime Pérez | 2016-12-09 | 1 | -796/+847 |
* | | | | bugfix: In case an empty SubjectConfirmation is received, an appropriate erro... | Jaime Pérez | 2016-12-09 | 1 | -0/+6 |
| |/ /
|/| | |
|
* | | | Fix typo. | Jaime Pérez | 2016-12-05 | 1 | -2/+1 |
* | | | Merge branch 'master' of github.com:simplesamlphp/simplesamlphp | Andreas Åkre Solberg | 2016-12-05 | 3 | -5/+5 |
|\ \ \ |
|
| * | | | bugfix: Make sure to properly check the output of RobRichards\XMLSecDSig::ver... | Jaime Pérez | 2016-12-03 | 1 | -1/+1 |
| |/ / |
|
| * | | Fix small doc typos | Thijs Kinkhorst | 2016-12-01 | 2 | -4/+4 |
* | | | Add translated error info in data for error template. This is needed in order... | Andreas Åkre Solberg | 2016-12-05 | 1 | -0/+2 |
|/ / |
|
* | | Convert from CRLF to LF a couple of files remaining. | Jaime Pérez | 2016-11-30 | 2 | -125/+125 |
* | | Change the schemas to use LF for line endings instead of CRLF. | Jaime Pérez | 2016-11-30 | 35 | -4666/+4666 |
* | | bugfix: Missing ‘)’. | Jaime Pérez | 2016-11-24 | 1 | -1/+1 |
* | | Handle renamed/non-standard langcodes | Hanne Moa | 2016-11-24 | 2 | -0/+25 |
* | | Allow passing driver options to the SimpleSAML\Database class. | Jaime Pérez | 2016-11-22 | 1 | -1/+1 |
* | | bugfix: bugfix: Make sure empty strings are not acceptable for NameID generat... | Jaime Pérez | 2016-11-22 | 1 | -0/+7 |
* | | bugfix: the sspmod_saml_IdP_SQLNameID::getIdentities() method was broken. | Jaime Pérez | 2016-11-22 | 1 | -0/+7 |
* | | bugfix: Make sure empty strings are not acceptable for NameID generation. | Jaime Pérez | 2016-11-22 | 2 | -0/+17 |
* | | bugfix: When generating a NameID from a multivalued attribute, a warning was ... | Jaime Pérez | 2016-11-22 | 1 | -0/+1 |
* | | Merge pull request #520 from ntoniazzi/bug-apr1crypt | Jaime Pérez Crespo | 2016-11-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix APR1_MD5::check call | ntoniazzi | 2016-11-21 | 1 | -1/+1 |
|/ / |
|
* | | Fix typo in docs (#518) | Tim van Dijen | 2016-11-17 | 1 | -1/+1 |
* | | More clearly separate baseurlpath from the filesystem paths. | Thijs Kinkhorst | 2016-11-15 | 1 | -9/+19 |
* | | sanitycheck: formatting changes psr-2, no functional changes | Thijs Kinkhorst | 2016-11-15 | 6 | -73/+70 |
* | | Coding style psr-2, no functional changes. | Thijs Kinkhorst | 2016-11-15 | 2 | -12/+24 |
* | | Fix link to Moz Observatory | Thijs Kinkhorst | 2016-11-15 | 1 | -1/+1 |
* | | Fix tests depending on Language->language_names | Hanne Moa | 2016-11-15 | 1 | -20/+42 |
* | | Merge branch 'grueneedv-master' | Thijs Kinkhorst | 2016-11-15 | 8 | -1029/+1086 |
|\ \ |
|
| * | | Formatting updates LDAP module, no functional changes. | Thijs Kinkhorst | 2016-11-15 | 7 | -1033/+1054 |
| * | | Update Logger class usage to new namespace | Thijs Kinkhorst | 2016-11-15 | 1 | -2/+2 |
| * | | Merge branch 'master' of https://github.com/grueneedv/simplesamlphp into grue... | Thijs Kinkhorst | 2016-11-15 | 2 | -2/+38 |
| |\ \
|/ / / |
|
| * | | Update ldap.txt | grueneedv | 2016-05-03 | 1 | -1/+14 |
| * | | Update AttributeAddUsersGroups.php | grueneedv | 2016-05-03 | 1 | -1/+24 |
* | | | Document the “scope” configuration option for remote SAML IdP metadata. | Jaime Pérez | 2016-11-15 | 1 | -0/+8 |
* | | | Docs: add some content to the "Maintenance and Configuration: Aapache" section. | Thijs Kinkhorst | 2016-11-15 | 2 | -7/+22 |
* | | | Wash config 'language.available' | Hanne Moa | 2016-11-15 | 1 | -2/+26 |
* | | | Document 'language.i18n.backend' | Hanne Moa | 2016-11-15 | 1 | -2/+8 |
* | | | Fix inconsistency in the documentation. | Jaime Pérez | 2016-11-14 | 1 | -1/+1 |
* | | | Reformat sspmod_saml_IdP_SAML2 to comply with PSR-2 standards. | Jaime Pérez | 2016-11-14 | 1 | -1039/+1134 |
* | | | Merge pull request #513 from simplesamlphp/feature/deprecate-attributerealm | Thijs Kinkhorst | 2016-11-14 | 4 | -48/+46 |
|\ \ \ |
|
| * | | | Deprecate the core:AttributeRealm module. | Thijs Kinkhorst | 2016-11-14 | 4 | -6/+6 |
| * | | | Formatting: tabs to spaces. No functional changes. | Thijs Kinkhorst | 2016-11-14 | 1 | -42/+40 |
* | | | | Add missing language name | Hanne Moa | 2016-11-14 | 1 | -0/+1 |
* | | | | Update the RPM spec to stop including versions in master. | Jaime Pérez | 2016-11-14 | 1 | -1/+1 |
* | | | | Code style: spaces, lowercase keywords. | Thijs Kinkhorst | 2016-11-14 | 3 | -231/+232 |
|/ / / |
|
* | | | Merge pull request #489 from jschlyter/rpm_specfile_cleanup | Thijs Kinkhorst | 2016-11-14 | 1 | -18/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | policycoreutils-python required for semanage | Jakob Schlyter | 2016-10-10 | 1 | -1/+1 |
| * | | sort and update files | Jakob Schlyter | 2016-10-10 | 1 | -15/+9 |
| * | | set last version | Jakob Schlyter | 2016-10-10 | 1 | -2/+2 |
* | | | Add missing translations for “required” and “optional” strings when c... | Jaime Pérez | 2016-11-09 | 1 | -1/+5 |
* | | | bugfix: Using $t instead of $this in a template context. | Jaime Pérez | 2016-11-09 | 1 | -1/+1 |
* | | | Support SAML2\XML\saml\NameID objects as the value of an eduPersonTargetedID. | Jaime Pérez | 2016-11-07 | 1 | -1/+1 |
* | | | Merge pull request #508 from mesutaksak/patch-1 | Jaime Pérez Crespo | 2016-11-07 | 1 | -66/+66 |
|\ \ \ |
|
| * | | | Fixed Language Tag Paramerters | Mesut Aksak | 2016-11-07 | 1 | -66/+66 |
|/ / / |
|
* | | | typo: Fix capitalized function call. | Jaime Pérez | 2016-11-03 | 1 | -1/+1 |
* | | | Merge pull request #506 from tvdijen/patch-8 | Jaime Pérez Crespo | 2016-10-31 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add missing definition for FLUSH-command | Tim van Dijen | 2016-10-31 | 1 | -0/+3 |
|/ / / |
|
* | | | Add translations to the correct template | Hanne Moa | 2016-10-28 | 1 | -1/+1 |
* | | | Namespace translation tags | Hanne Moa | 2016-10-28 | 1 | -9/+9 |
* | | | Change tabs to spaces, remove whitespace at end of line | Hanne Moa | 2016-10-28 | 1 | -82/+82 |
* | | | Move context-changing function out of template | Hanne Moa | 2016-10-28 | 2 | -4/+1 |