Commit 62e4514de978e13b1b11ba5daa3dcf2d94a1eb62

Authored by Administrator
1 parent caf85dfb

first commit on new server

Showing 234 changed files with 3 additions and 0 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 234 files are displayed.

LICENSE.md 100644 → 100755
README.md 100644 → 100755
Vagrantfile 100644 → 100755
backend/assets/AppAsset.php 100644 → 100755
backend/codeception.yml 100644 → 100755
backend/config/.gitignore 100644 → 100755
backend/config/bootstrap.php 100644 → 100755
backend/config/main.php 100644 → 100755
backend/config/params.php 100644 → 100755
backend/config/test.php 100644 → 100755
backend/controllers/SiteController.php 100644 → 100755
backend/models/.gitkeep 100644 → 100755
backend/runtime/.gitignore 100644 → 100755
backend/tests/_bootstrap.php 100644 → 100755
backend/tests/_data/.gitignore 100644 → 100755
backend/tests/_data/login_data.php 100644 → 100755
backend/tests/_output/.gitignore 100644 → 100755
backend/tests/_support/.gitignore 100644 → 100755
backend/tests/_support/FunctionalTester.php 100644 → 100755
backend/tests/_support/UnitTester.php 100644 → 100755
backend/tests/functional.suite.yml 100644 → 100755
backend/tests/functional/LoginCest.php 100644 → 100755
backend/tests/functional/_bootstrap.php 100644 → 100755
backend/tests/unit.suite.yml 100644 → 100755
backend/tests/unit/_bootstrap.php 100644 → 100755
backend/views/layouts/main.php 100644 → 100755
backend/views/site/error.php 100644 → 100755
backend/views/site/index.php 100644 → 100755
backend/views/site/login.php 100644 → 100755
backend/web/.gitignore 100644 → 100755
backend/web/assets/.gitignore 100644 → 100755
backend/web/css/site.css 100644 → 100755
backend/web/favicon.ico 100644 → 100755
No preview for this file type
backend/web/robots.txt 100644 → 100755
codeception.yml 100644 → 100755
common/codeception.yml 100644 → 100755
common/config/.gitignore 100644 → 100755
common/config/bootstrap.php 100644 → 100755
common/config/main.php 100644 → 100755
common/config/params.php 100644 → 100755
common/config/test.php 100644 → 100755
common/fixtures/User.php 100644 → 100755
common/mail/layouts/html.php 100644 → 100755
common/mail/layouts/text.php 100644 → 100755
common/mail/passwordResetToken-html.php 100644 → 100755
common/mail/passwordResetToken-text.php 100644 → 100755
common/models/LoginForm.php 100644 → 100755
common/models/User.php 100644 → 100755
common/tests/_bootstrap.php 100644 → 100755
common/tests/_data/user.php 100644 → 100755
common/tests/_output/.gitignore 100644 → 100755
common/tests/_support/.gitignore 100644 → 100755
common/tests/_support/UnitTester.php 100644 → 100755
common/tests/unit.suite.yml 100644 → 100755
common/tests/unit/models/LoginFormTest.php 100644 → 100755
common/widgets/Alert.php 100644 → 100755
composer.json 100644 → 100755
console/config/.gitignore 100644 → 100755
console/config/bootstrap.php 100644 → 100755
console/config/main.php 100644 → 100755
console/config/params.php 100644 → 100755
console/controllers/.gitkeep 100644 → 100755
console/migrations/m130524_201442_init.php 100644 → 100755
console/migrations/m161226_102102_user_data.php 100644 → 100755
console/migrations/m161226_103451_user_passport.php 100644 → 100755
console/migrations/m161226_104633_intellectual_property.php 100644 → 100755
console/migrations/m161226_105932_creative_role.php 100644 → 100755
console/migrations/m161226_111521_report.php 100644 → 100755
console/migrations/m161227_115146_add_columns_to_int_property_table.php 100644 → 100755
console/migrations/m161227_163047_alter_columns.php 100644 → 100755
console/models/.gitkeep 100644 → 100755
console/runtime/.gitignore 100644 → 100755
environments/dev/backend/config/main-local.php 100644 → 100755
environments/dev/backend/config/params-local.php 100644 → 100755
environments/dev/backend/config/test-local.php 100644 → 100755
environments/dev/backend/web/index-test.php 100644 → 100755
environments/dev/backend/web/index.php 100644 → 100755
environments/dev/common/config/main-local.php 100644 → 100755
environments/dev/common/config/params-local.php 100644 → 100755
environments/dev/common/config/test-local.php 100644 → 100755
environments/dev/console/config/main-local.php 100644 → 100755
environments/dev/console/config/params-local.php 100644 → 100755
environments/dev/frontend/config/main-local.php 100644 → 100755
environments/dev/frontend/config/params-local.php 100644 → 100755
environments/dev/frontend/config/test-local.php 100644 → 100755
environments/dev/frontend/web/index-test.php 100644 → 100755
environments/dev/frontend/web/index.php 100644 → 100755
environments/dev/yii 100644 → 100755
environments/dev/yii_test 100644 → 100755
environments/dev/yii_test.bat 100644 → 100755
environments/index.php 100644 → 100755
environments/prod/backend/config/main-local.php 100644 → 100755
environments/prod/backend/config/params-local.php 100644 → 100755
environments/prod/backend/web/index.php 100644 → 100755
environments/prod/common/config/main-local.php 100644 → 100755
environments/prod/common/config/params-local.php 100644 → 100755
environments/prod/console/config/main-local.php 100644 → 100755
environments/prod/console/config/params-local.php 100644 → 100755
environments/prod/frontend/config/main-local.php 100644 → 100755
environments/prod/frontend/config/params-local.php 100644 → 100755