From fa3650f3e2c5a54157b5ce29a4072ca021abce7a Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 7 Feb 2017 18:16:38 -0500 Subject: [PATCH] Set permissions on files/folders --- .gitignore | 0 CHANGELOG.md | 0 LICENSE | 0 ORO_LICENSE | 0 README.md | 0 UPGRADE-1.10.md | 0 UPGRADE-1.8.md | 0 UPGRADE-1.9.md | 0 UPGRADE.md | 0 app/.gitignore | 0 app/.htaccess | 0 app/AppCache.php | 0 app/AppKernel.php | 0 app/DistributionKernel.php | 0 app/OroRequirements.php | 0 .../TwigBundle/views/Exception/error.html.twig | 0 .../views/Exception/exception_full.html.twig | 0 app/Resources/php/cssmin-v3.0.1.php | 0 app/Resources/translations/install.en.yml | 0 app/Resources/views/Default/index.html.twig | 0 app/Resources/views/Default/oneColumn.html.twig | 0 app/Resources/views/Default/threeColumn.html.twig | 0 app/Resources/views/Default/twoColumnLeft.html.twig | 0 .../views/Default/twoColumnRight.html.twig | 0 app/Resources/views/base.html.twig | 0 app/SymfonyRequirements.php | 0 app/autoload.php | 0 app/cache/.gitkeep | 0 app/check.php | 0 app/config/.gitignore | 0 app/config/config.yml | 0 app/config/config_dev.yml | 0 app/config/config_prod.yml | 0 app/config/config_test.yml | 0 app/config/dist/config.yml | 0 app/config/dist/config_dev.yml | 0 app/config/dist/config_prod.yml | 0 app/config/dist/config_test.yml | 0 app/config/dist/routing.yml | 0 app/config/dist/routing_dev.yml | 0 app/config/parameters.yml.dist | 0 app/config/parameters_test.yml.dist | 0 app/config/routing.yml | 0 app/config/routing_dev.yml | 0 app/config/security.yml | 0 app/config/security_test.yml | 0 app/console | 0 app/console-framework | 0 app/dist | 0 app/karma.conf.js.dist | 0 app/oro-check.php | 0 behat.yml.dist | 0 composer.json | 0 composer.lock | 0 phpunit.xml.dist | 0 src/.htaccess | 0 .../Unit/DependencyInjection/ConfigurationTest.php | 0 web/.htaccess | 0 web/app.php | 0 web/app_dev.php | 0 web/favicon.ico | Bin web/install.php | 0 web/maintenance.html | 0 web/media/.gitkeep | 0 web/robots.txt | 0 web/tracking.php | 0 web/uploads/.gitkeep | 0 67 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 CHANGELOG.md mode change 100755 => 100644 LICENSE mode change 100755 => 100644 ORO_LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 UPGRADE-1.10.md mode change 100755 => 100644 UPGRADE-1.8.md mode change 100755 => 100644 UPGRADE-1.9.md mode change 100755 => 100644 UPGRADE.md mode change 100755 => 100644 app/.gitignore mode change 100755 => 100644 app/.htaccess mode change 100755 => 100644 app/AppCache.php mode change 100755 => 100644 app/AppKernel.php mode change 100755 => 100644 app/DistributionKernel.php mode change 100755 => 100644 app/OroRequirements.php mode change 100755 => 100644 app/Resources/TwigBundle/views/Exception/error.html.twig mode change 100755 => 100644 app/Resources/TwigBundle/views/Exception/exception_full.html.twig mode change 100755 => 100644 app/Resources/php/cssmin-v3.0.1.php mode change 100755 => 100644 app/Resources/translations/install.en.yml mode change 100755 => 100644 app/Resources/views/Default/index.html.twig mode change 100755 => 100644 app/Resources/views/Default/oneColumn.html.twig mode change 100755 => 100644 app/Resources/views/Default/threeColumn.html.twig mode change 100755 => 100644 app/Resources/views/Default/twoColumnLeft.html.twig mode change 100755 => 100644 app/Resources/views/Default/twoColumnRight.html.twig mode change 100755 => 100644 app/Resources/views/base.html.twig mode change 100755 => 100644 app/SymfonyRequirements.php mode change 100755 => 100644 app/autoload.php mode change 100755 => 100644 app/cache/.gitkeep mode change 100755 => 100644 app/check.php mode change 100755 => 100644 app/config/.gitignore mode change 100755 => 100644 app/config/config.yml mode change 100755 => 100644 app/config/config_dev.yml mode change 100755 => 100644 app/config/config_prod.yml mode change 100755 => 100644 app/config/config_test.yml mode change 100755 => 100644 app/config/dist/config.yml mode change 100755 => 100644 app/config/dist/config_dev.yml mode change 100755 => 100644 app/config/dist/config_prod.yml mode change 100755 => 100644 app/config/dist/config_test.yml mode change 100755 => 100644 app/config/dist/routing.yml mode change 100755 => 100644 app/config/dist/routing_dev.yml mode change 100755 => 100644 app/config/parameters.yml.dist mode change 100755 => 100644 app/config/parameters_test.yml.dist mode change 100755 => 100644 app/config/routing.yml mode change 100755 => 100644 app/config/routing_dev.yml mode change 100755 => 100644 app/config/security.yml mode change 100755 => 100644 app/config/security_test.yml mode change 100755 => 100644 app/console mode change 100755 => 100644 app/console-framework mode change 100755 => 100644 app/dist mode change 100755 => 100644 app/karma.conf.js.dist mode change 100755 => 100644 app/oro-check.php mode change 100755 => 100644 behat.yml.dist mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock mode change 100755 => 100644 phpunit.xml.dist mode change 100755 => 100644 src/.htaccess mode change 100755 => 100644 src/Ds/Bundle/DemoBundle/Tests/Unit/DependencyInjection/ConfigurationTest.php mode change 100755 => 100644 web/.htaccess mode change 100755 => 100644 web/app.php mode change 100755 => 100644 web/app_dev.php mode change 100755 => 100644 web/favicon.ico mode change 100755 => 100644 web/install.php mode change 100755 => 100644 web/maintenance.html mode change 100755 => 100644 web/media/.gitkeep mode change 100755 => 100644 web/robots.txt mode change 100755 => 100644 web/tracking.php mode change 100755 => 100644 web/uploads/.gitkeep diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/ORO_LICENSE b/ORO_LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/UPGRADE-1.10.md b/UPGRADE-1.10.md old mode 100755 new mode 100644 diff --git a/UPGRADE-1.8.md b/UPGRADE-1.8.md old mode 100755 new mode 100644 diff --git a/UPGRADE-1.9.md b/UPGRADE-1.9.md old mode 100755 new mode 100644 diff --git a/UPGRADE.md b/UPGRADE.md old mode 100755 new mode 100644 diff --git a/app/.gitignore b/app/.gitignore old mode 100755 new mode 100644 diff --git a/app/.htaccess b/app/.htaccess old mode 100755 new mode 100644 diff --git a/app/AppCache.php b/app/AppCache.php old mode 100755 new mode 100644 diff --git a/app/AppKernel.php b/app/AppKernel.php old mode 100755 new mode 100644 diff --git a/app/DistributionKernel.php b/app/DistributionKernel.php old mode 100755 new mode 100644 diff --git a/app/OroRequirements.php b/app/OroRequirements.php old mode 100755 new mode 100644 diff --git a/app/Resources/TwigBundle/views/Exception/error.html.twig b/app/Resources/TwigBundle/views/Exception/error.html.twig old mode 100755 new mode 100644 diff --git a/app/Resources/TwigBundle/views/Exception/exception_full.html.twig b/app/Resources/TwigBundle/views/Exception/exception_full.html.twig old mode 100755 new mode 100644 diff --git a/app/Resources/php/cssmin-v3.0.1.php b/app/Resources/php/cssmin-v3.0.1.php old mode 100755 new mode 100644 diff --git a/app/Resources/translations/install.en.yml b/app/Resources/translations/install.en.yml old mode 100755 new mode 100644 diff --git a/app/Resources/views/Default/index.html.twig b/app/Resources/views/Default/index.html.twig old mode 100755 new mode 100644 diff --git a/app/Resources/views/Default/oneColumn.html.twig b/app/Resources/views/Default/oneColumn.html.twig old mode 100755 new mode 100644 diff --git a/app/Resources/views/Default/threeColumn.html.twig b/app/Resources/views/Default/threeColumn.html.twig old mode 100755 new mode 100644 diff --git a/app/Resources/views/Default/twoColumnLeft.html.twig b/app/Resources/views/Default/twoColumnLeft.html.twig old mode 100755 new mode 100644 diff --git a/app/Resources/views/Default/twoColumnRight.html.twig b/app/Resources/views/Default/twoColumnRight.html.twig old mode 100755 new mode 100644 diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig old mode 100755 new mode 100644 diff --git a/app/SymfonyRequirements.php b/app/SymfonyRequirements.php old mode 100755 new mode 100644 diff --git a/app/autoload.php b/app/autoload.php old mode 100755 new mode 100644 diff --git a/app/cache/.gitkeep b/app/cache/.gitkeep old mode 100755 new mode 100644 diff --git a/app/check.php b/app/check.php old mode 100755 new mode 100644 diff --git a/app/config/.gitignore b/app/config/.gitignore old mode 100755 new mode 100644 diff --git a/app/config/config.yml b/app/config/config.yml old mode 100755 new mode 100644 diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml old mode 100755 new mode 100644 diff --git a/app/config/config_prod.yml b/app/config/config_prod.yml old mode 100755 new mode 100644 diff --git a/app/config/config_test.yml b/app/config/config_test.yml old mode 100755 new mode 100644 diff --git a/app/config/dist/config.yml b/app/config/dist/config.yml old mode 100755 new mode 100644 diff --git a/app/config/dist/config_dev.yml b/app/config/dist/config_dev.yml old mode 100755 new mode 100644 diff --git a/app/config/dist/config_prod.yml b/app/config/dist/config_prod.yml old mode 100755 new mode 100644 diff --git a/app/config/dist/config_test.yml b/app/config/dist/config_test.yml old mode 100755 new mode 100644 diff --git a/app/config/dist/routing.yml b/app/config/dist/routing.yml old mode 100755 new mode 100644 diff --git a/app/config/dist/routing_dev.yml b/app/config/dist/routing_dev.yml old mode 100755 new mode 100644 diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist old mode 100755 new mode 100644 diff --git a/app/config/parameters_test.yml.dist b/app/config/parameters_test.yml.dist old mode 100755 new mode 100644 diff --git a/app/config/routing.yml b/app/config/routing.yml old mode 100755 new mode 100644 diff --git a/app/config/routing_dev.yml b/app/config/routing_dev.yml old mode 100755 new mode 100644 diff --git a/app/config/security.yml b/app/config/security.yml old mode 100755 new mode 100644 diff --git a/app/config/security_test.yml b/app/config/security_test.yml old mode 100755 new mode 100644 diff --git a/app/console b/app/console old mode 100755 new mode 100644 diff --git a/app/console-framework b/app/console-framework old mode 100755 new mode 100644 diff --git a/app/dist b/app/dist old mode 100755 new mode 100644 diff --git a/app/karma.conf.js.dist b/app/karma.conf.js.dist old mode 100755 new mode 100644 diff --git a/app/oro-check.php b/app/oro-check.php old mode 100755 new mode 100644 diff --git a/behat.yml.dist b/behat.yml.dist old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 diff --git a/phpunit.xml.dist b/phpunit.xml.dist old mode 100755 new mode 100644 diff --git a/src/.htaccess b/src/.htaccess old mode 100755 new mode 100644 diff --git a/src/Ds/Bundle/DemoBundle/Tests/Unit/DependencyInjection/ConfigurationTest.php b/src/Ds/Bundle/DemoBundle/Tests/Unit/DependencyInjection/ConfigurationTest.php old mode 100755 new mode 100644 diff --git a/web/.htaccess b/web/.htaccess old mode 100755 new mode 100644 diff --git a/web/app.php b/web/app.php old mode 100755 new mode 100644 diff --git a/web/app_dev.php b/web/app_dev.php old mode 100755 new mode 100644 diff --git a/web/favicon.ico b/web/favicon.ico old mode 100755 new mode 100644 diff --git a/web/install.php b/web/install.php old mode 100755 new mode 100644 diff --git a/web/maintenance.html b/web/maintenance.html old mode 100755 new mode 100644 diff --git a/web/media/.gitkeep b/web/media/.gitkeep old mode 100755 new mode 100644 diff --git a/web/robots.txt b/web/robots.txt old mode 100755 new mode 100644 diff --git a/web/tracking.php b/web/tracking.php old mode 100755 new mode 100644 diff --git a/web/uploads/.gitkeep b/web/uploads/.gitkeep old mode 100755 new mode 100644