From 167c057e8ae94721a3287d5c5d00e9ca52f4e8e5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 28 Jan 2016 21:22:26 +0100 Subject: [PATCH] Removed executable rights. --- .gitignore | 0 app/Console/Kernel.php | 0 app/Events/Event.php | 0 app/Exceptions/Handler.php | 0 app/Http/Controllers/Auth/AuthController.php | 0 app/Http/Controllers/Auth/PasswordController.php | 0 app/Http/Controllers/Controller.php | 0 app/Http/Kernel.php | 0 app/Http/Middleware/Authenticate.php | 0 app/Http/Middleware/EncryptCookies.php | 0 app/Http/Middleware/RedirectIfAuthenticated.php | 0 app/Http/Requests/Request.php | 0 app/Jobs/Job.php | 0 app/Providers/AppServiceProvider.php | 0 app/Providers/AuthServiceProvider.php | 0 app/Providers/EventServiceProvider.php | 0 app/Providers/RouteServiceProvider.php | 0 app/User.php | 0 bootstrap/app.php | 0 bootstrap/autoload.php | 0 bootstrap/cache/.gitignore | 0 composer.json | 0 config/app.php | 0 config/auth.php | 0 config/broadcasting.php | 0 config/cache.php | 0 config/compile.php | 0 config/database.php | 0 config/filesystems.php | 0 config/mail.php | 0 config/queue.php | 0 config/services.php | 0 config/session.php | 0 config/view.php | 0 database/.gitignore | 0 database/factories/ModelFactory.php | 0 phpunit.cover.xml | 0 phpunit.default.xml | 0 phpunit.xml | 0 public/.htaccess | 0 public/index.php | 0 resources/lang/fr_FR/breadcrumbs.php | 0 resources/lang/fr_FR/config.php | 0 resources/lang/fr_FR/firefly.php | 0 resources/lang/fr_FR/form.php | 0 resources/lang/fr_FR/help.php | 0 resources/lang/fr_FR/list.php | 0 resources/lang/fr_FR/pagination.php | 0 resources/lang/fr_FR/passwords.php | 0 resources/lang/fr_FR/validation.php | 0 resources/lang/nl_NL/breadcrumbs.php | 0 resources/lang/nl_NL/config.php | 0 resources/lang/nl_NL/firefly.php | 0 resources/lang/nl_NL/form.php | 0 resources/lang/nl_NL/help.php | 0 resources/lang/nl_NL/list.php | 0 resources/lang/nl_NL/pagination.php | 0 resources/lang/nl_NL/passwords.php | 0 resources/lang/nl_NL/validation.php | 0 resources/lang/pt_BR/breadcrumbs.php | 0 resources/lang/pt_BR/config.php | 0 resources/lang/pt_BR/firefly.php | 0 resources/lang/pt_BR/form.php | 0 resources/lang/pt_BR/help.php | 0 resources/lang/pt_BR/list.php | 0 resources/lang/pt_BR/pagination.php | 0 resources/lang/pt_BR/passwords.php | 0 resources/lang/pt_BR/validation.php | 0 server.php | 0 storage/app/.gitignore | 0 storage/build/.gitignore | 0 storage/database/.gitignore | 0 storage/framework/.gitignore | 0 storage/framework/cache/.gitignore | 0 storage/framework/sessions/.gitignore | 0 storage/framework/views/.gitignore | 0 storage/logs/.gitignore | 0 77 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 app/Console/Kernel.php mode change 100755 => 100644 app/Events/Event.php mode change 100755 => 100644 app/Exceptions/Handler.php mode change 100755 => 100644 app/Http/Controllers/Auth/AuthController.php mode change 100755 => 100644 app/Http/Controllers/Auth/PasswordController.php mode change 100755 => 100644 app/Http/Controllers/Controller.php mode change 100755 => 100644 app/Http/Kernel.php mode change 100755 => 100644 app/Http/Middleware/Authenticate.php mode change 100755 => 100644 app/Http/Middleware/EncryptCookies.php mode change 100755 => 100644 app/Http/Middleware/RedirectIfAuthenticated.php mode change 100755 => 100644 app/Http/Requests/Request.php mode change 100755 => 100644 app/Jobs/Job.php mode change 100755 => 100644 app/Providers/AppServiceProvider.php mode change 100755 => 100644 app/Providers/AuthServiceProvider.php mode change 100755 => 100644 app/Providers/EventServiceProvider.php mode change 100755 => 100644 app/Providers/RouteServiceProvider.php mode change 100755 => 100644 app/User.php mode change 100755 => 100644 bootstrap/app.php mode change 100755 => 100644 bootstrap/autoload.php mode change 100755 => 100644 bootstrap/cache/.gitignore mode change 100755 => 100644 composer.json mode change 100755 => 100644 config/app.php mode change 100755 => 100644 config/auth.php mode change 100755 => 100644 config/broadcasting.php mode change 100755 => 100644 config/cache.php mode change 100755 => 100644 config/compile.php mode change 100755 => 100644 config/database.php mode change 100755 => 100644 config/filesystems.php mode change 100755 => 100644 config/mail.php mode change 100755 => 100644 config/queue.php mode change 100755 => 100644 config/services.php mode change 100755 => 100644 config/session.php mode change 100755 => 100644 config/view.php mode change 100755 => 100644 database/.gitignore mode change 100755 => 100644 database/factories/ModelFactory.php mode change 100755 => 100644 phpunit.cover.xml mode change 100755 => 100644 phpunit.default.xml mode change 100755 => 100644 phpunit.xml mode change 100755 => 100644 public/.htaccess mode change 100755 => 100644 public/index.php mode change 100755 => 100644 resources/lang/fr_FR/breadcrumbs.php mode change 100755 => 100644 resources/lang/fr_FR/config.php mode change 100755 => 100644 resources/lang/fr_FR/firefly.php mode change 100755 => 100644 resources/lang/fr_FR/form.php mode change 100755 => 100644 resources/lang/fr_FR/help.php mode change 100755 => 100644 resources/lang/fr_FR/list.php mode change 100755 => 100644 resources/lang/fr_FR/pagination.php mode change 100755 => 100644 resources/lang/fr_FR/passwords.php mode change 100755 => 100644 resources/lang/fr_FR/validation.php mode change 100755 => 100644 resources/lang/nl_NL/breadcrumbs.php mode change 100755 => 100644 resources/lang/nl_NL/config.php mode change 100755 => 100644 resources/lang/nl_NL/firefly.php mode change 100755 => 100644 resources/lang/nl_NL/form.php mode change 100755 => 100644 resources/lang/nl_NL/help.php mode change 100755 => 100644 resources/lang/nl_NL/list.php mode change 100755 => 100644 resources/lang/nl_NL/pagination.php mode change 100755 => 100644 resources/lang/nl_NL/passwords.php mode change 100755 => 100644 resources/lang/nl_NL/validation.php mode change 100755 => 100644 resources/lang/pt_BR/breadcrumbs.php mode change 100755 => 100644 resources/lang/pt_BR/config.php mode change 100755 => 100644 resources/lang/pt_BR/firefly.php mode change 100755 => 100644 resources/lang/pt_BR/form.php mode change 100755 => 100644 resources/lang/pt_BR/help.php mode change 100755 => 100644 resources/lang/pt_BR/list.php mode change 100755 => 100644 resources/lang/pt_BR/pagination.php mode change 100755 => 100644 resources/lang/pt_BR/passwords.php mode change 100755 => 100644 resources/lang/pt_BR/validation.php mode change 100755 => 100644 server.php mode change 100755 => 100644 storage/app/.gitignore mode change 100755 => 100644 storage/build/.gitignore mode change 100755 => 100644 storage/database/.gitignore mode change 100755 => 100644 storage/framework/.gitignore mode change 100755 => 100644 storage/framework/cache/.gitignore mode change 100755 => 100644 storage/framework/sessions/.gitignore mode change 100755 => 100644 storage/framework/views/.gitignore mode change 100755 => 100644 storage/logs/.gitignore diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php old mode 100755 new mode 100644 diff --git a/app/Events/Event.php b/app/Events/Event.php old mode 100755 new mode 100644 diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/AuthController.php b/app/Http/Controllers/Auth/AuthController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/PasswordController.php b/app/Http/Controllers/Auth/PasswordController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php old mode 100755 new mode 100644 diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/Request.php b/app/Http/Requests/Request.php old mode 100755 new mode 100644 diff --git a/app/Jobs/Job.php b/app/Jobs/Job.php old mode 100755 new mode 100644 diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/User.php b/app/User.php old mode 100755 new mode 100644 diff --git a/bootstrap/app.php b/bootstrap/app.php old mode 100755 new mode 100644 diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php old mode 100755 new mode 100644 diff --git a/bootstrap/cache/.gitignore b/bootstrap/cache/.gitignore old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/config/app.php b/config/app.php old mode 100755 new mode 100644 diff --git a/config/auth.php b/config/auth.php old mode 100755 new mode 100644 diff --git a/config/broadcasting.php b/config/broadcasting.php old mode 100755 new mode 100644 diff --git a/config/cache.php b/config/cache.php old mode 100755 new mode 100644 diff --git a/config/compile.php b/config/compile.php old mode 100755 new mode 100644 diff --git a/config/database.php b/config/database.php old mode 100755 new mode 100644 diff --git a/config/filesystems.php b/config/filesystems.php old mode 100755 new mode 100644 diff --git a/config/mail.php b/config/mail.php old mode 100755 new mode 100644 diff --git a/config/queue.php b/config/queue.php old mode 100755 new mode 100644 diff --git a/config/services.php b/config/services.php old mode 100755 new mode 100644 diff --git a/config/session.php b/config/session.php old mode 100755 new mode 100644 diff --git a/config/view.php b/config/view.php old mode 100755 new mode 100644 diff --git a/database/.gitignore b/database/.gitignore old mode 100755 new mode 100644 diff --git a/database/factories/ModelFactory.php b/database/factories/ModelFactory.php old mode 100755 new mode 100644 diff --git a/phpunit.cover.xml b/phpunit.cover.xml old mode 100755 new mode 100644 diff --git a/phpunit.default.xml b/phpunit.default.xml old mode 100755 new mode 100644 diff --git a/phpunit.xml b/phpunit.xml old mode 100755 new mode 100644 diff --git a/public/.htaccess b/public/.htaccess old mode 100755 new mode 100644 diff --git a/public/index.php b/public/index.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/breadcrumbs.php b/resources/lang/fr_FR/breadcrumbs.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/config.php b/resources/lang/fr_FR/config.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/help.php b/resources/lang/fr_FR/help.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/pagination.php b/resources/lang/fr_FR/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/passwords.php b/resources/lang/fr_FR/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/breadcrumbs.php b/resources/lang/nl_NL/breadcrumbs.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/config.php b/resources/lang/nl_NL/config.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/help.php b/resources/lang/nl_NL/help.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/pagination.php b/resources/lang/nl_NL/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/passwords.php b/resources/lang/nl_NL/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/breadcrumbs.php b/resources/lang/pt_BR/breadcrumbs.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/config.php b/resources/lang/pt_BR/config.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/help.php b/resources/lang/pt_BR/help.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/list.php b/resources/lang/pt_BR/list.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/pagination.php b/resources/lang/pt_BR/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/passwords.php b/resources/lang/pt_BR/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php old mode 100755 new mode 100644 diff --git a/server.php b/server.php old mode 100755 new mode 100644 diff --git a/storage/app/.gitignore b/storage/app/.gitignore old mode 100755 new mode 100644 diff --git a/storage/build/.gitignore b/storage/build/.gitignore old mode 100755 new mode 100644 diff --git a/storage/database/.gitignore b/storage/database/.gitignore old mode 100755 new mode 100644 diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore old mode 100755 new mode 100644 diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore old mode 100755 new mode 100644 diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore old mode 100755 new mode 100644 diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore old mode 100755 new mode 100644 diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore old mode 100755 new mode 100644