.codeclimate.yml | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
phpunit.xml | |
|
|
src/AppBundle/AppBundle.php | 15 | A 0 mins |
|
src/AppBundle/Controller/CategoryController.php | 38 | A 2 hrs |
|
src/AppBundle/Controller/CategoryTaskController.php | 42 | A 2 hrs |
|
src/AppBundle/Controller/ExceptionController.php | 13 | A 35 mins |
|
src/AppBundle/Controller/PeriodController.php | 31 | A 2 hrs |
|
src/AppBundle/Controller/RefreshTokenController.php | 14 | A 0 mins |
|
src/AppBundle/Controller/TaskController.php | 38 | A 0 mins |
|
src/AppBundle/Controller/TaskPeriodController.php | 37 | A 2 hrs |
|
src/AppBundle/Controller/TokenController.php | 12 | A 0 mins |
|
src/AppBundle/Controller/UserCategoryController.php | 38 | A 2 hrs |
|
src/AppBundle/Controller/UserController.php | 32 | A 0 mins |
|
src/AppBundle/DataFixtures/Faker/Provider/PeriodProvider.php | 22 | A 0 mins |
|
src/AppBundle/DataFixtures/Faker/Provider/UserProvider.php | 21 | A 0 mins |
|
src/AppBundle/DataFixtures/ORM/Dev/category.yml | |
|
|
src/AppBundle/DataFixtures/ORM/Dev/period.yml | |
|
|
src/AppBundle/DataFixtures/ORM/Dev/task.yml | |
|
|
src/AppBundle/DataFixtures/ORM/Dev/user.yml | |
|
|
src/AppBundle/DataFixtures/ORM/Test/category.yml | |
|
|
src/AppBundle/DataFixtures/ORM/Test/period.yml | |
|
|
src/AppBundle/DataFixtures/ORM/Test/task.yml | |
|
|
src/AppBundle/DataFixtures/ORM/Test/user.yml | |
|
|
src/AppBundle/Entity/Category.php | 79 | A 0 mins |
|
src/AppBundle/Entity/Period.php | 49 | A 0 mins |
|
src/AppBundle/Entity/Task.php | 81 | A 0 mins |
|
src/AppBundle/Entity/TokenContainer.php | 45 | A 0 mins |
|
src/AppBundle/Entity/User.php | 125 | A 0 mins |
|
src/AppBundle/EntityCollection/AbstractEntityCollection.php | 15 | A 0 mins |
|
src/AppBundle/EntityCollection/CategoryTaskCollection.php | 48 | A 0 mins |
|
src/AppBundle/EntityCollection/TaskPeriodCollection.php | 24 | A 0 mins |
|
src/AppBundle/EntityCollection/UserCategoryCollection.php | 26 | A 0 mins |
|
src/AppBundle/EventListener/AuthenticationSuccessListener.php | 19 | A 0 mins |
|
src/AppBundle/Form/Type/AuthenticationFormType.php | 23 | A 0 mins |
|
src/AppBundle/Form/Type/CategoryTaskFormType.php | 38 | A 0 mins |
|
src/AppBundle/Form/Type/DisabledCsrfProtectionFormType.php | 14 | A 0 mins |
|
src/AppBundle/Form/Type/RefreshTokenFormType.php | 21 | A 0 mins |
|
src/AppBundle/Form/Type/TaskFormType.php | 60 | A 1 hr |
|
src/AppBundle/Form/Type/TaskPeriodFormType.php | 47 | A 0 mins |
|
src/AppBundle/Form/Type/UserCategoryFormType.php | 40 | A 0 mins |
|
src/AppBundle/Form/Type/UserFormType.php | 42 | A 0 mins |
|
src/AppBundle/Manager/AbstractManager.php | 11 | A 0 mins |
|
src/AppBundle/Manager/CategoryManager.php | 28 | A 2 hrs |
|
src/AppBundle/Manager/PeriodManager.php | 28 | A 0 mins |
|