open-orchestra/open-orchestra-user-bundle

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.php.ini
.travis.yml
ISSUE_TEMPLATE
LICENSE
README.md
UserBundle/Resources/config/resolve_document.yml
UserBundle/Resources/config/services.yml
UserBundle/Resources/config/validation.yml
UserBundle/Resources/config/validator.yml
UserBundle/Resources/translations/messages.en.yml
UserBundle/Resources/translations/messages.fr.yml
UserBundle/Resources/translations/validators.en.yml
UserBundle/Resources/translations/validators.fr.yml
UserBundle/Resources/views/ChangePassword/changePassword.html.twig
UserBundle/Resources/views/ChangePassword/changePassword_content.html.twig
UserBundle/Resources/views/Resetting/check_email.html.twig
UserBundle/Resources/views/Resetting/request_content.html.twig
UserBundle/Resources/views/Resetting/reset_content.html.twig
UserBundle/Resources/views/Security/login.html.twig
UserBundle/Resources/views/Security/loginForm.html.twig
UserBundle/Resources/views/baseLayout.html.twig
UserBundle/Resources/views/form.html.twig
UserBundle/Resources/views/layout.html.twig
UserBundle/Tests/DependencyInjection/Fixtures/config/empty.yml
UserBundle/Tests/DependencyInjection/Fixtures/config/value.yml
composer.json
phpunit.xml.dist
UserBundle/Resources/public/js/loginRedirection.js5
UserBundle/Controller/SecurityController.php13
UserBundle/DependencyInjection/Compiler/EntityResolverCompilerPass.php44
A
1 hr
UserBundle/DependencyInjection/Compiler/TwigGlobalsCompilerPass.php17
UserBundle/DependencyInjection/Configuration.php17
UserBundle/DependencyInjection/OpenOrchestraUserExtension.php23
UserBundle/Document/Group.php14
UserBundle/Document/User.php90
UserBundle/Event/GroupEvent.php16
UserBundle/Event/UserEvent.php16
UserBundle/GroupEvents.php8
UserBundle/Model/UserInterface.php22
UserBundle/OpenOrchestraUserBundle.php19
UserBundle/Repository/GroupRepository.php6
UserBundle/Repository/UserRepository.php167
UserBundle/Repository/UserRepositoryInterface.php22
UserBundle/Tests/DependencyInjection/OpenOrchestraUserExtensionTest.php37
UserBundle/Tests/Validator/Constraints/ComplexUserPasswordTest.php26
UserBundle/Tests/Validator/Constraints/ComplexUserPasswordValidatorTest.php64
UserBundle/UserEvents.php9
UserBundle/Validator/Constraints/ComplexUserPassword.php17