Commits auf Quelle (4)
-
verfasst von Michael Danielczok31101436
-
verfasst von Patrick Müllerf2e794f2
-
verfasst von Patrick Müller
feat: verification api changes See merge request !55
d44dd1b9 -
verfasst von Patrick Müller
Next 2.x See merge request !56
- .phive/phars.xml 5 Ergänzungen, 5 Löschungen.phive/phars.xml
- ajax/frontend/auth/existsUnverifiedActivation.php 6 Ergänzungen, 4 Löschungenajax/frontend/auth/existsUnverifiedActivation.php
- ajax/frontend/auth/resendActivationMail.php 10 Ergänzungen, 4 Löschungenajax/frontend/auth/resendActivationMail.php
- ajax/frontend/profile/save.php 2 Ergänzungen, 2 Löschungenajax/frontend/profile/save.php
- ajax/settings/getAuthenticators.php 0 Ergänzungen, 3 Löschungenajax/settings/getAuthenticators.php
- composer.json 1 Ergänzung, 1 Löschungcomposer.json
- locale.xml 8 Ergänzungen, 8 Löschungenlocale.xml
- phpstan-baseline.neon 1 Ergänzung, 71 Löschungenphpstan-baseline.neon
- src/QUI/FrontendUsers/AbstractFrontendUsersLinkVerificationHandler.php 33 Ergänzungen, 0 Löschungen...endUsers/AbstractFrontendUsersLinkVerificationHandler.php
- src/QUI/FrontendUsers/AbstractRegistrar.php 1 Ergänzung, 1 Löschungsrc/QUI/FrontendUsers/AbstractRegistrar.php
- src/QUI/FrontendUsers/ActivationLinkVerification.php 58 Ergänzungen, 54 Löschungensrc/QUI/FrontendUsers/ActivationLinkVerification.php
- src/QUI/FrontendUsers/Controls/Login.php 1 Ergänzung, 1 Löschungsrc/QUI/FrontendUsers/Controls/Login.php
- src/QUI/FrontendUsers/Controls/Profile/DeleteAccount.php 19 Ergänzungen, 12 Löschungensrc/QUI/FrontendUsers/Controls/Profile/DeleteAccount.php
- src/QUI/FrontendUsers/Controls/Profile/UserData.php 16 Ergänzungen, 6 Löschungensrc/QUI/FrontendUsers/Controls/Profile/UserData.php
- src/QUI/FrontendUsers/Controls/Registration.php 1 Ergänzung, 1 Löschungsrc/QUI/FrontendUsers/Controls/Registration.php
- src/QUI/FrontendUsers/Controls/RegistrationSignUp.php 4 Ergänzungen, 0 Löschungensrc/QUI/FrontendUsers/Controls/RegistrationSignUp.php
- src/QUI/FrontendUsers/EmailConfirmLinkVerification.php 39 Ergänzungen, 41 Löschungensrc/QUI/FrontendUsers/EmailConfirmLinkVerification.php
- src/QUI/FrontendUsers/EmailVerification.php 29 Ergänzungen, 36 Löschungensrc/QUI/FrontendUsers/EmailVerification.php
- src/QUI/FrontendUsers/Events.php 9 Ergänzungen, 6 Löschungensrc/QUI/FrontendUsers/Events.php
- src/QUI/FrontendUsers/Handler.php 56 Ergänzungen, 35 Löschungensrc/QUI/FrontendUsers/Handler.php
... | ... | @@ -29,7 +29,7 @@ |
"require": { | ||
"quiqqer/core": "^2", | ||
"quiqqer/countries": "^2", | ||
"quiqqer/verification": "^2", | ||
"quiqqer/verification": "^3", | ||
"quiqqer/tooltips": "^2", | ||
"quiqqer/data-layer": "^2" | ||
}, | ||
... | ... |