Commits auf Quelle (16)
-
verfasst von Jan WennrichBestätigte143d04c
-
verfasst von Jan WennrichBestätigt03c15856
-
verfasst von Jan WennrichBestätigt24d330ac
-
verfasst von Jan WennrichBestätigte5e1c799
-
verfasst von Jan WennrichBestätigte16ab1ea
-
verfasst von Jan WennrichBestätigt3373a461
-
verfasst von Jan WennrichBestätigtc8883eb1
-
verfasst von Jan WennrichBestätigt5c6a619e
-
verfasst von Jan WennrichBestätigtc6ccc6ac
-
verfasst von Jan WennrichBestätigt32221c2d
-
verfasst von Jan WennrichBestätigt7d941397
-
verfasst von Jan Wennrich
Add QUIQQER Tooling See merge request !45
a2f010e7 -
verfasst von Michael Danielczokc20c49b8
-
verfasst von Patrick Müller1d1ac74e
-
verfasst von Patrick Müllere20e3f2a
-
verfasst von Patrick Müller
Next 2.x See merge request !49
- .gitattributes 15 Ergänzungen, 0 Löschungen.gitattributes
- .gitignore 8 Ergänzungen, 0 Löschungen.gitignore
- .gitlab-ci.yml 16 Ergänzungen, 2 Löschungen.gitlab-ci.yml
- .phive/phars.xml 5 Ergänzungen, 1 Löschung.phive/phars.xml
- CONTRIBUTING.md 3 Ergänzungen, 0 LöschungenCONTRIBUTING.md
- bin/controls/settings/Registrars.Entry.html 1 Ergänzung, 0 Löschungenbin/controls/settings/Registrars.Entry.html
- bin/controls/settings/Registrars.js 10 Ergänzungen, 9 Löschungenbin/controls/settings/Registrars.js
- bin/frontend/controls/RegistrationSignUp.js 4 Ergänzungen, 1 Löschungbin/frontend/controls/RegistrationSignUp.js
- captainhook.json 13 Ergänzungen, 0 Löschungencaptainhook.json
- composer.json 82 Ergänzungen, 40 Löschungencomposer.json
- locale.xml 82 Ergänzungen, 0 Löschungenlocale.xml
- phpstan-baseline.neon 126 Ergänzungen, 0 Löschungenphpstan-baseline.neon
- phpstan.dist.neon 6 Ergänzungen, 1 Löschungphpstan.dist.neon
- phpunit.dist.xml 8 Ergänzungen, 0 Löschungenphpunit.dist.xml
- src/QUI/FrontendUsers/Controls/Registration.php 12 Ergänzungen, 1 Löschungsrc/QUI/FrontendUsers/Controls/Registration.php
- src/QUI/FrontendUsers/EmailVerification.php 136 Ergänzungen, 0 Löschungensrc/QUI/FrontendUsers/EmailVerification.php
- src/QUI/FrontendUsers/ErpProvider.php 17 Ergänzungen, 0 Löschungensrc/QUI/FrontendUsers/ErpProvider.php
- src/QUI/FrontendUsers/Exception/EmailAddressNotVerifiableException.php 10 Ergänzungen, 0 Löschungen...endUsers/Exception/EmailAddressNotVerifiableException.php
- src/QUI/FrontendUsers/Handler.php 63 Ergänzungen, 5 Löschungensrc/QUI/FrontendUsers/Handler.php
- src/QUI/FrontendUsers/Utils.php 129 Ergänzungen, 13 Löschungensrc/QUI/FrontendUsers/Utils.php
.gitattributes
0 → 100644
CONTRIBUTING.md
0 → 100644
captainhook.json
0 → 100644
{ | ||
"name": "quiqqer/frontend-users", | ||
"type": "quiqqer-module", | ||
"description": "The Frontend Users module extends QUIQQER with a profile extension and a registration for users.", | ||
"license": "GPL-3.0+", | ||
"authors": [ | ||
{ | ||
"name": "Henning Leutz", | ||
"email": "support@pcsg.de", | ||
"homepage": "https://www.pcsg.de", | ||
"role": "Developer" | ||
"name": "quiqqer/frontend-users", | ||
"type": "quiqqer-module", | ||
"description": "The Frontend Users module extends QUIQQER with a profile extension and a registration for users.", | ||
"license": "GPL-3.0+", | ||
"authors": [ | ||
{ | ||
"name": "Henning Leutz", | ||
"email": "support@pcsg.de", | ||
"homepage": "https://www.pcsg.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Patrick Müller", | ||
"email": "support@pcsg.de", | ||
"homepage": "https://www.pcsg.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Jan Wennrich", | ||
"email": "support@pcsg.de", | ||
"homepage": "https://www.pcsg.de", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"email": "support@pcsg.de" | ||
}, | ||
{ | ||
"name": "Patrick M\u00fcller", | ||
"email": "support@pcsg.de", | ||
"homepage": "https://www.pcsg.de", | ||
"role": "Developer" | ||
"require": { | ||
"quiqqer/core": "^2", | ||
"quiqqer/countries": "^2", | ||
"quiqqer/verification": "^2", | ||
"quiqqer/tooltips": "^2", | ||
"quiqqer/data-layer": "^2" | ||
}, | ||
{ | ||
"name": "Jan Wennrich", | ||
"email": "support@pcsg.de", | ||
"homepage": "https://www.pcsg.de", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"email": "support@pcsg.de" | ||
}, | ||
"require": { | ||
"quiqqer/core": "^2", | ||
"quiqqer/countries": "^2", | ||
"quiqqer/verification": "^2", | ||
"quiqqer/tooltips": "^2", | ||
"quiqqer/data-layer": "^2" | ||
}, | ||
"suggest": { | ||
"quiqqer/rest": "User registration via REST API" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"QUI\\FrontendUsers\\": "src/QUI/FrontendUsers" | ||
"suggest": { | ||
"quiqqer/rest": "User registration via REST API" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"QUI\\FrontendUsers\\": "src/QUI/FrontendUsers" | ||
} | ||
}, | ||
"scripts": { | ||
"test": [ | ||
"@dev:lint", | ||
"@dev:phpunit" | ||
], | ||
"dev:phpunit": "./tools/phpunit", | ||
"dev:lint": [ | ||
"@dev:lint:phpstan", | ||
"@dev:lint:style" | ||
], | ||
"dev:lint:phpstan": "./tools/phpstan", | ||
"dev:lint:style": "./tools/phpcs", | ||
"dev:lint:style:fix": "./tools/phpcbf", | ||
"dev:init": [ | ||
"@dev:init:check-requirements", | ||
"@dev:init:tools", | ||
"@dev:init:git-hooks" | ||
], | ||
"dev:init:check-requirements": [ | ||
"which composer > /dev/null || (echo 'Error: composer has to be globally installed'; exit 1)", | ||
"which phive > /dev/null || (echo 'Error: PHIVE has to be globally installed'; exit 1)" | ||
], | ||
"dev:init:tools": "phive install --temporary", | ||
"dev:init:git-hooks": "./tools/captainhook install --only-enabled --force" | ||
}, | ||
"scripts-aliases": { | ||
"test": [ | ||
"dev:test" | ||
] | ||
}, | ||
"scripts-descriptions": { | ||
"test": "Runs linting, static analysis, and unit tests.", | ||
"dev:phpunit": "Run PHPUnit test suites", | ||
"dev:lint": "Run PHPStan and code style check", | ||
"dev:lint:phpstan": "Run PHPStan", | ||
"dev:lint:style": "Run code style check (PHP_CodeSniffer)", | ||
"dev:lint:style:fix": "Try to fix code style errors automatically", | ||
"dev:init": "Initialize the developer tooling (tools and git hooks)", | ||
"dev:init:check-requirements": "Check if the necessary requirements are met", | ||
"dev:init:tools": "Install all developer tools (requires PHIVE)", | ||
"dev:init:git-hooks": "Install all git hooks (may require tools to be installed)" | ||
} | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
phpunit.dist.xml
0 → 100644
src/QUI/FrontendUsers/EmailVerification.php
0 → 100644