Changeset 3498074
- Timestamp:
- 04/03/2026 09:34:16 AM (27 hours ago)
- Location:
- devch-passkey-login
- Files:
-
- 911 added
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
trunk/CHANGELOG.md (added)
-
trunk/LICENSE (added)
-
trunk/README.md (added)
-
trunk/assets (added)
-
trunk/assets/src (added)
-
trunk/assets/src/css (added)
-
trunk/assets/src/css/login.css (added)
-
trunk/assets/src/js (added)
-
trunk/assets/src/js/passkey-authenticate.js (added)
-
trunk/assets/src/js/passkey-register.js (added)
-
trunk/composer.json (added)
-
trunk/devch-passkey-login.php (added)
-
trunk/includes (added)
-
trunk/includes/admin (added)
-
trunk/includes/admin/class-passkey-login-admin.php (added)
-
trunk/includes/admin/class-passkey-login-network-admin.php (added)
-
trunk/includes/admin/class-passkey-login-network-audit-list-table.php (added)
-
trunk/includes/admin/class-passkey-login-network-site-list-table.php (added)
-
trunk/includes/admin/class-passkey-login-user-profile.php (added)
-
trunk/includes/api (added)
-
trunk/includes/api/class-passkey-login-rest-api.php (added)
-
trunk/includes/auth (added)
-
trunk/includes/auth/class-passkey-login-authenticator.php (added)
-
trunk/includes/auth/class-passkey-login-challenge.php (added)
-
trunk/includes/auth/class-passkey-login-credential.php (added)
-
trunk/includes/auth/class-passkey-login-webauthn.php (added)
-
trunk/includes/class-passkey-login-autoloader.php (added)
-
trunk/includes/class-passkey-login-capabilities.php (added)
-
trunk/includes/class-passkey-login-installer.php (added)
-
trunk/includes/class-passkey-login-plugin.php (added)
-
trunk/includes/frontend (added)
-
trunk/includes/frontend/class-passkey-login-login-form.php (added)
-
trunk/includes/frontend/class-passkey-login-shortcodes.php (added)
-
trunk/includes/multisite (added)
-
trunk/includes/multisite/class-passkey-login-network.php (added)
-
trunk/includes/multisite/class-passkey-login-site-manager.php (added)
-
trunk/includes/multisite/class-passkey-login-user-sync.php (added)
-
trunk/includes/utils (added)
-
trunk/includes/utils/class-passkey-login-crypto.php (added)
-
trunk/includes/utils/class-passkey-login-logger.php (added)
-
trunk/includes/utils/class-passkey-login-sanitizer.php (added)
-
trunk/includes/utils/class-passkey-login-settings.php (added)
-
trunk/readme.txt (added)
-
trunk/uninstall.php (added)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/beberlei (added)
-
trunk/vendor/beberlei/assert (added)
-
trunk/vendor/beberlei/assert/LICENSE (added)
-
trunk/vendor/beberlei/assert/composer.json (added)
-
trunk/vendor/beberlei/assert/lib (added)
-
trunk/vendor/beberlei/assert/lib/Assert (added)
-
trunk/vendor/beberlei/assert/lib/Assert/Assert.php (added)
-
trunk/vendor/beberlei/assert/lib/Assert/Assertion.php (added)
-
trunk/vendor/beberlei/assert/lib/Assert/AssertionChain.php (added)
-
trunk/vendor/beberlei/assert/lib/Assert/AssertionFailedException.php (added)
-
trunk/vendor/beberlei/assert/lib/Assert/InvalidArgumentException.php (added)
-
trunk/vendor/beberlei/assert/lib/Assert/LazyAssertion.php (added)
-
trunk/vendor/beberlei/assert/lib/Assert/LazyAssertionException.php (added)
-
trunk/vendor/beberlei/assert/lib/Assert/functions.php (added)
-
trunk/vendor/brick (added)
-
trunk/vendor/brick/math (added)
-
trunk/vendor/brick/math/CHANGELOG.md (added)
-
trunk/vendor/brick/math/LICENSE (added)
-
trunk/vendor/brick/math/SECURITY.md (added)
-
trunk/vendor/brick/math/composer.json (added)
-
trunk/vendor/brick/math/src (added)
-
trunk/vendor/brick/math/src/BigDecimal.php (added)
-
trunk/vendor/brick/math/src/BigInteger.php (added)
-
trunk/vendor/brick/math/src/BigNumber.php (added)
-
trunk/vendor/brick/math/src/BigRational.php (added)
-
trunk/vendor/brick/math/src/Exception (added)
-
trunk/vendor/brick/math/src/Exception/DivisionByZeroException.php (added)
-
trunk/vendor/brick/math/src/Exception/IntegerOverflowException.php (added)
-
trunk/vendor/brick/math/src/Exception/MathException.php (added)
-
trunk/vendor/brick/math/src/Exception/NegativeNumberException.php (added)
-
trunk/vendor/brick/math/src/Exception/NumberFormatException.php (added)
-
trunk/vendor/brick/math/src/Exception/RoundingNecessaryException.php (added)
-
trunk/vendor/brick/math/src/Internal (added)
-
trunk/vendor/brick/math/src/Internal/Calculator (added)
-
trunk/vendor/brick/math/src/Internal/Calculator.php (added)
-
trunk/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php (added)
-
trunk/vendor/brick/math/src/Internal/Calculator/GmpCalculator.php (added)
-
trunk/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php (added)
-
trunk/vendor/brick/math/src/RoundingMode.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_files.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/platform_check.php (added)
-
trunk/vendor/fgrosse (added)
-
trunk/vendor/fgrosse/phpasn1 (added)
-
trunk/vendor/fgrosse/phpasn1/CHANGELOG.md (added)
-
trunk/vendor/fgrosse/phpasn1/LICENSE (added)
-
trunk/vendor/fgrosse/phpasn1/README.md (added)
-
trunk/vendor/fgrosse/phpasn1/composer.json (added)
-
trunk/vendor/fgrosse/phpasn1/lib (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1 (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/ASNObject.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/AbstractString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/AbstractTime.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Base128.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Composite (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Composite/AttributeTypeAndValue.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Composite/RDNString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Composite/RelativeDistinguishedName.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Construct.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Exception (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Exception/NotImplementedException.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Exception/ParserException.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/ExplicitlyTaggedObject.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Identifier.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/OID.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Parsable.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/TemplateParser.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/BMPString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/BitString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Boolean.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/CharacterString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Enumerated.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/GeneralString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/GeneralizedTime.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/GraphicString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/IA5String.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Integer.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/NullObject.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/NumericString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/ObjectDescriptor.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/ObjectIdentifier.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/OctetString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/PrintableString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/RelativeObjectIdentifier.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Sequence.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/Set.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/T61String.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/UTCTime.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/UTF8String.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/UniversalString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/Universal/VisibleString.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/UnknownConstructedObject.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/ASN1/UnknownObject.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/Utility (added)
-
trunk/vendor/fgrosse/phpasn1/lib/Utility/BigInteger.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/Utility/BigIntegerBcmath.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/Utility/BigIntegerGmp.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509 (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/AlgorithmIdentifier.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/CSR (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/CSR/Attributes.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/CSR/CSR.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/CertificateExtensions.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/CertificateSubject.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/PrivateKey.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/PublicKey.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/SAN (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/SAN/DNSName.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/SAN/IPAddress.php (added)
-
trunk/vendor/fgrosse/phpasn1/lib/X509/SAN/SubjectAlternativeNames.php (added)
-
trunk/vendor/league (added)
-
trunk/vendor/league/uri (added)
-
trunk/vendor/league/uri-interfaces (added)
-
trunk/vendor/league/uri-interfaces/LICENSE (added)
-
trunk/vendor/league/uri-interfaces/composer.json (added)
-
trunk/vendor/league/uri-interfaces/src (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/AuthorityInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/DataPathInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/DomainHostInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/FragmentInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/HostInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/IpHostInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/PathInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/PortInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/QueryInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/UriComponentInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/UriException.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/UriInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Contracts/UserInfoInterface.php (added)
-
trunk/vendor/league/uri-interfaces/src/Exceptions (added)
-
trunk/vendor/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php (added)
-
trunk/vendor/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php (added)
-
trunk/vendor/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php (added)
-
trunk/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php (added)
-
trunk/vendor/league/uri-interfaces/src/Idna (added)
-
trunk/vendor/league/uri-interfaces/src/Idna/Idna.php (added)
-
trunk/vendor/league/uri-interfaces/src/Idna/IdnaInfo.php (added)
-
trunk/vendor/league/uri/LICENSE (added)
-
trunk/vendor/league/uri/composer.json (added)
-
trunk/vendor/league/uri/src (added)
-
trunk/vendor/league/uri/src/Exceptions (added)
-
trunk/vendor/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php (added)
-
trunk/vendor/league/uri/src/Http.php (added)
-
trunk/vendor/league/uri/src/HttpFactory.php (added)
-
trunk/vendor/league/uri/src/Uri.php (added)
-
trunk/vendor/league/uri/src/UriInfo.php (added)
-
trunk/vendor/league/uri/src/UriResolver.php (added)
-
trunk/vendor/league/uri/src/UriString.php (added)
-
trunk/vendor/league/uri/src/UriTemplate (added)
-
trunk/vendor/league/uri/src/UriTemplate.php (added)
-
trunk/vendor/league/uri/src/UriTemplate/Expression.php (added)
-
trunk/vendor/league/uri/src/UriTemplate/Template.php (added)
-
trunk/vendor/league/uri/src/UriTemplate/VarSpecifier.php (added)
-
trunk/vendor/league/uri/src/UriTemplate/VariableBag.php (added)
-
trunk/vendor/psr (added)
-
trunk/vendor/psr/http-client (added)
-
trunk/vendor/psr/http-client/CHANGELOG.md (added)
-
trunk/vendor/psr/http-client/LICENSE (added)
-
trunk/vendor/psr/http-client/README.md (added)
-
trunk/vendor/psr/http-client/composer.json (added)
-
trunk/vendor/psr/http-client/src (added)
-
trunk/vendor/psr/http-client/src/ClientExceptionInterface.php (added)
-
trunk/vendor/psr/http-client/src/ClientInterface.php (added)
-
trunk/vendor/psr/http-client/src/NetworkExceptionInterface.php (added)
-
trunk/vendor/psr/http-client/src/RequestExceptionInterface.php (added)
-
trunk/vendor/psr/http-factory (added)
-
trunk/vendor/psr/http-factory/LICENSE (added)
-
trunk/vendor/psr/http-factory/README.md (added)
-
trunk/vendor/psr/http-factory/composer.json (added)
-
trunk/vendor/psr/http-factory/src (added)
-
trunk/vendor/psr/http-factory/src/RequestFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/StreamFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
trunk/vendor/psr/http-factory/src/UriFactoryInterface.php (added)
-
trunk/vendor/psr/http-message (added)
-
trunk/vendor/psr/http-message/CHANGELOG.md (added)
-
trunk/vendor/psr/http-message/LICENSE (added)
-
trunk/vendor/psr/http-message/README.md (added)
-
trunk/vendor/psr/http-message/composer.json (added)
-
trunk/vendor/psr/http-message/src (added)
-
trunk/vendor/psr/http-message/src/MessageInterface.php (added)
-
trunk/vendor/psr/http-message/src/RequestInterface.php (added)
-
trunk/vendor/psr/http-message/src/ResponseInterface.php (added)
-
trunk/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
trunk/vendor/psr/http-message/src/StreamInterface.php (added)
-
trunk/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
trunk/vendor/psr/http-message/src/UriInterface.php (added)
-
trunk/vendor/psr/log (added)
-
trunk/vendor/psr/log/LICENSE (added)
-
trunk/vendor/psr/log/Psr (added)
-
trunk/vendor/psr/log/Psr/Log (added)
-
trunk/vendor/psr/log/Psr/Log/AbstractLogger.php (added)
-
trunk/vendor/psr/log/Psr/Log/InvalidArgumentException.php (added)
-
trunk/vendor/psr/log/Psr/Log/LogLevel.php (added)
-
trunk/vendor/psr/log/Psr/Log/LoggerAwareInterface.php (added)
-
trunk/vendor/psr/log/Psr/Log/LoggerAwareTrait.php (added)
-
trunk/vendor/psr/log/Psr/Log/LoggerInterface.php (added)
-
trunk/vendor/psr/log/Psr/Log/LoggerTrait.php (added)
-
trunk/vendor/psr/log/Psr/Log/NullLogger.php (added)
-
trunk/vendor/psr/log/README.md (added)
-
trunk/vendor/psr/log/composer.json (added)
-
trunk/vendor/ramsey (added)
-
trunk/vendor/ramsey/collection (added)
-
trunk/vendor/ramsey/collection/LICENSE (added)
-
trunk/vendor/ramsey/collection/README.md (added)
-
trunk/vendor/ramsey/collection/SECURITY.md (added)
-
trunk/vendor/ramsey/collection/composer.json (added)
-
trunk/vendor/ramsey/collection/conventional-commits.json (added)
-
trunk/vendor/ramsey/collection/src (added)
-
trunk/vendor/ramsey/collection/src/AbstractArray.php (added)
-
trunk/vendor/ramsey/collection/src/AbstractCollection.php (added)
-
trunk/vendor/ramsey/collection/src/AbstractSet.php (added)
-
trunk/vendor/ramsey/collection/src/ArrayInterface.php (added)
-
trunk/vendor/ramsey/collection/src/Collection.php (added)
-
trunk/vendor/ramsey/collection/src/CollectionInterface.php (added)
-
trunk/vendor/ramsey/collection/src/DoubleEndedQueue.php (added)
-
trunk/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php (added)
-
trunk/vendor/ramsey/collection/src/Exception (added)
-
trunk/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php (added)
-
trunk/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php (added)
-
trunk/vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php (added)
-
trunk/vendor/ramsey/collection/src/Exception/NoSuchElementException.php (added)
-
trunk/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php (added)
-
trunk/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php (added)
-
trunk/vendor/ramsey/collection/src/Exception/ValueExtractionException.php (added)
-
trunk/vendor/ramsey/collection/src/GenericArray.php (added)
-
trunk/vendor/ramsey/collection/src/Map (added)
-
trunk/vendor/ramsey/collection/src/Map/AbstractMap.php (added)
-
trunk/vendor/ramsey/collection/src/Map/AbstractTypedMap.php (added)
-
trunk/vendor/ramsey/collection/src/Map/AssociativeArrayMap.php (added)
-
trunk/vendor/ramsey/collection/src/Map/MapInterface.php (added)
-
trunk/vendor/ramsey/collection/src/Map/NamedParameterMap.php (added)
-
trunk/vendor/ramsey/collection/src/Map/TypedMap.php (added)
-
trunk/vendor/ramsey/collection/src/Map/TypedMapInterface.php (added)
-
trunk/vendor/ramsey/collection/src/Queue.php (added)
-
trunk/vendor/ramsey/collection/src/QueueInterface.php (added)
-
trunk/vendor/ramsey/collection/src/Set.php (added)
-
trunk/vendor/ramsey/collection/src/Tool (added)
-
trunk/vendor/ramsey/collection/src/Tool/TypeTrait.php (added)
-
trunk/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php (added)
-
trunk/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php (added)
-
trunk/vendor/ramsey/uuid (added)
-
trunk/vendor/ramsey/uuid/LICENSE (added)
-
trunk/vendor/ramsey/uuid/README.md (added)
-
trunk/vendor/ramsey/uuid/composer.json (added)
-
trunk/vendor/ramsey/uuid/src (added)
-
trunk/vendor/ramsey/uuid/src/BinaryUtils.php (added)
-
trunk/vendor/ramsey/uuid/src/Builder (added)
-
trunk/vendor/ramsey/uuid/src/Builder/BuilderCollection.php (added)
-
trunk/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php (added)
-
trunk/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php (added)
-
trunk/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php (added)
-
trunk/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Codec (added)
-
trunk/vendor/ramsey/uuid/src/Codec/CodecInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php (added)
-
trunk/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php (added)
-
trunk/vendor/ramsey/uuid/src/Codec/StringCodec.php (added)
-
trunk/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php (added)
-
trunk/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Number (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Time (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php (added)
-
trunk/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/DegradedUuid.php (added)
-
trunk/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception (added)
-
trunk/vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/DateTimeException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/DceSecurityException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/InvalidBytesException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/NameException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/NodeException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/RandomSourceException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/TimeSourceException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php (added)
-
trunk/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/FeatureSet.php (added)
-
trunk/vendor/ramsey/uuid/src/Fields (added)
-
trunk/vendor/ramsey/uuid/src/Fields/FieldsInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator (added)
-
trunk/vendor/ramsey/uuid/src/Generator/CombGenerator.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php (added)
-
trunk/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Guid (added)
-
trunk/vendor/ramsey/uuid/src/Guid/Fields.php (added)
-
trunk/vendor/ramsey/uuid/src/Guid/Guid.php (added)
-
trunk/vendor/ramsey/uuid/src/Guid/GuidBuilder.php (added)
-
trunk/vendor/ramsey/uuid/src/Lazy (added)
-
trunk/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php (added)
-
trunk/vendor/ramsey/uuid/src/Math (added)
-
trunk/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php (added)
-
trunk/vendor/ramsey/uuid/src/Math/CalculatorInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Math/RoundingMode.php (added)
-
trunk/vendor/ramsey/uuid/src/Nonstandard (added)
-
trunk/vendor/ramsey/uuid/src/Nonstandard/Fields.php (added)
-
trunk/vendor/ramsey/uuid/src/Nonstandard/Uuid.php (added)
-
trunk/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php (added)
-
trunk/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Dce (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Node (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Time (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php (added)
-
trunk/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122 (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/Fields.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/Validator.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php (added)
-
trunk/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php (added)
-
trunk/vendor/ramsey/uuid/src/Type (added)
-
trunk/vendor/ramsey/uuid/src/Type/Decimal.php (added)
-
trunk/vendor/ramsey/uuid/src/Type/Hexadecimal.php (added)
-
trunk/vendor/ramsey/uuid/src/Type/Integer.php (added)
-
trunk/vendor/ramsey/uuid/src/Type/NumberInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Type/Time.php (added)
-
trunk/vendor/ramsey/uuid/src/Type/TypeInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Uuid.php (added)
-
trunk/vendor/ramsey/uuid/src/UuidFactory.php (added)
-
trunk/vendor/ramsey/uuid/src/UuidFactoryInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/UuidInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/Validator (added)
-
trunk/vendor/ramsey/uuid/src/Validator/GenericValidator.php (added)
-
trunk/vendor/ramsey/uuid/src/Validator/ValidatorInterface.php (added)
-
trunk/vendor/ramsey/uuid/src/functions.php (added)
-
trunk/vendor/spomky-labs (added)
-
trunk/vendor/spomky-labs/base64url (added)
-
trunk/vendor/spomky-labs/base64url/LICENSE (added)
-
trunk/vendor/spomky-labs/base64url/composer.json (added)
-
trunk/vendor/spomky-labs/base64url/src (added)
-
trunk/vendor/spomky-labs/base64url/src/Base64Url.php (added)
-
trunk/vendor/spomky-labs/cbor-php (added)
-
trunk/vendor/spomky-labs/cbor-php/LICENSE (added)
-
trunk/vendor/spomky-labs/cbor-php/composer.json (added)
-
trunk/vendor/spomky-labs/cbor-php/src (added)
-
trunk/vendor/spomky-labs/cbor-php/src/AbstractCBORObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/ByteStringObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/ByteStringWithChunkObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/CBORObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Decoder.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/DecoderInterface.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/IndefiniteLengthByteStringObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/IndefiniteLengthListObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/IndefiniteLengthMapObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/IndefiniteLengthTextStringObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/InfiniteListObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/InfiniteMapObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/LengthCalculator.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/ListObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/MapItem.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/MapObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/NegativeIntegerObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Normalizable.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/BreakObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/DoublePrecisionFloatObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/FalseObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/GenericObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/HalfPrecisionFloatObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/NullObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/OtherObjectManager.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/OtherObjectManagerInterface.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/SimpleObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/SinglePrecisionFloatObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/TrueObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/OtherObject/UndefinedObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/SignedIntegerObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Stream.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/StringStream.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/Base16EncodingTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/Base64EncodingTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/Base64Tag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/Base64UrlEncodingTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/Base64UrlTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/BigFloatTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/CBOREncodingTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/CBORTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/DatetimeTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/DecimalFractionTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/EpochTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/GenericTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/MimeTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/NegativeBigIntegerTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/PositiveBigIntegerTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/TagManager.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/TagManagerInterface.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/TagObjectManager.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/TimestampTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/UnsignedBigIntegerTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Tag/UriTag.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/TagObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/TextStringObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/TextStringWithChunkObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/UnsignedIntegerObject.php (added)
-
trunk/vendor/spomky-labs/cbor-php/src/Utils.php (added)
-
trunk/vendor/symfony (added)
-
trunk/vendor/symfony/polyfill-ctype (added)
-
trunk/vendor/symfony/polyfill-ctype/Ctype.php (added)
-
trunk/vendor/symfony/polyfill-ctype/LICENSE (added)
-
trunk/vendor/symfony/polyfill-ctype/README.md (added)
-
trunk/vendor/symfony/polyfill-ctype/bootstrap.php (added)
-
trunk/vendor/symfony/polyfill-ctype/bootstrap80.php (added)
-
trunk/vendor/symfony/polyfill-ctype/composer.json (added)
-
trunk/vendor/symfony/polyfill-php80 (added)
-
trunk/vendor/symfony/polyfill-php80/LICENSE (added)
-
trunk/vendor/symfony/polyfill-php80/Php80.php (added)
-
trunk/vendor/symfony/polyfill-php80/PhpToken.php (added)
-
trunk/vendor/symfony/polyfill-php80/README.md (added)
-
trunk/vendor/symfony/polyfill-php80/Resources (added)
-
trunk/vendor/symfony/polyfill-php80/Resources/stubs (added)
-
trunk/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php (added)
-
trunk/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php (added)
-
trunk/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php (added)
-
trunk/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php (added)
-
trunk/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php (added)
-
trunk/vendor/symfony/polyfill-php80/bootstrap.php (added)
-
trunk/vendor/symfony/polyfill-php80/composer.json (added)
-
trunk/vendor/symfony/polyfill-php81 (added)
-
trunk/vendor/symfony/polyfill-php81/LICENSE (added)
-
trunk/vendor/symfony/polyfill-php81/Php81.php (added)
-
trunk/vendor/symfony/polyfill-php81/README.md (added)
-
trunk/vendor/symfony/polyfill-php81/Resources (added)
-
trunk/vendor/symfony/polyfill-php81/Resources/stubs (added)
-
trunk/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php (added)
-
trunk/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php (added)
-
trunk/vendor/symfony/polyfill-php81/bootstrap.php (added)
-
trunk/vendor/symfony/polyfill-php81/composer.json (added)
-
trunk/vendor/symfony/process (added)
-
trunk/vendor/symfony/process/CHANGELOG.md (added)
-
trunk/vendor/symfony/process/Exception (added)
-
trunk/vendor/symfony/process/Exception/ExceptionInterface.php (added)
-
trunk/vendor/symfony/process/Exception/InvalidArgumentException.php (added)
-
trunk/vendor/symfony/process/Exception/LogicException.php (added)
-
trunk/vendor/symfony/process/Exception/ProcessFailedException.php (added)
-
trunk/vendor/symfony/process/Exception/ProcessSignaledException.php (added)
-
trunk/vendor/symfony/process/Exception/ProcessTimedOutException.php (added)
-
trunk/vendor/symfony/process/Exception/RuntimeException.php (added)
-
trunk/vendor/symfony/process/ExecutableFinder.php (added)
-
trunk/vendor/symfony/process/InputStream.php (added)
-
trunk/vendor/symfony/process/LICENSE (added)
-
trunk/vendor/symfony/process/PhpExecutableFinder.php (added)
-
trunk/vendor/symfony/process/PhpProcess.php (added)
-
trunk/vendor/symfony/process/Pipes (added)
-
trunk/vendor/symfony/process/Pipes/AbstractPipes.php (added)
-
trunk/vendor/symfony/process/Pipes/PipesInterface.php (added)
-
trunk/vendor/symfony/process/Pipes/UnixPipes.php (added)
-
trunk/vendor/symfony/process/Pipes/WindowsPipes.php (added)
-
trunk/vendor/symfony/process/Process.php (added)
-
trunk/vendor/symfony/process/ProcessUtils.php (added)
-
trunk/vendor/symfony/process/README.md (added)
-
trunk/vendor/symfony/process/composer.json (added)
-
trunk/vendor/thecodingmachine (added)
-
trunk/vendor/thecodingmachine/safe (added)
-
trunk/vendor/thecodingmachine/safe/LICENSE (added)
-
trunk/vendor/thecodingmachine/safe/README.md (added)
-
trunk/vendor/thecodingmachine/safe/composer.json (added)
-
trunk/vendor/thecodingmachine/safe/deprecated (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/Exceptions (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/Exceptions/LibeventException.php (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/Exceptions/MssqlException.php (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/Exceptions/StatsException.php (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/apc.php (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/functionsList.php (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/libevent.php (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/mssql.php (added)
-
trunk/vendor/thecodingmachine/safe/deprecated/stats.php (added)
-
trunk/vendor/thecodingmachine/safe/generated (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ComException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/DirException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/EioException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/MsqlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/MysqliException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/MysqlndMsException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/MysqlndQcException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/PasswordException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/PdfException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/PsException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SimplexmlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SplException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/VarException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/YazException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/apache.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/apcu.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/array.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/bzip2.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/calendar.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/classobj.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/com.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/cubrid.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/curl.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/datetime.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/dir.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/eio.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/errorfunc.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/exec.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/fileinfo.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/filesystem.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/filter.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/fpm.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/ftp.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/funchand.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/functionsList.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/gmp.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/gnupg.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/hash.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/ibase.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/ibmDb2.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/iconv.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/image.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/imap.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/info.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/ingres-ii.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/inotify.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/json.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/ldap.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/libxml.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/lzf.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/mailparse.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/mbstring.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/misc.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/msql.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/mysql.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/mysqli.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/mysqlndMs.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/mysqlndQc.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/network.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/oci8.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/opcache.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/openssl.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/outcontrol.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/password.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/pcntl.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/pcre.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/pdf.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/pgsql.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/posix.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/ps.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/pspell.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/readline.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/rpminfo.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/rrd.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/sem.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/session.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/shmop.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/simplexml.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/sockets.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/sodium.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/solr.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/spl.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/sqlsrv.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/ssdeep.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/ssh2.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/stream.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/strings.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/swoole.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/uodbc.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/uopz.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/url.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/var.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/xdiff.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/xml.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/xmlrpc.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/yaml.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/yaz.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/zip.php (added)
-
trunk/vendor/thecodingmachine/safe/generated/zlib.php (added)
-
trunk/vendor/thecodingmachine/safe/lib (added)
-
trunk/vendor/thecodingmachine/safe/lib/DateTime.php (added)
-
trunk/vendor/thecodingmachine/safe/lib/DateTimeImmutable.php (added)
-
trunk/vendor/thecodingmachine/safe/lib/Exceptions (added)
-
trunk/vendor/thecodingmachine/safe/lib/Exceptions/CurlException.php (added)
-
trunk/vendor/thecodingmachine/safe/lib/Exceptions/JsonException.php (added)
-
trunk/vendor/thecodingmachine/safe/lib/Exceptions/OpensslException.php (added)
-
trunk/vendor/thecodingmachine/safe/lib/Exceptions/PcreException.php (added)
-
trunk/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php (added)
-
trunk/vendor/thecodingmachine/safe/lib/special_cases.php (added)
-
trunk/vendor/thecodingmachine/safe/rector-migrate-0.7.php (added)
-
trunk/vendor/web-auth (added)
-
trunk/vendor/web-auth/cose-lib (added)
-
trunk/vendor/web-auth/cose-lib/LICENSE (added)
-
trunk/vendor/web-auth/cose-lib/composer.json (added)
-
trunk/vendor/web-auth/cose-lib/src (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Algorithm.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Mac (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Mac/HS256.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Mac/HS256Truncated64.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Mac/HS384.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Mac/HS512.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Mac/Hmac.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Mac/Mac.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Manager.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/ManagerFactory.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECDSA.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECSignature.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES256.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES256K.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES384.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES512.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/ED256.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/ED512.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/Ed25519.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/EdDSA.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS256.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS384.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS512.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PSSRSA.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS1.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS256.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS384.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS512.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RSA.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithm/Signature/Signature.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Algorithms.php (added)
-
trunk/vendor/web-auth/cose-lib/src/BigInteger.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Hash.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Key (added)
-
trunk/vendor/web-auth/cose-lib/src/Key/Ec2Key.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Key/Key.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Key/OkpKey.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Key/RsaKey.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Key/SymmetricKey.php (added)
-
trunk/vendor/web-auth/cose-lib/src/Verifier.php (added)
-
trunk/vendor/web-auth/metadata-service (added)
-
trunk/vendor/web-auth/metadata-service/LICENSE (added)
-
trunk/vendor/web-auth/metadata-service/composer.json (added)
-
trunk/vendor/web-auth/metadata-service/src (added)
-
trunk/vendor/web-auth/metadata-service/src/AbstractDescriptor.php (added)
-
trunk/vendor/web-auth/metadata-service/src/AuthenticatorStatus.php (added)
-
trunk/vendor/web-auth/metadata-service/src/BiometricAccuracyDescriptor.php (added)
-
trunk/vendor/web-auth/metadata-service/src/BiometricStatusReport.php (added)
-
trunk/vendor/web-auth/metadata-service/src/CodeAccuracyDescriptor.php (added)
-
trunk/vendor/web-auth/metadata-service/src/DisplayPNGCharacteristicsDescriptor.php (added)
-
trunk/vendor/web-auth/metadata-service/src/DistantSingleMetadata.php (added)
-
trunk/vendor/web-auth/metadata-service/src/EcdaaTrustAnchor.php (added)
-
trunk/vendor/web-auth/metadata-service/src/ExtensionDescriptor.php (added)
-
trunk/vendor/web-auth/metadata-service/src/MetadataService.php (added)
-
trunk/vendor/web-auth/metadata-service/src/MetadataStatement.php (added)
-
trunk/vendor/web-auth/metadata-service/src/MetadataStatementFetcher.php (added)
-
trunk/vendor/web-auth/metadata-service/src/MetadataStatementRepository.php (added)
-
trunk/vendor/web-auth/metadata-service/src/MetadataTOCPayload.php (added)
-
trunk/vendor/web-auth/metadata-service/src/MetadataTOCPayloadEntry.php (added)
-
trunk/vendor/web-auth/metadata-service/src/PatternAccuracyDescriptor.php (added)
-
trunk/vendor/web-auth/metadata-service/src/RgbPaletteEntry.php (added)
-
trunk/vendor/web-auth/metadata-service/src/RogueListEntry.php (added)
-
trunk/vendor/web-auth/metadata-service/src/SingleMetadata.php (added)
-
trunk/vendor/web-auth/metadata-service/src/StatusReport.php (added)
-
trunk/vendor/web-auth/metadata-service/src/Utils.php (added)
-
trunk/vendor/web-auth/metadata-service/src/VerificationMethodANDCombinations.php (added)
-
trunk/vendor/web-auth/metadata-service/src/VerificationMethodDescriptor.php (added)
-
trunk/vendor/web-auth/metadata-service/src/Version.php (added)
-
trunk/vendor/web-auth/webauthn-lib (added)
-
trunk/vendor/web-auth/webauthn-lib/LICENSE (added)
-
trunk/vendor/web-auth/webauthn-lib/composer.json (added)
-
trunk/vendor/web-auth/webauthn-lib/src (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/AndroidKeyAttestationStatementSupport.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/AndroidSafetyNetAttestationStatementSupport.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/AppleAttestationStatementSupport.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationObject.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationObjectLoader.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatement.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupport.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupportManager.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/FidoU2FAttestationStatementSupport.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/NoneAttestationStatementSupport.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/PackedAttestationStatementSupport.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestationStatement/TPMAttestationStatementSupport.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AttestedCredentialData.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtension.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientInputs.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientOutputs.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientOutputsLoader.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputChecker.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputCheckerHandler.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputError.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticatorAssertionResponse.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticatorAssertionResponseValidator.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticatorAttestationResponse.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticatorAttestationResponseValidator.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticatorData.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticatorResponse.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/AuthenticatorSelectionCriteria.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/CertificateChainChecker (added)
-
trunk/vendor/web-auth/webauthn-lib/src/CertificateChainChecker/CertificateChainChecker.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/CertificateChainChecker/OpenSSLCertificateChainChecker.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/CertificateToolbox.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/CollectedClientData.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/Counter (added)
-
trunk/vendor/web-auth/webauthn-lib/src/Counter/CounterChecker.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/Counter/ThrowExceptionIfInvalid.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/Credential.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredential.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialCreationOptions.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialDescriptor.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialDescriptorCollection.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialEntity.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialLoader.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialOptions.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialParameters.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialRequestOptions.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialRpEntity.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialSource.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialSourceRepository.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/PublicKeyCredentialUserEntity.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/Server.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/StringStream.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TokenBinding (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TokenBinding/IgnoreTokenBindingHandler.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TokenBinding/SecTokenBindingHandler.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBinding.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBindingHandler.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBindingNotSupportedHandler.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TrustPath (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TrustPath/CertificateTrustPath.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TrustPath/EcdaaKeyIdTrustPath.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TrustPath/EmptyTrustPath.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TrustPath/TrustPath.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/TrustPath/TrustPathLoader.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/U2FPublicKey.php (added)
-
trunk/vendor/web-auth/webauthn-lib/src/Util (added)
-
trunk/vendor/web-auth/webauthn-lib/src/Util/CoseSignatureFixer.php (added)
Note: See TracChangeset
for help on using the changeset viewer.