diff --git a/.gitignore b/src/Bundle/ChillActivityBundle/.gitignore similarity index 100% rename from .gitignore rename to src/Bundle/ChillActivityBundle/.gitignore diff --git a/.gitlab-ci.yml b/src/Bundle/ChillActivityBundle/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to src/Bundle/ChillActivityBundle/.gitlab-ci.yml diff --git a/CHANGELOG.md b/src/Bundle/ChillActivityBundle/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to src/Bundle/ChillActivityBundle/CHANGELOG.md diff --git a/ChillActivityBundle.php b/src/Bundle/ChillActivityBundle/ChillActivityBundle.php similarity index 100% rename from ChillActivityBundle.php rename to src/Bundle/ChillActivityBundle/ChillActivityBundle.php diff --git a/Controller/ActivityController.php b/src/Bundle/ChillActivityBundle/Controller/ActivityController.php similarity index 100% rename from Controller/ActivityController.php rename to src/Bundle/ChillActivityBundle/Controller/ActivityController.php diff --git a/Controller/ActivityReasonCategoryController.php b/src/Bundle/ChillActivityBundle/Controller/ActivityReasonCategoryController.php similarity index 100% rename from Controller/ActivityReasonCategoryController.php rename to src/Bundle/ChillActivityBundle/Controller/ActivityReasonCategoryController.php diff --git a/Controller/ActivityReasonController.php b/src/Bundle/ChillActivityBundle/Controller/ActivityReasonController.php similarity index 100% rename from Controller/ActivityReasonController.php rename to src/Bundle/ChillActivityBundle/Controller/ActivityReasonController.php diff --git a/Controller/ActivityTypeController.php b/src/Bundle/ChillActivityBundle/Controller/ActivityTypeController.php similarity index 100% rename from Controller/ActivityTypeController.php rename to src/Bundle/ChillActivityBundle/Controller/ActivityTypeController.php diff --git a/Controller/AdminController.php b/src/Bundle/ChillActivityBundle/Controller/AdminController.php similarity index 100% rename from Controller/AdminController.php rename to src/Bundle/ChillActivityBundle/Controller/AdminController.php diff --git a/DataFixtures/ORM/LoadActivity.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivity.php similarity index 100% rename from DataFixtures/ORM/LoadActivity.php rename to src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivity.php diff --git a/DataFixtures/ORM/LoadActivityReason.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReason.php similarity index 100% rename from DataFixtures/ORM/LoadActivityReason.php rename to src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReason.php diff --git a/DataFixtures/ORM/LoadActivityReasonCategory.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReasonCategory.php similarity index 100% rename from DataFixtures/ORM/LoadActivityReasonCategory.php rename to src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReasonCategory.php diff --git a/DataFixtures/ORM/LoadActivityType.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityType.php similarity index 100% rename from DataFixtures/ORM/LoadActivityType.php rename to src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityType.php diff --git a/DataFixtures/ORM/LoadActivitytACL.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivitytACL.php similarity index 100% rename from DataFixtures/ORM/LoadActivitytACL.php rename to src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivitytACL.php diff --git a/DependencyInjection/ChillActivityExtension.php b/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php similarity index 100% rename from DependencyInjection/ChillActivityExtension.php rename to src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php diff --git a/DependencyInjection/Configuration.php b/src/Bundle/ChillActivityBundle/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/Bundle/ChillActivityBundle/DependencyInjection/Configuration.php diff --git a/Entity/Activity.php b/src/Bundle/ChillActivityBundle/Entity/Activity.php similarity index 100% rename from Entity/Activity.php rename to src/Bundle/ChillActivityBundle/Entity/Activity.php diff --git a/Entity/ActivityReason.php b/src/Bundle/ChillActivityBundle/Entity/ActivityReason.php similarity index 100% rename from Entity/ActivityReason.php rename to src/Bundle/ChillActivityBundle/Entity/ActivityReason.php diff --git a/Entity/ActivityReasonCategory.php b/src/Bundle/ChillActivityBundle/Entity/ActivityReasonCategory.php similarity index 100% rename from Entity/ActivityReasonCategory.php rename to src/Bundle/ChillActivityBundle/Entity/ActivityReasonCategory.php diff --git a/Entity/ActivityType.php b/src/Bundle/ChillActivityBundle/Entity/ActivityType.php similarity index 100% rename from Entity/ActivityType.php rename to src/Bundle/ChillActivityBundle/Entity/ActivityType.php diff --git a/Export/Aggregator/ActivityReasonAggregator.php b/src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityReasonAggregator.php similarity index 100% rename from Export/Aggregator/ActivityReasonAggregator.php rename to src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityReasonAggregator.php diff --git a/Export/Aggregator/ActivityTypeAggregator.php b/src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityTypeAggregator.php similarity index 100% rename from Export/Aggregator/ActivityTypeAggregator.php rename to src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityTypeAggregator.php diff --git a/Export/Aggregator/ActivityUserAggregator.php b/src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUserAggregator.php similarity index 100% rename from Export/Aggregator/ActivityUserAggregator.php rename to src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUserAggregator.php diff --git a/Export/Export/CountActivity.php b/src/Bundle/ChillActivityBundle/Export/Export/CountActivity.php similarity index 100% rename from Export/Export/CountActivity.php rename to src/Bundle/ChillActivityBundle/Export/Export/CountActivity.php diff --git a/Export/Export/ListActivity.php b/src/Bundle/ChillActivityBundle/Export/Export/ListActivity.php similarity index 100% rename from Export/Export/ListActivity.php rename to src/Bundle/ChillActivityBundle/Export/Export/ListActivity.php diff --git a/Export/Export/StatActivityDuration.php b/src/Bundle/ChillActivityBundle/Export/Export/StatActivityDuration.php similarity index 100% rename from Export/Export/StatActivityDuration.php rename to src/Bundle/ChillActivityBundle/Export/Export/StatActivityDuration.php diff --git a/Export/Filter/ActivityDateFilter.php b/src/Bundle/ChillActivityBundle/Export/Filter/ActivityDateFilter.php similarity index 100% rename from Export/Filter/ActivityDateFilter.php rename to src/Bundle/ChillActivityBundle/Export/Filter/ActivityDateFilter.php diff --git a/Export/Filter/ActivityReasonFilter.php b/src/Bundle/ChillActivityBundle/Export/Filter/ActivityReasonFilter.php similarity index 100% rename from Export/Filter/ActivityReasonFilter.php rename to src/Bundle/ChillActivityBundle/Export/Filter/ActivityReasonFilter.php diff --git a/Export/Filter/ActivityTypeFilter.php b/src/Bundle/ChillActivityBundle/Export/Filter/ActivityTypeFilter.php similarity index 100% rename from Export/Filter/ActivityTypeFilter.php rename to src/Bundle/ChillActivityBundle/Export/Filter/ActivityTypeFilter.php diff --git a/Export/Filter/PersonHavingActivityBetweenDateFilter.php b/src/Bundle/ChillActivityBundle/Export/Filter/PersonHavingActivityBetweenDateFilter.php similarity index 100% rename from Export/Filter/PersonHavingActivityBetweenDateFilter.php rename to src/Bundle/ChillActivityBundle/Export/Filter/PersonHavingActivityBetweenDateFilter.php diff --git a/Form/ActivityReasonCategoryType.php b/src/Bundle/ChillActivityBundle/Form/ActivityReasonCategoryType.php similarity index 100% rename from Form/ActivityReasonCategoryType.php rename to src/Bundle/ChillActivityBundle/Form/ActivityReasonCategoryType.php diff --git a/Form/ActivityReasonType.php b/src/Bundle/ChillActivityBundle/Form/ActivityReasonType.php similarity index 100% rename from Form/ActivityReasonType.php rename to src/Bundle/ChillActivityBundle/Form/ActivityReasonType.php diff --git a/Form/ActivityType.php b/src/Bundle/ChillActivityBundle/Form/ActivityType.php similarity index 100% rename from Form/ActivityType.php rename to src/Bundle/ChillActivityBundle/Form/ActivityType.php diff --git a/Form/ActivityTypeType.php b/src/Bundle/ChillActivityBundle/Form/ActivityTypeType.php similarity index 100% rename from Form/ActivityTypeType.php rename to src/Bundle/ChillActivityBundle/Form/ActivityTypeType.php diff --git a/Form/Type/TranslatableActivityReason.php b/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReason.php similarity index 100% rename from Form/Type/TranslatableActivityReason.php rename to src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReason.php diff --git a/Form/Type/TranslatableActivityReasonCategory.php b/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReasonCategory.php similarity index 100% rename from Form/Type/TranslatableActivityReasonCategory.php rename to src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReasonCategory.php diff --git a/Form/Type/TranslatableActivityType.php b/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityType.php similarity index 100% rename from Form/Type/TranslatableActivityType.php rename to src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityType.php diff --git a/LICENSE b/src/Bundle/ChillActivityBundle/LICENSE similarity index 100% rename from LICENSE rename to src/Bundle/ChillActivityBundle/LICENSE diff --git a/Menu/MenuBuilder.php b/src/Bundle/ChillActivityBundle/Menu/MenuBuilder.php similarity index 100% rename from Menu/MenuBuilder.php rename to src/Bundle/ChillActivityBundle/Menu/MenuBuilder.php diff --git a/Menu/PersonMenuBuilder.php b/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php similarity index 100% rename from Menu/PersonMenuBuilder.php rename to src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php diff --git a/README.md b/src/Bundle/ChillActivityBundle/README.md similarity index 100% rename from README.md rename to src/Bundle/ChillActivityBundle/README.md diff --git a/Resources/doc/index.rst b/src/Bundle/ChillActivityBundle/Resources/doc/index.rst similarity index 100% rename from Resources/doc/index.rst rename to src/Bundle/ChillActivityBundle/Resources/doc/index.rst diff --git a/Resources/public/activity/activity.scss b/src/Bundle/ChillActivityBundle/Resources/public/activity/activity.scss similarity index 100% rename from Resources/public/activity/activity.scss rename to src/Bundle/ChillActivityBundle/Resources/public/activity/activity.scss diff --git a/Resources/public/index.js b/src/Bundle/ChillActivityBundle/Resources/public/index.js similarity index 100% rename from Resources/public/index.js rename to src/Bundle/ChillActivityBundle/Resources/public/index.js diff --git a/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/AppKernel.php similarity index 100% rename from Resources/test/Fixtures/App/app/AppKernel.php rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/AppKernel.php diff --git a/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore similarity index 100% rename from Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore diff --git a/Resources/test/Fixtures/App/app/Resources/.DS_Store b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/Resources/.DS_Store similarity index 100% rename from Resources/test/Fixtures/App/app/Resources/.DS_Store rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/Resources/.DS_Store diff --git a/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/autoload.php similarity index 100% rename from Resources/test/Fixtures/App/app/autoload.php rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/autoload.php diff --git a/Resources/test/Fixtures/App/app/bootstrap.php.cache b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/bootstrap.php.cache similarity index 100% rename from Resources/test/Fixtures/App/app/bootstrap.php.cache rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/bootstrap.php.cache diff --git a/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php similarity index 100% rename from Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php diff --git a/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta similarity index 100% rename from Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta diff --git a/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml similarity index 100% rename from Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml diff --git a/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log similarity index 100% rename from Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log diff --git a/Resources/test/Fixtures/App/app/cache/dev/classes.map b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/classes.map similarity index 100% rename from Resources/test/Fixtures/App/app/cache/dev/classes.map rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/classes.map diff --git a/Resources/test/Fixtures/App/app/config/config.yml b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/config.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config.yml rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/config.yml diff --git a/Resources/test/Fixtures/App/app/config/config_dev.yml b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/config_dev.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config_dev.yml rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/config_dev.yml diff --git a/Resources/test/Fixtures/App/app/config/config_test.yml b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/config_test.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config_test.yml rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/config_test.yml diff --git a/Resources/test/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.travis.yml b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/parameters.travis.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/parameters.travis.yml rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/parameters.travis.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.yml.dist b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/parameters.yml.dist similarity index 100% rename from Resources/test/Fixtures/App/app/config/parameters.yml.dist rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/parameters.yml.dist diff --git a/Resources/test/Fixtures/App/app/config/routing.yml b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/routing.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/routing.yml rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/config/routing.yml diff --git a/Resources/test/Fixtures/App/app/console b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/console similarity index 100% rename from Resources/test/Fixtures/App/app/console rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/console diff --git a/Resources/test/Fixtures/App/web/app_dev.php b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/web/app_dev.php similarity index 100% rename from Resources/test/Fixtures/App/web/app_dev.php rename to src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/web/app_dev.php diff --git a/Resources/views/Activity/confirm_delete.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/confirm_delete.html.twig similarity index 100% rename from Resources/views/Activity/confirm_delete.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/Activity/confirm_delete.html.twig diff --git a/Resources/views/Activity/edit.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/edit.html.twig similarity index 100% rename from Resources/views/Activity/edit.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/Activity/edit.html.twig diff --git a/Resources/views/Activity/list.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig similarity index 100% rename from Resources/views/Activity/list.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig diff --git a/Resources/views/Activity/new.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/new.html.twig similarity index 100% rename from Resources/views/Activity/new.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/Activity/new.html.twig diff --git a/Resources/views/Activity/show.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig similarity index 100% rename from Resources/views/Activity/show.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig diff --git a/Resources/views/ActivityReason/edit.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/edit.html.twig similarity index 100% rename from Resources/views/ActivityReason/edit.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/edit.html.twig diff --git a/Resources/views/ActivityReason/index.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/index.html.twig similarity index 100% rename from Resources/views/ActivityReason/index.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/index.html.twig diff --git a/Resources/views/ActivityReason/macro.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/macro.html.twig similarity index 100% rename from Resources/views/ActivityReason/macro.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/macro.html.twig diff --git a/Resources/views/ActivityReason/new.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/new.html.twig similarity index 100% rename from Resources/views/ActivityReason/new.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/new.html.twig diff --git a/Resources/views/ActivityReason/show.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/show.html.twig similarity index 100% rename from Resources/views/ActivityReason/show.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReason/show.html.twig diff --git a/Resources/views/ActivityReasonCategory/edit.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReasonCategory/edit.html.twig similarity index 100% rename from Resources/views/ActivityReasonCategory/edit.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReasonCategory/edit.html.twig diff --git a/Resources/views/ActivityReasonCategory/index.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReasonCategory/index.html.twig similarity index 100% rename from Resources/views/ActivityReasonCategory/index.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReasonCategory/index.html.twig diff --git a/Resources/views/ActivityReasonCategory/new.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReasonCategory/new.html.twig similarity index 100% rename from Resources/views/ActivityReasonCategory/new.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReasonCategory/new.html.twig diff --git a/Resources/views/ActivityReasonCategory/show.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityReasonCategory/show.html.twig similarity index 100% rename from Resources/views/ActivityReasonCategory/show.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityReasonCategory/show.html.twig diff --git a/Resources/views/ActivityType/edit.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityType/edit.html.twig similarity index 100% rename from Resources/views/ActivityType/edit.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityType/edit.html.twig diff --git a/Resources/views/ActivityType/index.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityType/index.html.twig similarity index 100% rename from Resources/views/ActivityType/index.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityType/index.html.twig diff --git a/Resources/views/ActivityType/new.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityType/new.html.twig similarity index 100% rename from Resources/views/ActivityType/new.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityType/new.html.twig diff --git a/Resources/views/ActivityType/show.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/ActivityType/show.html.twig similarity index 100% rename from Resources/views/ActivityType/show.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/ActivityType/show.html.twig diff --git a/Resources/views/Admin/layout_activity.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Admin/layout_activity.html.twig similarity index 100% rename from Resources/views/Admin/layout_activity.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/Admin/layout_activity.html.twig diff --git a/Resources/views/Admin/menu_activity.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Admin/menu_activity.html.twig similarity index 100% rename from Resources/views/Admin/menu_activity.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/Admin/menu_activity.html.twig diff --git a/Resources/views/Timeline/activity_person_context.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Timeline/activity_person_context.html.twig similarity index 100% rename from Resources/views/Timeline/activity_person_context.html.twig rename to src/Bundle/ChillActivityBundle/Resources/views/Timeline/activity_person_context.html.twig diff --git a/Security/Authorization/ActivityStatsVoter.php b/src/Bundle/ChillActivityBundle/Security/Authorization/ActivityStatsVoter.php similarity index 100% rename from Security/Authorization/ActivityStatsVoter.php rename to src/Bundle/ChillActivityBundle/Security/Authorization/ActivityStatsVoter.php diff --git a/Security/Authorization/ActivityVoter.php b/src/Bundle/ChillActivityBundle/Security/Authorization/ActivityVoter.php similarity index 100% rename from Security/Authorization/ActivityVoter.php rename to src/Bundle/ChillActivityBundle/Security/Authorization/ActivityVoter.php diff --git a/Templating/Entity/ActivityReasonRender.php b/src/Bundle/ChillActivityBundle/Templating/Entity/ActivityReasonRender.php similarity index 100% rename from Templating/Entity/ActivityReasonRender.php rename to src/Bundle/ChillActivityBundle/Templating/Entity/ActivityReasonRender.php diff --git a/Test/PrepareActivityTrait.php b/src/Bundle/ChillActivityBundle/Test/PrepareActivityTrait.php similarity index 100% rename from Test/PrepareActivityTrait.php rename to src/Bundle/ChillActivityBundle/Test/PrepareActivityTrait.php diff --git a/Tests/Controller/ActivityControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php similarity index 100% rename from Tests/Controller/ActivityControllerTest.php rename to src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php diff --git a/Tests/Controller/ActivityReasonCategoryControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonCategoryControllerTest.php similarity index 100% rename from Tests/Controller/ActivityReasonCategoryControllerTest.php rename to src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonCategoryControllerTest.php diff --git a/Tests/Controller/ActivityReasonControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonControllerTest.php similarity index 100% rename from Tests/Controller/ActivityReasonControllerTest.php rename to src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonControllerTest.php diff --git a/Tests/Controller/ActivityTypeControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityTypeControllerTest.php similarity index 100% rename from Tests/Controller/ActivityTypeControllerTest.php rename to src/Bundle/ChillActivityBundle/Tests/Controller/ActivityTypeControllerTest.php diff --git a/Tests/Export/Aggregator/ActivityReasonAggregatorTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityReasonAggregatorTest.php similarity index 100% rename from Tests/Export/Aggregator/ActivityReasonAggregatorTest.php rename to src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityReasonAggregatorTest.php diff --git a/Tests/Export/Aggregator/ActivityTypeAggregatorTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityTypeAggregatorTest.php similarity index 100% rename from Tests/Export/Aggregator/ActivityTypeAggregatorTest.php rename to src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityTypeAggregatorTest.php diff --git a/Tests/Export/Aggregator/ActivityUserAggregatorTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityUserAggregatorTest.php similarity index 100% rename from Tests/Export/Aggregator/ActivityUserAggregatorTest.php rename to src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityUserAggregatorTest.php diff --git a/Tests/Export/Export/CountActivityTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Export/CountActivityTest.php similarity index 100% rename from Tests/Export/Export/CountActivityTest.php rename to src/Bundle/ChillActivityBundle/Tests/Export/Export/CountActivityTest.php diff --git a/Tests/Export/Export/ListActivityTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Export/ListActivityTest.php similarity index 100% rename from Tests/Export/Export/ListActivityTest.php rename to src/Bundle/ChillActivityBundle/Tests/Export/Export/ListActivityTest.php diff --git a/Tests/Export/Export/StatActivityDurationSumTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Export/StatActivityDurationSumTest.php similarity index 100% rename from Tests/Export/Export/StatActivityDurationSumTest.php rename to src/Bundle/ChillActivityBundle/Tests/Export/Export/StatActivityDurationSumTest.php diff --git a/Tests/Export/Filter/ActivityReasonFilterTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Filter/ActivityReasonFilterTest.php similarity index 100% rename from Tests/Export/Filter/ActivityReasonFilterTest.php rename to src/Bundle/ChillActivityBundle/Tests/Export/Filter/ActivityReasonFilterTest.php diff --git a/Tests/Export/Filter/PersonHavingActivityBetweenDateFilterTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Filter/PersonHavingActivityBetweenDateFilterTest.php similarity index 100% rename from Tests/Export/Filter/PersonHavingActivityBetweenDateFilterTest.php rename to src/Bundle/ChillActivityBundle/Tests/Export/Filter/PersonHavingActivityBetweenDateFilterTest.php diff --git a/Tests/Form/ActivityTypeTest.php b/src/Bundle/ChillActivityBundle/Tests/Form/ActivityTypeTest.php similarity index 100% rename from Tests/Form/ActivityTypeTest.php rename to src/Bundle/ChillActivityBundle/Tests/Form/ActivityTypeTest.php diff --git a/Tests/Form/Type/TranslatableActivityReasonTest.php b/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityReasonTest.php similarity index 100% rename from Tests/Form/Type/TranslatableActivityReasonTest.php rename to src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityReasonTest.php diff --git a/Tests/Form/Type/TranslatableActivityTypeTest.php b/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityTypeTest.php similarity index 100% rename from Tests/Form/Type/TranslatableActivityTypeTest.php rename to src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityTypeTest.php diff --git a/Tests/Security/Authorization/ActivityVoterTest.php b/src/Bundle/ChillActivityBundle/Tests/Security/Authorization/ActivityVoterTest.php similarity index 100% rename from Tests/Security/Authorization/ActivityVoterTest.php rename to src/Bundle/ChillActivityBundle/Tests/Security/Authorization/ActivityVoterTest.php diff --git a/Tests/Timeline/TimelineProviderTest.php b/src/Bundle/ChillActivityBundle/Tests/Timeline/TimelineProviderTest.php similarity index 100% rename from Tests/Timeline/TimelineProviderTest.php rename to src/Bundle/ChillActivityBundle/Tests/Timeline/TimelineProviderTest.php diff --git a/Timeline/TimelineActivityProvider.php b/src/Bundle/ChillActivityBundle/Timeline/TimelineActivityProvider.php similarity index 100% rename from Timeline/TimelineActivityProvider.php rename to src/Bundle/ChillActivityBundle/Timeline/TimelineActivityProvider.php diff --git a/apigen.neon b/src/Bundle/ChillActivityBundle/apigen.neon similarity index 100% rename from apigen.neon rename to src/Bundle/ChillActivityBundle/apigen.neon diff --git a/chill.webpack.config.js b/src/Bundle/ChillActivityBundle/chill.webpack.config.js similarity index 100% rename from chill.webpack.config.js rename to src/Bundle/ChillActivityBundle/chill.webpack.config.js diff --git a/composer.json b/src/Bundle/ChillActivityBundle/composer.json similarity index 100% rename from composer.json rename to src/Bundle/ChillActivityBundle/composer.json diff --git a/config/routes.yaml b/src/Bundle/ChillActivityBundle/config/routes.yaml similarity index 100% rename from config/routes.yaml rename to src/Bundle/ChillActivityBundle/config/routes.yaml diff --git a/config/routes/activity.yaml b/src/Bundle/ChillActivityBundle/config/routes/activity.yaml similarity index 100% rename from config/routes/activity.yaml rename to src/Bundle/ChillActivityBundle/config/routes/activity.yaml diff --git a/config/routes/activityreason.yaml b/src/Bundle/ChillActivityBundle/config/routes/activityreason.yaml similarity index 100% rename from config/routes/activityreason.yaml rename to src/Bundle/ChillActivityBundle/config/routes/activityreason.yaml diff --git a/config/routes/activityreasoncategory.yaml b/src/Bundle/ChillActivityBundle/config/routes/activityreasoncategory.yaml similarity index 100% rename from config/routes/activityreasoncategory.yaml rename to src/Bundle/ChillActivityBundle/config/routes/activityreasoncategory.yaml diff --git a/config/routes/activitytype.yaml b/src/Bundle/ChillActivityBundle/config/routes/activitytype.yaml similarity index 100% rename from config/routes/activitytype.yaml rename to src/Bundle/ChillActivityBundle/config/routes/activitytype.yaml diff --git a/config/services.yaml b/src/Bundle/ChillActivityBundle/config/services.yaml similarity index 100% rename from config/services.yaml rename to src/Bundle/ChillActivityBundle/config/services.yaml diff --git a/config/services/controller.yaml b/src/Bundle/ChillActivityBundle/config/services/controller.yaml similarity index 100% rename from config/services/controller.yaml rename to src/Bundle/ChillActivityBundle/config/services/controller.yaml diff --git a/config/services/export.yaml b/src/Bundle/ChillActivityBundle/config/services/export.yaml similarity index 100% rename from config/services/export.yaml rename to src/Bundle/ChillActivityBundle/config/services/export.yaml diff --git a/config/services/fixtures.yaml b/src/Bundle/ChillActivityBundle/config/services/fixtures.yaml similarity index 100% rename from config/services/fixtures.yaml rename to src/Bundle/ChillActivityBundle/config/services/fixtures.yaml diff --git a/config/services/form.yaml b/src/Bundle/ChillActivityBundle/config/services/form.yaml similarity index 100% rename from config/services/form.yaml rename to src/Bundle/ChillActivityBundle/config/services/form.yaml diff --git a/config/services/menu.yaml b/src/Bundle/ChillActivityBundle/config/services/menu.yaml similarity index 100% rename from config/services/menu.yaml rename to src/Bundle/ChillActivityBundle/config/services/menu.yaml diff --git a/config/services/repositories.yaml b/src/Bundle/ChillActivityBundle/config/services/repositories.yaml similarity index 100% rename from config/services/repositories.yaml rename to src/Bundle/ChillActivityBundle/config/services/repositories.yaml diff --git a/config/services/templating.yaml b/src/Bundle/ChillActivityBundle/config/services/templating.yaml similarity index 100% rename from config/services/templating.yaml rename to src/Bundle/ChillActivityBundle/config/services/templating.yaml diff --git a/migrations/Version20150701091248.php b/src/Bundle/ChillActivityBundle/migrations/Version20150701091248.php similarity index 100% rename from migrations/Version20150701091248.php rename to src/Bundle/ChillActivityBundle/migrations/Version20150701091248.php diff --git a/migrations/Version20150702093317.php b/src/Bundle/ChillActivityBundle/migrations/Version20150702093317.php similarity index 100% rename from migrations/Version20150702093317.php rename to src/Bundle/ChillActivityBundle/migrations/Version20150702093317.php diff --git a/migrations/Version20150704091347.php b/src/Bundle/ChillActivityBundle/migrations/Version20150704091347.php similarity index 100% rename from migrations/Version20150704091347.php rename to src/Bundle/ChillActivityBundle/migrations/Version20150704091347.php diff --git a/migrations/Version20160222103457.php b/src/Bundle/ChillActivityBundle/migrations/Version20160222103457.php similarity index 100% rename from migrations/Version20160222103457.php rename to src/Bundle/ChillActivityBundle/migrations/Version20160222103457.php diff --git a/migrations/Version20161114085659.php b/src/Bundle/ChillActivityBundle/migrations/Version20161114085659.php similarity index 100% rename from migrations/Version20161114085659.php rename to src/Bundle/ChillActivityBundle/migrations/Version20161114085659.php diff --git a/migrations/Version20210304154629.php b/src/Bundle/ChillActivityBundle/migrations/Version20210304154629.php similarity index 100% rename from migrations/Version20210304154629.php rename to src/Bundle/ChillActivityBundle/migrations/Version20210304154629.php diff --git a/migrations/Version20210311114250.php b/src/Bundle/ChillActivityBundle/migrations/Version20210311114250.php similarity index 100% rename from migrations/Version20210311114250.php rename to src/Bundle/ChillActivityBundle/migrations/Version20210311114250.php diff --git a/phpunit.xml.dist b/src/Bundle/ChillActivityBundle/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to src/Bundle/ChillActivityBundle/phpunit.xml.dist diff --git a/translations/messages.fr.yml b/src/Bundle/ChillActivityBundle/translations/messages.fr.yml similarity index 100% rename from translations/messages.fr.yml rename to src/Bundle/ChillActivityBundle/translations/messages.fr.yml diff --git a/translations/validators.fr.yml b/src/Bundle/ChillActivityBundle/translations/validators.fr.yml similarity index 100% rename from translations/validators.fr.yml rename to src/Bundle/ChillActivityBundle/translations/validators.fr.yml