Add simplesaml integration
Showing
with
264707 additions
and
0 deletions
+264707
-0
- docker-compose.yml.example docker-compose.yml.example +18 -0
- nginx/conf.d/app.conf nginx/conf.d/app.conf +26 -0
- simple-saml-idp/cert/server.crt simple-saml-idp/cert/server.crt +28 -0
- simple-saml-idp/cert/server.pem simple-saml-idp/cert/server.pem +40 -0
- simple-saml-idp/config/authsources.php simple-saml-idp/config/authsources.php +331 -0
- simple-saml-idp/config/config.php simple-saml-idp/config/config.php +1179 -0
- simple-saml-idp/metadata/saml20-idp-hosted.php simple-saml-idp/metadata/saml20-idp-hosted.php +52 -0
- simple-saml-idp/metadata/saml20-sp-remote.php simple-saml-idp/metadata/saml20-sp-remote.php +46 -0
- simple-saml/cert/saml.crt simple-saml/cert/saml.crt +28 -0
- simple-saml/cert/saml.pem simple-saml/cert/saml.pem +40 -0
- simple-saml/config/authsources.php simple-saml/config/authsources.php +323 -0
- simple-saml/config/config.php simple-saml/config/config.php +1179 -0
- simple-saml/metadata/saml20-idp-remote.php simple-saml/metadata/saml20-idp-remote.php +32 -0
- simplesamlphp-1.18.3/.appveyor.yml simplesamlphp-1.18.3/.appveyor.yml +30 -0
- simplesamlphp-1.18.3/.github/ISSUE_TEMPLATE/bug_report.md simplesamlphp-1.18.3/.github/ISSUE_TEMPLATE/bug_report.md +26 -0
- simplesamlphp-1.18.3/.github/ISSUE_TEMPLATE/feature_request.md ...esamlphp-1.18.3/.github/ISSUE_TEMPLATE/feature_request.md +17 -0
- simplesamlphp-1.18.3/CONTRIBUTING.md simplesamlphp-1.18.3/CONTRIBUTING.md +122 -0
- simplesamlphp-1.18.3/COPYING simplesamlphp-1.18.3/COPYING +21 -0
- simplesamlphp-1.18.3/LICENSE simplesamlphp-1.18.3/LICENSE +459 -0
- simplesamlphp-1.18.3/README.md simplesamlphp-1.18.3/README.md +11 -0
- simplesamlphp-1.18.3/SECURITY.md simplesamlphp-1.18.3/SECURITY.md +29 -0
- simplesamlphp-1.18.3/TESTING.md simplesamlphp-1.18.3/TESTING.md +71 -0
- simplesamlphp-1.18.3/attributemap/addurnprefix.php simplesamlphp-1.18.3/attributemap/addurnprefix.php +20 -0
- simplesamlphp-1.18.3/attributemap/deprecatedSchacNS.php simplesamlphp-1.18.3/attributemap/deprecatedSchacNS.php +36 -0
- simplesamlphp-1.18.3/attributemap/facebook2name.php simplesamlphp-1.18.3/attributemap/facebook2name.php +18 -0
- simplesamlphp-1.18.3/attributemap/feide-oid.php simplesamlphp-1.18.3/attributemap/feide-oid.php +6 -0
- simplesamlphp-1.18.3/attributemap/linkedin2name.php simplesamlphp-1.18.3/attributemap/linkedin2name.php +18 -0
- simplesamlphp-1.18.3/attributemap/name2claim.php simplesamlphp-1.18.3/attributemap/name2claim.php +13 -0
- simplesamlphp-1.18.3/attributemap/name2oid.php simplesamlphp-1.18.3/attributemap/name2oid.php +192 -0
- simplesamlphp-1.18.3/attributemap/name2urn.php simplesamlphp-1.18.3/attributemap/name2urn.php +189 -0
- simplesamlphp-1.18.3/attributemap/newSchacNS.php simplesamlphp-1.18.3/attributemap/newSchacNS.php +36 -0
- simplesamlphp-1.18.3/attributemap/oid-feide.php simplesamlphp-1.18.3/attributemap/oid-feide.php +12 -0
- simplesamlphp-1.18.3/attributemap/oid2name.php simplesamlphp-1.18.3/attributemap/oid2name.php +171 -0
- simplesamlphp-1.18.3/attributemap/oid2urn.php simplesamlphp-1.18.3/attributemap/oid2urn.php +168 -0
- simplesamlphp-1.18.3/attributemap/openid2name.php simplesamlphp-1.18.3/attributemap/openid2name.php +33 -0
- simplesamlphp-1.18.3/attributemap/removeurnprefix.php simplesamlphp-1.18.3/attributemap/removeurnprefix.php +20 -0
- simplesamlphp-1.18.3/attributemap/test.php simplesamlphp-1.18.3/attributemap/test.php +5 -0
- simplesamlphp-1.18.3/attributemap/twitter2name.php simplesamlphp-1.18.3/attributemap/twitter2name.php +14 -0
- simplesamlphp-1.18.3/attributemap/urn2name.php simplesamlphp-1.18.3/attributemap/urn2name.php +189 -0
- simplesamlphp-1.18.3/attributemap/urn2oid.php simplesamlphp-1.18.3/attributemap/urn2oid.php +189 -0
- simplesamlphp-1.18.3/attributemap/windowslive2name.php simplesamlphp-1.18.3/attributemap/windowslive2name.php +22 -0
- simplesamlphp-1.18.3/bin/build-release.sh simplesamlphp-1.18.3/bin/build-release.sh +73 -0
- simplesamlphp-1.18.3/bin/importPdoMetadata.php simplesamlphp-1.18.3/bin/importPdoMetadata.php +29 -0
- simplesamlphp-1.18.3/bin/initMDSPdo.php simplesamlphp-1.18.3/bin/initMDSPdo.php +27 -0
- simplesamlphp-1.18.3/bin/ldapattrschemaparser.pl simplesamlphp-1.18.3/bin/ldapattrschemaparser.pl +102 -0
- simplesamlphp-1.18.3/bin/memcacheSync.php simplesamlphp-1.18.3/bin/memcacheSync.php +163 -0
- simplesamlphp-1.18.3/bin/pwgen.php simplesamlphp-1.18.3/bin/pwgen.php +24 -0
- simplesamlphp-1.18.3/bin/translateAttributes.php simplesamlphp-1.18.3/bin/translateAttributes.php +123 -0
- simplesamlphp-1.18.3/composer.json simplesamlphp-1.18.3/composer.json +111 -0
- simplesamlphp-1.18.3/composer.lock simplesamlphp-1.18.3/composer.lock +5282 -0
- simplesamlphp-1.18.3/config-templates/acl.php simplesamlphp-1.18.3/config-templates/acl.php +59 -0
- simplesamlphp-1.18.3/config-templates/authsources.php simplesamlphp-1.18.3/config-templates/authsources.php +320 -0
- simplesamlphp-1.18.3/config-templates/config.php simplesamlphp-1.18.3/config-templates/config.php +1177 -0
- simplesamlphp-1.18.3/config/acl.php simplesamlphp-1.18.3/config/acl.php +59 -0
- simplesamlphp-1.18.3/config/authsources.php simplesamlphp-1.18.3/config/authsources.php +320 -0
- simplesamlphp-1.18.3/config/config.php simplesamlphp-1.18.3/config/config.php +1177 -0
- simplesamlphp-1.18.3/dictionaries/admin.definition.json simplesamlphp-1.18.3/dictionaries/admin.definition.json +152 -0
- simplesamlphp-1.18.3/dictionaries/admin.translation.json simplesamlphp-1.18.3/dictionaries/admin.translation.json +1557 -0
- simplesamlphp-1.18.3/dictionaries/attributes.definition.json simplesamlphp-1.18.3/dictionaries/attributes.definition.json +155 -0
- simplesamlphp-1.18.3/dictionaries/attributes.translation.json ...lesamlphp-1.18.3/dictionaries/attributes.translation.json +1828 -0
- simplesamlphp-1.18.3/dictionaries/disco.definition.json simplesamlphp-1.18.3/dictionaries/disco.definition.json +23 -0
- simplesamlphp-1.18.3/dictionaries/disco.translation.json simplesamlphp-1.18.3/dictionaries/disco.translation.json +266 -0
- simplesamlphp-1.18.3/dictionaries/errors.definition.json simplesamlphp-1.18.3/dictionaries/errors.definition.json +239 -0
- simplesamlphp-1.18.3/dictionaries/errors.translation.json simplesamlphp-1.18.3/dictionaries/errors.translation.json +2818 -0
- simplesamlphp-1.18.3/dictionaries/general.definition.json simplesamlphp-1.18.3/dictionaries/general.definition.json +20 -0
- simplesamlphp-1.18.3/dictionaries/general.translation.json simplesamlphp-1.18.3/dictionaries/general.translation.json +236 -0
- simplesamlphp-1.18.3/dictionaries/login.definition.json simplesamlphp-1.18.3/dictionaries/login.definition.json +71 -0
- simplesamlphp-1.18.3/dictionaries/login.translation.json simplesamlphp-1.18.3/dictionaries/login.translation.json +783 -0
- simplesamlphp-1.18.3/dictionaries/logout.definition.json simplesamlphp-1.18.3/dictionaries/logout.definition.json +56 -0
- simplesamlphp-1.18.3/dictionaries/logout.translation.json simplesamlphp-1.18.3/dictionaries/logout.translation.json +683 -0
- simplesamlphp-1.18.3/dictionaries/status.definition.json simplesamlphp-1.18.3/dictionaries/status.definition.json +44 -0
- simplesamlphp-1.18.3/dictionaries/status.translation.json simplesamlphp-1.18.3/dictionaries/status.translation.json +378 -0
- simplesamlphp-1.18.3/docs/README simplesamlphp-1.18.3/docs/README +12 -0
- simplesamlphp-1.18.3/docs/index.md simplesamlphp-1.18.3/docs/index.md +57 -0
- simplesamlphp-1.18.3/docs/resources/simplesamlphp-googleapps/googleapps-cert.png ...cs/resources/simplesamlphp-googleapps/googleapps-cert.png +0 -0
- simplesamlphp-1.18.3/docs/resources/simplesamlphp-googleapps/googleapps-menu.png ...cs/resources/simplesamlphp-googleapps/googleapps-menu.png +0 -0
- simplesamlphp-1.18.3/docs/resources/simplesamlphp-googleapps/googleapps-sso.png ...ocs/resources/simplesamlphp-googleapps/googleapps-sso.png +0 -0
- simplesamlphp-1.18.3/docs/resources/simplesamlphp-googleapps/googleapps-ssoconfig.png ...sources/simplesamlphp-googleapps/googleapps-ssoconfig.png +0 -0
- simplesamlphp-1.18.3/docs/resources/simplesamlphp-install/screenshot-installationpage.png ...ces/simplesamlphp-install/screenshot-installationpage.png +0 -0
- simplesamlphp-1.18.3/docs/resources/simplesamlphp-sp/screenshot-example.png ....3/docs/resources/simplesamlphp-sp/screenshot-example.png +0 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-advancedfeatures.md simplesamlphp-1.18.3/docs/simplesamlphp-advancedfeatures.md +178 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-artifact-idp.md simplesamlphp-1.18.3/docs/simplesamlphp-artifact-idp.md +97 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-artifact-sp.md simplesamlphp-1.18.3/docs/simplesamlphp-artifact-sp.md +29 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-authproc.md simplesamlphp-1.18.3/docs/simplesamlphp-authproc.md +178 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-authsource.md simplesamlphp-1.18.3/docs/simplesamlphp-authsource.md +107 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-changelog.md simplesamlphp-1.18.3/docs/simplesamlphp-changelog.md +2041 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-customauth.md simplesamlphp-1.18.3/docs/simplesamlphp-customauth.md +359 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-database.md simplesamlphp-1.18.3/docs/simplesamlphp-database.md +91 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-ecp-idp.md simplesamlphp-1.18.3/docs/simplesamlphp-ecp-idp.md +74 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-errorhandling.md simplesamlphp-1.18.3/docs/simplesamlphp-errorhandling.md +231 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-googleapps.md simplesamlphp-1.18.3/docs/simplesamlphp-googleapps.md +244 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-hok-idp.md simplesamlphp-1.18.3/docs/simplesamlphp-hok-idp.md +77 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-hok-sp.md simplesamlphp-1.18.3/docs/simplesamlphp-hok-sp.md +40 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-idp-more.md simplesamlphp-1.18.3/docs/simplesamlphp-idp-more.md +92 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-idp.md simplesamlphp-1.18.3/docs/simplesamlphp-idp.md +258 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-install-repo.md simplesamlphp-1.18.3/docs/simplesamlphp-install-repo.md +51 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-install.md simplesamlphp-1.18.3/docs/simplesamlphp-install.md +472 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-maintenance.md simplesamlphp-1.18.3/docs/simplesamlphp-maintenance.md +278 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-metadata-endpoints.md ...lesamlphp-1.18.3/docs/simplesamlphp-metadata-endpoints.md +70 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-metadata-extensions-attributes.md ...18.3/docs/simplesamlphp-metadata-extensions-attributes.md +112 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-metadata-extensions-rpi.md ...lphp-1.18.3/docs/simplesamlphp-metadata-extensions-rpi.md +112 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-metadata-extensions-ui.md ...mlphp-1.18.3/docs/simplesamlphp-metadata-extensions-ui.md +292 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-metadata-pdostoragehandler.md ...p-1.18.3/docs/simplesamlphp-metadata-pdostoragehandler.md +79 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-modules.md simplesamlphp-1.18.3/docs/simplesamlphp-modules.md +226 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-nostate.md simplesamlphp-1.18.3/docs/simplesamlphp-nostate.md +114 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-reference-idp-hosted.md ...samlphp-1.18.3/docs/simplesamlphp-reference-idp-hosted.md +460 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-reference-idp-remote.md ...samlphp-1.18.3/docs/simplesamlphp-reference-idp-remote.md +261 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-reference-sp-remote.md ...esamlphp-1.18.3/docs/simplesamlphp-reference-sp-remote.md +421 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-scoping.md simplesamlphp-1.18.3/docs/simplesamlphp-scoping.md +104 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-sp-api.md simplesamlphp-1.18.3/docs/simplesamlphp-sp-api.md +287 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-sp.md simplesamlphp-1.18.3/docs/simplesamlphp-sp.md +228 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-theming.md simplesamlphp-1.18.3/docs/simplesamlphp-theming.md +145 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-translation.md simplesamlphp-1.18.3/docs/simplesamlphp-translation.md +87 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.10.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.10.md +4 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.11.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.11.md +6 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.12.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.12.md +4 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.13.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.13.md +7 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.14.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.14.md +196 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.15.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.15.md +32 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.16.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.16.md +25 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.17.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.17.md +36 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.18.md ...lesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.18.md +26 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.5.md simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.5.md +23 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.6.md simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.6.md +22 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.7.md simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.7.md +12 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.8.md simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.8.md +9 -0
- simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.9.md simplesamlphp-1.18.3/docs/simplesamlphp-upgrade-notes-1.9.md +11 -0
- simplesamlphp-1.18.3/extra/simplesamlphp.spec simplesamlphp-1.18.3/extra/simplesamlphp.spec +87 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/AuthenticationFactory.php ...lphp-1.18.3/lib/SimpleSAML/Auth/AuthenticationFactory.php +39 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/DefaultAuth.php simplesamlphp-1.18.3/lib/SimpleSAML/Auth/DefaultAuth.php +166 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/LDAP.php simplesamlphp-1.18.3/lib/SimpleSAML/Auth/LDAP.php +14 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/ProcessingChain.php simplesamlphp-1.18.3/lib/SimpleSAML/Auth/ProcessingChain.php +389 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/ProcessingFilter.php ...lesamlphp-1.18.3/lib/SimpleSAML/Auth/ProcessingFilter.php +68 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/Simple.php simplesamlphp-1.18.3/lib/SimpleSAML/Auth/Simple.php +398 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/Source.php simplesamlphp-1.18.3/lib/SimpleSAML/Auth/Source.php +540 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/SourceFactory.php simplesamlphp-1.18.3/lib/SimpleSAML/Auth/SourceFactory.php +13 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/State.php simplesamlphp-1.18.3/lib/SimpleSAML/Auth/State.php +433 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Auth/TimeLimitedToken.php ...lesamlphp-1.18.3/lib/SimpleSAML/Auth/TimeLimitedToken.php +153 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Bindings/Shib13/Artifact.php ...amlphp-1.18.3/lib/SimpleSAML/Bindings/Shib13/Artifact.php +191 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php ...amlphp-1.18.3/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php +155 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Configuration.php simplesamlphp-1.18.3/lib/SimpleSAML/Configuration.php +1405 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Database.php simplesamlphp-1.18.3/lib/SimpleSAML/Database.php +296 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/Assertion.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/Assertion.php +88 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/AuthSource.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/AuthSource.php +75 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/BadRequest.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/BadRequest.php +48 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/BadUserInput.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/BadUserInput.php +15 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/CannotSetCookie.php ...lesamlphp-1.18.3/lib/SimpleSAML/Error/CannotSetCookie.php +35 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/ConfigurationError.php ...amlphp-1.18.3/lib/SimpleSAML/Error/ConfigurationError.php +77 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/CriticalConfigurationError.php ....18.3/lib/SimpleSAML/Error/CriticalConfigurationError.php +83 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/Error.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/Error.php +278 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/ErrorCodes.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/ErrorCodes.php +191 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/Exception.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/Exception.php +329 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/InvalidCredential.php ...samlphp-1.18.3/lib/SimpleSAML/Error/InvalidCredential.php +15 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/MetadataNotFound.php ...esamlphp-1.18.3/lib/SimpleSAML/Error/MetadataNotFound.php +28 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/NoPassive.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/NoPassive.php +16 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/NoState.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/NoState.php +22 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/NotFound.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/NotFound.php +74 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/ProxyCountExceeded.php ...amlphp-1.18.3/lib/SimpleSAML/Error/ProxyCountExceeded.php +16 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/UnserializableException.php ...p-1.18.3/lib/SimpleSAML/Error/UnserializableException.php +59 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/User.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/User.php +16 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/UserAborted.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/UserAborted.php +22 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Error/UserNotFound.php simplesamlphp-1.18.3/lib/SimpleSAML/Error/UserNotFound.php +15 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/HTTP/Router.php simplesamlphp-1.18.3/lib/SimpleSAML/HTTP/Router.php +137 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/HTTP/RunnableResponse.php ...lesamlphp-1.18.3/lib/SimpleSAML/HTTP/RunnableResponse.php +70 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/IdP.php simplesamlphp-1.18.3/lib/SimpleSAML/IdP.php +578 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/IdP/IFrameLogoutHandler.php ...samlphp-1.18.3/lib/SimpleSAML/IdP/IFrameLogoutHandler.php +112 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/IdP/LogoutHandlerInterface.php ...lphp-1.18.3/lib/SimpleSAML/IdP/LogoutHandlerInterface.php +47 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/IdP/TraditionalLogoutHandler.php ...hp-1.18.3/lib/SimpleSAML/IdP/TraditionalLogoutHandler.php +125 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Locale/Language.php simplesamlphp-1.18.3/lib/SimpleSAML/Locale/Language.php +432 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Locale/Localization.php simplesamlphp-1.18.3/lib/SimpleSAML/Locale/Localization.php +308 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Locale/Translate.php simplesamlphp-1.18.3/lib/SimpleSAML/Locale/Translate.php +565 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Logger.php simplesamlphp-1.18.3/lib/SimpleSAML/Logger.php +525 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Logger/ErrorLogLoggingHandler.php ...p-1.18.3/lib/SimpleSAML/Logger/ErrorLogLoggingHandler.php +88 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Logger/FileLoggingHandler.php ...mlphp-1.18.3/lib/SimpleSAML/Logger/FileLoggingHandler.php +123 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Logger/LoggingHandlerInterface.php ...-1.18.3/lib/SimpleSAML/Logger/LoggingHandlerInterface.php +41 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Logger/StandardErrorLoggingHandler.php ...8.3/lib/SimpleSAML/Logger/StandardErrorLoggingHandler.php +27 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Logger/SyslogLoggingHandler.php ...php-1.18.3/lib/SimpleSAML/Logger/SyslogLoggingHandler.php +82 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Memcache.php simplesamlphp-1.18.3/lib/SimpleSAML/Memcache.php +501 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/MetaDataStorageHandler.php ...1.18.3/lib/SimpleSAML/Metadata/MetaDataStorageHandler.php +414 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/MetaDataStorageHandlerFlatFile.php ...ib/SimpleSAML/Metadata/MetaDataStorageHandlerFlatFile.php +127 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php ...8.3/lib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php +312 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/MetaDataStorageHandlerSerialize.php ...b/SimpleSAML/Metadata/MetaDataStorageHandlerSerialize.php +311 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php ...8.3/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php +119 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/MetaDataStorageSource.php ...-1.18.3/lib/SimpleSAML/Metadata/MetaDataStorageSource.php +379 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/SAMLBuilder.php simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/SAMLBuilder.php +833 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/SAMLParser.php simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/SAMLParser.php +1564 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/Signer.php simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/Signer.php +299 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/Sources/MDQ.php simplesamlphp-1.18.3/lib/SimpleSAML/Metadata/Sources/MDQ.php +374 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Module.php simplesamlphp-1.18.3/lib/SimpleSAML/Module.php +573 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Module/ControllerResolver.php ...mlphp-1.18.3/lib/SimpleSAML/Module/ControllerResolver.php +196 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Session.php simplesamlphp-1.18.3/lib/SimpleSAML/Session.php +1178 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/SessionHandler.php simplesamlphp-1.18.3/lib/SimpleSAML/SessionHandler.php +165 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/SessionHandlerCookie.php simplesamlphp-1.18.3/lib/SimpleSAML/SessionHandlerCookie.php +172 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/SessionHandlerPHP.php simplesamlphp-1.18.3/lib/SimpleSAML/SessionHandlerPHP.php +382 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/SessionHandlerStore.php simplesamlphp-1.18.3/lib/SimpleSAML/SessionHandlerStore.php +85 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Stats.php simplesamlphp-1.18.3/lib/SimpleSAML/Stats.php +103 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Stats/Output.php simplesamlphp-1.18.3/lib/SimpleSAML/Stats/Output.php +32 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Store.php simplesamlphp-1.18.3/lib/SimpleSAML/Store.php +114 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Store/Memcache.php simplesamlphp-1.18.3/lib/SimpleSAML/Store/Memcache.php +86 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Store/Redis.php simplesamlphp-1.18.3/lib/SimpleSAML/Store/Redis.php +132 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Store/SQL.php simplesamlphp-1.18.3/lib/SimpleSAML/Store/SQL.php +410 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utilities.php simplesamlphp-1.18.3/lib/SimpleSAML/Utilities.php +868 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Arrays.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Arrays.php +60 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Attributes.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Attributes.php +134 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Auth.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Auth.php +99 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/ClearableState.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/ClearableState.php +17 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Config.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Config.php +94 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Config/Metadata.php ...lesamlphp-1.18.3/lib/SimpleSAML/Utils/Config/Metadata.php +342 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Crypto.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Crypto.php +469 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/EMail.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/EMail.php +298 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/HTTP.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/HTTP.php +1315 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/HttpAdapter.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/HttpAdapter.php +273 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Net.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Net.php +85 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Random.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Random.php +30 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/System.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/System.php +259 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Time.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/Time.php +169 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/Utils/XML.php simplesamlphp-1.18.3/lib/SimpleSAML/Utils/XML.php +477 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XHTML/IdPDisco.php simplesamlphp-1.18.3/lib/SimpleSAML/XHTML/IdPDisco.php +665 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XHTML/Template.php simplesamlphp-1.18.3/lib/SimpleSAML/XHTML/Template.php +902 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XHTML/TemplateControllerInterface.php ...18.3/lib/SimpleSAML/XHTML/TemplateControllerInterface.php +35 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XHTML/TemplateLoader.php simplesamlphp-1.18.3/lib/SimpleSAML/XHTML/TemplateLoader.php +81 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XML/Errors.php simplesamlphp-1.18.3/lib/SimpleSAML/XML/Errors.php +145 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XML/Parser.php simplesamlphp-1.18.3/lib/SimpleSAML/XML/Parser.php +114 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XML/Shib13/AuthnRequest.php ...samlphp-1.18.3/lib/SimpleSAML/XML/Shib13/AuthnRequest.php +89 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XML/Shib13/AuthnResponse.php ...amlphp-1.18.3/lib/SimpleSAML/XML/Shib13/AuthnResponse.php +528 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XML/Signer.php simplesamlphp-1.18.3/lib/SimpleSAML/XML/Signer.php +319 -0
- simplesamlphp-1.18.3/lib/SimpleSAML/XML/Validator.php simplesamlphp-1.18.3/lib/SimpleSAML/XML/Validator.php +450 -0
- simplesamlphp-1.18.3/lib/_autoload.php simplesamlphp-1.18.3/lib/_autoload.php +21 -0
- simplesamlphp-1.18.3/lib/_autoload_modules.php simplesamlphp-1.18.3/lib/_autoload_modules.php +175 -0
- simplesamlphp-1.18.3/locales/af/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/af/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/af/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/af/LC_MESSAGES/messages.po +1099 -0
- simplesamlphp-1.18.3/locales/ar/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/ar/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/ar/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/ar/LC_MESSAGES/messages.po +1387 -0
- simplesamlphp-1.18.3/locales/ca/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/ca/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/ca/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/ca/LC_MESSAGES/messages.po +156 -0
- simplesamlphp-1.18.3/locales/cs/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/cs/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/cs/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/cs/LC_MESSAGES/messages.po +1409 -0
- simplesamlphp-1.18.3/locales/da/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/da/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/da/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/da/LC_MESSAGES/messages.po +1461 -0
- simplesamlphp-1.18.3/locales/de/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/de/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/de/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/de/LC_MESSAGES/messages.po +1503 -0
- simplesamlphp-1.18.3/locales/el/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/el/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/el/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/el/LC_MESSAGES/messages.po +1579 -0
- simplesamlphp-1.18.3/locales/en/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/en/LC_MESSAGES/attributes.po +1862 -0
- simplesamlphp-1.18.3/locales/en/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/en/LC_MESSAGES/messages.po +1595 -0
- simplesamlphp-1.18.3/locales/en/LC_MESSAGES/ssp.mo simplesamlphp-1.18.3/locales/en/LC_MESSAGES/ssp.mo +0 -0
- simplesamlphp-1.18.3/locales/en/LC_MESSAGES/ssp.po simplesamlphp-1.18.3/locales/en/LC_MESSAGES/ssp.po +23 -0
- simplesamlphp-1.18.3/locales/en/LC_MESSAGES/test.po simplesamlphp-1.18.3/locales/en/LC_MESSAGES/test.po +17 -0
- simplesamlphp-1.18.3/locales/es/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/es/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/es/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/es/LC_MESSAGES/messages.po +1555 -0
- simplesamlphp-1.18.3/locales/es/LC_MESSAGES/ssp.po simplesamlphp-1.18.3/locales/es/LC_MESSAGES/ssp.po +23 -0
- simplesamlphp-1.18.3/locales/et/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/et/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/et/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/et/LC_MESSAGES/messages.po +1430 -0
- simplesamlphp-1.18.3/locales/eu/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/eu/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/eu/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/eu/LC_MESSAGES/messages.po +1451 -0
- simplesamlphp-1.18.3/locales/fa/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/fa/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/fi/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/fi/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/fi/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/fi/LC_MESSAGES/messages.po +1025 -0
- simplesamlphp-1.18.3/locales/fr/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/fr/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/fr/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/fr/LC_MESSAGES/messages.po +1483 -0
- simplesamlphp-1.18.3/locales/he/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/he/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/he/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/he/LC_MESSAGES/messages.po +1375 -0
- simplesamlphp-1.18.3/locales/hr/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/hr/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/hr/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/hr/LC_MESSAGES/messages.po +1474 -0
- simplesamlphp-1.18.3/locales/hu/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/hu/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/hu/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/hu/LC_MESSAGES/messages.po +1433 -0
- simplesamlphp-1.18.3/locales/id/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/id/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/id/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/id/LC_MESSAGES/messages.po +1454 -0
- simplesamlphp-1.18.3/locales/it/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/it/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/it/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/it/LC_MESSAGES/messages.po +1481 -0
- simplesamlphp-1.18.3/locales/ja/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/ja/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/ja/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/ja/LC_MESSAGES/messages.po +1310 -0
- simplesamlphp-1.18.3/locales/lb/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/lb/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/lb/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/lb/LC_MESSAGES/messages.po +599 -0
- simplesamlphp-1.18.3/locales/lt/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/lt/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/lt/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/lt/LC_MESSAGES/messages.po +1442 -0
- simplesamlphp-1.18.3/locales/lv/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/lv/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/lv/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/lv/LC_MESSAGES/messages.po +1420 -0
- simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/messages.po +1451 -0
- simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/ssp.mo simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/ssp.mo +0 -0
- simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/ssp.po simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/ssp.po +24 -0
- simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/test.po simplesamlphp-1.18.3/locales/nb/LC_MESSAGES/test.po +18 -0
- simplesamlphp-1.18.3/locales/nl/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/nl/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/nl/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/nl/LC_MESSAGES/messages.po +1528 -0
- simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/messages.po +1461 -0
- simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/ssp.mo simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/ssp.mo +0 -0
- simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/ssp.po simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/ssp.po +18 -0
- simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/test.po simplesamlphp-1.18.3/locales/nn/LC_MESSAGES/test.po +18 -0
- simplesamlphp-1.18.3/locales/no simplesamlphp-1.18.3/locales/no +1 -0
- simplesamlphp-1.18.3/locales/pl/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/pl/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/pl/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/pl/LC_MESSAGES/messages.po +1376 -0
- simplesamlphp-1.18.3/locales/pt-br/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/pt-br/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/pt-br/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/pt-br/LC_MESSAGES/messages.po +1457 -0
- simplesamlphp-1.18.3/locales/pt/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/pt/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/pt/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/pt/LC_MESSAGES/messages.po +1324 -0
- simplesamlphp-1.18.3/locales/ro/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/ro/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/ro/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/ro/LC_MESSAGES/messages.po +1486 -0
- simplesamlphp-1.18.3/locales/ru/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/ru/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/ru/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/ru/LC_MESSAGES/messages.po +1509 -0
- simplesamlphp-1.18.3/locales/se/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/se/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/se/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/se/LC_MESSAGES/messages.po +89 -0
- simplesamlphp-1.18.3/locales/sl/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/sl/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/sl/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/sl/LC_MESSAGES/messages.po +1417 -0
- simplesamlphp-1.18.3/locales/sma/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/sma/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/sr/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/sr/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/sr/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/sr/LC_MESSAGES/messages.po +1470 -0
- simplesamlphp-1.18.3/locales/sv/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/sv/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/sv/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/sv/LC_MESSAGES/messages.po +1466 -0
- simplesamlphp-1.18.3/locales/tr/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/tr/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/tr/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/tr/LC_MESSAGES/messages.po +1311 -0
- simplesamlphp-1.18.3/locales/ur/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/ur/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/xh/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/xh/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/xh/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/xh/LC_MESSAGES/messages.po +529 -0
- simplesamlphp-1.18.3/locales/zh-tw/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/zh-tw/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/zh-tw/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/zh-tw/LC_MESSAGES/messages.po +1361 -0
- simplesamlphp-1.18.3/locales/zh/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/zh/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/zh/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/zh/LC_MESSAGES/messages.po +1294 -0
- simplesamlphp-1.18.3/locales/zu/LC_MESSAGES/attributes.po simplesamlphp-1.18.3/locales/zu/LC_MESSAGES/attributes.po +2058 -0
- simplesamlphp-1.18.3/locales/zu/LC_MESSAGES/messages.po simplesamlphp-1.18.3/locales/zu/LC_MESSAGES/messages.po +534 -0
- simplesamlphp-1.18.3/metadata-templates/adfs-idp-hosted.php simplesamlphp-1.18.3/metadata-templates/adfs-idp-hosted.php +12 -0
- simplesamlphp-1.18.3/metadata-templates/adfs-sp-remote.php simplesamlphp-1.18.3/metadata-templates/adfs-sp-remote.php +12 -0
- simplesamlphp-1.18.3/metadata-templates/saml20-idp-hosted.php ...lesamlphp-1.18.3/metadata-templates/saml20-idp-hosted.php +52 -0
- simplesamlphp-1.18.3/metadata-templates/saml20-idp-remote.php ...lesamlphp-1.18.3/metadata-templates/saml20-idp-remote.php +9 -0
- simplesamlphp-1.18.3/metadata-templates/saml20-sp-remote.php simplesamlphp-1.18.3/metadata-templates/saml20-sp-remote.php +42 -0
- simplesamlphp-1.18.3/metadata-templates/shib13-idp-hosted.php ...lesamlphp-1.18.3/metadata-templates/shib13-idp-hosted.php +26 -0
- simplesamlphp-1.18.3/metadata-templates/shib13-idp-remote.php ...lesamlphp-1.18.3/metadata-templates/shib13-idp-remote.php +16 -0
- simplesamlphp-1.18.3/metadata-templates/shib13-sp-hosted.php simplesamlphp-1.18.3/metadata-templates/shib13-sp-hosted.php +14 -0
- simplesamlphp-1.18.3/metadata-templates/shib13-sp-remote.php simplesamlphp-1.18.3/metadata-templates/shib13-sp-remote.php +16 -0
- simplesamlphp-1.18.3/metadata-templates/wsfed-idp-remote.php simplesamlphp-1.18.3/metadata-templates/wsfed-idp-remote.php +10 -0
- simplesamlphp-1.18.3/metadata-templates/wsfed-sp-hosted.php simplesamlphp-1.18.3/metadata-templates/wsfed-sp-hosted.php +12 -0
- simplesamlphp-1.18.3/metadata/adfs-idp-hosted.php simplesamlphp-1.18.3/metadata/adfs-idp-hosted.php +12 -0
- simplesamlphp-1.18.3/metadata/adfs-sp-remote.php simplesamlphp-1.18.3/metadata/adfs-sp-remote.php +12 -0
- simplesamlphp-1.18.3/metadata/saml20-idp-hosted.php simplesamlphp-1.18.3/metadata/saml20-idp-hosted.php +52 -0
- simplesamlphp-1.18.3/metadata/saml20-idp-remote.php simplesamlphp-1.18.3/metadata/saml20-idp-remote.php +9 -0
- simplesamlphp-1.18.3/metadata/saml20-sp-remote.php simplesamlphp-1.18.3/metadata/saml20-sp-remote.php +42 -0
- simplesamlphp-1.18.3/metadata/shib13-idp-hosted.php simplesamlphp-1.18.3/metadata/shib13-idp-hosted.php +26 -0
- simplesamlphp-1.18.3/metadata/shib13-idp-remote.php simplesamlphp-1.18.3/metadata/shib13-idp-remote.php +16 -0
- simplesamlphp-1.18.3/metadata/shib13-sp-hosted.php simplesamlphp-1.18.3/metadata/shib13-sp-hosted.php +14 -0
- simplesamlphp-1.18.3/metadata/shib13-sp-remote.php simplesamlphp-1.18.3/metadata/shib13-sp-remote.php +16 -0
- simplesamlphp-1.18.3/metadata/wsfed-idp-remote.php simplesamlphp-1.18.3/metadata/wsfed-idp-remote.php +10 -0
- simplesamlphp-1.18.3/metadata/wsfed-sp-hosted.php simplesamlphp-1.18.3/metadata/wsfed-sp-hosted.php +12 -0
- simplesamlphp-1.18.3/modules/adfs/.codecov.yml simplesamlphp-1.18.3/modules/adfs/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/adfs/.php_cs.dist simplesamlphp-1.18.3/modules/adfs/.php_cs.dist +16 -0
- simplesamlphp-1.18.3/modules/adfs/.travis.yml simplesamlphp-1.18.3/modules/adfs/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/adfs/LICENSE simplesamlphp-1.18.3/modules/adfs/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/adfs/bin/check-syntax.sh simplesamlphp-1.18.3/modules/adfs/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/adfs/composer.json simplesamlphp-1.18.3/modules/adfs/composer.json +41 -0
- simplesamlphp-1.18.3/modules/adfs/default-disable simplesamlphp-1.18.3/modules/adfs/default-disable +3 -0
- simplesamlphp-1.18.3/modules/adfs/docs/adfs.md simplesamlphp-1.18.3/modules/adfs/docs/adfs.md +83 -0
- simplesamlphp-1.18.3/modules/adfs/lib/AdfsController.php simplesamlphp-1.18.3/modules/adfs/lib/AdfsController.php +287 -0
- simplesamlphp-1.18.3/modules/adfs/lib/IdP/ADFS.php simplesamlphp-1.18.3/modules/adfs/lib/IdP/ADFS.php +462 -0
- simplesamlphp-1.18.3/modules/adfs/lib/SAML2/XML/fed/Constants.php ...mlphp-1.18.3/modules/adfs/lib/SAML2/XML/fed/Constants.php +17 -0
- simplesamlphp-1.18.3/modules/adfs/lib/SAML2/XML/fed/Endpoint.php ...amlphp-1.18.3/modules/adfs/lib/SAML2/XML/fed/Endpoint.php +38 -0
- simplesamlphp-1.18.3/modules/adfs/lib/SAML2/XML/fed/SecurityTokenServiceType.php ...dules/adfs/lib/SAML2/XML/fed/SecurityTokenServiceType.php +87 -0
- simplesamlphp-1.18.3/modules/adfs/lib/SAML2/XML/fed/TokenTypesOffered.php ...18.3/modules/adfs/lib/SAML2/XML/fed/TokenTypesOffered.php +30 -0
- simplesamlphp-1.18.3/modules/adfs/metadata-templates/adfs-idp-hosted.php ....18.3/modules/adfs/metadata-templates/adfs-idp-hosted.php +12 -0
- simplesamlphp-1.18.3/modules/adfs/metadata-templates/adfs-sp-remote.php ...1.18.3/modules/adfs/metadata-templates/adfs-sp-remote.php +12 -0
- simplesamlphp-1.18.3/modules/adfs/phpunit.xml simplesamlphp-1.18.3/modules/adfs/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/adfs/psalm.xml simplesamlphp-1.18.3/modules/adfs/psalm.xml +32 -0
- simplesamlphp-1.18.3/modules/adfs/templates/postResponse.twig ...lesamlphp-1.18.3/modules/adfs/templates/postResponse.twig +16 -0
- simplesamlphp-1.18.3/modules/adfs/tests/bootstrap.php simplesamlphp-1.18.3/modules/adfs/tests/bootstrap.php +12 -0
- simplesamlphp-1.18.3/modules/adfs/www/assets/js/postReponse.js ...esamlphp-1.18.3/modules/adfs/www/assets/js/postReponse.js +3 -0
- simplesamlphp-1.18.3/modules/adfs/www/idp/metadata.php simplesamlphp-1.18.3/modules/adfs/www/idp/metadata.php +15 -0
- simplesamlphp-1.18.3/modules/adfs/www/idp/prp.php simplesamlphp-1.18.3/modules/adfs/www/idp/prp.php +22 -0
- simplesamlphp-1.18.3/modules/admin/default-enable simplesamlphp-1.18.3/modules/admin/default-enable +0 -0
- simplesamlphp-1.18.3/modules/admin/lib/ConfigController.php simplesamlphp-1.18.3/modules/admin/lib/ConfigController.php +416 -0
- simplesamlphp-1.18.3/modules/admin/lib/FederationController.php ...samlphp-1.18.3/modules/admin/lib/FederationController.php +518 -0
- simplesamlphp-1.18.3/modules/admin/lib/Menu.php simplesamlphp-1.18.3/modules/admin/lib/Menu.php +91 -0
- simplesamlphp-1.18.3/modules/admin/lib/TestController.php simplesamlphp-1.18.3/modules/admin/lib/TestController.php +294 -0
- simplesamlphp-1.18.3/modules/admin/routes.yaml simplesamlphp-1.18.3/modules/admin/routes.yaml +24 -0
- simplesamlphp-1.18.3/modules/admin/templates/authsource_list.twig ...mlphp-1.18.3/modules/admin/templates/authsource_list.twig +14 -0
- simplesamlphp-1.18.3/modules/admin/templates/config.twig simplesamlphp-1.18.3/modules/admin/templates/config.twig +69 -0
- simplesamlphp-1.18.3/modules/admin/templates/diagnostics.twig ...lesamlphp-1.18.3/modules/admin/templates/diagnostics.twig +20 -0
- simplesamlphp-1.18.3/modules/admin/templates/federation.twig simplesamlphp-1.18.3/modules/admin/templates/federation.twig +161 -0
- simplesamlphp-1.18.3/modules/admin/templates/includes/menu.twig ...samlphp-1.18.3/modules/admin/templates/includes/menu.twig +15 -0
- simplesamlphp-1.18.3/modules/admin/templates/metadata_converter.twig ...hp-1.18.3/modules/admin/templates/metadata_converter.twig +63 -0
- simplesamlphp-1.18.3/modules/admin/templates/show_metadata.twig ...samlphp-1.18.3/modules/admin/templates/show_metadata.twig +18 -0
- simplesamlphp-1.18.3/modules/admin/templates/status.twig simplesamlphp-1.18.3/modules/admin/templates/status.twig +78 -0
- simplesamlphp-1.18.3/modules/authX509/.codecov.yml simplesamlphp-1.18.3/modules/authX509/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/authX509/.php_cs.dist simplesamlphp-1.18.3/modules/authX509/.php_cs.dist +16 -0
- simplesamlphp-1.18.3/modules/authX509/.travis.yml simplesamlphp-1.18.3/modules/authX509/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/authX509/LICENSE simplesamlphp-1.18.3/modules/authX509/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/authX509/composer.json simplesamlphp-1.18.3/modules/authX509/composer.json +50 -0
- simplesamlphp-1.18.3/modules/authX509/default-disable simplesamlphp-1.18.3/modules/authX509/default-disable +3 -0
- simplesamlphp-1.18.3/modules/authX509/dictionaries/X509error.definition.json ...3/modules/authX509/dictionaries/X509error.definition.json +8 -0
- simplesamlphp-1.18.3/modules/authX509/dictionaries/X509error.translation.json .../modules/authX509/dictionaries/X509error.translation.json +62 -0
- simplesamlphp-1.18.3/modules/authX509/dictionaries/X509warning.definition.json ...modules/authX509/dictionaries/X509warning.definition.json +17 -0
- simplesamlphp-1.18.3/modules/authX509/dictionaries/X509warning.translation.json ...odules/authX509/dictionaries/X509warning.translation.json +37 -0
- simplesamlphp-1.18.3/modules/authX509/docs/authX509.md simplesamlphp-1.18.3/modules/authX509/docs/authX509.md +125 -0
- simplesamlphp-1.18.3/modules/authX509/lib/Auth/Process/ExpiryWarning.php ....18.3/modules/authX509/lib/Auth/Process/ExpiryWarning.php +101 -0
- simplesamlphp-1.18.3/modules/authX509/lib/Auth/Source/X509userCert.php ...-1.18.3/modules/authX509/lib/Auth/Source/X509userCert.php +211 -0
- simplesamlphp-1.18.3/modules/authX509/locales/af/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/af/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/locales/ar/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/ar/LC_MESSAGES/authX509.po +30 -0
- simplesamlphp-1.18.3/modules/authX509/locales/cs/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/cs/LC_MESSAGES/authX509.po +30 -0
- simplesamlphp-1.18.3/modules/authX509/locales/da/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/da/LC_MESSAGES/authX509.po +61 -0
- simplesamlphp-1.18.3/modules/authX509/locales/de/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/de/LC_MESSAGES/authX509.po +33 -0
- simplesamlphp-1.18.3/modules/authX509/locales/el/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/el/LC_MESSAGES/authX509.po +65 -0
- simplesamlphp-1.18.3/modules/authX509/locales/en/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/en/LC_MESSAGES/authX509.po +61 -0
- simplesamlphp-1.18.3/modules/authX509/locales/es/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/es/LC_MESSAGES/authX509.po +65 -0
- simplesamlphp-1.18.3/modules/authX509/locales/et/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/et/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/locales/eu/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/eu/LC_MESSAGES/authX509.po +33 -0
- simplesamlphp-1.18.3/modules/authX509/locales/fr/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/fr/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/locales/he/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/he/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/locales/hr/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/hr/LC_MESSAGES/authX509.po +30 -0
- simplesamlphp-1.18.3/modules/authX509/locales/hu/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/hu/LC_MESSAGES/authX509.po +33 -0
- simplesamlphp-1.18.3/modules/authX509/locales/id/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/id/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/locales/it/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/it/LC_MESSAGES/authX509.po +33 -0
- simplesamlphp-1.18.3/modules/authX509/locales/ja/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/ja/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/locales/lt/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/lt/LC_MESSAGES/authX509.po +34 -0
- simplesamlphp-1.18.3/modules/authX509/locales/lv/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/lv/LC_MESSAGES/authX509.po +34 -0
- simplesamlphp-1.18.3/modules/authX509/locales/nb/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/nb/LC_MESSAGES/authX509.po +65 -0
- simplesamlphp-1.18.3/modules/authX509/locales/nl/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/nl/LC_MESSAGES/authX509.po +65 -0
- simplesamlphp-1.18.3/modules/authX509/locales/nn/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/nn/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/locales/ro/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/ro/LC_MESSAGES/authX509.po +34 -0
- simplesamlphp-1.18.3/modules/authX509/locales/ru/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/ru/LC_MESSAGES/authX509.po +30 -0
- simplesamlphp-1.18.3/modules/authX509/locales/sl/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/sl/LC_MESSAGES/authX509.po +34 -0
- simplesamlphp-1.18.3/modules/authX509/locales/sr/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/sr/LC_MESSAGES/authX509.po +34 -0
- simplesamlphp-1.18.3/modules/authX509/locales/sv/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/sv/LC_MESSAGES/authX509.po +33 -0
- simplesamlphp-1.18.3/modules/authX509/locales/zh-tw/LC_MESSAGES/authX509.po ....3/modules/authX509/locales/zh-tw/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/locales/zh/LC_MESSAGES/authX509.po ....18.3/modules/authX509/locales/zh/LC_MESSAGES/authX509.po +29 -0
- simplesamlphp-1.18.3/modules/authX509/phpunit.xml simplesamlphp-1.18.3/modules/authX509/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/authX509/psalm.xml simplesamlphp-1.18.3/modules/authX509/psalm.xml +31 -0
- simplesamlphp-1.18.3/modules/authX509/templates/X509error.php ...lesamlphp-1.18.3/modules/authX509/templates/X509error.php +35 -0
- simplesamlphp-1.18.3/modules/authX509/templates/X509error.twig ...esamlphp-1.18.3/modules/authX509/templates/X509error.twig +19 -0
- simplesamlphp-1.18.3/modules/authX509/templates/X509warning.php ...samlphp-1.18.3/modules/authX509/templates/X509warning.php +48 -0
- simplesamlphp-1.18.3/modules/authX509/templates/X509warning.twig ...amlphp-1.18.3/modules/authX509/templates/X509warning.twig +24 -0
- simplesamlphp-1.18.3/modules/authX509/tests/bootstrap.php simplesamlphp-1.18.3/modules/authX509/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/authX509/www/expirywarning.php simplesamlphp-1.18.3/modules/authX509/www/expirywarning.php +32 -0
- simplesamlphp-1.18.3/modules/authYubikey/.codecov.yml simplesamlphp-1.18.3/modules/authYubikey/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/authYubikey/.php_cs.dist simplesamlphp-1.18.3/modules/authYubikey/.php_cs.dist +17 -0
- simplesamlphp-1.18.3/modules/authYubikey/.travis.yml simplesamlphp-1.18.3/modules/authYubikey/.travis.yml +35 -0
- simplesamlphp-1.18.3/modules/authYubikey/LICENSE simplesamlphp-1.18.3/modules/authYubikey/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/authYubikey/bin/check-syntax.sh simplesamlphp-1.18.3/modules/authYubikey/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/authYubikey/composer.json simplesamlphp-1.18.3/modules/authYubikey/composer.json +45 -0
- simplesamlphp-1.18.3/modules/authYubikey/default-disable simplesamlphp-1.18.3/modules/authYubikey/default-disable +3 -0
- simplesamlphp-1.18.3/modules/authYubikey/dictionaries/yubikey.definition.json .../modules/authYubikey/dictionaries/yubikey.definition.json +8 -0
- simplesamlphp-1.18.3/modules/authYubikey/dictionaries/yubikey.translation.json ...modules/authYubikey/dictionaries/yubikey.translation.json +72 -0
- simplesamlphp-1.18.3/modules/authYubikey/lib/Auth/Process/OTP2YubiPrefix.php ...3/modules/authYubikey/lib/Auth/Process/OTP2YubiPrefix.php +81 -0
- simplesamlphp-1.18.3/modules/authYubikey/lib/Auth/Source/YubiKey.php ...hp-1.18.3/modules/authYubikey/lib/Auth/Source/YubiKey.php +224 -0
- simplesamlphp-1.18.3/modules/authYubikey/libextinc/Yubico.php ...lesamlphp-1.18.3/modules/authYubikey/libextinc/Yubico.php +163 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/af/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/af/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/ar/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/ar/LC_MESSAGES/authYubiKey.po +37 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/cs/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/cs/LC_MESSAGES/authYubiKey.po +39 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/da/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/da/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/de/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/de/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/el/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/el/LC_MESSAGES/authYubiKey.po +36 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/en/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/en/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/es/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/es/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/et/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/et/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/eu/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/eu/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/fi/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/fi/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/fr/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/fr/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/he/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/he/LC_MESSAGES/authYubiKey.po +36 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/hr/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/hr/LC_MESSAGES/authYubiKey.po +39 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/hu/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/hu/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/id/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/id/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/it/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/it/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/ja/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/ja/LC_MESSAGES/authYubiKey.po +32 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/lt/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/lt/LC_MESSAGES/authYubiKey.po +41 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/lv/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/lv/LC_MESSAGES/authYubiKey.po +37 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/nb/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/nb/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/nl/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/nl/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/nn/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/nn/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/pl/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/pl/LC_MESSAGES/authYubiKey.po +39 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/pt/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/pt/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/ro/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/ro/LC_MESSAGES/authYubiKey.po +39 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/ru/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/ru/LC_MESSAGES/authYubiKey.po +39 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/sl/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/sl/LC_MESSAGES/authYubiKey.po +39 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/sr/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/sr/LC_MESSAGES/authYubiKey.po +39 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/sv/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/sv/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/tr/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/tr/LC_MESSAGES/authYubiKey.po +38 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/zh-tw/LC_MESSAGES/authYubiKey.po ...ules/authYubikey/locales/zh-tw/LC_MESSAGES/authYubiKey.po +32 -0
- simplesamlphp-1.18.3/modules/authYubikey/locales/zh/LC_MESSAGES/authYubiKey.po ...modules/authYubikey/locales/zh/LC_MESSAGES/authYubiKey.po +32 -0
- simplesamlphp-1.18.3/modules/authYubikey/phpunit.xml simplesamlphp-1.18.3/modules/authYubikey/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/authYubikey/psalm.xml simplesamlphp-1.18.3/modules/authYubikey/psalm.xml +32 -0
- simplesamlphp-1.18.3/modules/authYubikey/templates/yubikeylogin.php ...php-1.18.3/modules/authYubikey/templates/yubikeylogin.php +35 -0
- simplesamlphp-1.18.3/modules/authYubikey/templates/yubikeylogin.twig ...hp-1.18.3/modules/authYubikey/templates/yubikeylogin.twig +31 -0
- simplesamlphp-1.18.3/modules/authYubikey/tests/bootstrap.php simplesamlphp-1.18.3/modules/authYubikey/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/authYubikey/www/assets/css/yubikey.css ...php-1.18.3/modules/authYubikey/www/assets/css/yubikey.css +7 -0
- simplesamlphp-1.18.3/modules/authYubikey/www/assets/js/autofocus.js ...php-1.18.3/modules/authYubikey/www/assets/js/autofocus.js +1 -0
- simplesamlphp-1.18.3/modules/authYubikey/www/resources/logo.jpg ...samlphp-1.18.3/modules/authYubikey/www/resources/logo.jpg +0 -0
- simplesamlphp-1.18.3/modules/authYubikey/www/resources/yubikey.jpg ...lphp-1.18.3/modules/authYubikey/www/resources/yubikey.jpg +0 -0
- simplesamlphp-1.18.3/modules/authYubikey/www/yubikeylogin.php ...lesamlphp-1.18.3/modules/authYubikey/www/yubikeylogin.php +40 -0
- simplesamlphp-1.18.3/modules/authcrypt/.codecov.yml simplesamlphp-1.18.3/modules/authcrypt/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/authcrypt/.php_cs.dist simplesamlphp-1.18.3/modules/authcrypt/.php_cs.dist +15 -0
- simplesamlphp-1.18.3/modules/authcrypt/.travis.yml simplesamlphp-1.18.3/modules/authcrypt/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/authcrypt/LICENSE simplesamlphp-1.18.3/modules/authcrypt/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/authcrypt/bin/check-syntax.sh simplesamlphp-1.18.3/modules/authcrypt/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/authcrypt/composer.json simplesamlphp-1.18.3/modules/authcrypt/composer.json +42 -0
- simplesamlphp-1.18.3/modules/authcrypt/default-disable simplesamlphp-1.18.3/modules/authcrypt/default-disable +3 -0
- simplesamlphp-1.18.3/modules/authcrypt/docs/authcrypt.md simplesamlphp-1.18.3/modules/authcrypt/docs/authcrypt.md +73 -0
- simplesamlphp-1.18.3/modules/authcrypt/lib/Auth/Source/Hash.php ...samlphp-1.18.3/modules/authcrypt/lib/Auth/Source/Hash.php +107 -0
- simplesamlphp-1.18.3/modules/authcrypt/lib/Auth/Source/Htpasswd.php ...php-1.18.3/modules/authcrypt/lib/Auth/Source/Htpasswd.php +121 -0
- simplesamlphp-1.18.3/modules/authcrypt/phpunit.xml simplesamlphp-1.18.3/modules/authcrypt/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/authcrypt/psalm.xml simplesamlphp-1.18.3/modules/authcrypt/psalm.xml +30 -0
- simplesamlphp-1.18.3/modules/authcrypt/tests/bootstrap.php simplesamlphp-1.18.3/modules/authcrypt/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/authfacebook/.codecov.yml simplesamlphp-1.18.3/modules/authfacebook/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/authfacebook/.php_cs.dist simplesamlphp-1.18.3/modules/authfacebook/.php_cs.dist +17 -0
- simplesamlphp-1.18.3/modules/authfacebook/.travis.yml simplesamlphp-1.18.3/modules/authfacebook/.travis.yml +30 -0
- simplesamlphp-1.18.3/modules/authfacebook/LICENSE simplesamlphp-1.18.3/modules/authfacebook/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/authfacebook/composer.json simplesamlphp-1.18.3/modules/authfacebook/composer.json +45 -0
- simplesamlphp-1.18.3/modules/authfacebook/default-disable simplesamlphp-1.18.3/modules/authfacebook/default-disable +3 -0
- simplesamlphp-1.18.3/modules/authfacebook/docs/authfacebook.md ...esamlphp-1.18.3/modules/authfacebook/docs/authfacebook.md +13 -0
- simplesamlphp-1.18.3/modules/authfacebook/extlibinc/base_facebook.php ...p-1.18.3/modules/authfacebook/extlibinc/base_facebook.php +1488 -0
- simplesamlphp-1.18.3/modules/authfacebook/extlibinc/fb_ca_chain_bundle.crt ...8.3/modules/authfacebook/extlibinc/fb_ca_chain_bundle.crt +3920 -0
- simplesamlphp-1.18.3/modules/authfacebook/lib/Auth/Source/Facebook.php ...-1.18.3/modules/authfacebook/lib/Auth/Source/Facebook.php +169 -0
- simplesamlphp-1.18.3/modules/authfacebook/lib/Facebook.php simplesamlphp-1.18.3/modules/authfacebook/lib/Facebook.php +223 -0
- simplesamlphp-1.18.3/modules/authfacebook/phpunit.xml simplesamlphp-1.18.3/modules/authfacebook/phpunit.xml +22 -0
- simplesamlphp-1.18.3/modules/authfacebook/psalm.xml simplesamlphp-1.18.3/modules/authfacebook/psalm.xml +32 -0
- simplesamlphp-1.18.3/modules/authfacebook/tests/bootstrap.php ...lesamlphp-1.18.3/modules/authfacebook/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/authfacebook/www/linkback.php simplesamlphp-1.18.3/modules/authfacebook/www/linkback.php +53 -0
- simplesamlphp-1.18.3/modules/authorize/.codecov.yml simplesamlphp-1.18.3/modules/authorize/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/authorize/.php_cs.dist simplesamlphp-1.18.3/modules/authorize/.php_cs.dist +17 -0
- simplesamlphp-1.18.3/modules/authorize/.travis.yml simplesamlphp-1.18.3/modules/authorize/.travis.yml +35 -0
- simplesamlphp-1.18.3/modules/authorize/LICENSE simplesamlphp-1.18.3/modules/authorize/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/authorize/bin/check-syntax.sh simplesamlphp-1.18.3/modules/authorize/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/authorize/composer.json simplesamlphp-1.18.3/modules/authorize/composer.json +42 -0
- simplesamlphp-1.18.3/modules/authorize/default-enable simplesamlphp-1.18.3/modules/authorize/default-enable +3 -0
- simplesamlphp-1.18.3/modules/authorize/dictionaries/Authorize.definition.json .../modules/authorize/dictionaries/Authorize.definition.json +8 -0
- simplesamlphp-1.18.3/modules/authorize/dictionaries/Authorize.translation.json ...modules/authorize/dictionaries/Authorize.translation.json +75 -0
- simplesamlphp-1.18.3/modules/authorize/docs/authorize.md simplesamlphp-1.18.3/modules/authorize/docs/authorize.md +108 -0
- simplesamlphp-1.18.3/modules/authorize/lib/Auth/Process/Authorize.php ...p-1.18.3/modules/authorize/lib/Auth/Process/Authorize.php +165 -0
- simplesamlphp-1.18.3/modules/authorize/locales/af/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/af/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/ar/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/ar/LC_MESSAGES/authorize.po +36 -0
- simplesamlphp-1.18.3/modules/authorize/locales/cs/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/cs/LC_MESSAGES/authorize.po +36 -0
- simplesamlphp-1.18.3/modules/authorize/locales/da/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/da/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/de/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/de/LC_MESSAGES/authorize.po +37 -0
- simplesamlphp-1.18.3/modules/authorize/locales/el/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/el/LC_MESSAGES/authorize.po +37 -0
- simplesamlphp-1.18.3/modules/authorize/locales/en/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/en/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/es/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/es/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/et/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/et/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/eu/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/eu/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/fi/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/fi/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/fr/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/fr/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/he/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/he/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/hr/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/hr/LC_MESSAGES/authorize.po +38 -0
- simplesamlphp-1.18.3/modules/authorize/locales/hu/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/hu/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/id/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/id/LC_MESSAGES/authorize.po +37 -0
- simplesamlphp-1.18.3/modules/authorize/locales/it/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/it/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/ja/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/ja/LC_MESSAGES/authorize.po +31 -0
- simplesamlphp-1.18.3/modules/authorize/locales/lt/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/lt/LC_MESSAGES/authorize.po +36 -0
- simplesamlphp-1.18.3/modules/authorize/locales/lv/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/lv/LC_MESSAGES/authorize.po +36 -0
- simplesamlphp-1.18.3/modules/authorize/locales/nb/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/nb/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/nl/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/nl/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/nn/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/nn/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/pl/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/pl/LC_MESSAGES/authorize.po +24 -0
- simplesamlphp-1.18.3/modules/authorize/locales/pt-br/LC_MESSAGES/authorize.po .../modules/authorize/locales/pt-br/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/pt/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/pt/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/ro/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/ro/LC_MESSAGES/authorize.po +38 -0
- simplesamlphp-1.18.3/modules/authorize/locales/ru/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/ru/LC_MESSAGES/authorize.po +36 -0
- simplesamlphp-1.18.3/modules/authorize/locales/sl/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/sl/LC_MESSAGES/authorize.po +36 -0
- simplesamlphp-1.18.3/modules/authorize/locales/sr/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/sr/LC_MESSAGES/authorize.po +38 -0
- simplesamlphp-1.18.3/modules/authorize/locales/sv/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/sv/LC_MESSAGES/authorize.po +35 -0
- simplesamlphp-1.18.3/modules/authorize/locales/xh/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/xh/LC_MESSAGES/authorize.po +24 -0
- simplesamlphp-1.18.3/modules/authorize/locales/zh-tw/LC_MESSAGES/authorize.po .../modules/authorize/locales/zh-tw/LC_MESSAGES/authorize.po +31 -0
- simplesamlphp-1.18.3/modules/authorize/locales/zh/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/zh/LC_MESSAGES/authorize.po +31 -0
- simplesamlphp-1.18.3/modules/authorize/locales/zu/LC_MESSAGES/authorize.po ...8.3/modules/authorize/locales/zu/LC_MESSAGES/authorize.po +24 -0
- simplesamlphp-1.18.3/modules/authorize/phpunit.xml simplesamlphp-1.18.3/modules/authorize/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/authorize/psalm.xml simplesamlphp-1.18.3/modules/authorize/psalm.xml +32 -0
- simplesamlphp-1.18.3/modules/authorize/templates/authorize_403.php ...lphp-1.18.3/modules/authorize/templates/authorize_403.php +30 -0
- simplesamlphp-1.18.3/modules/authorize/templates/authorize_403.twig ...php-1.18.3/modules/authorize/templates/authorize_403.twig +15 -0
- simplesamlphp-1.18.3/modules/authorize/tests/Utils/TestableAuthorize.php ....18.3/modules/authorize/tests/Utils/TestableAuthorize.php +20 -0
- simplesamlphp-1.18.3/modules/authorize/tests/bootstrap.php simplesamlphp-1.18.3/modules/authorize/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/authorize/tests/lib/Auth/Process/AuthorizeTest.php ...odules/authorize/tests/lib/Auth/Process/AuthorizeTest.php +162 -0
- simplesamlphp-1.18.3/modules/authorize/www/authorize_403.php simplesamlphp-1.18.3/modules/authorize/www/authorize_403.php +25 -0
- simplesamlphp-1.18.3/modules/authtwitter/.codecov.yml simplesamlphp-1.18.3/modules/authtwitter/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/authtwitter/.php_cs.dist simplesamlphp-1.18.3/modules/authtwitter/.php_cs.dist +16 -0
- simplesamlphp-1.18.3/modules/authtwitter/.travis.yml simplesamlphp-1.18.3/modules/authtwitter/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/authtwitter/LICENSE simplesamlphp-1.18.3/modules/authtwitter/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/authtwitter/bin/check-syntax.sh simplesamlphp-1.18.3/modules/authtwitter/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/authtwitter/composer.json simplesamlphp-1.18.3/modules/authtwitter/composer.json +46 -0
- simplesamlphp-1.18.3/modules/authtwitter/default-disable simplesamlphp-1.18.3/modules/authtwitter/default-disable +3 -0
- simplesamlphp-1.18.3/modules/authtwitter/docs/oauthtwitter.md ...lesamlphp-1.18.3/modules/authtwitter/docs/oauthtwitter.md +35 -0
- simplesamlphp-1.18.3/modules/authtwitter/lib/Auth/Source/Twitter.php ...hp-1.18.3/modules/authtwitter/lib/Auth/Source/Twitter.php +178 -0
- simplesamlphp-1.18.3/modules/authtwitter/phpunit.xml simplesamlphp-1.18.3/modules/authtwitter/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/authtwitter/psalm.xml simplesamlphp-1.18.3/modules/authtwitter/psalm.xml +31 -0
- simplesamlphp-1.18.3/modules/authtwitter/tests/bootstrap.php simplesamlphp-1.18.3/modules/authtwitter/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/authtwitter/www/linkback.php simplesamlphp-1.18.3/modules/authtwitter/www/linkback.php +45 -0
- simplesamlphp-1.18.3/modules/authwindowslive/.codecov.yml simplesamlphp-1.18.3/modules/authwindowslive/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/authwindowslive/.php_cs.dist simplesamlphp-1.18.3/modules/authwindowslive/.php_cs.dist +16 -0
- simplesamlphp-1.18.3/modules/authwindowslive/.travis.yml simplesamlphp-1.18.3/modules/authwindowslive/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/authwindowslive/LICENSE simplesamlphp-1.18.3/modules/authwindowslive/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/authwindowslive/bin/check-syntax.sh ...amlphp-1.18.3/modules/authwindowslive/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/authwindowslive/composer.json simplesamlphp-1.18.3/modules/authwindowslive/composer.json +47 -0
- simplesamlphp-1.18.3/modules/authwindowslive/default-disable simplesamlphp-1.18.3/modules/authwindowslive/default-disable +3 -0
- simplesamlphp-1.18.3/modules/authwindowslive/docs/windowsliveid.md ...lphp-1.18.3/modules/authwindowslive/docs/windowsliveid.md +22 -0
- simplesamlphp-1.18.3/modules/authwindowslive/lib/Auth/Source/LiveID.php ...1.18.3/modules/authwindowslive/lib/Auth/Source/LiveID.php +170 -0
- simplesamlphp-1.18.3/modules/authwindowslive/phpunit.xml simplesamlphp-1.18.3/modules/authwindowslive/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/authwindowslive/psalm.xml simplesamlphp-1.18.3/modules/authwindowslive/psalm.xml +31 -0
- simplesamlphp-1.18.3/modules/authwindowslive/tests/bootstrap.php ...amlphp-1.18.3/modules/authwindowslive/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/authwindowslive/www/linkback.php ...lesamlphp-1.18.3/modules/authwindowslive/www/linkback.php +51 -0
- simplesamlphp-1.18.3/modules/cas/.codecov.yml simplesamlphp-1.18.3/modules/cas/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/cas/.php_cs.dist simplesamlphp-1.18.3/modules/cas/.php_cs.dist +15 -0
- simplesamlphp-1.18.3/modules/cas/.travis.yml simplesamlphp-1.18.3/modules/cas/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/cas/bin/check-syntax.sh simplesamlphp-1.18.3/modules/cas/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/cas/composer.json simplesamlphp-1.18.3/modules/cas/composer.json +43 -0
- simplesamlphp-1.18.3/modules/cas/default-disable simplesamlphp-1.18.3/modules/cas/default-disable +3 -0
- simplesamlphp-1.18.3/modules/cas/docs/cas.md simplesamlphp-1.18.3/modules/cas/docs/cas.md +32 -0
- simplesamlphp-1.18.3/modules/cas/lib/Auth/Source/CAS.php simplesamlphp-1.18.3/modules/cas/lib/Auth/Source/CAS.php +270 -0
- simplesamlphp-1.18.3/modules/cas/phpunit.xml simplesamlphp-1.18.3/modules/cas/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/cas/psalm.xml simplesamlphp-1.18.3/modules/cas/psalm.xml +30 -0
- simplesamlphp-1.18.3/modules/cas/tests/bootstrap.php simplesamlphp-1.18.3/modules/cas/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/cas/www/linkback.php simplesamlphp-1.18.3/modules/cas/www/linkback.php +31 -0
- simplesamlphp-1.18.3/modules/cdc/.codecov.yml simplesamlphp-1.18.3/modules/cdc/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/cdc/.travis.yml simplesamlphp-1.18.3/modules/cdc/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/cdc/bin/check-syntax.sh simplesamlphp-1.18.3/modules/cdc/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/cdc/composer.json simplesamlphp-1.18.3/modules/cdc/composer.json +45 -0
- simplesamlphp-1.18.3/modules/cdc/config-templates/module_cdc.php ...amlphp-1.18.3/modules/cdc/config-templates/module_cdc.php +22 -0
- simplesamlphp-1.18.3/modules/cdc/default-disable simplesamlphp-1.18.3/modules/cdc/default-disable +3 -0
- simplesamlphp-1.18.3/modules/cdc/lib/Auth/Process/CDC.php simplesamlphp-1.18.3/modules/cdc/lib/Auth/Process/CDC.php +75 -0
- simplesamlphp-1.18.3/modules/cdc/lib/Client.php simplesamlphp-1.18.3/modules/cdc/lib/Client.php +71 -0
- simplesamlphp-1.18.3/modules/cdc/lib/Server.php simplesamlphp-1.18.3/modules/cdc/lib/Server.php +438 -0
- simplesamlphp-1.18.3/modules/cdc/phpunit.xml simplesamlphp-1.18.3/modules/cdc/phpunit.xml +20 -0
- simplesamlphp-1.18.3/modules/cdc/psalm.xml simplesamlphp-1.18.3/modules/cdc/psalm.xml +32 -0
- simplesamlphp-1.18.3/modules/cdc/tests/bootstrap.php simplesamlphp-1.18.3/modules/cdc/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/cdc/www/resume.php simplesamlphp-1.18.3/modules/cdc/www/resume.php +24 -0
- simplesamlphp-1.18.3/modules/cdc/www/server.php simplesamlphp-1.18.3/modules/cdc/www/server.php +3 -0
- simplesamlphp-1.18.3/modules/consent/.codecov.yml simplesamlphp-1.18.3/modules/consent/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/consent/.php_cs.dist simplesamlphp-1.18.3/modules/consent/.php_cs.dist +16 -0
- simplesamlphp-1.18.3/modules/consent/.travis.yml simplesamlphp-1.18.3/modules/consent/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/consent/bin/check-syntax.sh simplesamlphp-1.18.3/modules/consent/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/consent/composer.json simplesamlphp-1.18.3/modules/consent/composer.json +41 -0
- simplesamlphp-1.18.3/modules/consent/default-disable simplesamlphp-1.18.3/modules/consent/default-disable +3 -0
- simplesamlphp-1.18.3/modules/consent/dictionaries/consent.definition.json ...18.3/modules/consent/dictionaries/consent.definition.json +68 -0
- simplesamlphp-1.18.3/modules/consent/dictionaries/consent.php ...lesamlphp-1.18.3/modules/consent/dictionaries/consent.php +378 -0
- simplesamlphp-1.18.3/modules/consent/dictionaries/consent.translation.json ...8.3/modules/consent/dictionaries/consent.translation.json +807 -0
- simplesamlphp-1.18.3/modules/consent/docs/consent.md simplesamlphp-1.18.3/modules/consent/docs/consent.md +317 -0
- simplesamlphp-1.18.3/modules/consent/lib/Auth/Process/Consent.php ...mlphp-1.18.3/modules/consent/lib/Auth/Process/Consent.php +406 -0
- simplesamlphp-1.18.3/modules/consent/lib/Consent/Store/Cookie.php ...mlphp-1.18.3/modules/consent/lib/Consent/Store/Cookie.php +294 -0
- simplesamlphp-1.18.3/modules/consent/lib/Consent/Store/Database.php ...php-1.18.3/modules/consent/lib/Consent/Store/Database.php +506 -0
- simplesamlphp-1.18.3/modules/consent/lib/Logout.php simplesamlphp-1.18.3/modules/consent/lib/Logout.php +23 -0
- simplesamlphp-1.18.3/modules/consent/lib/Store.php simplesamlphp-1.18.3/modules/consent/lib/Store.php +154 -0
- simplesamlphp-1.18.3/modules/consent/locales/af/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/af/LC_MESSAGES/consent.po +159 -0
- simplesamlphp-1.18.3/modules/consent/locales/ar/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/ar/LC_MESSAGES/consent.po +152 -0
- simplesamlphp-1.18.3/modules/consent/locales/cs/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/cs/LC_MESSAGES/consent.po +156 -0
- simplesamlphp-1.18.3/modules/consent/locales/da/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/da/LC_MESSAGES/consent.po +155 -0
- simplesamlphp-1.18.3/modules/consent/locales/de/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/de/LC_MESSAGES/consent.po +163 -0
- simplesamlphp-1.18.3/modules/consent/locales/el/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/el/LC_MESSAGES/consent.po +159 -0
- simplesamlphp-1.18.3/modules/consent/locales/en/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/en/LC_MESSAGES/consent.po +155 -0
- simplesamlphp-1.18.3/modules/consent/locales/es/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/es/LC_MESSAGES/consent.po +165 -0
- simplesamlphp-1.18.3/modules/consent/locales/et/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/et/LC_MESSAGES/consent.po +151 -0
- simplesamlphp-1.18.3/modules/consent/locales/eu/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/eu/LC_MESSAGES/consent.po +155 -0
- simplesamlphp-1.18.3/modules/consent/locales/fi/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/fi/LC_MESSAGES/consent.po +143 -0
- simplesamlphp-1.18.3/modules/consent/locales/fr/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/fr/LC_MESSAGES/consent.po +165 -0
- simplesamlphp-1.18.3/modules/consent/locales/he/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/he/LC_MESSAGES/consent.po +145 -0
- simplesamlphp-1.18.3/modules/consent/locales/hr/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/hr/LC_MESSAGES/consent.po +156 -0
- simplesamlphp-1.18.3/modules/consent/locales/hu/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/hu/LC_MESSAGES/consent.po +153 -0
- simplesamlphp-1.18.3/modules/consent/locales/id/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/id/LC_MESSAGES/consent.po +153 -0
- simplesamlphp-1.18.3/modules/consent/locales/it/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/it/LC_MESSAGES/consent.po +159 -0
- simplesamlphp-1.18.3/modules/consent/locales/ja/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/ja/LC_MESSAGES/consent.po +145 -0
- simplesamlphp-1.18.3/modules/consent/locales/lb/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/lb/LC_MESSAGES/consent.po +77 -0
- simplesamlphp-1.18.3/modules/consent/locales/lt/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/lt/LC_MESSAGES/consent.po +156 -0
- simplesamlphp-1.18.3/modules/consent/locales/lv/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/lv/LC_MESSAGES/consent.po +146 -0
- simplesamlphp-1.18.3/modules/consent/locales/nb/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/nb/LC_MESSAGES/consent.po +159 -0
- simplesamlphp-1.18.3/modules/consent/locales/nl/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/nl/LC_MESSAGES/consent.po +165 -0
- simplesamlphp-1.18.3/modules/consent/locales/nn/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/nn/LC_MESSAGES/consent.po +155 -0
- simplesamlphp-1.18.3/modules/consent/locales/pl/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/pl/LC_MESSAGES/consent.po +132 -0
- simplesamlphp-1.18.3/modules/consent/locales/pt-br/LC_MESSAGES/consent.po ...18.3/modules/consent/locales/pt-br/LC_MESSAGES/consent.po +145 -0
- simplesamlphp-1.18.3/modules/consent/locales/pt/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/pt/LC_MESSAGES/consent.po +157 -0
- simplesamlphp-1.18.3/modules/consent/locales/ro/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/ro/LC_MESSAGES/consent.po +156 -0
- simplesamlphp-1.18.3/modules/consent/locales/ru/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/ru/LC_MESSAGES/consent.po +156 -0
- simplesamlphp-1.18.3/modules/consent/locales/sl/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/sl/LC_MESSAGES/consent.po +156 -0
- simplesamlphp-1.18.3/modules/consent/locales/sr/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/sr/LC_MESSAGES/consent.po +156 -0
- simplesamlphp-1.18.3/modules/consent/locales/sv/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/sv/LC_MESSAGES/consent.po +157 -0
- simplesamlphp-1.18.3/modules/consent/locales/tr/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/tr/LC_MESSAGES/consent.po +139 -0
- simplesamlphp-1.18.3/modules/consent/locales/xh/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/xh/LC_MESSAGES/consent.po +82 -0
- simplesamlphp-1.18.3/modules/consent/locales/zh-tw/LC_MESSAGES/consent.po ...18.3/modules/consent/locales/zh-tw/LC_MESSAGES/consent.po +151 -0
- simplesamlphp-1.18.3/modules/consent/locales/zh/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/zh/LC_MESSAGES/consent.po +151 -0
- simplesamlphp-1.18.3/modules/consent/locales/zu/LC_MESSAGES/consent.po ...-1.18.3/modules/consent/locales/zu/LC_MESSAGES/consent.po +84 -0
- simplesamlphp-1.18.3/modules/consent/phpunit.xml simplesamlphp-1.18.3/modules/consent/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/consent/psalm.xml simplesamlphp-1.18.3/modules/consent/psalm.xml +31 -0
- simplesamlphp-1.18.3/modules/consent/templates/consentform.php ...esamlphp-1.18.3/modules/consent/templates/consentform.php +68 -0
- simplesamlphp-1.18.3/modules/consent/templates/consentform.twig ...samlphp-1.18.3/modules/consent/templates/consentform.twig +38 -0
- simplesamlphp-1.18.3/modules/consent/templates/logout_completed.php ...php-1.18.3/modules/consent/templates/logout_completed.php +9 -0
- simplesamlphp-1.18.3/modules/consent/templates/logout_completed.twig ...hp-1.18.3/modules/consent/templates/logout_completed.twig +7 -0
- simplesamlphp-1.18.3/modules/consent/templates/noconsent.php simplesamlphp-1.18.3/modules/consent/templates/noconsent.php +24 -0
- simplesamlphp-1.18.3/modules/consent/templates/noconsent.twig ...lesamlphp-1.18.3/modules/consent/templates/noconsent.twig +16 -0
- simplesamlphp-1.18.3/modules/consent/tests/bootstrap.php simplesamlphp-1.18.3/modules/consent/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/consent/tests/lib/Auth/Process/ConsentTest.php ....3/modules/consent/tests/lib/Auth/Process/ConsentTest.php +251 -0
- simplesamlphp-1.18.3/modules/consent/www/assets/consent.css simplesamlphp-1.18.3/modules/consent/www/assets/consent.css +54 -0
- simplesamlphp-1.18.3/modules/consent/www/assets/css/consent.css ...samlphp-1.18.3/modules/consent/www/assets/css/consent.css +54 -0
- simplesamlphp-1.18.3/modules/consent/www/getconsent.php simplesamlphp-1.18.3/modules/consent/www/getconsent.php +299 -0
- simplesamlphp-1.18.3/modules/consent/www/logout.php simplesamlphp-1.18.3/modules/consent/www/logout.php +17 -0
- simplesamlphp-1.18.3/modules/consent/www/logout_completed.php ...lesamlphp-1.18.3/modules/consent/www/logout_completed.php +10 -0
- simplesamlphp-1.18.3/modules/consent/www/noconsent.php simplesamlphp-1.18.3/modules/consent/www/noconsent.php +63 -0
- simplesamlphp-1.18.3/modules/consentAdmin/.codecov.yml simplesamlphp-1.18.3/modules/consentAdmin/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/consentAdmin/.php_cs.dist simplesamlphp-1.18.3/modules/consentAdmin/.php_cs.dist +17 -0
- simplesamlphp-1.18.3/modules/consentAdmin/.travis.yml simplesamlphp-1.18.3/modules/consentAdmin/.travis.yml +31 -0
- simplesamlphp-1.18.3/modules/consentAdmin/LICENSE simplesamlphp-1.18.3/modules/consentAdmin/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/consentAdmin/bin/check-syntax.sh ...lesamlphp-1.18.3/modules/consentAdmin/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/consentAdmin/composer.json simplesamlphp-1.18.3/modules/consentAdmin/composer.json +45 -0
- simplesamlphp-1.18.3/modules/consentAdmin/config-templates/module_consentAdmin.php ...les/consentAdmin/config-templates/module_consentAdmin.php +35 -0
- simplesamlphp-1.18.3/modules/consentAdmin/default-disable simplesamlphp-1.18.3/modules/consentAdmin/default-disable +3 -0
- simplesamlphp-1.18.3/modules/consentAdmin/dictionaries/consentadmin.definition.json ...es/consentAdmin/dictionaries/consentadmin.definition.json +65 -0
- simplesamlphp-1.18.3/modules/consentAdmin/dictionaries/consentadmin.translation.json ...s/consentAdmin/dictionaries/consentadmin.translation.json +607 -0
- simplesamlphp-1.18.3/modules/consentAdmin/docs/consentAdmin.md ...esamlphp-1.18.3/modules/consentAdmin/docs/consentAdmin.md +77 -0
- simplesamlphp-1.18.3/modules/consentAdmin/hooks/hook_configpage.php ...php-1.18.3/modules/consentAdmin/hooks/hook_configpage.php +15 -0
- simplesamlphp-1.18.3/modules/consentAdmin/hooks/hook_frontpage.php ...lphp-1.18.3/modules/consentAdmin/hooks/hook_frontpage.php +19 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/ar/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/ar/LC_MESSAGES/consentAdmin.po +157 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/cs/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/cs/LC_MESSAGES/consentAdmin.po +159 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/da/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/da/LC_MESSAGES/consentAdmin.po +204 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/de/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/de/LC_MESSAGES/consentAdmin.po +166 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/el/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/el/LC_MESSAGES/consentAdmin.po +158 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/en/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/en/LC_MESSAGES/consentAdmin.po +173 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/es/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/es/LC_MESSAGES/consentAdmin.po +166 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/et/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/et/LC_MESSAGES/consentAdmin.po +160 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/eu/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/eu/LC_MESSAGES/consentAdmin.po +160 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/fr/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/fr/LC_MESSAGES/consentAdmin.po +164 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/he/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/he/LC_MESSAGES/consentAdmin.po +158 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/hr/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/hr/LC_MESSAGES/consentAdmin.po +161 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/hu/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/hu/LC_MESSAGES/consentAdmin.po +158 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/id/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/id/LC_MESSAGES/consentAdmin.po +164 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/it/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/it/LC_MESSAGES/consentAdmin.po +164 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/ja/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/ja/LC_MESSAGES/consentAdmin.po +158 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/lt/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/lt/LC_MESSAGES/consentAdmin.po +159 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/lv/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/lv/LC_MESSAGES/consentAdmin.po +161 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/nb/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/nb/LC_MESSAGES/consentAdmin.po +162 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/nl/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/nl/LC_MESSAGES/consentAdmin.po +164 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/nn/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/nn/LC_MESSAGES/consentAdmin.po +162 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/pt/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/pt/LC_MESSAGES/consentAdmin.po +158 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/ro/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/ro/LC_MESSAGES/consentAdmin.po +163 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/ru/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/ru/LC_MESSAGES/consentAdmin.po +161 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/sl/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/sl/LC_MESSAGES/consentAdmin.po +159 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/sr/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/sr/LC_MESSAGES/consentAdmin.po +161 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/sv/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/sv/LC_MESSAGES/consentAdmin.po +160 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/zh-tw/LC_MESSAGES/consentAdmin.po ...es/consentAdmin/locales/zh-tw/LC_MESSAGES/consentAdmin.po +158 -0
- simplesamlphp-1.18.3/modules/consentAdmin/locales/zh/LC_MESSAGES/consentAdmin.po ...dules/consentAdmin/locales/zh/LC_MESSAGES/consentAdmin.po +158 -0
- simplesamlphp-1.18.3/modules/consentAdmin/phpunit.xml simplesamlphp-1.18.3/modules/consentAdmin/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/consentAdmin/psalm.xml simplesamlphp-1.18.3/modules/consentAdmin/psalm.xml +31 -0
- simplesamlphp-1.18.3/modules/consentAdmin/templates/consentadmin.php ...hp-1.18.3/modules/consentAdmin/templates/consentadmin.php +90 -0
- simplesamlphp-1.18.3/modules/consentAdmin/templates/consentadmin.twig ...p-1.18.3/modules/consentAdmin/templates/consentadmin.twig +82 -0
- simplesamlphp-1.18.3/modules/consentAdmin/templates/consentadminajax.php ....18.3/modules/consentAdmin/templates/consentadminajax.php +2 -0
- simplesamlphp-1.18.3/modules/consentAdmin/templates/consentadminajax.twig ...18.3/modules/consentAdmin/templates/consentadminajax.twig +3 -0
- simplesamlphp-1.18.3/modules/consentAdmin/tests/bootstrap.php ...lesamlphp-1.18.3/modules/consentAdmin/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/consentAdmin/www/assets/css/consentAdmin.css ...18.3/modules/consentAdmin/www/assets/css/consentAdmin.css +39 -0
- simplesamlphp-1.18.3/modules/consentAdmin/www/assets/js/consentAdmin.js ...1.18.3/modules/consentAdmin/www/assets/js/consentAdmin.js +79 -0
- simplesamlphp-1.18.3/modules/consentAdmin/www/consentAdmin.php ...esamlphp-1.18.3/modules/consentAdmin/www/consentAdmin.php +342 -0
- simplesamlphp-1.18.3/modules/core/default-enable simplesamlphp-1.18.3/modules/core/default-enable +3 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/cardinality.definition.json ...8.3/modules/core/dictionaries/cardinality.definition.json +14 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/cardinality.translation.json ....3/modules/core/dictionaries/cardinality.translation.json +38 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/frontpage.definition.json ....18.3/modules/core/dictionaries/frontpage.definition.json +155 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/frontpage.translation.json ...18.3/modules/core/dictionaries/frontpage.translation.json +1626 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/no_cookie.definition.json ....18.3/modules/core/dictionaries/no_cookie.definition.json +11 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/no_cookie.translation.json ...18.3/modules/core/dictionaries/no_cookie.translation.json +107 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/no_metadata.definition.json ...8.3/modules/core/dictionaries/no_metadata.definition.json +17 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/no_metadata.translation.json ....3/modules/core/dictionaries/no_metadata.translation.json +172 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/no_state.definition.json ...1.18.3/modules/core/dictionaries/no_state.definition.json +41 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/no_state.translation.json ....18.3/modules/core/dictionaries/no_state.translation.json +364 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/short_sso_interval.definition.json ...ules/core/dictionaries/short_sso_interval.definition.json +11 -0
- simplesamlphp-1.18.3/modules/core/dictionaries/short_sso_interval.translation.json ...les/core/dictionaries/short_sso_interval.translation.json +98 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_attributeadd.md ...samlphp-1.18.3/modules/core/docs/authproc_attributeadd.md +49 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_attributealter.md ...mlphp-1.18.3/modules/core/docs/authproc_attributealter.md +131 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_attributecopy.md ...amlphp-1.18.3/modules/core/docs/authproc_attributecopy.md +26 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_attributelimit.md ...mlphp-1.18.3/modules/core/docs/authproc_attributelimit.md +128 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_attributemap.md ...samlphp-1.18.3/modules/core/docs/authproc_attributemap.md +57 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_attributerealm.md ...mlphp-1.18.3/modules/core/docs/authproc_attributerealm.md +32 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_attributevaluemap.md ...hp-1.18.3/modules/core/docs/authproc_attributevaluemap.md +84 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_cardinality.md ...esamlphp-1.18.3/modules/core/docs/authproc_cardinality.md +49 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_cardinalitysingle.md ...hp-1.18.3/modules/core/docs/authproc_cardinalitysingle.md +88 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_generategroups.md ...mlphp-1.18.3/modules/core/docs/authproc_generategroups.md +51 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_languageadaptor.md ...lphp-1.18.3/modules/core/docs/authproc_languageadaptor.md +42 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_php.md simplesamlphp-1.18.3/modules/core/docs/authproc_php.md +58 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_scopeattribute.md ...mlphp-1.18.3/modules/core/docs/authproc_scopeattribute.md +50 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_scopefromattribute.md ...p-1.18.3/modules/core/docs/authproc_scopefromattribute.md +31 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_statisticswithattribute.md ...8.3/modules/core/docs/authproc_statisticswithattribute.md +29 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_targetedid.md ...lesamlphp-1.18.3/modules/core/docs/authproc_targetedid.md +63 -0
- simplesamlphp-1.18.3/modules/core/docs/authproc_warnshortssointerval.md ...1.18.3/modules/core/docs/authproc_warnshortssointerval.md +16 -0
- simplesamlphp-1.18.3/modules/core/hooks/hook_frontpage.php simplesamlphp-1.18.3/modules/core/hooks/hook_frontpage.php +34 -0
- simplesamlphp-1.18.3/modules/core/hooks/hook_sanitycheck.php simplesamlphp-1.18.3/modules/core/hooks/hook_sanitycheck.php +51 -0
- simplesamlphp-1.18.3/modules/core/lib/ACL.php simplesamlphp-1.18.3/modules/core/lib/ACL.php +304 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/AttributeAdd.php ...php-1.18.3/modules/core/lib/Auth/Process/AttributeAdd.php +91 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/AttributeAlter.php ...p-1.18.3/modules/core/lib/Auth/Process/AttributeAlter.php +199 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/AttributeCopy.php ...hp-1.18.3/modules/core/lib/Auth/Process/AttributeCopy.php +80 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/AttributeLimit.php ...p-1.18.3/modules/core/lib/Auth/Process/AttributeLimit.php +177 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/AttributeMap.php ...php-1.18.3/modules/core/lib/Auth/Process/AttributeMap.php +154 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/AttributeRealm.php ...p-1.18.3/modules/core/lib/Auth/Process/AttributeRealm.php +62 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/AttributeValueMap.php ....18.3/modules/core/lib/Auth/Process/AttributeValueMap.php +156 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/Cardinality.php ...lphp-1.18.3/modules/core/lib/Auth/Process/Cardinality.php +203 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/CardinalitySingle.php ....18.3/modules/core/lib/Auth/Process/CardinalitySingle.php +130 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/ExtendIdPSession.php ...1.18.3/modules/core/lib/Auth/Process/ExtendIdPSession.php +61 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/GenerateGroups.php ...p-1.18.3/modules/core/lib/Auth/Process/GenerateGroups.php +155 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/LanguageAdaptor.php ...-1.18.3/modules/core/lib/Auth/Process/LanguageAdaptor.php +74 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/PHP.php simplesamlphp-1.18.3/modules/core/lib/Auth/Process/PHP.php +69 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/ScopeAttribute.php ...p-1.18.3/modules/core/lib/Auth/Process/ScopeAttribute.php +111 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/ScopeFromAttribute.php ...18.3/modules/core/lib/Auth/Process/ScopeFromAttribute.php +99 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/StatisticsWithAttribute.php ...modules/core/lib/Auth/Process/StatisticsWithAttribute.php +118 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/TargetedID.php ...mlphp-1.18.3/modules/core/lib/Auth/Process/TargetedID.php +181 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Process/WarnShortSSOInterval.php ....3/modules/core/lib/Auth/Process/WarnShortSSOInterval.php +58 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/Source/AdminPassword.php ...php-1.18.3/modules/core/lib/Auth/Source/AdminPassword.php +69 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/UserPassBase.php simplesamlphp-1.18.3/modules/core/lib/Auth/UserPassBase.php +331 -0
- simplesamlphp-1.18.3/modules/core/lib/Auth/UserPassOrgBase.php ...esamlphp-1.18.3/modules/core/lib/Auth/UserPassOrgBase.php +363 -0
- simplesamlphp-1.18.3/modules/core/lib/Controller.php simplesamlphp-1.18.3/modules/core/lib/Controller.php +187 -0
- simplesamlphp-1.18.3/modules/core/lib/Stats/Output/File.php simplesamlphp-1.18.3/modules/core/lib/Stats/Output/File.php +106 -0
- simplesamlphp-1.18.3/modules/core/lib/Stats/Output/Log.php simplesamlphp-1.18.3/modules/core/lib/Stats/Output/Log.php +49 -0
- simplesamlphp-1.18.3/modules/core/lib/Storage/SQLPermanentStorage.php ...p-1.18.3/modules/core/lib/Storage/SQLPermanentStorage.php +308 -0
- simplesamlphp-1.18.3/modules/core/locales/af/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/af/LC_MESSAGES/core.po +123 -0
- simplesamlphp-1.18.3/modules/core/locales/ar/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/ar/LC_MESSAGES/core.po +511 -0
- simplesamlphp-1.18.3/modules/core/locales/cs/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/cs/LC_MESSAGES/core.po +523 -0
- simplesamlphp-1.18.3/modules/core/locales/da/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/da/LC_MESSAGES/core.po +533 -0
- simplesamlphp-1.18.3/modules/core/locales/de/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/de/LC_MESSAGES/core.po +528 -0
- simplesamlphp-1.18.3/modules/core/locales/el/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/el/LC_MESSAGES/core.po +585 -0
- simplesamlphp-1.18.3/modules/core/locales/en/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/en/LC_MESSAGES/core.po +581 -0
- simplesamlphp-1.18.3/modules/core/locales/es/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/es/LC_MESSAGES/core.po +565 -0
- simplesamlphp-1.18.3/modules/core/locales/et/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/et/LC_MESSAGES/core.po +522 -0
- simplesamlphp-1.18.3/modules/core/locales/eu/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/eu/LC_MESSAGES/core.po +530 -0
- simplesamlphp-1.18.3/modules/core/locales/fi/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/fi/LC_MESSAGES/core.po +355 -0
- simplesamlphp-1.18.3/modules/core/locales/fr/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/fr/LC_MESSAGES/core.po +536 -0
- simplesamlphp-1.18.3/modules/core/locales/he/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/he/LC_MESSAGES/core.po +502 -0
- simplesamlphp-1.18.3/modules/core/locales/hr/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/hr/LC_MESSAGES/core.po +551 -0
- simplesamlphp-1.18.3/modules/core/locales/hu/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/hu/LC_MESSAGES/core.po +532 -0
- simplesamlphp-1.18.3/modules/core/locales/id/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/id/LC_MESSAGES/core.po +534 -0
- simplesamlphp-1.18.3/modules/core/locales/it/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/it/LC_MESSAGES/core.po +544 -0
- simplesamlphp-1.18.3/modules/core/locales/ja/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/ja/LC_MESSAGES/core.po +476 -0
- simplesamlphp-1.18.3/modules/core/locales/lb/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/lb/LC_MESSAGES/core.po +256 -0
- simplesamlphp-1.18.3/modules/core/locales/lt/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/lt/LC_MESSAGES/core.po +537 -0
- simplesamlphp-1.18.3/modules/core/locales/lv/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/lv/LC_MESSAGES/core.po +509 -0
- simplesamlphp-1.18.3/modules/core/locales/nb/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/nb/LC_MESSAGES/core.po +526 -0
- simplesamlphp-1.18.3/modules/core/locales/nl/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/nl/LC_MESSAGES/core.po +569 -0
- simplesamlphp-1.18.3/modules/core/locales/nn/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/nn/LC_MESSAGES/core.po +520 -0
- simplesamlphp-1.18.3/modules/core/locales/pl/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/pl/LC_MESSAGES/core.po +326 -0
- simplesamlphp-1.18.3/modules/core/locales/pt-br/LC_MESSAGES/core.po ...php-1.18.3/modules/core/locales/pt-br/LC_MESSAGES/core.po +399 -0
- simplesamlphp-1.18.3/modules/core/locales/pt/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/pt/LC_MESSAGES/core.po +394 -0
- simplesamlphp-1.18.3/modules/core/locales/ro/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/ro/LC_MESSAGES/core.po +551 -0
- simplesamlphp-1.18.3/modules/core/locales/ru/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/ru/LC_MESSAGES/core.po +544 -0
- simplesamlphp-1.18.3/modules/core/locales/sl/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/sl/LC_MESSAGES/core.po +513 -0
- simplesamlphp-1.18.3/modules/core/locales/sr/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/sr/LC_MESSAGES/core.po +547 -0
- simplesamlphp-1.18.3/modules/core/locales/sv/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/sv/LC_MESSAGES/core.po +518 -0
- simplesamlphp-1.18.3/modules/core/locales/tr/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/tr/LC_MESSAGES/core.po +341 -0
- simplesamlphp-1.18.3/modules/core/locales/xh/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/xh/LC_MESSAGES/core.po +97 -0
- simplesamlphp-1.18.3/modules/core/locales/zh-tw/LC_MESSAGES/core.po ...php-1.18.3/modules/core/locales/zh-tw/LC_MESSAGES/core.po +497 -0
- simplesamlphp-1.18.3/modules/core/locales/zh/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/zh/LC_MESSAGES/core.po +470 -0
- simplesamlphp-1.18.3/modules/core/locales/zu/LC_MESSAGES/core.po ...amlphp-1.18.3/modules/core/locales/zu/LC_MESSAGES/core.po +98 -0
- simplesamlphp-1.18.3/modules/core/routes.yaml simplesamlphp-1.18.3/modules/core/routes.yaml +9 -0
- simplesamlphp-1.18.3/modules/core/templates/_frontpage_menu.twig ...amlphp-1.18.3/modules/core/templates/_frontpage_menu.twig +31 -0
- simplesamlphp-1.18.3/modules/core/templates/authsource_list.tpl.php ...php-1.18.3/modules/core/templates/authsource_list.tpl.php +19 -0
- simplesamlphp-1.18.3/modules/core/templates/authsource_list.twig ...amlphp-1.18.3/modules/core/templates/authsource_list.twig +11 -0
- simplesamlphp-1.18.3/modules/core/templates/base.twig simplesamlphp-1.18.3/modules/core/templates/base.twig +25 -0
- simplesamlphp-1.18.3/modules/core/templates/cardinality_error.tpl.php ...p-1.18.3/modules/core/templates/cardinality_error.tpl.php +36 -0
- simplesamlphp-1.18.3/modules/core/templates/cardinality_error.twig ...lphp-1.18.3/modules/core/templates/cardinality_error.twig +25 -0
- simplesamlphp-1.18.3/modules/core/templates/frontpage_auth.tpl.php ...lphp-1.18.3/modules/core/templates/frontpage_auth.tpl.php +30 -0
- simplesamlphp-1.18.3/modules/core/templates/frontpage_auth.twig ...samlphp-1.18.3/modules/core/templates/frontpage_auth.twig +18 -0
- simplesamlphp-1.18.3/modules/core/templates/frontpage_config.tpl.php ...hp-1.18.3/modules/core/templates/frontpage_config.tpl.php +78 -0
- simplesamlphp-1.18.3/modules/core/templates/frontpage_config.twig ...mlphp-1.18.3/modules/core/templates/frontpage_config.twig +56 -0
- simplesamlphp-1.18.3/modules/core/templates/frontpage_federation.tpl.php ....18.3/modules/core/templates/frontpage_federation.tpl.php +112 -0
- simplesamlphp-1.18.3/modules/core/templates/frontpage_federation.twig ...p-1.18.3/modules/core/templates/frontpage_federation.twig +84 -0
- simplesamlphp-1.18.3/modules/core/templates/frontpage_welcome.tpl.php ...p-1.18.3/modules/core/templates/frontpage_welcome.tpl.php +23 -0
- simplesamlphp-1.18.3/modules/core/templates/frontpage_welcome.twig ...lphp-1.18.3/modules/core/templates/frontpage_welcome.twig +15 -0
- simplesamlphp-1.18.3/modules/core/templates/login.twig simplesamlphp-1.18.3/modules/core/templates/login.twig +24 -0
- simplesamlphp-1.18.3/modules/core/templates/loginuserpass.tpl.php ...mlphp-1.18.3/modules/core/templates/loginuserpass.tpl.php +195 -0
- simplesamlphp-1.18.3/modules/core/templates/loginuserpass.twig ...esamlphp-1.18.3/modules/core/templates/loginuserpass.twig +135 -0
- simplesamlphp-1.18.3/modules/core/templates/logout-iframe-wrapper.tpl.php ...18.3/modules/core/templates/logout-iframe-wrapper.tpl.php +29 -0
- simplesamlphp-1.18.3/modules/core/templates/logout-iframe-wrapper.twig ...-1.18.3/modules/core/templates/logout-iframe-wrapper.twig +2 -0
- simplesamlphp-1.18.3/modules/core/templates/logout-iframe.tpl.php ...mlphp-1.18.3/modules/core/templates/logout-iframe.tpl.php +198 -0
- simplesamlphp-1.18.3/modules/core/templates/logout-iframe.twig ...esamlphp-1.18.3/modules/core/templates/logout-iframe.twig +123 -0
- simplesamlphp-1.18.3/modules/core/templates/no_cookie.tpl.php ...lesamlphp-1.18.3/modules/core/templates/no_cookie.tpl.php +22 -0
- simplesamlphp-1.18.3/modules/core/templates/no_cookie.twig simplesamlphp-1.18.3/modules/core/templates/no_cookie.twig +13 -0
- simplesamlphp-1.18.3/modules/core/templates/no_metadata.tpl.php ...samlphp-1.18.3/modules/core/templates/no_metadata.tpl.php +8 -0
- simplesamlphp-1.18.3/modules/core/templates/no_metadata.twig simplesamlphp-1.18.3/modules/core/templates/no_metadata.twig +7 -0
- simplesamlphp-1.18.3/modules/core/templates/no_state.tpl.php simplesamlphp-1.18.3/modules/core/templates/no_state.tpl.php +16 -0
- simplesamlphp-1.18.3/modules/core/templates/no_state.twig simplesamlphp-1.18.3/modules/core/templates/no_state.twig +14 -0
- simplesamlphp-1.18.3/modules/core/templates/short_sso_interval.tpl.php ...-1.18.3/modules/core/templates/short_sso_interval.tpl.php +41 -0
- simplesamlphp-1.18.3/modules/core/templates/short_sso_interval.twig ...php-1.18.3/modules/core/templates/short_sso_interval.twig +16 -0
- simplesamlphp-1.18.3/modules/core/templates/show_metadata.tpl.php ...mlphp-1.18.3/modules/core/templates/show_metadata.tpl.php +22 -0
- simplesamlphp-1.18.3/modules/core/templates/show_metadata.twig ...esamlphp-1.18.3/modules/core/templates/show_metadata.twig +18 -0
- simplesamlphp-1.18.3/modules/core/www/as_login.php simplesamlphp-1.18.3/modules/core/www/as_login.php +35 -0
- simplesamlphp-1.18.3/modules/core/www/as_logout.php simplesamlphp-1.18.3/modules/core/www/as_logout.php +18 -0
- simplesamlphp-1.18.3/modules/core/www/assets/js/loginuserpass.js ...amlphp-1.18.3/modules/core/www/assets/js/loginuserpass.js +7 -0
- simplesamlphp-1.18.3/modules/core/www/authenticate.php simplesamlphp-1.18.3/modules/core/www/authenticate.php +51 -0
- simplesamlphp-1.18.3/modules/core/www/cardinality_error.php simplesamlphp-1.18.3/modules/core/www/cardinality_error.php +30 -0
- simplesamlphp-1.18.3/modules/core/www/cleardiscochoices.php simplesamlphp-1.18.3/modules/core/www/cleardiscochoices.php +35 -0
- simplesamlphp-1.18.3/modules/core/www/frontpage_auth.php simplesamlphp-1.18.3/modules/core/www/frontpage_auth.php +48 -0
- simplesamlphp-1.18.3/modules/core/www/frontpage_config.php simplesamlphp-1.18.3/modules/core/www/frontpage_config.php +203 -0
- simplesamlphp-1.18.3/modules/core/www/frontpage_federation.php ...esamlphp-1.18.3/modules/core/www/frontpage_federation.php +175 -0
- simplesamlphp-1.18.3/modules/core/www/frontpage_welcome.php simplesamlphp-1.18.3/modules/core/www/frontpage_welcome.php +49 -0
- simplesamlphp-1.18.3/modules/core/www/idp/logout-iframe-done.php ...amlphp-1.18.3/modules/core/www/idp/logout-iframe-done.php +58 -0
- simplesamlphp-1.18.3/modules/core/www/idp/logout-iframe-post.php ...amlphp-1.18.3/modules/core/www/idp/logout-iframe-post.php +60 -0
- simplesamlphp-1.18.3/modules/core/www/idp/logout-iframe.js simplesamlphp-1.18.3/modules/core/www/idp/logout-iframe.js +110 -0
- simplesamlphp-1.18.3/modules/core/www/idp/logout-iframe.php simplesamlphp-1.18.3/modules/core/www/idp/logout-iframe.php +152 -0
- simplesamlphp-1.18.3/modules/core/www/idp/resumelogout.php simplesamlphp-1.18.3/modules/core/www/idp/resumelogout.php +12 -0
- simplesamlphp-1.18.3/modules/core/www/login-admin.php simplesamlphp-1.18.3/modules/core/www/login-admin.php +12 -0
- simplesamlphp-1.18.3/modules/core/www/loginuserpass.php simplesamlphp-1.18.3/modules/core/www/loginuserpass.php +137 -0
- simplesamlphp-1.18.3/modules/core/www/loginuserpassorg.php simplesamlphp-1.18.3/modules/core/www/loginuserpassorg.php +167 -0
- simplesamlphp-1.18.3/modules/core/www/no_cookie.php simplesamlphp-1.18.3/modules/core/www/no_cookie.php +25 -0
- simplesamlphp-1.18.3/modules/core/www/postredirect.php simplesamlphp-1.18.3/modules/core/www/postredirect.php +56 -0
- simplesamlphp-1.18.3/modules/core/www/short_sso_interval.php simplesamlphp-1.18.3/modules/core/www/short_sso_interval.php +33 -0
- simplesamlphp-1.18.3/modules/core/www/show_metadata.php simplesamlphp-1.18.3/modules/core/www/show_metadata.php +39 -0
- simplesamlphp-1.18.3/modules/cron/bin/cron.php simplesamlphp-1.18.3/modules/cron/bin/cron.php +45 -0
- simplesamlphp-1.18.3/modules/cron/config-templates/module_cron.php ...lphp-1.18.3/modules/cron/config-templates/module_cron.php +11 -0
- simplesamlphp-1.18.3/modules/cron/default-disable simplesamlphp-1.18.3/modules/cron/default-disable +3 -0
- simplesamlphp-1.18.3/modules/cron/dictionaries/cron.definition.json ...php-1.18.3/modules/cron/dictionaries/cron.definition.json +29 -0
- simplesamlphp-1.18.3/modules/cron/dictionaries/cron.translation.json ...hp-1.18.3/modules/cron/dictionaries/cron.translation.json +272 -0
- simplesamlphp-1.18.3/modules/cron/docs/cron.md simplesamlphp-1.18.3/modules/cron/docs/cron.md +122 -0
- simplesamlphp-1.18.3/modules/cron/hooks/hook_configpage.php simplesamlphp-1.18.3/modules/cron/hooks/hook_configpage.php +16 -0
- simplesamlphp-1.18.3/modules/cron/hooks/hook_cron.php simplesamlphp-1.18.3/modules/cron/hooks/hook_cron.php +20 -0
- simplesamlphp-1.18.3/modules/cron/hooks/hook_frontpage.php simplesamlphp-1.18.3/modules/cron/hooks/hook_frontpage.php +18 -0
- simplesamlphp-1.18.3/modules/cron/lib/Controller/Cron.php simplesamlphp-1.18.3/modules/cron/lib/Controller/Cron.php +150 -0
- simplesamlphp-1.18.3/modules/cron/lib/Cron.php simplesamlphp-1.18.3/modules/cron/lib/Cron.php +71 -0
- simplesamlphp-1.18.3/modules/cron/locales/af/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/af/LC_MESSAGES/cron.po +69 -0
- simplesamlphp-1.18.3/modules/cron/locales/ar/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/ar/LC_MESSAGES/cron.po +66 -0
- simplesamlphp-1.18.3/modules/cron/locales/cs/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/cs/LC_MESSAGES/cron.po +66 -0
- simplesamlphp-1.18.3/modules/cron/locales/da/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/da/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/de/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/de/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/el/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/el/LC_MESSAGES/cron.po +69 -0
- simplesamlphp-1.18.3/modules/cron/locales/en/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/en/LC_MESSAGES/cron.po +70 -0
- simplesamlphp-1.18.3/modules/cron/locales/es/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/es/LC_MESSAGES/cron.po +70 -0
- simplesamlphp-1.18.3/modules/cron/locales/et/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/et/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/eu/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/eu/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/fr/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/fr/LC_MESSAGES/cron.po +69 -0
- simplesamlphp-1.18.3/modules/cron/locales/he/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/he/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/hr/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/hr/LC_MESSAGES/cron.po +70 -0
- simplesamlphp-1.18.3/modules/cron/locales/hu/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/hu/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/id/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/id/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/it/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/it/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/ja/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/ja/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/lt/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/lt/LC_MESSAGES/cron.po +66 -0
- simplesamlphp-1.18.3/modules/cron/locales/lv/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/lv/LC_MESSAGES/cron.po +66 -0
- simplesamlphp-1.18.3/modules/cron/locales/nb/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/nb/LC_MESSAGES/cron.po +70 -0
- simplesamlphp-1.18.3/modules/cron/locales/nl/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/nl/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/nn/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/nn/LC_MESSAGES/cron.po +70 -0
- simplesamlphp-1.18.3/modules/cron/locales/pt-br/LC_MESSAGES/cron.po ...php-1.18.3/modules/cron/locales/pt-br/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/pt/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/pt/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/ro/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/ro/LC_MESSAGES/cron.po +70 -0
- simplesamlphp-1.18.3/modules/cron/locales/ru/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/ru/LC_MESSAGES/cron.po +66 -0
- simplesamlphp-1.18.3/modules/cron/locales/sl/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/sl/LC_MESSAGES/cron.po +66 -0
- simplesamlphp-1.18.3/modules/cron/locales/sr/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/sr/LC_MESSAGES/cron.po +70 -0
- simplesamlphp-1.18.3/modules/cron/locales/sv/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/sv/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/zh-tw/LC_MESSAGES/cron.po ...php-1.18.3/modules/cron/locales/zh-tw/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/locales/zh/LC_MESSAGES/cron.po ...amlphp-1.18.3/modules/cron/locales/zh/LC_MESSAGES/cron.po +65 -0
- simplesamlphp-1.18.3/modules/cron/routing/routes/routes.yaml simplesamlphp-1.18.3/modules/cron/routing/routes/routes.yaml +6 -0
- simplesamlphp-1.18.3/modules/cron/templates/croninfo-result.tpl.php ...php-1.18.3/modules/cron/templates/croninfo-result.tpl.php +19 -0
- simplesamlphp-1.18.3/modules/cron/templates/croninfo-result.twig ...amlphp-1.18.3/modules/cron/templates/croninfo-result.twig +35 -0
- simplesamlphp-1.18.3/modules/cron/templates/croninfo.tpl.php simplesamlphp-1.18.3/modules/cron/templates/croninfo.tpl.php +33 -0
- simplesamlphp-1.18.3/modules/cron/templates/croninfo.twig simplesamlphp-1.18.3/modules/cron/templates/croninfo.twig +30 -0
- simplesamlphp-1.18.3/modules/cron/www/assets/css/cron.css simplesamlphp-1.18.3/modules/cron/www/assets/css/cron.css +4 -0
- simplesamlphp-1.18.3/modules/cron/www/cron.php simplesamlphp-1.18.3/modules/cron/www/cron.php +19 -0
- simplesamlphp-1.18.3/modules/cron/www/croninfo.php simplesamlphp-1.18.3/modules/cron/www/croninfo.php +19 -0
- simplesamlphp-1.18.3/modules/discopower/.codecov.yml simplesamlphp-1.18.3/modules/discopower/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/discopower/.php_cs.dist simplesamlphp-1.18.3/modules/discopower/.php_cs.dist +17 -0
- simplesamlphp-1.18.3/modules/discopower/.travis.yml simplesamlphp-1.18.3/modules/discopower/.travis.yml +30 -0
- simplesamlphp-1.18.3/modules/discopower/LICENSE simplesamlphp-1.18.3/modules/discopower/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/discopower/bin/check-syntax.sh simplesamlphp-1.18.3/modules/discopower/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/discopower/composer.json simplesamlphp-1.18.3/modules/discopower/composer.json +42 -0
- simplesamlphp-1.18.3/modules/discopower/config-templates/module_discopower.php ...modules/discopower/config-templates/module_discopower.php +45 -0
- simplesamlphp-1.18.3/modules/discopower/default-disable simplesamlphp-1.18.3/modules/discopower/default-disable +3 -0
- simplesamlphp-1.18.3/modules/discopower/dictionaries/tabs.definition.json ...18.3/modules/discopower/dictionaries/tabs.definition.json +44 -0
- simplesamlphp-1.18.3/modules/discopower/dictionaries/tabs.translation.json ...8.3/modules/discopower/dictionaries/tabs.translation.json +169 -0
- simplesamlphp-1.18.3/modules/discopower/lib/PowerIdPDisco.php ...lesamlphp-1.18.3/modules/discopower/lib/PowerIdPDisco.php +468 -0
- simplesamlphp-1.18.3/modules/discopower/locales/af/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/af/LC_MESSAGES/discopower.po +97 -0
- simplesamlphp-1.18.3/modules/discopower/locales/da/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/da/LC_MESSAGES/discopower.po +95 -0
- simplesamlphp-1.18.3/modules/discopower/locales/el/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/el/LC_MESSAGES/discopower.po +95 -0
- simplesamlphp-1.18.3/modules/discopower/locales/en/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/en/LC_MESSAGES/discopower.po +101 -0
- simplesamlphp-1.18.3/modules/discopower/locales/es/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/es/LC_MESSAGES/discopower.po +95 -0
- simplesamlphp-1.18.3/modules/discopower/locales/gl/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/gl/LC_MESSAGES/discopower.po +77 -0
- simplesamlphp-1.18.3/modules/discopower/locales/nl/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/nl/LC_MESSAGES/discopower.po +101 -0
- simplesamlphp-1.18.3/modules/discopower/locales/ru/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/ru/LC_MESSAGES/discopower.po +84 -0
- simplesamlphp-1.18.3/modules/discopower/locales/xh/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/xh/LC_MESSAGES/discopower.po +49 -0
- simplesamlphp-1.18.3/modules/discopower/locales/zh-tw/LC_MESSAGES/discopower.po ...odules/discopower/locales/zh-tw/LC_MESSAGES/discopower.po +89 -0
- simplesamlphp-1.18.3/modules/discopower/locales/zu/LC_MESSAGES/discopower.po ...3/modules/discopower/locales/zu/LC_MESSAGES/discopower.po +40 -0
- simplesamlphp-1.18.3/modules/discopower/phpunit.xml simplesamlphp-1.18.3/modules/discopower/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/discopower/psalm.xml simplesamlphp-1.18.3/modules/discopower/psalm.xml +32 -0
- simplesamlphp-1.18.3/modules/discopower/templates/disco.tpl.php ...samlphp-1.18.3/modules/discopower/templates/disco.tpl.php +141 -0
- simplesamlphp-1.18.3/modules/discopower/templates/disco.twig simplesamlphp-1.18.3/modules/discopower/templates/disco.twig +56 -0
- simplesamlphp-1.18.3/modules/discopower/tests/bootstrap.php simplesamlphp-1.18.3/modules/discopower/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/disco.css ...amlphp-1.18.3/modules/discopower/www/assets/css/disco.css +107 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-bg_glass_55_fbf9ee_1x400.png .../css/uitheme1.12.1/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-bg_glass_65_ffffff_1x400.png .../css/uitheme1.12.1/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-bg_glass_75_dadada_1x400.png .../css/uitheme1.12.1/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-bg_glass_75_e6e6e6_1x400.png .../css/uitheme1.12.1/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-bg_glass_95_fef1ec_1x400.png .../css/uitheme1.12.1/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-bg_highlight-soft_75_cccccc_1x100.png ...eme1.12.1/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-icons_222222_256x240.png ...sets/css/uitheme1.12.1/images/ui-icons_222222_256x240.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-icons_2e83ff_256x240.png ...sets/css/uitheme1.12.1/images/ui-icons_2e83ff_256x240.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-icons_454545_256x240.png ...sets/css/uitheme1.12.1/images/ui-icons_454545_256x240.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-icons_888888_256x240.png ...sets/css/uitheme1.12.1/images/ui-icons_888888_256x240.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/images/ui-icons_cd0a0a_256x240.png ...sets/css/uitheme1.12.1/images/ui-icons_cd0a0a_256x240.png +0 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/css/uitheme1.12.1/jquery-ui.min.css ...discopower/www/assets/css/uitheme1.12.1/jquery-ui.min.css +7 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/js/jquery-1.12.4.min.js ...8.3/modules/discopower/www/assets/js/jquery-1.12.4.min.js +5 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/js/jquery-ui-1.12.1.min.js .../modules/discopower/www/assets/js/jquery-ui-1.12.1.min.js +13 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/js/jquery.livesearch.js ...8.3/modules/discopower/www/assets/js/jquery.livesearch.js +43 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/js/quicksilver.js ...hp-1.18.3/modules/discopower/www/assets/js/quicksilver.js +102 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/js/suggest.js ...amlphp-1.18.3/modules/discopower/www/assets/js/suggest.js +25 -0
- simplesamlphp-1.18.3/modules/discopower/www/assets/js/tablist.js ...amlphp-1.18.3/modules/discopower/www/assets/js/tablist.js +13 -0
- simplesamlphp-1.18.3/modules/discopower/www/disco.php simplesamlphp-1.18.3/modules/discopower/www/disco.php +18 -0
- simplesamlphp-1.18.3/modules/discopower/www/tablist.php simplesamlphp-1.18.3/modules/discopower/www/tablist.php +43 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/.codecov.yml ...amlphp-1.18.3/modules/exampleattributeserver/.codecov.yml +11 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/.php_cs.dist ...amlphp-1.18.3/modules/exampleattributeserver/.php_cs.dist +15 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/.travis.yml ...samlphp-1.18.3/modules/exampleattributeserver/.travis.yml +35 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/LICENSE simplesamlphp-1.18.3/modules/exampleattributeserver/LICENSE +165 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/bin/check-syntax.sh ...1.18.3/modules/exampleattributeserver/bin/check-syntax.sh +15 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/composer.json ...mlphp-1.18.3/modules/exampleattributeserver/composer.json +41 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/default-enable ...lphp-1.18.3/modules/exampleattributeserver/default-enable +3 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/phpunit.xml ...samlphp-1.18.3/modules/exampleattributeserver/phpunit.xml +19 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/psalm.xml ...lesamlphp-1.18.3/modules/exampleattributeserver/psalm.xml +30 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/tests/bootstrap.php ...1.18.3/modules/exampleattributeserver/tests/bootstrap.php +11 -0
- simplesamlphp-1.18.3/modules/exampleattributeserver/www/attributeserver.php ....3/modules/exampleattributeserver/www/attributeserver.php +93 -0
- simplesamlphp-1.18.3/modules/exampleauth/default-disable simplesamlphp-1.18.3/modules/exampleauth/default-disable +3 -0
- simplesamlphp-1.18.3/modules/exampleauth/enable simplesamlphp-1.18.3/modules/exampleauth/enable +0 -0
- simplesamlphp-1.18.3/modules/exampleauth/lib/Auth/Process/RedirectTest.php ...8.3/modules/exampleauth/lib/Auth/Process/RedirectTest.php +34 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.